diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-07 08:58:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-07 08:58:42 +0200 |
commit | 7eeb254cc49c4e9f837c980826ec112b9404f341 (patch) | |
tree | db7afa90503c4b77c8fa06f5e1d351d3b3a140a5 /package/utils/busybox | |
parent | f7fb6e49f214e8a38698bab4d33551addbc04439 (diff) | |
download | mtk-20170518-7eeb254cc49c4e9f837c980826ec112b9404f341.zip mtk-20170518-7eeb254cc49c4e9f837c980826ec112b9404f341.tar.gz mtk-20170518-7eeb254cc49c4e9f837c980826ec112b9404f341.tar.bz2 |
treewide: replace nbd@openwrt.org with nbd@nbd.name
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/utils/busybox')
5 files changed, 7 insertions, 7 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 065bf7d..50e2baa 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 <nbd@openwrt.org> + MAINTAINER:=Felix Fietkau <nbd@nbd.name> TITLE:=Core utilities for embedded Linux URL:=http://busybox.net/ DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc +BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter 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 554fc8f..eabbf3f 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 <nbd@openwrt.org> +From: Felix Fietkau <nbd@nbd.name> 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 <nbd@openwrt.org> +Signed-off-by: Felix Fietkau <nbd@nbd.name> --- --- 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 1e153ea..60027c4 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 <nbd@openwrt.org> +From: Felix Fietkau <nbd@nbd.name> 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 <nbd@openwrt.org> +Signed-off-by: Felix Fietkau <nbd@nbd.name> --- --- 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 8162e3b..23f0575 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 <nbd@openwrt.org> ++ * Copyright (C) 2006 Felix Fietkau <nbd@nbd.name> + * + * 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 9cac9e6..047d32e 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 <nbd@openwrt.org> ++ * Copyright (C) 2006 Felix Fietkau <nbd@nbd.name> + * + * This is free software, licensed under the GNU General Public License v2. + */ |