From patchwork Thu Jul 2 20:43:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3239 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49yVRQ4Md6z3wbp for ; Thu, 2 Jul 2020 20:43:14 +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 49yVRP1hblz1MD; Thu, 2 Jul 2020 20:43:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49yVRN63Mkz2ycZ; Thu, 2 Jul 2020 20:43:12 +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 49yVRM2H8jz2xCS for ; Thu, 2 Jul 2020 20:43:11 +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 49yVRL4Ql9z12G for ; Thu, 2 Jul 2020 20:43:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1593722590; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZPYNmxrEboD0GFBhcZ554UqN53zPyV7KkCbxEIUZ7IQ=; b=m0ktK8yJ62u3ZShKk6ZPbkF5s7B9YdxcpqVEovCrcFwqwGMREGNCfOzSsAI6beZrlFiY6y FsNVYkFmydEZbCCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1593722590; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZPYNmxrEboD0GFBhcZ554UqN53zPyV7KkCbxEIUZ7IQ=; b=bfPommiEyacafUPqK9KMbnhUubto3ZKJ7k63Qg6sWAhr/AucCVJtHGwu74vEghZqyBdhhC C3vcQTINTNMSQIiNsd7j+o5N63q+xrQu7Y8ppzWUK7Izm4FTxAsWyw522UQ2BDrKvFsYnO 2GAhORIuWNdCyiGxUByxPi9uJixeByxM9kQjWtWHqLMEwDBXtZ+myYZ409AEPo/J8oPz/W x2sDspT3CZCPTRDh2UVBjfOpPcEQWFDQ9H1k2uQPY59N0Hk1rJTyeP28jLFiv8WYP1/yjr Uz6xb5JFDGj8wKVkOkkuJoljQeJUqLW0Sga53s4l6qYdpdw1W2+zL8zyDyTlIg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 9.1.3 Date: Thu, 2 Jul 2020 22:43:05 +0200 Message-Id: <20200702204305.30711-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 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" Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index c5a2c1a25..cdec5b5fa 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 9.1.2 +VER = 9.1.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 = 96fc03f0b57e85a2dca2854bf2ff762d +$(DL_FILE)_MD5 = 27050a48f547200fb6a8da35c67c6d97 install : $(TARGET)