aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/busybox-1.14.2-udhcpd.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-03 03:44:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-03 03:44:53 +0000
commitbe91e4f7cf765bd8af1aa07c3ad2fec1079c02be (patch)
tree673f2136571975fea0624d0e229fa6a16ec24426 /main/busybox/busybox-1.14.2-udhcpd.patch
parent06e8e02ce9068faaf3a6834bd48b3f9a4c5405d5 (diff)
downloadaports-be91e4f7cf765bd8af1aa07c3ad2fec1079c02be.tar.bz2
aports-be91e4f7cf765bd8af1aa07c3ad2fec1079c02be.tar.xz
main/busybox: upgrade to 1.14.3. backport install compat fix
Diffstat (limited to 'main/busybox/busybox-1.14.2-udhcpd.patch')
-rw-r--r--main/busybox/busybox-1.14.2-udhcpd.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/busybox/busybox-1.14.2-udhcpd.patch b/main/busybox/busybox-1.14.2-udhcpd.patch
deleted file mode 100644
index a1502b41f6..0000000000
--- a/main/busybox/busybox-1.14.2-udhcpd.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urpN busybox-1.14.2/networking/udhcp/files.c busybox-1.14.2-udhcpd/networking/udhcp/files.c
---- busybox-1.14.2/networking/udhcp/files.c 2009-06-22 00:40:29.000000000 +0200
-+++ busybox-1.14.2-udhcpd/networking/udhcp/files.c 2009-07-07 14:58:39.000000000 +0200
-@@ -420,7 +420,7 @@ void FAST_FUNC read_leases(const char *f
- continue;
- /* NB: add_lease takes "relative time", IOW,
- * lease duration, not lease deadline. */
-- if (!(add_lease(lease.chaddr, lease.yiaddr, expires, lease.hostname))) {
-+ if (!(add_lease(lease.chaddr, lease.yiaddr, expires, NULL /* was lease.hostname. bug in add_lease, disabled */ ))) {
- bb_error_msg("too many leases while loading %s", file);
- break;
- }