diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2015-06-02 11:25:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-09 13:49:37 +0000 |
commit | e653c8729ccce79168d4c5f332f4fd3880224eb4 (patch) | |
tree | 6d6c4bae2750d98261de9e79e14a3fec477fed18 /testing/psad/APKBUILD | |
parent | c93b6c886bb1c23bbac759138c125e1f657db154 (diff) | |
download | aports-e653c8729ccce79168d4c5f332f4fd3880224eb4.tar.bz2 aports-e653c8729ccce79168d4c5f332f4fd3880224eb4.tar.xz |
testing/psad: update to 2.4.1
psad-2.4.1 (05/13/2015):
- Bug fix to honor the IGNORE_PROTOCOLS configuration variable for
non-tcp/udp/icmp protocols. This bug was reported by Paul Versloot.
Also extended the IGNORE_PROTOCOLS feature to match on both protocol
name and number as well regardless of what iptables reports within log
messages. This is so the user does not have to know what iptables will
report (which can be inconsistent, e.g. 'TCP' vs. '2' for IGMP).
- Added two configuration variables ENABLE_WHOIS_LOOKUPS and
ENABLE_DNS_LOOKUPS (set to 'Y' by default) to allow whois and reverse
DNS lookups to be controlled from the command line.
- Bug fix for an uninitialized variable in 'psad -L' mode when auto
blocking is enabled. This bug was reported via github issue #19 by
gihub user 'itoffshore'.
(the last bug was also fixed by updating the dependent perl modules which we
have already done).
Diffstat (limited to 'testing/psad/APKBUILD')
-rw-r--r-- | testing/psad/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/psad/APKBUILD b/testing/psad/APKBUILD index df6ca1bdec..0815c568bb 100644 --- a/testing/psad/APKBUILD +++ b/testing/psad/APKBUILD @@ -1,7 +1,7 @@ -# Contributor: IT Offshore <developer@it-offshore.co.uk> -# Maintainer: +# Contributor: Stuart Cardall <developer@it-offshore.co.uk> +# Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=psad -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=0 pkgdesc="3 lightweight system daemons that analyze iptables log messages to detect port scans and other suspicious traffic" url="http://cipherdyne.org/psad/" @@ -97,12 +97,12 @@ package() { "$pkgdir"/etc/conf.d/$pkgname || return 1 } -md5sums="d6a51be8882f2d8bda590720c4b5d082 psad-nodeps-2.4.0.tar.gz +md5sums="acbb0ab7ae9a983386b8baee2a51b929 psad-nodeps-2.4.1.tar.gz b7d0fa3ee0b711a92f25ff8188dbf75b psad.initd bc07efebb41cc23c4be129bbbacc874b psad.confd" -sha256sums="0b42a53539be604a326016e41db6b77ca66ccdb2ed0401148b60dc1c3aee86d7 psad-nodeps-2.4.0.tar.gz +sha256sums="48bd4b1adbaef628cadfc271436c0fc0ca3cc9a8e79b13cf4244cc4db2e29b6c psad-nodeps-2.4.1.tar.gz 1a5b8f1b014a9f78b43cd6e4e1006d6901a654fc51dcbe2c405d509b4a950a78 psad.initd 74c72225fa37c367a458321b737050cacaf262f32b0cc13babc54468ff1988b9 psad.confd" -sha512sums="74e0adc73951ef1acdbc0d9a289f52b88bcb2425fd36cf1d9f7e7b7546b336c1eb6748d5847fe8d512442d0cc5ea525fd4f100ecc922c7fcf04a212893b070ee psad-nodeps-2.4.0.tar.gz +sha512sums="f1d68dd184cb4722aadd97a6d99959db325f370592ba785bf392bfd03c9497f1eaacbe497d98a7e35e91ea5fa776672fa735bbc92e4025e2978220f330d6a6e5 psad-nodeps-2.4.1.tar.gz f9f7e5e9da9de2f2258ae1b36e22e59faf950c7110de869c3581f7a89cd6dfdc96aa4db06a4ceca0ac016e8adbeb1e3bca3da66a565aec8a1ddf2808e93897c2 psad.initd a80666f59356cc6157a9f5dca132991d4f1e0afda8f673d602de2557219d5521bec9ae148330e98d9483175d14d96e4cc2ccd11541d8b187b0e47f44ba4ada54 psad.confd" |