From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] iana-etc: Update to version 20220207 Date: Tue, 15 Feb 2022 13:30:13 +0100 Message-ID: <4fd67404-5c9f-7d3c-154f-9ce3f9cd0b08@ipfire.org> In-Reply-To: <20220215093642.188171-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5581448954456076285==" List-Id: --===============5581448954456076285== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All, I forgot to include the url for the git repository in the commit message. https://github.com/Mic92/iana-etc Regards, Adolf. On 15/02/2022 10:36, Adolf Belka wrote: > - Update from 2.30 (2011) to 20220207 > - Update of rootfile not required > - After version 2.30 the files from iana are no longer versioned. A git rep= ository is > available (also used by LFS) which creates the required files by an aut= omated script. > So the lfs just needs to copy across the services and protocols files t= o /etc > - There is no Changelog >=20 > Signed-off-by: Adolf Belka > --- > lfs/iana-etc | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) >=20 > diff --git a/lfs/iana-etc b/lfs/iana-etc > index 8b7156f12..ddcdc9242 100644 > --- a/lfs/iana-etc > +++ b/lfs/iana-etc > @@ -24,10 +24,10 @@ > =20 > include Config > =20 > -VER =3D 2.30 > +VER =3D 20220207 > =20 > THISAPP =3D iana-etc-$(VER) > -DL_FILE =3D $(THISAPP).tar.bz2 > +DL_FILE =3D $(THISAPP).tar.gz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D 3ba3afb1d1b261383d247f46cb135ee8 > +$(DL_FILE)_MD5 =3D 81d865ce7fe4240d5abed48c3ca5fa9f > =20 > install : $(TARGET) > =20 > @@ -69,8 +69,7 @@ $(subst %,%_MD5,$(objects)) : > =20 > $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > @$(PREBUILD) > - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) > - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) > - cd $(DIR_APP) && make install > + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) > + cp -avf $(DIR_APP)/{services,protocols} /etc/ > @rm -rf $(DIR_APP) > @$(POSTBUILD) --===============5581448954456076285==--