From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] libloc: Update to 0.9.9 Date: Mon, 13 Dec 2021 19:09:56 +0000 Message-ID: <970CD7B9-D0FD-4BF5-A69C-1E4F68F1F3D8@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7015843863889138949==" List-Id: --===============7015843863889138949== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 13 Dec 2021, at 19:09, Peter M=C3=BCller wr= ote: >=20 > Please refer to https://lists.ipfire.org/pipermail/location/2021-November/0= 00483.html > for this versions' release announcement. >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/rootfiles/common/libloc | 2 +- > lfs/libloc | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/config/rootfiles/common/libloc b/config/rootfiles/common/libloc > index 6b788658d..43f9efd9e 100644 > --- a/config/rootfiles/common/libloc > +++ b/config/rootfiles/common/libloc > @@ -18,7 +18,7 @@ usr/bin/location > #usr/lib/libloc.la > #usr/lib/libloc.so > usr/lib/libloc.so.1 > -usr/lib/libloc.so.1.0.0 > +usr/lib/libloc.so.1.0.1 > usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/Location.pm > #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Locat= ion > #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Locat= ion/.packlist > diff --git a/lfs/libloc b/lfs/libloc > index f57918e4e..37571881e 100644 > --- a/lfs/libloc > +++ b/lfs/libloc > @@ -24,8 +24,8 @@ >=20 > include Config >=20 > -VER =3D 0.9.8 > -DB_DATE =3D 2021-09-25 > +VER =3D 0.9.9 > +DB_DATE =3D 2021-12-13 >=20 > THISAPP =3D libloc-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -43,8 +43,8 @@ objects =3D $(DL_FILE) \ > $(DL_FILE) =3D https://source.ipfire.org/releases/libloc= /$(DL_FILE) > location-$(DB_DATE).db.xz =3D https://location.ipfire.org/databases/1/a= rchive/location-$(DB_DATE).db.xz >=20 > -$(DL_FILE)_MD5 =3D 9598c08b157305f8c38fc672f5037884 > -location-$(DB_DATE).db.xz_MD5 =3D d2a3c63202ba73f9650beba461b41db4 > +$(DL_FILE)_MD5 =3D 0d14fcad39b19accc001ed5f17a09471 > +location-$(DB_DATE).db.xz_MD5 =3D 7239646f05ac92e76ae2700e7aa14ab8 >=20 > install : $(TARGET) >=20 > --=20 > 2.26.2 --===============7015843863889138949==--