From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 8.0.3 Date: Fri, 23 Aug 2019 18:53:39 +0200 Message-ID: <20190823165339.24628-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3091452473292880639==" List-Id: --===============3091452473292880639== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://roy.marples.name/blog/dhcpcd-8-0-3-released "DHCP: Work with IP headers with options script: Assert that env string are correctly terminated script: Terminate env strings with no value script: Don't attempt to use an invalid env string route: Fix NULL deference error when using static routes ARP: Respect IFF_NOARP DHCP: Add support for ARPHRD_NONE interfaces DHCP: Allow full DHCP support for PtP interfaces, but not by default DragonFlyBSD: 500704 announces IPv6 address flag changes control: sends correct buffer to listeners" Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 20501f22b..18d8ee4b7 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 8.0.2 +VER = 8.0.3 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c0375a1f725f1c191b43af60e4f7175b +$(DL_FILE)_MD5 = 182d506dd88773aec017d93a22d0f025 install : $(TARGET) -- 2.18.0 --===============3091452473292880639==--