From patchwork Sat Oct 12 23:05:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2490 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 46rL6817vtz3yqX for ; Sat, 12 Oct 2019 23:06:08 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46rL661cxRzWv; Sat, 12 Oct 2019 23:06:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46rL656gLKz2yf3; Sat, 12 Oct 2019 23:06:05 +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) 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 mail02.haj.ipfire.org (Postfix) with ESMTPS id 46rL6433M7z2yN4 for ; Sat, 12 Oct 2019 23:06:04 +0000 (UTC) Received: from Devel.localdomain (p4FF56DD1.dip0.t-ipconnect.de [79.245.109.209]) (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 46rL636m3CzWv for ; Sat, 12 Oct 2019 23:06:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1570921564; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=U4muTyM+W3ANgwpLXELc3CbFcC7dg+06xpo7W3mBp8M=; b=c6RtR8cktcHIpm66qLs/IDUlolFvRNN7UJYFL8ZbgU2jRxo3j4W8VAX0sqYePvYzABlr6v bpHBh9LbCBDqsSLx4w3Ga5ypMtEPVI9roiAyHGqvHx/dVz9FVXvJHGpEKoXIMq0XZg4ebF Hg1T67l3JsS8r7oHJDZdVYKJaVbJz1C3sUgUkehMtSguQDIgAcQGokDBn/Pi3Rb+kn11Zy LRog1hCRrBk026MoyIg6kz8lV2zqIh3s38G7pZvGLASskGMlyE2exLkFgg2bffL0XLurn5 +bg/HpMJExobcdRw9wBrc5EcvXJgH+eclwvO0/LVq82k7VjQ0GR1o5hbFqUYlw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1570921564; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=U4muTyM+W3ANgwpLXELc3CbFcC7dg+06xpo7W3mBp8M=; b=gfMpYVVk6yZoDGqwhTAog+g1dzPDEMVqiN1rFw0CTZUwL5tCeDn4p4Nptf+HjKFEI2mFUJ rm7WULwmrYZJCPBw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 8.1.0 Date: Sun, 13 Oct 2019 01:05:57 +0200 Message-Id: <20191012230557.1354-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer 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-8-1-0-released "DragonFlyBSD: Improved rc.d handling Fix carrier status after a route socket overflow Allow domain spaced options DHCP: Allow not sending Force Renew Nonce or Reconf Accept IPv4LL: Now passes Apple Bonjour test versions 1.4 and 1.5 ARP: Fix a typo and remove pragma (thus working with old gcc) DHCP6: Fix a cosmetic issue with infinite leases DHCP6: SLA 0 and Prefix Len 0 will now add a delegated /64 address Ignore some virtual interfaces such as Tap and Bridge by default BPF: Move validation logic out of BPF and back into dhcpcd" 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 d37cd67d3..26f261b57 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 8.0.6 +VER = 8.1.0 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5d3edd06595130f2b24609aade342488 +$(DL_FILE)_MD5 = f9e421e3c6f23b83cf82e9ab299c52b3 install : $(TARGET)