From patchwork Fri Jun 28 06:07:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2333 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [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 0133E887E59 for ; Thu, 27 Jun 2019 21:07:48 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45ZWCl70bQz5QVyC; Thu, 27 Jun 2019 21:07:47 +0100 (BST) Received: from Devel.localdomain (p4FF568F4.dip0.t-ipconnect.de [79.245.104.244]) (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 45ZWCj0sT9z5QVyV for ; Thu, 27 Jun 2019 21:07:45 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1561666065; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=NUwOAELsPggjfbW0pGI6/9Z+1PvYDoHkkbsMwOiu2eo=; b=krQxmiHBWSqeUAsUkalfho9Trpc1tcJgldjqSHJAd8ZejWxrfntXfvdlNbs6hdxJ+jGDjO j7GdiGo0ets69zzRWhru0g77aVrGTigYnbwSwWrLcbcRPcdbvH84JpZNngnU1qxwLseLHJ G84Eyjd/n1wFr0kPNyb4vUJk6ZXTT05KK04E7c7aoGVMqZnF8bFT38iVFT4BR3jcdqIcFw etLCheB5IqhTxaD6818lf+NIrwSxgAUNYJoHXUP4tk72CoUGJtbo+lTdr6p/BgRi+/rxmP lMisJaksTpRAfrsWmPCdNDkwk9ie8rq/ZJiNyCH/A9OcVxxy6+dXS4YZwLv9DA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1561666065; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=NUwOAELsPggjfbW0pGI6/9Z+1PvYDoHkkbsMwOiu2eo=; b=/ZbWzJcTzZuDlmk7yNVCeMHSt1VmKFbOf4Ym5rHkhwWxEmtuVpY22j+NXqaralFz9o1ZBR mlwgfmFKKbaiqwCw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 7.2.3 Date: Thu, 27 Jun 2019 22:07:40 +0200 Message-Id: <20190627200740.1301-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-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: Signed-off-by: Matthias Fischer https://roy.marples.name/blog/dhcpcd-7-2-3-released "Minor update with the following changes: OpenBSD: compiles again BSD: Check RTM lengths incase of kernel issues DHCP6: Don't stop even when last router goes away DHCP6: Fix inform from RA hostname: Fix short hostname check" Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 08d763f37..83252e897 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 7.2.2 +VER = 7.2.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 = 2f17034432ea10415ee84a97ef131128 +$(DL_FILE)_MD5 = b7aade2cc47afa6d645f798103365402 install : $(TARGET)