X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 71857DC1418 for ; Tue, 2 Jun 2015 11:25:54 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 3BB7CDC011F for ; Tue, 2 Jun 2015 11:25:48 +0000 (UTC) Received: from [81.4.121.188] (port=58301 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1YzkKG-001O1K-BO; Tue, 02 Jun 2015 12:25:44 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/psad: update to 2.4.1 Date: Tue, 2 Jun 2015 11:25:32 +0000 Message-Id: <1433244332-800-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.4.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 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). --- testing/psad/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/psad/APKBUILD b/testing/psad/APKBUILD index df6ca1b..0815c56 100644 --- a/testing/psad/APKBUILD +++ b/testing/psad/APKBUILD @@ -1,7 +1,7 @@ -# Contributor: IT Offshore -# Maintainer: +# Contributor: Stuart Cardall +# Maintainer: Stuart Cardall 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" -- 2.4.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---