From patchwork Fri Jul 3 16:18:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3242 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49z0WN3BjYz3x2r for ; Fri, 3 Jul 2020 16:18:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49z0WL6w99z2nF; Fri, 3 Jul 2020 16:18:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49z0WG5VXdz2ysv; Fri, 3 Jul 2020 16:18:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49z0WF0kPDz2xbw for ; Fri, 3 Jul 2020 16:18:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49z0WD3lq9z2JX for ; Fri, 3 Jul 2020 16:18:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1593793096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=5PEbCwFu4KctsyG7bpbq8OzytcZEZJCpsMW+dCWJtJk=; b=p5uRMo4d5dI5ENHcWjlj0DwkqFF/JlgUTSNcVccddsJwWahmnYOgLTrZ28zRPLUCSeY7eB bJlsHVClAQ1RYNAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1593793096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=5PEbCwFu4KctsyG7bpbq8OzytcZEZJCpsMW+dCWJtJk=; b=LOigxvOPzpK4o1LmdJJGWt3apbb1vEHAWhnaqe3X+XM1l4B5/BkU34d0jexWNYLkYDqzGb 3amx3FdyKtKvNg04zeAEx+bN2qFsozh4CbnQkzGkN/b1iyAdMCh8K8vMkHwNKAQxlIvAXk Fj9t4sVfQPnxQB7KWxk35Bfm2qntaYDMCw6zA7j+bm5Eh2xchiZnNBXatowExiXR/e/5IY FSXbTLD1rYnp7nMewZ9mAApM3vcLFUTXHFxkHNY0vqbjPvA433aN0Faom07VjUieHPgUS3 kFfiZAbMKyfyL4iGUMEkzoNPnI4sFJe08Sy6wOmIEg11i2hR8rj7B5FfRRG4Zg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 9.1.4 Date: Fri, 3 Jul 2020 18:18:11 +0200 Message-Id: <20200703161811.1830-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index c5a2c1a25..3bd33dc56 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -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)