summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2023-11-11 08:46:54 +0530
committerAmish2023-11-11 08:46:54 +0530
commit30a170a1d18083421f73a3a4b300419004c2feac (patch)
treef77ad749fa03b91343bbd2865047d36ddee04b82
parentcceaeadc8331c73c6b7ccb9158825db6993a3dc1 (diff)
downloadaur-30a170a1d18083421f73a3a4b300419004c2feac.tar.gz
Update to 3.1.74.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
-rw-r--r--string.patch10
3 files changed, 5 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceff3beebf6d..2adf2d18c13f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snort-nfqueue
pkgdesc = A lightweight network IDS / IPS with NFQUEUE and OpenAppID support.
- pkgver = 3.1.72.0
+ pkgver = 3.1.74.0
pkgrel = 1
url = https://www.snort.org
install = snort.install
@@ -36,18 +36,16 @@ pkgbase = snort-nfqueue
backup = etc/snort/lists/default.blocklist
backup = etc/snort/lists/default.allowlist
backup = etc/logrotate.d/snort
- source = snort3-3.1.72.0.tar.gz::https://github.com/snort3/snort3/archive/refs/tags/3.1.72.0.tar.gz
+ source = snort3-3.1.74.0.tar.gz::https://github.com/snort3/snort3/archive/refs/tags/3.1.74.0.tar.gz
source = snort-openappid-33380.tar.gz::https://snort.org/downloads/openappid/33380
- source = string.patch
source = tcmjem.patch
source = local.lua
source = snort.logrotate
source = snort.sysusers
source = snort.tmpfiles
source = snort.service
- sha256sums = 011bb367683ac5eccdef0ce2060d879562c31ca731230d803b8168094e20a69f
+ sha256sums = 4a4529e74bc202303c0330ae8b2317f0bef3ac92ae7216df8cfedfce24ddd129
sha256sums = 3046c5af1dd81a104f13d8e895226ef64bca7fa358238fb5f29c659081eaee2a
- sha256sums = fbc178f33ddaa2add21a794f3deac2b1a3d3abe59310ae4601562c6059575547
sha256sums = 7fbf5c1b1ca10fba73350e563cafeb8ea4db7eb5d69ef62c067df602f27678f2
sha256sums = 55ae10b6d24abadb03dd4f010fdf71e077370227db6835e48881836a8ea082a8
sha256sums = a8a7684a676da5cd55c2b5ab012dac3d14c5a6c62f6e37c4913ba1dbe506088e
diff --git a/PKGBUILD b/PKGBUILD
index 622ed44f114f..12d36692acd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=snort-nfqueue
_pkgname=snort3
_openappid=33380
-pkgver=3.1.72.0
+pkgver=3.1.74.0
pkgrel=1
pkgdesc='A lightweight network IDS / IPS with NFQUEUE and OpenAppID support.'
arch=('i686' 'x86_64')
@@ -25,16 +25,14 @@ backup=('etc/snort/snort.lua'
install=snort.install
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/snort3/snort3/archive/refs/tags/${pkgver}.tar.gz"
"snort-openappid-${_openappid}.tar.gz::https://snort.org/downloads/openappid/${_openappid}"
- 'string.patch'
'tcmjem.patch'
'local.lua'
'snort.logrotate'
'snort.sysusers'
'snort.tmpfiles'
'snort.service')
-sha256sums=('011bb367683ac5eccdef0ce2060d879562c31ca731230d803b8168094e20a69f'
+sha256sums=('4a4529e74bc202303c0330ae8b2317f0bef3ac92ae7216df8cfedfce24ddd129'
'3046c5af1dd81a104f13d8e895226ef64bca7fa358238fb5f29c659081eaee2a'
- 'fbc178f33ddaa2add21a794f3deac2b1a3d3abe59310ae4601562c6059575547'
'7fbf5c1b1ca10fba73350e563cafeb8ea4db7eb5d69ef62c067df602f27678f2'
'55ae10b6d24abadb03dd4f010fdf71e077370227db6835e48881836a8ea082a8'
'a8a7684a676da5cd55c2b5ab012dac3d14c5a6c62f6e37c4913ba1dbe506088e'
@@ -44,7 +42,6 @@ sha256sums=('011bb367683ac5eccdef0ce2060d879562c31ca731230d803b8168094e20a69f'
prepare() {
cd "${_pkgname}-${pkgver}"
- patch -p0 < "${srcdir}"/string.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
diff --git a/string.patch b/string.patch
deleted file mode 100644
index 42b1502b24e9..000000000000
--- a/string.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/managers/module_manager.h 2023-10-17 06:29:31.817813432 +0530
-+++ src/managers/module_manager.h 2023-10-17 06:29:52.671737795 +0530
-@@ -27,6 +27,7 @@
- #include <list>
- #include <mutex>
- #include <set>
-+#include <string>
-
- #include "framework/counts.h"
- #include "main/analyzer_command.h"