diff options
author | Michael Mason <ms13sp@gmail.com> | 2009-04-09 13:08:38 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2009-04-09 13:08:38 +0000 |
commit | b3d32ec645bf269fe1011f77d53579c35d94a9e8 (patch) | |
tree | d2bcf9c14eb1b64041285511e219840d93ce0d40 /extra/snort | |
parent | f3eeb22d210991904604139571612c08c3d4c9e9 (diff) | |
download | aports-b3d32ec645bf269fe1011f77d53579c35d94a9e8.tar.bz2 aports-b3d32ec645bf269fe1011f77d53579c35d94a9e8.tar.xz |
extra/snort Updated to new version of snort
Diffstat (limited to 'extra/snort')
-rw-r--r-- | extra/snort/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/snort/APKBUILD b/extra/snort/APKBUILD index e51c04e6..9f31339c 100644 --- a/extra/snort/APKBUILD +++ b/extra/snort/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Michael Mason <ms13sp@gmail.com> pkgname=snort -pkgver=2.8.3.2 -pkgrel=1 +pkgver=2.8.4 +pkgrel=0 pkgdesc="An open source network intrusion prevention and detection system" url="http://www.snort.org/" license="GPL" @@ -31,7 +31,7 @@ build() { install -D -m 644 ../snort.confd "$pkgdir"/etc/conf.d/snort } -md5sums="f75547da33446ddb4ca07eefd9ce31dc snort-2.8.3.2.tar.gz +md5sums="193179da8db8aac5ee6b0a751ce7b76d snort-2.8.4.tar.gz b3207150805e7b948d958c6f86e70a5b snort.initd 446f8d2b3435b8a6be738da978670605 snort.confd b9473b349cc9d21faf7b91b591f497d6 snort.pre-install" |