From patchwork Sat Feb 9 20:59:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2082 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id A356988B606 for ; Sat, 9 Feb 2019 09:59:15 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 43xSFG5sQbz5HDLv; Sat, 9 Feb 2019 09:59:14 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1549706354; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=/j+vry9hLxTgJWooYoyTM1MOvE8r+qMRnlKOrYlAdZg=; b=OEUI5d91dfirw1CvXneicQ+pNsKEG7CGYGAgMgKp/21Ts5ZaZxycAyLeKKjaFA4q1lz9VF tZhvaPjgc24qgpaJMrr91E1KDBxRSqLADjp9IESu8jMPNrPTNNdgV7KXMIIjcOKjB9g+lS N46XoNZACtrLz4Tz5HkjifIp73iPw8itPRdkCxz7uS0QzRn5ZqP+u+haImb0Zi1YKFPhbQ pJ3zFXtzF/MPrzEt12/n70eF2fiPEzprqfevyuik7AFmBQMWCuoHLoWJo71g4fy3Ls22Vz hSoNAwM/0CmDB+8Ug5bdAr9UOJyW34xyL3EtxLTS307ucOnKyy68mI6kYL6BOw== Received: from Devel.localdomain (p4FF5633E.dip0.t-ipconnect.de [79.245.99.62]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 43xSFD08zdz5C6w6 for ; Sat, 9 Feb 2019 09:59:11 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1549706352; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=/j+vry9hLxTgJWooYoyTM1MOvE8r+qMRnlKOrYlAdZg=; b=KaOQOJRYjDjav4X5enqbf+d99QJyW0GSF4BRGXv6+zGTwwJweO2uXCjil281xdHCkdUxah rHWNcp1rYwXQTJCtnag3Sw97mSZBLLDOjdZ6sjU2TLVO8fEQrcBOCZdn17d0R7oGEjWuK7 7VYN9cQig2aV5C8TaI0OqmQshQCt8zxdoL/NtYo7yIQ1GsTxrVfrOL9oF7EeghLVEi3YYD 3BB/aYE5bd4uUpundFgJmMslwivHnEu9yMIAFMcwvXQsqR93hB2iVQAnVOqcq74cpplNWo Xzyck63XBGFouG+vh+3kCx6pPGf4rL4nSGxYZauWrqlJmNEEZCOPR3WH0SnsKA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 7.1.1 Date: Sat, 9 Feb 2019 10:59:08 +0100 Message-Id: <20190209095908.11497-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-Spamd-Result: default: False [-5.00 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.90)[-0.968,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:79.192.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-5.00 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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-7-1-1-released "A minor update, highlights include: IPv4LL: Fixed build with this disabled IPv4LL: Remember last address between carrier resets BSD: Fixed initial link infos reported as LINK_STATE_UNKNOWN FreeBSD: Avoid panicing kernel when RTA_IFP is set for IPv6 prefix routes" Best, Matthias Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index cd940ae8b..d7372ea82 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 7.1.0 +VER = 7.1.1 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 918520b171f32f0da97316f3bcf3edc1 +$(DL_FILE)_MD5 = adc0a949cb718b455d81deea9ba2875f install : $(TARGET)