]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
dhcpcd: Update to 9.1.4
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 3 Jul 2020 16:18:11 +0000 (18:18 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Sep 2020 17:36:37 +0000 (17:36 +0000)
For details (9.1.2 => 9.1.3 => 9.1.4) see:

https://roy.marples.name/blog/dhcpcd-9-1-3-released.html

        "configure: Fix fallout with disabling embedded config
        inet6: Add support for reporting Mobile IPv6 RA's
        inet6: Report RA Proxy flag if set
        BSD: Allow non NetBSD and OpenBSD to set IN6_IFF_AUTOCONF
        privsep: Don't handle any signals meant for the main process
        eloop: Try and survive a signal storm
        configure: add --with-eghook=foo
        dhcpcd: Add an option to poll the interface carrier state
        script: Make visible some link level parameters to lease dumping
        Linux: ignore unsupported interfaces by default, such as sit0
        Linux: support aarch64 for reading cpu info
        Linux: keep the generic netlink socket around to get ssid with privsep
        Linux: restore fix when no address is returned by getifaddrs(3)
        inet6: Don't regen temp addresses we didn't add
        privsep: Don't limit file writes if logging to a file
        DHCP6: Fix lease timings with nodelay option"

https://roy.marples.name/blog/dhcpcd-9-1-4-released.html

    "Fix SMALL builds
    Ensure DBDIR exists at startup"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dhcpcd

index c5a2c1a25f502c320ca2f3e65b11a3258498b296..3bd33dc567fe2f35ef2c6385ecd7ef5740d72f5d 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 9.1.2
+VER        = 9.1.4
 
 THISAPP    = dhcpcd-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 96fc03f0b57e85a2dca2854bf2ff762d
+$(DL_FILE)_MD5 = dd77711cf3232002bb075f5210269f88
 
 install : $(TARGET)