wok diff postgrey/receipt @ rev 23211
updated nagios-nrpe (3.2.1 -> 4.0.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 21 14:35:39 2020 +0100 (2020-03-21) |
parents | 9e01bc6321ea |
children | 241fb98cab1c |
line diff
1.1 --- a/postgrey/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/postgrey/receipt Sat Mar 21 14:35:39 2020 +0100 1.3 @@ -1,26 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="postgrey" 1.7 -VERSION="1.36" 1.8 +VERSION="1.37" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Postfix policy server implementing greylisting." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://postgrey.schweikert.ch/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://postgrey.schweikert.ch/" 1.17 -WGET_URL="$WEB_SITE/pub/$TARBALL" 1.18 -CONFIG_FILES="/etc/postgrey" 1.19 +WGET_URL="http://postgrey.schweikert.ch/pub/$TARBALL" 1.20 1.21 DEPENDS="postfix perl db perl-net-server perl-io-multiplex perl-berkeleydb \ 1.22 -perl-net-dns" 1.23 + perl-net-dns" 1.24 +CONFIG_FILES="/etc/postgrey" 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - mkdir -p $fs/usr/bin $fs/etc/postfix $fs/var/spool/postfix/postgrey 1.30 - cp $src/contrib/postgreyreport $src/postgrey $fs/usr/bin 1.31 - cp $src/postgrey_whitelist* $fs/etc/postfix 1.32 - cp -a stuff/etc $fs 1.33 + mkdir -p $fs/usr/bin 1.34 + mkdir -p $fs/etc/postfix 1.35 + mkdir -p $fs/var/spool/postfix/postgrey 1.36 + 1.37 + cp $src/contrib/postgreyreport $fs/usr/bin 1.38 + cp $src/postgrey $fs/usr/bin 1.39 + cp $src/postgrey_whitelist* $fs/etc/postfix 1.40 + cp -a stuff/etc $fs 1.41 } 1.42 1.43 # Pre and post install commands for Tazpkg.