From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] Digest-SHA1: Update to 2.13 Date: Mon, 29 Jun 2020 17:45:27 +0100 Message-ID: <34A0317F-23C6-46C0-9B9D-F75D1C5CA2F7@ipfire.org> In-Reply-To: <20200629153708.2306-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8048017264497367784==" List-Id: --===============8048017264497367784== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 29 Jun 2020, at 16:37, Matthias Fischer = wrote: >=20 > For details see: > https://metacpan.org/source/GAAS/Digest-SHA1-2.13/Changes >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/Digest-SHA1 | 1 - > lfs/Digest-SHA1 | 6 +++--- > 2 files changed, 3 insertions(+), 4 deletions(-) >=20 > diff --git a/config/rootfiles/common/Digest-SHA1 b/config/rootfiles/common/= Digest-SHA1 > index 7aa9b362d..d01282eed 100644 > --- a/config/rootfiles/common/Digest-SHA1 > +++ b/config/rootfiles/common/Digest-SHA1 > @@ -3,6 +3,5 @@ usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-m= ulti/Digest/SHA1.pm > #usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/Digest > #usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/Diges= t/SHA1 > #usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/Diges= t/SHA1/.packlist > -#usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/Dige= st/SHA1/SHA1.bs > usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/Digest= /SHA1/SHA1.so > #usr/share/man/man3/Digest::SHA1.3 > diff --git a/lfs/Digest-SHA1 b/lfs/Digest-SHA1 > index c1dfd7258..085fd2e6d 100644 > --- a/lfs/Digest-SHA1 > +++ b/lfs/Digest-SHA1 > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2020 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 2.10 > +VER =3D 2.13 >=20 > THISAPP =3D Digest-SHA1-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 4497a499b7c28ddd540a8caab412c6d7 > +$(DL_FILE)_MD5 =3D bd22388f268434f2b24f64e28bf1aa35 >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============8048017264497367784==--