diff options
author | Ebben Aries <earies@dscp.org> | 2023-03-06 08:42:37 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:14 +0700 |
commit | 0c8f15d95c2d47d313384d01a617517f3386366a (patch) | |
tree | f51dd273b0a590a3e0ccb2fa46bb896a9280d6f2 | |
parent | 71a8b91cbfffbeec112cfd305a5c1cae556d7870 (diff) |
libraries/hyperscan: Updated for version 5.4.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/hyperscan/build_wrapper.sh.patch | 11 | ||||
-rw-r--r-- | libraries/hyperscan/hyperscan.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/hyperscan/hyperscan.info | 6 |
3 files changed, 5 insertions, 19 deletions
diff --git a/libraries/hyperscan/build_wrapper.sh.patch b/libraries/hyperscan/build_wrapper.sh.patch deleted file mode 100644 index b1135549811cb..0000000000000 --- a/libraries/hyperscan/build_wrapper.sh.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake/build_wrapper.sh 2021-05-22 15:57:12.307345284 +0200 -+++ cmake/build_wrapper.sh.new 2021-05-22 15:57:57.926340747 +0200 -@@ -17,7 +17,7 @@ - LIBC_SO=$("$@" --print-file-name=libc.so.6) - cp ${KEEPSYMS_IN} ${KEEPSYMS} - # get all symbols from libc and turn them into patterns --nm -f p -g -D ${LIBC_SO} | sed -s 's/\([^ ]*\).*/^\1$/' >> ${KEEPSYMS} -+nm -f p -g -D ${LIBC_SO} | sed -s 's/\([^ @]*\).*/^\1$/' >> ${KEEPSYMS} - # build the object - "$@" - # rename the symbols in the object diff --git a/libraries/hyperscan/hyperscan.SlackBuild b/libraries/hyperscan/hyperscan.SlackBuild index b977491a00471..5c4f8cd4c9e64 100644 --- a/libraries/hyperscan/hyperscan.SlackBuild +++ b/libraries/hyperscan/hyperscan.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Hyperscan -# Copyright 2018-2021 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2018-2023 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hyperscan -VERSION=${VERSION:-5.4.0} +VERSION=${VERSION:-5.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,9 +79,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Patch build issue for hyperscan 5.4.0 -patch -p0 < $CWD/build_wrapper.sh.patch - mkdir -p build cd build cmake \ diff --git a/libraries/hyperscan/hyperscan.info b/libraries/hyperscan/hyperscan.info index f066950228e5d..67896ba5ce759 100644 --- a/libraries/hyperscan/hyperscan.info +++ b/libraries/hyperscan/hyperscan.info @@ -1,8 +1,8 @@ PRGNAM="hyperscan" -VERSION="5.4.0" +VERSION="5.4.1" HOMEPAGE="https://www.hyperscan.io" -DOWNLOAD="https://github.com/intel/hyperscan/archive/v5.4.0/hyperscan-5.4.0.tar.gz" -MD5SUM="65e08385038c24470a248f6ff2fa379b" +DOWNLOAD="https://github.com/intel/hyperscan/archive/v5.4.1/hyperscan-5.4.1.tar.gz" +MD5SUM="2f1c475087d81ae0d71333db05ed089d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ragel" |