From patchwork Tue Apr 21 18:49:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2991 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 496CLC069tz3xQy for ; Tue, 21 Apr 2020 18:50:10 +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 496CL86KhRz1pG; Tue, 21 Apr 2020 18:50:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 496CL83YG6z2yZc; Tue, 21 Apr 2020 18:50:08 +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 496CL65Fn7z2xm2 for ; Tue, 21 Apr 2020 18:50:06 +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 496CL54xFSz1D6 for ; Tue, 21 Apr 2020 18:50:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1587495005; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=+sUgGQ1G19mdyKbuqEO503JSk99IVxcT/tey0q3bdPg=; b=1qrJoTRihz9nAwvM9AnOk49a8XhfjhuMGXxqfuHtHluBOk70rTBK4qgjJvdzbov2AxbNoJ r1FLZ8OfSRbnpfCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1587495005; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=+sUgGQ1G19mdyKbuqEO503JSk99IVxcT/tey0q3bdPg=; b=BKYq1wTYHr1tluvO4d2vxKUhNCxwyXqP1HVGErU4hH1onxtj80zPZWr2MONMGpqhQ8z+kd +qxvjQEtrftmcuz5LMI3u5VhIti8u7+pKc5mKu+gEBNRowYY8CFNwohhldNRCw7gYpxll5 vhFEMjb2wz8gLizDObD2+OHXRiMYQcf6/v1Fps4ySCSgF7wj8r3OwZkbf8zIs2ESyeW65R LZP/M256gXtyL+75n1iLXm+z3yOFmr5iUj2ovaOkXx5xv1AQBWFa1U+UHG95/WlwIj6D0o hArRskT5Rb0i0YZmuIBv06InOKRD0L8JBgbvvKQSoBv2PMjfrWYgw4cYWAu/7A== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 9.0.2 Date: Tue, 21 Apr 2020 20:49:58 +0200 Message-Id: <20200421184958.20381-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/archives/dhcpcd-discuss/0002941.html "* Control sockets are not opened in test mode * privsep: no longer aborts if protocol not available * inet6: Don't regen temporary addresses without a state * inet6: Reduce RA log spam * dhcp6: Don't log when things consitently fail * inet6: Add temporary directive to slaac option [1] * Ensure current interface flags persist when setting a flag * DHCP via BPF is now aligned correctly * CMSG buffers are now aligned correctly * hostnames are no longer clobbered when being forced and a RA is recieved" Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 0216ae2fd..bc55e9705 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 9.0.1 +VER = 9.0.2 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e893186a0c64adce6da47c33f4984951 +$(DL_FILE)_MD5 = f62118a576b01f5d0adf0c5ce617fbe7 install : $(TARGET)