summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2023-06-24 08:43:58 +0530
committerAmish2023-06-24 08:43:58 +0530
commitfbb1f40bf54b3118b56001df6bdb3ba238debee7 (patch)
tree0e86ccf87a225d0413d016d34e8c3f6f7d1e4d6a
parent5d84361e56b87f9ae3c16b96ee6e46532cdd023a (diff)
downloadaur-fbb1f40bf54b3118b56001df6bdb3ba238debee7.tar.gz
Workaround for hyperscan bug
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16e0688d9dcf..d2b53338f4ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snort-nfqueue
pkgdesc = A lightweight network IDS / IPS with NFQUEUE and OpenAppID support.
pkgver = 3.1.64.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.snort.org
install = snort.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bed3f6002936..5f123a6c4f20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=snort-nfqueue
_pkgname=snort3
_openappid=26425
pkgver=3.1.64.0
-pkgrel=2
+pkgrel=3
pkgdesc='A lightweight network IDS / IPS with NFQUEUE and OpenAppID support.'
arch=('i686' 'x86_64')
url='https://www.snort.org'
@@ -46,6 +46,8 @@ prepare() {
cd "${_pkgname}-${pkgver}"
patch -p0 < "${srcdir}"/cstdint.patch
patch -p0 < "${srcdir}"/tcmjem.patch
+ # Workaround https://github.com/intel/hyperscan/issues/388
+ sed -i '/HAVE_HS_COMPILE_LIT/d' config.cmake.h.in cmake/sanity_checks.cmake
}
build() {