summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Cozamanis2015-10-06 11:04:31 +0800
committerAnthony Cozamanis2015-10-06 11:04:31 +0800
commita165d8ef2c28a405e19002fc38f09a03f7ffd30c (patch)
treeb61b76f5dd9ede81036c2adffa539316b3c5dfd9
parentc8e8231b522e7b7318ff158025fc3d8a90589d15 (diff)
downloadaur-a165d8ef2c28a405e19002fc38f09a03f7ffd30c.tar.gz
Roll back
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1513182959e..c54653dc661d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fwsnort
pkgdesc = application layer IDS/IPS by translating snort rules into iptables
- pkgver = 1.6.5
+ pkgver = 1.6.3
pkgrel = 3
url = http://www.cipherdyne.org/fwsnort/
arch = any
@@ -12,9 +12,9 @@ pkgbase = fwsnort
depends = iptables
depends = net-tools
options = emptydirs
- source = http://www.cipherdyne.org/fwsnort/download/fwsnort-1.6.5.tar.bz2
+ source = http://www.cipherdyne.org/fwsnort/download/fwsnort-1.6.3.tar.bz2
source = install_pl.patch
- md5sums = 2228925d1cfdc9f326cca487f1bccc7d
+ md5sums = 3e7501e4587a3e33615b604935c75e4e
md5sums = d7925e3f869ec8decb0e8336801350d6
pkgname = fwsnort
diff --git a/PKGBUILD b/PKGBUILD
index c01041e1aae6..638aa3e5ff75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Colin Shea <colin@evaryont.me>
pkgname=fwsnort
-pkgver=1.6.5
+pkgver=1.6.3
pkgrel=3
pkgdesc="application layer IDS/IPS by translating snort rules into iptables"
arch=('any')
@@ -11,7 +11,7 @@ depends=('perl' 'perl-netaddr-ip' 'perl-iptables-parse' 'iptables' 'net-tools')
makedepends=('wget')
source=(http://www.cipherdyne.org/$pkgname/download/$pkgname-$pkgver.tar.bz2
'install_pl.patch')
-md5sums=('2228925d1cfdc9f326cca487f1bccc7d'
+md5sums=('3e7501e4587a3e33615b604935c75e4e'
'd7925e3f869ec8decb0e8336801350d6')
options=(emptydirs)