From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] libpciaccess: Update to version 0.17 Date: Mon, 26 Dec 2022 08:43:58 +0000 Message-ID: <7f960e0f-0f4b-e7f3-c045-887e453915ec@ipfire.org> In-Reply-To: <20221211123330.5155-4-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7336241035124810515==" List-Id: --===============7336241035124810515== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 0.16 to 0.17 > - Update of rootfile not required > - bz2 source file no longer available - xz supplied > - Changelog is available in the source file and lists each of the commits t= hat have been > added between version 0.16 and 0.17 A bit too long to include fully here. >=20 > Signed-off-by: Adolf Belka > --- > lfs/libpciaccess | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/lfs/libpciaccess b/lfs/libpciaccess > index 15b662c70..576c722f9 100644 > --- a/lfs/libpciaccess > +++ b/lfs/libpciaccess > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2022 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 = # > @@ -26,15 +26,15 @@ include Config > =20 > SUMMARY =3D Generic PCI access library > =20 > -VER =3D 0.16 > +VER =3D 0.17 > =20 > THISAPP =3D libpciaccess-$(VER) > -DL_FILE =3D $(THISAPP).tar.bz2 > +DL_FILE =3D $(THISAPP).tar.xz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D libpciaccess > -PAK_VER =3D 2 > +PAK_VER =3D 3 > =20 > DEPS =3D > =20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D aab7d49887f7f21e0a6abf1e2aedc50159a47c7aef67eb8605a3= 0e246463a14f9a9993db9cbd2705ef59c93d1ff41080668f8f3723557a927ab4d1edb5dfa4ad > +$(DL_FILE)_BLAKE2 =3D 41539b3d6385fe7c42b562c7602f87b07730bbbeea7d65d3cc8e= 5af974ed5f9985b0779d51891493dd241a36bb171a3744e3b1f3fd30bee8a19bb5bd785f4c5f > =20 > install : $(TARGET) > check : $(patsubst %,$(DIR_CHK)/%,$(objects)) --===============7336241035124810515==--