X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org 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 F0D25DC03C0 for ; Mon, 2 Feb 2015 03:02:56 +0000 (UTC) Received: from [81.4.121.188] (port=50828 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.84) (envelope-from ) id 1YI7Hr-003DAj-7z; Mon, 02 Feb 2015 03:02:55 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/psad: update to 2.2.4 Date: Mon, 2 Feb 2015 03:02:49 +0000 Message-Id: <1422846169-97912-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.2.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-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/psad/APKBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/testing/psad/APKBUILD b/testing/psad/APKBUILD index e5d2349..24ca715 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.2.3 +pkgver=2.2.4 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/" @@ -14,7 +14,7 @@ source="http://cipherdyne.org/psad/download/$pkgname-nodeps-$pkgver.tar.gz psad.confd " -_builddir="$srcdir"/$pkgname-$pkgver +_builddir="$srcdir"/$pkgname-nodeps-$pkgver build() { cd "$_builddir" @@ -97,12 +97,12 @@ package() { "$pkgdir"/etc/conf.d/$pkgname || return 1 } -md5sums="c01dbd4f08d6d77ccdc0a27d1f21be91 psad-nodeps-2.2.3.tar.gz +md5sums="8a4e8527153eb507f339159c412d7111 psad-nodeps-2.2.4.tar.gz e079dfcd533bc9bcf6f32525868fdd9b psad.initd bc07efebb41cc23c4be129bbbacc874b psad.confd" -sha256sums="e8f1d31555156dc4e71869f48312978d8432d74d4f9a475817b9ac43a8868274 psad-nodeps-2.2.3.tar.gz +sha256sums="0f3552a1cda40e722f4c7ea6456a319cf6e936d8d0788d18fed1fd536816caf0 psad-nodeps-2.2.4.tar.gz f1570450fd5e4e6a6e044b52ecd342d8f2bc2034ec8699c244b9f1a79d38026c psad.initd 74c72225fa37c367a458321b737050cacaf262f32b0cc13babc54468ff1988b9 psad.confd" -sha512sums="8ab5684708b538266526bd0fdfcc0044acb1c59630e3c16dd4573105e8e703a037b446398e2c9f50be24ef5ae70bf46d98b59f11b6c5e81fc5b11abe0b1bde33 psad-nodeps-2.2.3.tar.gz +sha512sums="e176fe7b832d38ecdfc94413e8f88237788f6c454a06f73b0a1d51f11924d5ad59d1e82e8fccc91642ecc595d1a1ba11528046f51dae3aec421e60df7b90ed25 psad-nodeps-2.2.4.tar.gz e4daea5c93b72d9818388435dd90d24360336cc3a46c698feb01162e40b78a0f96241054368303b3093e64f1cd517db08de4b6e128a8e0ec77e6b9770e10cec9 psad.initd a80666f59356cc6157a9f5dca132991d4f1e0afda8f673d602de2557219d5521bec9ae148330e98d9483175d14d96e4cc2ccd11541d8b187b0e47f44ba4ada54 psad.confd" -- 2.2.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---