From 579a8fd75f6acd8fbfa5fa57bbb16216a56de795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Fri, 7 Nov 2014 19:32:58 -0200 Subject: update snort to 2.9.7.0 --- pcr/snort/PKGBUILD | 7 +++++-- pcr/snort/snort.service | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pcr/snort/PKGBUILD b/pcr/snort/PKGBUILD index e5a2107b6..f3ad01df5 100644 --- a/pcr/snort/PKGBUILD +++ b/pcr/snort/PKGBUILD @@ -7,8 +7,8 @@ # Maintainer (Parabola) : Aurélien DESBRIÈRES pkgname=snort -pkgver=2.9.6.1 -pkgrel=2 +pkgver=2.9.7.0 +pkgrel=1 pkgdesc='A lightweight network intrusion detection system.' arch=('i686' 'x86_64' 'mips64el') url='http://www.snort.org' @@ -23,6 +23,9 @@ install='snort.install' source=("http://www.snort.org/dl/snort-current/${pkgname}-${pkgver}.tar.gz" "http://rules.emergingthreats.net/open/${pkgname}-2.9.0/emerging.rules.tar.gz" 'snort.service') +md5sums=('c2a45bc56441ee9456478f219dd8d1e2' + '6cca6bfa6448fee136749a887043dc03' + '43ed16fd3906854528a62a58f88f7227') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/pcr/snort/snort.service b/pcr/snort/snort.service index d3d0da01f..4d02428f8 100644 --- a/pcr/snort/snort.service +++ b/pcr/snort/snort.service @@ -3,7 +3,7 @@ Description=Snort IDS system listening on '%I' [Service] Type=simple -ExecStartPre=/usr/sbin/ip link set up dev %I +ExecStartPre=/usr/bin/ip link set up dev %I ExecStart=/usr/bin/snort -A fast -b -p -u snort -g snort -c /etc/snort/snort.conf -i %I [Install] -- cgit v1.2.3-2-g168b