# HG changeset patch # User Hans-G?nter Theisgen # Date 1559753027 -3600 # Node ID 8ebcdb417c3bc0d0f04c62ac06aec972a4369dab # Parent 9560550c61645148183dae755be057a813eac918 updated postgrey (1.36 -> 1.37) diff -r 9560550c6164 -r 8ebcdb417c3b postgrey/receipt --- a/postgrey/receipt Wed Jun 05 17:09:07 2019 +0100 +++ b/postgrey/receipt Wed Jun 05 17:43:47 2019 +0100 @@ -1,26 +1,31 @@ # SliTaz package receipt. PACKAGE="postgrey" -VERSION="1.36" +VERSION="1.37" CATEGORY="network" SHORT_DESC="Postfix policy server implementing greylisting." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://postgrey.schweikert.ch/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://postgrey.schweikert.ch/" -WGET_URL="$WEB_SITE/pub/$TARBALL" -CONFIG_FILES="/etc/postgrey" +WGET_URL="http://postgrey.schweikert.ch/pub/$TARBALL" DEPENDS="postfix perl db perl-net-server perl-io-multiplex perl-berkeleydb \ -perl-net-dns" + perl-net-dns" +CONFIG_FILES="/etc/postgrey" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin $fs/etc/postfix $fs/var/spool/postfix/postgrey - cp $src/contrib/postgreyreport $src/postgrey $fs/usr/bin - cp $src/postgrey_whitelist* $fs/etc/postfix - cp -a stuff/etc $fs + mkdir -p $fs/usr/bin + mkdir -p $fs/etc/postfix + mkdir -p $fs/var/spool/postfix/postgrey + + cp $src/contrib/postgreyreport $fs/usr/bin + cp $src/postgrey $fs/usr/bin + cp $src/postgrey_whitelist* $fs/etc/postfix + cp -a stuff/etc $fs } # Pre and post install commands for Tazpkg.