From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 9.4.1 Date: Mon, 01 Nov 2021 18:30:53 +0100 Message-ID: <20211101173053.2612-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4931710639835422808==" List-Id: --===============4931710639835422808== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 @@ =20 include Config =20 -VER =3D 9.4.0 +VER =3D 9.4.1 =20 THISAPP =3D dhcpcd-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D c36715fc629bc40aa94aae06fa1724c2 +$(DL_FILE)_MD5 =3D 2b2f46648bc96979f96127f0e0e07d9b =20 install : $(TARGET) =20 @@ -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=3D"" --sysconfdir=3D/var/ipfire/dhcpc= \ + cd $(DIR_APP) && ./configure \ + --prefix=3D"" \ + --sysconfdir=3D/var/ipfire/dhcpc \ --dbdir=3D/var/ipfire/dhcpc \ --libexecdir=3D/var/ipfire/dhcpc \ --mandir=3D/usr/share/man --=20 2.18.0 --===============4931710639835422808==--