* [PATCHv2] hyperscan: Update to 5.3.0
@ 2020-08-08 19:20 Stefan Schantl
2020-08-10 9:21 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2020-08-08 19:20 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1940 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
config/rootfiles/common/i586/hyperscan | 4 ++--
config/rootfiles/common/x86_64/hyperscan | 4 ++--
lfs/hyperscan | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/config/rootfiles/common/i586/hyperscan b/config/rootfiles/common/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/common/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 @@
include Config
-VER = 5.2.1
+VER = 5.3.0
THISAPP = hyperscan-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = e722ec217282d38b1457cc751f0a4bb6
+$(DL_FILE)_MD5 = 6acab4b242dd81b3cede211d4a9e7101
install : $(TARGET)
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCHv2] hyperscan: Update to 5.3.0
2020-08-08 19:20 [PATCHv2] hyperscan: Update to 5.3.0 Stefan Schantl
@ 2020-08-10 9:21 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-08-10 9:21 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2232 bytes --]
Reviewed-by: Michael Tremer <Michael.tremer(a)ipfire.org>
Thank you for working on this so quickly.
> On 8 Aug 2020, at 20:20, Stefan Schantl <stefan.schantl(a)ipfire.org> wrote:
>
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> config/rootfiles/common/i586/hyperscan | 4 ++--
> config/rootfiles/common/x86_64/hyperscan | 4 ++--
> lfs/hyperscan | 4 ++--
> 3 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/config/rootfiles/common/i586/hyperscan b/config/rootfiles/common/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/common/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 @@
>
> include Config
>
> -VER = 5.2.1
> +VER = 5.3.0
>
> THISAPP = hyperscan-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -46,7 +46,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = e722ec217282d38b1457cc751f0a4bb6
> +$(DL_FILE)_MD5 = 6acab4b242dd81b3cede211d4a9e7101
>
> install : $(TARGET)
>
> --
> 2.20.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-10 9:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-08 19:20 [PATCHv2] hyperscan: Update to 5.3.0 Stefan Schantl
2020-08-10 9:21 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox