summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-09-16 12:03:05 +0000
committerMichael Mason <ms13sp@gmail.com>2009-09-16 12:03:05 +0000
commit68708495921d0b486fd9c8be27ffc491bea187e9 (patch)
tree35d1bffe3ab60d6207391433b3602f12b2a0d6ba /testing
parent11ea4a53246148580363c06d45c2c0853cc1664a (diff)
parentfaf65d0a3c57b00f3e25d3149c8cc4759f978115 (diff)
downloadaports-68708495921d0b486fd9c8be27ffc491bea187e9.tar.bz2
aports-68708495921d0b486fd9c8be27ffc491bea187e9.tar.xz
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing')
-rw-r--r--testing/asterisk/APKBUILD8
-rw-r--r--testing/asterisk/asterisk.initd1
-rw-r--r--testing/fprobe/APKBUILD6
-rw-r--r--testing/fprobe/fprobe.initd1
-rw-r--r--testing/gross-svn/APKBUILD13
-rw-r--r--testing/gross-svn/gross-svn.initd1
-rw-r--r--testing/haproxy/APKBUILD4
-rw-r--r--testing/haproxy/haproxy.initd1
-rw-r--r--testing/kamailio/APKBUILD4
-rw-r--r--testing/kamailio/kamailio.initd1
-rw-r--r--testing/knock/APKBUILD6
-rw-r--r--testing/knock/knock.initd1
-rw-r--r--testing/mpd/APKBUILD4
-rw-r--r--testing/mpd/mpd.initd1
-rw-r--r--testing/nagios/APKBUILD6
-rw-r--r--testing/nagios/nagios.initd1
-rw-r--r--testing/opensips/APKBUILD4
-rw-r--r--testing/opensips/opensips.initd1
-rw-r--r--testing/openvpn/APKBUILD4
-rw-r--r--testing/openvpn/openvpn.initd2
-rw-r--r--testing/postgrey/APKBUILD10
-rw-r--r--testing/postgrey/postgrey.initd1
-rw-r--r--testing/prosody/APKBUILD7
-rw-r--r--testing/prosody/prosody.initd1
-rw-r--r--testing/ulogd/APKBUILD6
-rw-r--r--testing/ulogd/ulogd.initd1
-rw-r--r--testing/wzdftpd/APKBUILD6
-rw-r--r--testing/wzdftpd/wzdftpd-svn.initd1
28 files changed, 52 insertions, 51 deletions
diff --git a/testing/asterisk/APKBUILD b/testing/asterisk/APKBUILD
index b3f290bd..e7848272 100644
--- a/testing/asterisk/APKBUILD
+++ b/testing/asterisk/APKBUILD
@@ -3,7 +3,7 @@
pkgname=asterisk
pkgver=1.6.3.0_pre20090623
_basever=1.6.2.0-beta3
-pkgrel=2
+pkgrel=3
pkgdesc="Asterisk: A Module Open Source PBX System"
url="http://www.asterisk.org/"
license="GPL"
@@ -22,8 +22,6 @@ source="http://downloads.digium.com/pub/asterisk/releases/$pkgname-$_basever.tar
asterisk-05-1.6.1-glob-uclibc.patch
asterisk-06-overlapped-enum.patch
asterisk-07-issue14068.patch
- asterisk.pre-install
- asterisk.post-install
asterisk.initd
asterisk.confd"
@@ -100,7 +98,5 @@ b00c9d98ce2ad445501248a197c6e436 asterisk-02-uclibc-daemon.patch
c37928e95ebef36aad097accfdbbfcb8 asterisk-05-1.6.1-glob-uclibc.patch
1b49f980e56dc7ce493a046eadff3545 asterisk-06-overlapped-enum.patch
cc6a11b73f3ba7e98a621540c8e71542 asterisk-07-issue14068.patch
-b4a97cb1ec3cc3f71a10ce8c067ab430 asterisk.pre-install
-62ecffc90b6714b85f377d1fac73c58b asterisk.post-install
-c618b7fdf4a9edf4cde6d8ccd1e32ee6 asterisk.initd
+0ce3219e05f55af884a7dc6b99c2b276 asterisk.initd
ed31d7ba37bcf8b0346dcf8593c395f0 asterisk.confd"
diff --git a/testing/asterisk/asterisk.initd b/testing/asterisk/asterisk.initd
index 864a96b3..284898ae 100644
--- a/testing/asterisk/asterisk.initd
+++ b/testing/asterisk/asterisk.initd
@@ -4,6 +4,7 @@ opts="${opts} forcestop reload"
depend() {
need net
+ after firewall
use nscd dns zaptel mysql postgresql slapd capi
}
diff --git a/testing/fprobe/APKBUILD b/testing/fprobe/APKBUILD
index 60053599..ea6faea2 100644
--- a/testing/fprobe/APKBUILD
+++ b/testing/fprobe/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=fprobe
pkgver=1.1
-pkgrel=0
+pkgrel=1
pkgdesc="libpcap-based tool that collect network traffic"
url="http://fprobe.sourceforge.net/"
license="GPL"
-depends="uclibc"
+depends=
makedepends="libpcap-dev"
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
@@ -28,5 +28,5 @@ build() {
}
md5sums="65850d0470078269b33eee58cba77ac2 fprobe-1.1.tar.bz2
-a682fef5ba72855db5d67b62c88ffaf0 fprobe.initd
+41810a73503624de2c27809e34ed80b4 fprobe.initd
ba9c9327456e4db897b60481705df282 fprobe.confd"
diff --git a/testing/fprobe/fprobe.initd b/testing/fprobe/fprobe.initd
index b2ee6ded..a14f1e6b 100644
--- a/testing/fprobe/fprobe.initd
+++ b/testing/fprobe/fprobe.initd
@@ -4,6 +4,7 @@
depend() {
need net
+ after firewall
}
BIN=/usr/sbin/fprobe
diff --git a/testing/gross-svn/APKBUILD b/testing/gross-svn/APKBUILD
index adba8d13..58389f55 100644
--- a/testing/gross-svn/APKBUILD
+++ b/testing/gross-svn/APKBUILD
@@ -2,18 +2,17 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=gross-svn
pkgver=511
-pkgrel=1
+pkgrel=2
pkgdesc="Greylisting of suspicious sources"
url="http://code.google.com/p/gross/"
license="BSD"
-depends="uclibc c-ares"
+depends=
makedepends="c-ares-dev"
install="$pkgname.post-install $pkgname.pre-install"
subpackages="$pkgname-doc $pkgname-dev"
source="http://alpine.nethq.org/clandmeter/src/${pkgname}-${pkgver}.tar.bz2
$pkgname.initd
-$pkgname.confd
-$install"
+$pkgname.confd"
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -31,7 +30,5 @@ build() {
}
md5sums="f2488ced5b47f359c3a1127d9ba3453c gross-svn-511.tar.bz2
-37b83bd0d94f66c733d5562c0327b70f gross-svn.initd
-5ca1c6e51c3243236e6564480b20279b gross-svn.confd
-4b55d1c5534167946cc11376d1b05c34 gross-svn.post-install
-8f6e45b98888dbb9971f7681bf431f6f gross-svn.pre-install"
+e8d7c8ce4760f8443ab13c3a4af80db0 gross-svn.initd
+5ca1c6e51c3243236e6564480b20279b gross-svn.confd"
diff --git a/testing/gross-svn/gross-svn.initd b/testing/gross-svn/gross-svn.initd
index c67293e1..00ee33e5 100644
--- a/testing/gross-svn/gross-svn.initd
+++ b/testing/gross-svn/gross-svn.initd
@@ -7,6 +7,7 @@ GROUP="gross"
depend() {
need net
+ after firewall
}
check_config() {
diff --git a/testing/haproxy/APKBUILD b/testing/haproxy/APKBUILD
index d37caf88..eadcabd1 100644
--- a/testing/haproxy/APKBUILD
+++ b/testing/haproxy/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=haproxy
pkgver=1.3.20
-pkgrel=0
+pkgrel=1
pkgdesc="A TCP/HTTP reverse proxy for high availability environments"
url="http://haproxy.1wt.eu"
license="GPL"
@@ -24,4 +24,4 @@ build() {
}
md5sums="e37046e0cb2f407d92c41d7731d1dd10 haproxy-1.3.20.tar.gz
-a7c6178dc4078fa233084ee36c8b440c haproxy.initd"
+7d26095c6f899b0ef00bedecaca58864 haproxy.initd"
diff --git a/testing/haproxy/haproxy.initd b/testing/haproxy/haproxy.initd
index 10466144..82a10675 100644
--- a/testing/haproxy/haproxy.initd
+++ b/testing/haproxy/haproxy.initd
@@ -18,6 +18,7 @@ checkconfig() {
depend() {
need net
+ after firewall
use dns logger
}
diff --git a/testing/kamailio/APKBUILD b/testing/kamailio/APKBUILD
index a5d6bfe4..676087f3 100644
--- a/testing/kamailio/APKBUILD
+++ b/testing/kamailio/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=kamailio
pkgver=1.5.2
-pkgrel=3
+pkgrel=4
pkgdesc="Open Source SIP Server"
url="http://www.kamailio.org/"
pkgusers="kamailio"
@@ -96,6 +96,6 @@ presence() {
}
md5sums="6c6f4ed6fbcb4d008b8ac3de5b99ce99 kamailio-1.5.2-notls_src.tar.gz
-84f3c403b65a8fca9df4b71f51224e21 kamailio.initd
+c098f34b3e3ad704b18d4b2c6da6488b kamailio.initd
c646af2dd31f5c4289a2f802c873d98f kamailio.pre-install
3fbaf633ff1620d0d526fc4047c7bed9 kamailio.post-install"
diff --git a/testing/kamailio/kamailio.initd b/testing/kamailio/kamailio.initd
index afe9cb08..51c8c511 100644
--- a/testing/kamailio/kamailio.initd
+++ b/testing/kamailio/kamailio.initd
@@ -5,6 +5,7 @@ pidfile=/var/run/kamailio/kamailio.pid
depend() {
need net
+ after firewall
}
start() {
diff --git a/testing/knock/APKBUILD b/testing/knock/APKBUILD
index 6456b51a..8804dac3 100644
--- a/testing/knock/APKBUILD
+++ b/testing/knock/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=knock
pkgver=0.5
-pkgrel=0
+pkgrel=1
pkgdesc="A simple port-knocking daemon"
url="http://www.zeroflux.org/projects/knock"
license="GPL"
-depends="uclibc iptables libpcap"
+depends="iptables"
makedepends="libpcap-dev"
install=
subpackages="$pkgname-doc"
@@ -29,5 +29,5 @@ build() {
}
md5sums="ca09d61458974cff90a700aba6120891 knock-0.5.tar.gz
-eb19ce993158eb3d15e1b19326256807 knock.initd
+5f05196d700c04287523d184226e2dc2 knock.initd
8067d3b8401a0b5d513c44d3ff436032 knock.confd"
diff --git a/testing/knock/knock.initd b/testing/knock/knock.initd
index 18a6177e..b83c5c74 100644
--- a/testing/knock/knock.initd
+++ b/testing/knock/knock.initd
@@ -5,6 +5,7 @@
depend() {
need net
+ after firewall
}
start() {
diff --git a/testing/mpd/APKBUILD b/testing/mpd/APKBUILD
index c52e1c2d..eff2091c 100644
--- a/testing/mpd/APKBUILD
+++ b/testing/mpd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <natanael.copa@gmail.com>
pkgname=mpd
pkgver=0.15.2
-pkgrel=1
+pkgrel=2
pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
url="http://musicpd.org"
pkgusers="mpd"
@@ -44,5 +44,5 @@ build() {
"$pkgdir"/var/lib/mpd/music
}
md5sums="869779fdf592ac45d067c7dec228cb51 mpd-0.15.2.tar.bz2
-338857abd41efd08b2d2b5399a07a87f mpd.initd
+31d1515232d688d610d1664a0fb2a6a0 mpd.initd
dbd301041953a5cf9c2b9de8f23eb6bb mpd.confd"
diff --git a/testing/mpd/mpd.initd b/testing/mpd/mpd.initd
index e8403576..10601dc4 100644
--- a/testing/mpd/mpd.initd
+++ b/testing/mpd/mpd.initd
@@ -9,6 +9,7 @@ CONF=/etc/mpd.conf
depend() {
need localmount
use net netmount nfsmount esound pulseaudio
+ after firewall
}
checkconfig() {
diff --git a/testing/nagios/APKBUILD b/testing/nagios/APKBUILD
index ede82bbd..0234cac1 100644
--- a/testing/nagios/APKBUILD
+++ b/testing/nagios/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Carlo Landmeter <clandmeter at gmail>
pkgname=nagios
pkgver=3.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Popular monitoring tool"
url="http://www.nagios.org/"
license="GPL-2"
-depends="gd perl"
+depends="perl"
makedepends="gd-dev pkgconfig perl-dev"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
nagios.confd
@@ -51,5 +51,5 @@ web() {
md5sums="02d3b0e13f772481d0ac9e00bdc3e979 nagios-3.1.0.tar.gz
431dfe7403323e247a88b97beade5d78 nagios.confd
-73fe73c8e31b8a59b5f3206bc90a74e8 nagios.initd
+2ead8695b32222abe922692664aa9de1 nagios.initd
d63c36f47d26f1f71ae2faf272eec640 lighttpd-nagios.conf"
diff --git a/testing/nagios/nagios.initd b/testing/nagios/nagios.initd
index ce441030..e0b3bcf0 100644
--- a/testing/nagios/nagios.initd
+++ b/testing/nagios/nagios.initd
@@ -7,6 +7,7 @@ DAEMON=/usr/sbin/$NAME
depend() {
need net
+ after firewall
}
start() {
diff --git a/testing/opensips/APKBUILD b/testing/opensips/APKBUILD
index ab98d4ba..d54b3dec 100644
--- a/testing/opensips/APKBUILD
+++ b/testing/opensips/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=opensips
pkgver=1.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="Flexible and customizable sip routing engine"
url="http://www.opensips.org/"
license="GPL"
@@ -34,4 +34,4 @@ build() {
md5sums="ba99592a6e42e8b4dc2d38964420dfec opensips-1.5.0-notls_src.tar.gz
3a8a5d3c4c23ce9f2fc60b449ad61820 opensips.pre-install
d9b551148d2b60466c05b4295b935091 opensips.post-install
-6606574b4872cbc5114e490f962ca096 opensips.initd"
+7fb51d35517f7f10cfe6e89139f7060a opensips.initd"
diff --git a/testing/opensips/opensips.initd b/testing/opensips/opensips.initd
index 5805908f..09c03fd5 100644
--- a/testing/opensips/opensips.initd
+++ b/testing/opensips/opensips.initd
@@ -5,6 +5,7 @@ pidfile=/var/run/opensips/opensips.pid
depend() {
need net
+ after firewall
}
start() {
diff --git a/testing/openvpn/APKBUILD b/testing/openvpn/APKBUILD
index 2c38df4c..365b6393 100644
--- a/testing/openvpn/APKBUILD
+++ b/testing/openvpn/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=openvpn
pkgver=2.1_rc19
-pkgrel=0
+pkgrel=1
pkgdesc="A robust, and highly configurable VPN (Virtual Private Network)"
url="http://openvpn.sourceforge.net/"
license="custom"
@@ -52,4 +52,4 @@ build() {
}
md5sums="ba2ee667a8b7606b125b7d32f47ca578 openvpn-2.1_rc19.tar.gz
-10390247d1fdc4fd1ebec1ebae8872be openvpn.initd"
+020376f1e7ed6b4adbe20cf5ff774856 openvpn.initd"
diff --git a/testing/openvpn/openvpn.initd b/testing/openvpn/openvpn.initd
index a6e4529e..7e0e3eb9 100644
--- a/testing/openvpn/openvpn.initd
+++ b/testing/openvpn/openvpn.initd
@@ -14,7 +14,7 @@ VPNCONF="${VPNDIR}/${VPN}.conf"
depend() {
need localmount net
before netmount
- after bootmisc
+ after bootmisc firewall
}
checktundevice() {
diff --git a/testing/postgrey/APKBUILD b/testing/postgrey/APKBUILD
index 71dc8c58..75681143 100644
--- a/testing/postgrey/APKBUILD
+++ b/testing/postgrey/APKBUILD
@@ -2,18 +2,17 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=postgrey
pkgver=1.32
-pkgrel=0
+pkgrel=1
pkgdesc="Postfix policy server implementing greylisting"
url="http://postgrey.schweikert.ch/"
license="GPL"
depends="perl perl-db perl-net-dns perl-net-server"
makedepends=""
-install=
+install=postgrey.pre-install
subpackages=""
source="http://postgrey.schweikert.ch/pub/$pkgname-$pkgver.tar.gz
postgrey.confd
- postgrey.initd
- postgrey.pre-install"
+ postgrey.initd"
#still need PERL-IO Multiplex and PERL-PARSE-SYSLOG and NET-RBLClient
build() {
cd "$srcdir"/$pkgname-$pkgver
@@ -31,5 +30,4 @@ build() {
md5sums="524a4e165bf997996f3bccade394712f postgrey-1.32.tar.gz
caaad5770ab07fb5af3bbd522a05b84f postgrey.confd
-3bf81886c02d2879c1310bf1027e9c07 postgrey.initd
-4231489e2cfbbb4b0a354826cbe40695 postgrey.pre-install"
+d0611b244202c77ad7ad79862721a738 postgrey.initd"
diff --git a/testing/postgrey/postgrey.initd b/testing/postgrey/postgrey.initd
index d38538de..c9e51ceb 100644
--- a/testing/postgrey/postgrey.initd
+++ b/testing/postgrey/postgrey.initd
@@ -9,6 +9,7 @@ opts="${opts} reload"
depend() {
need net
+ after firewall
before postfix
provide postfix_greylist
}
diff --git a/testing/prosody/APKBUILD b/testing/prosody/APKBUILD
index f4ef1476..bfaacffa 100644
--- a/testing/prosody/APKBUILD
+++ b/testing/prosody/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Mika Havela <mika.havela@gmail.com>
pkgname=prosody
pkgver=0.4.2
-pkgrel=0
+pkgrel=1
pkgdesc="Lua based Jabber/XMPP server"
url="http://prosody.im/"
license="MIT"
@@ -13,7 +13,6 @@ subpackages=""
source="http://prosody.im/downloads/source/$pkgname-$pkgver.tar.gz
$pkgname.cfg.lua
$pkgname.initd
- $install
Makefile-0.4.2.patch
"
@@ -40,7 +39,5 @@ build() {
md5sums="2669478311b3a67522669acdf03cf85c prosody-0.4.2.tar.gz
f42039e5a342fe62cd7e491546338aaa prosody.cfg.lua
-c161a875295b45241229eb6db65211e8 prosody.initd
-08484f183ba39233337d3fbc92cffadc prosody.pre-install
-8202a40bf6de7cbacbaf76f2985aa220 prosody.post-install
+c0e647e872e30f71fa03faab189ae287 prosody.initd
684d033dac42399a245c061c9a374e1b Makefile-0.4.2.patch"
diff --git a/testing/prosody/prosody.initd b/testing/prosody/prosody.initd
index 1c88672b..2749d09c 100644
--- a/testing/prosody/prosody.initd
+++ b/testing/prosody/prosody.initd
@@ -7,6 +7,7 @@ DAEMON=/usr/bin/$NAME
depend() {
need net
+ after firewall
}
start() {
diff --git a/testing/ulogd/APKBUILD b/testing/ulogd/APKBUILD
index cc36f0ce..6dad6b8d 100644
--- a/testing/ulogd/APKBUILD
+++ b/testing/ulogd/APKBUILD
@@ -2,11 +2,11 @@
pkgname=ulogd
pkgver=2.0.0_beta3
_pkgver=2.0.0beta3
-pkgrel=0
+pkgrel=1
pkgdesc="A userspace logging daemon for netfilter/iptables related logging"
url="http://netfilter.org/projects/ulogd/index.html"
license="GPL"
-depends="libnfnetlink libnetfilter_conntrack libnetfilter_log"
+depends=
makedepends="sqlite-dev mysql-dev postgresql-dev libpcap-dev libnfnetlink-dev
libnetfilter_conntrack-dev libnetfilter_log-dev pkgconfig openssl-dev"
subpackages="$pkgname-doc $pkgname-dev $pkgname-sqlite $pkgname-pgsql $pkgname-mysql"
@@ -46,4 +46,4 @@ mysql() {
md5sums="be8137d3b7ae70ebbce7ca8852b9e901 ulogd-2.0.0beta3.tar.bz2
-5f5eb551b60591aed49376ed2fa149be ulogd.initd"
+5eedaae6102a4e90b3b89f051f54fbf1 ulogd.initd"
diff --git a/testing/ulogd/ulogd.initd b/testing/ulogd/ulogd.initd
index 792e4eb4..4413327b 100644
--- a/testing/ulogd/ulogd.initd
+++ b/testing/ulogd/ulogd.initd
@@ -7,6 +7,7 @@ opts="reload"
depend() {
need net
+ after firewall
}
checkconfig() {
diff --git a/testing/wzdftpd/APKBUILD b/testing/wzdftpd/APKBUILD
index dbcf9ca8..b9b46265 100644
--- a/testing/wzdftpd/APKBUILD
+++ b/testing/wzdftpd/APKBUILD
@@ -6,11 +6,11 @@
# Contributor: Your Name <youremail@domain.com>
pkgname=wzdftpd-svn
pkgver=2040
-pkgrel=1
+pkgrel=2
pkgdesc="A portable, modular, small, and efficient FTP server"
url="http://www.wzdftpd.net"
license='GPL'
-depends="openssl"
+depends=
makedepends="cmake mysql-dev sqlite-dev tcl-dev openssl-dev flex"
source="http://alpine.nethq.org/clandmeter/src/wzdftpd-svn2040.tar.gz
wzdftpd-svn.initd"
@@ -43,4 +43,4 @@ build() {
}
md5sums="4bdb2fcaa4ca316261e9f77380818769 wzdftpd-svn2040.tar.gz
-991306944cc375b71ba9022a5e95aaf8 wzdftpd-svn.initd"
+ae2b7497cc7729bfaf346ba0d3b607d2 wzdftpd-svn.initd"
diff --git a/testing/wzdftpd/wzdftpd-svn.initd b/testing/wzdftpd/wzdftpd-svn.initd
index 4dc8d509..25f4da6f 100644
--- a/testing/wzdftpd/wzdftpd-svn.initd
+++ b/testing/wzdftpd/wzdftpd-svn.initd
@@ -2,6 +2,7 @@
depend() {
need net
+ after firewall
use dns
}