diff options
Diffstat (limited to 'pcr/snort')
-rw-r--r-- | pcr/snort/PKGBUILD | 8 | ||||
-rw-r--r-- | pcr/snort/snort@.service | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pcr/snort/PKGBUILD b/pcr/snort/PKGBUILD index 61e7aaeb4..ea6f6cb95 100644 --- a/pcr/snort/PKGBUILD +++ b/pcr/snort/PKGBUILD @@ -7,8 +7,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=snort -pkgver=2.9.7.3 -pkgrel=1 +pkgver=2.9.7.5 +pkgrel=2 pkgdesc='A lightweight network intrusion detection system.' arch=('i686' 'x86_64') url='http://www.snort.org' @@ -53,6 +53,6 @@ package() { cp ${srcdir}/rules/* "${pkgdir}/etc/snort/rules" } -md5sums=('839e648607fd32726b2f7965134bf0a4' +md5sums=('fd271788c0f8876be87a858a9142f202' 'SKIP' - '49c7e8dbde680322ff5c4e0883f2b908') + 'a847030a34396e6b2d1cacd272ad42da') diff --git a/pcr/snort/snort@.service b/pcr/snort/snort@.service index b78d543d4..002818ca9 100644 --- a/pcr/snort/snort@.service +++ b/pcr/snort/snort@.service @@ -7,4 +7,4 @@ ExecStartPre=/usr/sbin/ip link set up dev %I ExecStart=/usr/bin/snort --daq-dir /usr/lib/daq/ -A fast -b -p -u snort -g snort -c /etc/snort/snort.conf -i %I [Install] -Alias=multi-user.target.wants/snort@eth0.service +Alias=multi-user.target.wants/snort@%i.service |