dhcpcd: Update to version 10.3.0
Commit Message
- Update from version 10.2.4 to 10.3.0
- No change in rootfile
- Changelog
10.3.0
privsep: enforce message boundaries with MSG_EOR on our messages
by @glebius in #533
Protocols will notify when dhcpcd can exit by @rsmarples in #536
DHCP: Don't request T1 and T2
DHCP: Don't request a lease time
DHCP6: Don't exit if using DHCP4 INFORM in non manager mode
ND: Route Information Option prefix is optional
ipv6: respect slaac hwaddr to really use the hwaddr
When stopping all interfaces at exit and releasing, remove persistance
NetBSD: Delete RTF_CONNECTED route when changing it
privsep: Drain the log when the root process is exiting
eloop: vastly reworked, kqueue and epoll support on by default
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/dhcpcd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -24,7 +24,7 @@
include Config
-VER = 10.2.4
+VER = 10.3.0
THISAPP = dhcpcd-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = cdc5c345c58f24852ecf7e6655446f9385c860d9095cca8fa40eaae27a1d05dfad667e1e39af6ace2bd73acaa799210d6345462c90a88f89839912416263fdef
+$(DL_FILE)_BLAKE2 = 657d20b5b92769615035b5d8792c77280a2ef34a96f64f4c5a70d3ee51a24b9dec48f2a4f59b75d3e5505685eece0a4f163518fd1f027b09945287a30b075f8a
install : $(TARGET)