From 5f8010ad9bcbd51f18e313bde24f6769716f2511 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 7 Jun 2016 06:59:36 +0000 Subject: treewide: fix replace nbd@openwrt.org with nbd@nbd.name Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49379 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/utils/busybox/Makefile | 2 +- .../010-networking-fix-uninitialized-memory-when-displaying-.patch | 4 ++-- .../020-networking-libiproute-fix-displaying-route-table-for.patch | 4 ++-- package/utils/busybox/patches/210-add_netmsg_util.patch | 2 +- package/utils/busybox/patches/220-add_lock_util.patch | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'package/utils/busybox') diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 24c064cf7c..7b3b292741 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -39,7 +39,7 @@ endif define Package/busybox SECTION:=base CATEGORY:=Base system - MAINTAINER:=Felix Fietkau + MAINTAINER:=Felix Fietkau TITLE:=Core utilities for embedded Linux URL:=http://busybox.net/ DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc +BUSYBOX_CONFIG_PAM:libpam diff --git a/package/utils/busybox/patches/010-networking-fix-uninitialized-memory-when-displaying-.patch b/package/utils/busybox/patches/010-networking-fix-uninitialized-memory-when-displaying-.patch index 554fc8f21f..eabbf3f908 100644 --- a/package/utils/busybox/patches/010-networking-fix-uninitialized-memory-when-displaying-.patch +++ b/package/utils/busybox/patches/010-networking-fix-uninitialized-memory-when-displaying-.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Mon, 18 Jan 2016 12:03:45 +0100 Subject: [PATCH] networking: fix uninitialized memory when displaying IPv6 addresses @@ -8,7 +8,7 @@ After commit 8e74adab0107658e3dc04ed342206272a284f43e INET_sprint6 uses more than just sin6_addr, it also tries to display the scope id, which is uninitialized when called from ife_print6. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/networking/interface.c diff --git a/package/utils/busybox/patches/020-networking-libiproute-fix-displaying-route-table-for.patch b/package/utils/busybox/patches/020-networking-libiproute-fix-displaying-route-table-for.patch index 1e153ea918..60027c48ab 100644 --- a/package/utils/busybox/patches/020-networking-libiproute-fix-displaying-route-table-for.patch +++ b/package/utils/busybox/patches/020-networking-libiproute-fix-displaying-route-table-for.patch @@ -1,11 +1,11 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Sun, 7 Feb 2016 21:11:21 +0100 Subject: [PATCH] networking/libiproute: fix displaying route table for rules r->rtm_table only supports a 8 bit table id, prefer RTA_TABLE if present. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/networking/libiproute/iprule.c diff --git a/package/utils/busybox/patches/210-add_netmsg_util.patch b/package/utils/busybox/patches/210-add_netmsg_util.patch index 8162e3b615..23f05755bd 100644 --- a/package/utils/busybox/patches/210-add_netmsg_util.patch +++ b/package/utils/busybox/patches/210-add_netmsg_util.patch @@ -37,7 +37,7 @@ +++ b/networking/netmsg.c @@ -0,0 +1,65 @@ +/* -+ * Copyright (C) 2006 Felix Fietkau ++ * Copyright (C) 2006 Felix Fietkau + * + * This is free software, licensed under the GNU General Public License v2. + */ diff --git a/package/utils/busybox/patches/220-add_lock_util.patch b/package/utils/busybox/patches/220-add_lock_util.patch index 9cac9e6219..047d32ef10 100644 --- a/package/utils/busybox/patches/220-add_lock_util.patch +++ b/package/utils/busybox/patches/220-add_lock_util.patch @@ -37,7 +37,7 @@ +++ b/miscutils/lock.c @@ -0,0 +1,144 @@ +/* -+ * Copyright (C) 2006 Felix Fietkau ++ * Copyright (C) 2006 Felix Fietkau + * + * This is free software, licensed under the GNU General Public License v2. + */ -- cgit v1.2.3