From patchwork Wed Apr 15 16:19:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2967 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 492SGm6xdLz3xQs for ; Wed, 15 Apr 2020 16:19:12 +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 492SGl3pwdzS5; Wed, 15 Apr 2020 16:19:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 492SGl1M2hz2xm4; Wed, 15 Apr 2020 16:19:11 +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 492SGj5hj3z2xbB for ; Wed, 15 Apr 2020 16:19:09 +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 492SGh6rF8zS5 for ; Wed, 15 Apr 2020 16:19:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1586967549; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ag8yHg4D2wY8wTO7pOsLy9Y00swH+cgKxC4ZgsMlvio=; b=1loNUeUkyNp3gikBi2vh4HyVcM/BhnmFo49SMSNs3YaByfhaOH1pnIS0y/+ByRyxOOkEiX OFNFbPXfLY8m5iBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1586967549; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ag8yHg4D2wY8wTO7pOsLy9Y00swH+cgKxC4ZgsMlvio=; b=JKXYadXsITLfDD+kbWmsteT5w0FSFMKCG92xpzAfAF1qXZicn5z4moGNodp9x9KlBPnZbu Mz1IdmPV4vqfskckw+mwmhNvAKFbfcUTVqBvoiOpTUOcY5vVSEwLzVPYO7lShBWqlrH8k+ M7YC28ru7CgKdl5plAtpNkN9To7xKCT2o5+wX7VpqXxtPE4lb14UFxjcGCctZzB5+Bd7sC pK/fKrjV1Gq8MemXG5aiZcZFZoLAiFdvfP7fi3ytJZiK+ybXxOstJVj+d3L/z1/EGlkv/Y WzjU+JXDW+2M6gpAUBVP2jWst6zWjBYRwNNMOjzrS7bzxYJkPBGPxwYI6z+RNQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 9.0.1 Date: Wed, 15 Apr 2020 18:19:03 +0200 Message-Id: <20200415161903.2465-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/0002921.html Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index c9aa45b50..0216ae2fd 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 9.0.0 +VER = 9.0.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 = 5360da47d4d51280dae35fe91958b63a +$(DL_FILE)_MD5 = e893186a0c64adce6da47c33f4984951 install : $(TARGET)