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 38C6DDC12A9 for ; Wed, 23 Dec 2015 01:38:09 +0000 (UTC) Received: from apollo.thewebhostserver.com (unknown [46.28.50.181]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id E18C4DC0701 for ; Wed, 23 Dec 2015 01:38:08 +0000 (UTC) Received: from [81.4.121.188] (port=50132 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1aBYNT-000DzI-JD for alpine-aports@lists.alpinelinux.org; Wed, 23 Dec 2015 01:38:07 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 2/2] testing/psad: update to 2.4.3 Date: Wed, 23 Dec 2015 01:38:12 +0000 Message-Id: <1450834692-26083-2-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.6.4 In-Reply-To: <1450834692-26083-1-git-send-email-developer@it-offshore.co.uk> References: <1450834692-26083-1-git-send-email-developer@it-offshore.co.uk> 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_fw_read.pid does not exist' warnings are not relevant in Busybox & can be ignored. They will be supressed in the next release: https://github.com/mrash/psad/issues/31 --- testing/psad/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/psad/APKBUILD b/testing/psad/APKBUILD index a883911..9feaf89 100644 --- a/testing/psad/APKBUILD +++ b/testing/psad/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=psad -pkgver=2.4.2 +pkgver=2.4.3 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/" @@ -15,7 +15,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" @@ -98,12 +98,12 @@ package() { "$pkgdir"/etc/conf.d/$pkgname || return 1 } -md5sums="e272f071dcf14175cc7841b329af1c51 psad-nodeps-2.4.2.tar.gz +md5sums="644e6094c5142f54cdca6e7429825307 psad-nodeps-2.4.3.tar.gz b7d0fa3ee0b711a92f25ff8188dbf75b psad.initd bc07efebb41cc23c4be129bbbacc874b psad.confd" -sha256sums="10141df4be9ea2addbbfc5823c85ed04cfa89e910d9d717526680a0f1174af12 psad-nodeps-2.4.2.tar.gz +sha256sums="c5a90f4c284c0eda3b24c5fcd9d0fd0e464ad8bf0fe7559ac6ecc41bb81e0b65 psad-nodeps-2.4.3.tar.gz 1a5b8f1b014a9f78b43cd6e4e1006d6901a654fc51dcbe2c405d509b4a950a78 psad.initd 74c72225fa37c367a458321b737050cacaf262f32b0cc13babc54468ff1988b9 psad.confd" -sha512sums="f4c9c11e6963db0dfdf3ca2faad46ba717ad55101503887b8edba33d27fc4e93b9e2577db763294c68e35b46dbe4b499876c328527be8181e3b9fb639ffa269f psad-nodeps-2.4.2.tar.gz +sha512sums="9234a2ed534f571fb46d7566313802813076b9a3f2011695288b7b1a5c4f3f22cefc6ea99e087cbeb1072d61c278c11a28b5aaa4e4024d8bb459dda4873840d2 psad-nodeps-2.4.3.tar.gz f9f7e5e9da9de2f2258ae1b36e22e59faf950c7110de869c3581f7a89cd6dfdc96aa4db06a4ceca0ac016e8adbeb1e3bca3da66a565aec8a1ddf2808e93897c2 psad.initd a80666f59356cc6157a9f5dca132991d4f1e0afda8f673d602de2557219d5521bec9ae148330e98d9483175d14d96e4cc2ccd11541d8b187b0e47f44ba4ada54 psad.confd" -- 2.6.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---