From patchwork Thu May 2 03:35:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2237 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 3536285BD81 for ; Wed, 1 May 2019 18:35:30 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44vQXK1dcmz5H9Ns; Wed, 1 May 2019 18:35:29 +0100 (BST) Received: from Devel.localdomain (p4FF5627B.dip0.t-ipconnect.de [79.245.98.123]) (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 44vQXG45PSz55JnN for ; Wed, 1 May 2019 18:35:26 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1556732126; 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:openpgp:autocrypt; bh=skAfDjeWX/eaiNVhgAr/VnQMz17qqx1eHKBnZz+7Ze4=; b=rCj8xHnOuaBjZdPZd4XMLaWb6stK7exxYYT7GRemSMbYv9PARJF97ajjEHhfNIuJOCtp60 3SxvO4KvHUWVHhr1piZqBTrcktyVxXmd5QgKxqJ+iOPf/MbsxZmlI6myvp12H05xaJ//ul dZ4+s686fXbFlLCK7bAREvRPrrERKDieh57p38m0OoLtl7y2riZt2O5RSUszzs0Ntnyx+F fs9JhHGu4spYEnT38cCqpYcZ3IusDy10A/T6mOQ0DAEozpC3bn7pSkEmoOhthBdrwY/rEZ bh4ap7ZoduTP7tEucqrV2WIhoRok3j6QhQYCNj0a/jyBfGpVRRiophJg4b4prA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1556732126; 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:openpgp:autocrypt; bh=skAfDjeWX/eaiNVhgAr/VnQMz17qqx1eHKBnZz+7Ze4=; b=ZpPokwOv2B/YDp10cgTkDdpeSxk2Q6WPVjaCPv+/Wu3ErZo9Q0ZiYei9x7CmLq9A3r2FXD ADizkls1+mbMomBA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 7.2.1 Date: Wed, 1 May 2019 19:35:23 +0200 Message-Id: <20190501173523.16645-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: https://roy.marples.name/ Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index d7372ea82..2acc031de 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 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 = 7.1.1 +VER = 7.2.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 = adc0a949cb718b455d81deea9ba2875f +$(DL_FILE)_MD5 = b4abe1246ea5310ee062092b39803b5f install : $(TARGET)