From patchwork Sun May 5 05:59:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2241 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 2E99985D3EB for ; Sat, 4 May 2019 20:59:23 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44xKZy04bHz5FfZl; Sat, 4 May 2019 20:59:22 +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 44xKZv39Nfz5FfZX for ; Sat, 4 May 2019 20:59:19 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1556999959; 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=x67NFUoOuLzHFsK+W6FsbxqHxLSmQWG8yK0UY2ZQrPc=; b=o/1mWUzkWha5DvjZ7q9ax6NPMmGTMvp6XvP68Mdcp6XwbQ8ML2YLjh09GB5q9aAMVrUjL4 ecy6sO4yMEhTg2+2sokt/r6fmaxsADD7QYdyhtkq4bmNZ0IPh94DX/wxmzrUmk7yFVFj3s wNhcFX1uJRLoeIzAaaCBZp3203mNGlghy2/ZMq0U+rSz6n/505E6R3/upZpmSOtTIyGbQ0 kNcuCXKNg83mJpXOV4xETIG73NSY+PJp54SByZomOB4rUFzDpzC1ke0q+qFOt2jAt6L2nS pAVLK8gk3YbWrGxbCSNCMY+G39lobP5Db95mRUZCXL5DFtpRT5SMRImTmhsqRQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1556999959; 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=x67NFUoOuLzHFsK+W6FsbxqHxLSmQWG8yK0UY2ZQrPc=; b=Pqid9omJ3b4gCwcVzih280aoEkx2Seeh7YYXR7DfxwESFiKYVEbFVnhpzXKz9Vkve8pXh2 2hbr33GcboyDo2CQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 7.2.2 Date: Sat, 4 May 2019 21:59:15 +0200 Message-Id: <20190504195915.27202-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..08d763f37 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.2 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 = 2f17034432ea10415ee84a97ef131128 install : $(TARGET)