From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCHv2] hyperscan: Update to 5.3.0 Date: Mon, 10 Aug 2020 10:21:56 +0100 Message-ID: In-Reply-To: <20200808192042.16876-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5972707977429333412==" List-Id: --===============5972707977429333412== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer Thank you for working on this so quickly. > On 8 Aug 2020, at 20:20, Stefan Schantl wrote: >=20 > Signed-off-by: Stefan Schantl > --- > config/rootfiles/common/i586/hyperscan | 4 ++-- > config/rootfiles/common/x86_64/hyperscan | 4 ++-- > lfs/hyperscan | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-) >=20 > diff --git a/config/rootfiles/common/i586/hyperscan b/config/rootfiles/comm= on/i586/hyperscan > index 945c2b68c..a091e22b5 100644 > --- a/config/rootfiles/common/i586/hyperscan > +++ b/config/rootfiles/common/i586/hyperscan > @@ -5,10 +5,10 @@ > #usr/include/hs/hs_runtime.h > #usr/lib/libhs.so > usr/lib/libhs.so.5 > -usr/lib/libhs.so.5.2.1 > +usr/lib/libhs.so.5.3.0 > usr/lib/libhs_runtime.so > usr/lib/libhs_runtime.so.5 > -usr/lib/libhs_runtime.so.5.2.1 > +usr/lib/libhs_runtime.so.5.3.0 > #usr/lib/pkgconfig/libhs.pc > #usr/share/doc/hyperscan > #usr/share/doc/hyperscan/examples > diff --git a/config/rootfiles/common/x86_64/hyperscan b/config/rootfiles/co= mmon/x86_64/hyperscan > index 945c2b68c..a091e22b5 100644 > --- a/config/rootfiles/common/x86_64/hyperscan > +++ b/config/rootfiles/common/x86_64/hyperscan > @@ -5,10 +5,10 @@ > #usr/include/hs/hs_runtime.h > #usr/lib/libhs.so > usr/lib/libhs.so.5 > -usr/lib/libhs.so.5.2.1 > +usr/lib/libhs.so.5.3.0 > usr/lib/libhs_runtime.so > usr/lib/libhs_runtime.so.5 > -usr/lib/libhs_runtime.so.5.2.1 > +usr/lib/libhs_runtime.so.5.3.0 > #usr/lib/pkgconfig/libhs.pc > #usr/share/doc/hyperscan > #usr/share/doc/hyperscan/examples > diff --git a/lfs/hyperscan b/lfs/hyperscan > index b63c6ecbe..96979c718 100644 > --- a/lfs/hyperscan > +++ b/lfs/hyperscan > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 5.2.1 > +VER =3D 5.3.0 >=20 > THISAPP =3D hyperscan-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -46,7 +46,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D e722ec217282d38b1457cc751f0a4bb6 > +$(DL_FILE)_MD5 =3D 6acab4b242dd81b3cede211d4a9e7101 >=20 > install : $(TARGET) >=20 > --=20 > 2.20.1 >=20 --===============5972707977429333412==--