summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2023-06-20 23:34:47 +0530
committerAmish2023-06-20 23:34:47 +0530
commit5d84361e56b87f9ae3c16b96ee6e46532cdd023a (patch)
tree85313ee58a8f23af5fb6b1fc90d32a4dbc0f3a7e
parentbe928848634cd8ff2df8d558a3a992977571b2f5 (diff)
downloadaur-5d84361e56b87f9ae3c16b96ee6e46532cdd023a.tar.gz
Require libdaq>=3.0.12
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe0b11b8fc4..16e0688d9dcf 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 = 1
+ pkgrel = 2
url = https://www.snort.org
install = snort.install
arch = i686
@@ -12,7 +12,7 @@ pkgbase = snort-nfqueue
depends = gperftools
depends = hwloc
depends = hyperscan
- depends = libdaq>=3.0.10
+ depends = libdaq>=3.0.12
depends = libdnet
depends = libmnl
depends = libnetfilter_queue
diff --git a/PKGBUILD b/PKGBUILD
index 565994ef2948..bed3f6002936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=snort-nfqueue
_pkgname=snort3
_openappid=26425
pkgver=3.1.64.0
-pkgrel=1
+pkgrel=2
pkgdesc='A lightweight network IDS / IPS with NFQUEUE and OpenAppID support.'
arch=('i686' 'x86_64')
url='https://www.snort.org'
license=('GPL')
provides=('snort')
conflicts=('snort')
-depends=('gperftools' 'hwloc' 'hyperscan' 'libdaq>=3.0.10' 'libdnet' 'libmnl' 'libnetfilter_queue' 'libpcap' 'libunwind' 'luajit' 'lz4' 'openssl' 'pcre' 'pulledpork' 'xz' 'zlib')
+depends=('gperftools' 'hwloc' 'hyperscan' 'libdaq>=3.0.12' 'libdnet' 'libmnl' 'libnetfilter_queue' 'libpcap' 'libunwind' 'luajit' 'lz4' 'openssl' 'pcre' 'pulledpork' 'xz' 'zlib')
makedepends=('cmake' 'pkgconf')
backup=('etc/snort/snort.lua'
'etc/snort/snort_defaults.lua'