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 B027DDCECF3 for ; Wed, 29 Apr 2015 22:18:51 +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 70802DCDD12 for ; Wed, 29 Apr 2015 22:18:46 +0000 (UTC) Received: from [90.198.88.249] (port=61609 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1YnaJV-0023oG-LS; Wed, 29 Apr 2015 23:18:41 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/psad: update to 2.4.0 Date: Wed, 29 Apr 2015 22:18:27 +0000 Message-Id: <1430345907-8530-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.3.6 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: The 2.2.4 PSAD package in the repos has no files (only folders) if you examine the apk. --- testing/psad/APKBUILD | 16 ++++++++-------- testing/psad/psad.initd | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/testing/psad/APKBUILD b/testing/psad/APKBUILD index 3ea6a92..df6ca1b 100644 --- a/testing/psad/APKBUILD +++ b/testing/psad/APKBUILD @@ -1,11 +1,11 @@ # Contributor: IT Offshore # Maintainer: pkgname=psad -pkgver=2.2.4 +pkgver=2.4.0 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/" -arch="noarch" +arch="all" license="GPL" depends="perl iptables ip6tables ssmtp mailx psmisc perl-bit-vector perl-date-calc perl-iptables-chainmgr perl-iptables-parse perl-net-ipv4addr perl-unix-syslog net-tools" subpackages="$pkgname-doc" @@ -97,12 +97,12 @@ package() { "$pkgdir"/etc/conf.d/$pkgname || return 1 } -md5sums="8a4e8527153eb507f339159c412d7111 psad-nodeps-2.2.4.tar.gz -e079dfcd533bc9bcf6f32525868fdd9b psad.initd +md5sums="d6a51be8882f2d8bda590720c4b5d082 psad-nodeps-2.4.0.tar.gz +b7d0fa3ee0b711a92f25ff8188dbf75b psad.initd bc07efebb41cc23c4be129bbbacc874b psad.confd" -sha256sums="0f3552a1cda40e722f4c7ea6456a319cf6e936d8d0788d18fed1fd536816caf0 psad-nodeps-2.2.4.tar.gz -f1570450fd5e4e6a6e044b52ecd342d8f2bc2034ec8699c244b9f1a79d38026c psad.initd +sha256sums="0b42a53539be604a326016e41db6b77ca66ccdb2ed0401148b60dc1c3aee86d7 psad-nodeps-2.4.0.tar.gz +1a5b8f1b014a9f78b43cd6e4e1006d6901a654fc51dcbe2c405d509b4a950a78 psad.initd 74c72225fa37c367a458321b737050cacaf262f32b0cc13babc54468ff1988b9 psad.confd" -sha512sums="e176fe7b832d38ecdfc94413e8f88237788f6c454a06f73b0a1d51f11924d5ad59d1e82e8fccc91642ecc595d1a1ba11528046f51dae3aec421e60df7b90ed25 psad-nodeps-2.2.4.tar.gz -e4daea5c93b72d9818388435dd90d24360336cc3a46c698feb01162e40b78a0f96241054368303b3093e64f1cd517db08de4b6e128a8e0ec77e6b9770e10cec9 psad.initd +sha512sums="74e0adc73951ef1acdbc0d9a289f52b88bcb2425fd36cf1d9f7e7b7546b336c1eb6748d5847fe8d512442d0cc5ea525fd4f100ecc922c7fcf04a212893b070ee psad-nodeps-2.4.0.tar.gz +f9f7e5e9da9de2f2258ae1b36e22e59faf950c7110de869c3581f7a89cd6dfdc96aa4db06a4ceca0ac016e8adbeb1e3bca3da66a565aec8a1ddf2808e93897c2 psad.initd a80666f59356cc6157a9f5dca132991d4f1e0afda8f673d602de2557219d5521bec9ae148330e98d9483175d14d96e4cc2ccd11541d8b187b0e47f44ba4ada54 psad.confd" diff --git a/testing/psad/psad.initd b/testing/psad/psad.initd index dfe4c3d..4a78c70 100644 --- a/testing/psad/psad.initd +++ b/testing/psad/psad.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # This file is part of PSAD (Port Scan Attack Detector) # Adapted for Alpine Linux by IT Offshore -- 2.3.6 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---