From patchwork Mon Oct 8 03:27:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1953 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 3CD06600A5 for ; Sun, 7 Oct 2018 18:27:48 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 52CC0218EFC9; Sun, 7 Oct 2018 17:27:47 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1538929667; h=from:from:sender: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:list-id: list-unsubscribe:list-subscribe:list-post; bh=FPLy9gYTPFYYX5931KR1IfFFCiPNyLXjcQ8FjXDIOr8=; b=nX+Ur04U4hKnVqjFEoS1JoMP8fIWXjZBxBumpanCXqWvF/WOjuoVHxG4lg+EUHhuwrw/Bb yH9lBIwg8leKKlnNI4hcA1ppKuF8RpcOOlphlfv8kw+EwGU4KyeyBSJam/ehVteUkCIPzO MyTY6oOr40HFl/fcGptZxuq2Dd793CkVeqIogJl/QA7U6LtuzxKkoaVCkzdqU/a8BOa442 ae9MzqrjufiGUxjGbQJxLuUYzthWjigOxKO0dpN2WfH0a+IHM4A1ZhZJqZDwSIsvWEsVBw ZNg1giZ50JZja0IMpuABS6lW3bwHiaupXqhW7zbffOZISNF5LHcWiXwflpcv0A== Received: from Devel.localdomain (p5B0A3517.dip0.t-ipconnect.de [91.10.53.23]) (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 68B5021B9E5D for ; Sun, 7 Oct 2018 17:27:44 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1538929664; 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; bh=FPLy9gYTPFYYX5931KR1IfFFCiPNyLXjcQ8FjXDIOr8=; b=a1kV3tTciTTlq7ndJsGn3mCTt8mmY0lnO8mZVWUA1QRhh0JvD4OUJqABmjpcethUhf1fS6 PsHKYGHhX1Yc3HPLE/YiFe3PpxArt6rJag15dQcFbALKO3ozFve4SkW142S3BsYsnv5BK/ Lim36Gbu1uya8x4/ZQk9l42g86DJtAs/0o69w/3Ozi4XmIK7IcEoNQ3n9w3SiZvzjGwAH7 OX3RZQIxf4dAPBQqgQqVxOYo9WIaRUXtNPEdJWArUuYZCt4PPv2yC7i0rNzmTPl0uZTyqr xEt3g4zVDkPq1WBzR9NIlH8LjvkfeBnBUq27EzqQWEp11vRpwOf0QpSuqjxg5g== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 7.0.8 Date: Sun, 7 Oct 2018 18:27:40 +0200 Message-Id: <20181007162740.15981-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-Spamd-Result: default: False [-2.10 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.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" Hi, No explicit changelog. I used: https://roy.marples.name/search/query:dhcpcd Running here. Best, Matthias Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 212fd467b..9f3f5fbb6 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 6.11.5 +VER = 7.0.8 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2465624b62c1154f0e89dc69c42c849b +$(DL_FILE)_MD5 = 77bbb1d73b6f30d6ddcc8b0fd3eae266 install : $(TARGET) @@ -73,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix="" --sysconfdir=/var/ipfire/dhcpc \ --dbdir=/var/ipfire/dhcpc \ --libexecdir=/var/ipfire/dhcpc \ - --mandir=/usr/share/man --disable-nls + --mandir=/usr/share/man cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install