From patchwork Mon Nov 1 17:30:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4825 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HjgNh2tNhz3wdP for ; Mon, 1 Nov 2021 17:43:00 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HjgNg3LV0zf4; Mon, 1 Nov 2021 17:42:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HjgNg23yrz2yvr; Mon, 1 Nov 2021 17:42:59 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HjgNf3S3Jz2yXw for ; Mon, 1 Nov 2021 17:42:58 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Hjg6p1q6hzdF for ; Mon, 1 Nov 2021 17:30:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1635787858; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=vJi29GEz9F4QZI+WPNvBb7KHJnQhc2J8vTu6sivDgn0=; b=TvSz2usNu/Gb73oTjulvxfherjvswn0TLUSORHWQuD4UE7izsFLwcVfId+NpF4A1VY3G1C ibyv7qIE9o+lZRAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1635787858; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=vJi29GEz9F4QZI+WPNvBb7KHJnQhc2J8vTu6sivDgn0=; b=F0IqBG8LXQuAUh0a5FZUf7zUmSDCs1atxYGpgtfvkO0G6gAIsmZLvV2aI78oX8lZ0KC5wF UGq6sbmcIJnZ5f+nipXe2R0T8brycUb/ymLaUXCYbVut1OXv+WlZ8l/dyaLN0BjvDw5NSw kPbJmDibeGCH+gpmyTJsahumR0AEgTlrp8edFcJa/WkhivQXz1Iccs37AMKSTYKFo2td38 k/5XWVQdbmzcCYSUR5lYfCsZJ8Zqv90NfZVKWsXPJZnLyBng9wtk4yR48AfaSx3DoXMT68 rH/UwDZSV7YWIMWsJV9VUEGRL11SpKl+EqvXQM4Xa6lKTlZsDiOZgC+ACpHpZg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 9.4.1 Date: Mon, 1 Nov 2021 18:30:53 +0100 Message-Id: <20211101173053.2612-1-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/git/dhcpcd/shortlog/refs/heads/dhcpcd-9 Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 352308692..8c4a593ad 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2021 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 9.4.0 +VER = 9.4.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 = c36715fc629bc40aa94aae06fa1724c2 +$(DL_FILE)_MD5 = 2b2f46648bc96979f96127f0e0e07d9b install : $(TARGET) @@ -70,7 +70,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix="" --sysconfdir=/var/ipfire/dhcpc \ + cd $(DIR_APP) && ./configure \ + --prefix="" \ + --sysconfdir=/var/ipfire/dhcpc \ --dbdir=/var/ipfire/dhcpc \ --libexecdir=/var/ipfire/dhcpc \ --mandir=/usr/share/man