# HG changeset patch # User Hans-G?nter Theisgen # Date 1559750400 -3600 # Node ID 8b06244cfb1945c609376d3f058f6903be647c53 # Parent b35f2c5109374d38860e23b9df99783950fe394a updated postfix and postfix-mysql (3.2.0 -> 3.4.5) diff -r b35f2c510937 -r 8b06244cfb19 postfix-mysql/receipt --- a/postfix-mysql/receipt Wed Jun 05 16:30:50 2019 +0100 +++ b/postfix-mysql/receipt Wed Jun 05 17:00:00 2019 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="postfix-mysql" -VERSION="3.2.0" +VERSION="3.4.5" CATEGORY="network" SHORT_DESC="MySQL support for Postfix." MAINTAINER="erjo@slitaz.org" LICENSE="other" WEB_SITE="http://www.postfix.org/" -WANTED="postfix" DEPENDS="postfix libmysqlclient" +WANTED="postfix" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() @@ -17,4 +17,3 @@ mkdir -p $fs/usr/lib/postfix/ cp -a $src/src/global/dict_mysql.o $fs/usr/lib/postfix } - diff -r b35f2c510937 -r 8b06244cfb19 postfix/receipt --- a/postfix/receipt Wed Jun 05 16:30:50 2019 +0100 +++ b/postfix/receipt Wed Jun 05 17:00:00 2019 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="postfix" -VERSION="3.2.0" +VERSION="3.4.5" CATEGORY="network" -SHORT_DESC="fast, easy to administer, and secure mailer." +SHORT_DESC="Fast, easy to administer, and secure mailer." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="other" +WEB_SITE="http://www.postfix.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.postfix.org/" -WGET_URL="ftp://mir1.ovh.net/ftp.postfix.org/postfix-release/official/$TARBALL" +WGET_URL="http://postfix.mirrors.ovh.net/$PACKAGE-release/official/$TARBALL" + +PROVIDE="sendmail" +DEPENDS="libdb libldap pcre libssl slitaz-base-files libsasl libkrb5 \ + libcomerr3 libmysqlclient" +BUILD_DEPENDS="db-dev openldap-dev pcre-dev openssl-dev perl mysql-dev \ + cyrus-sasl-dev libsasl" TAZPANEL_DAEMON="man|edit::/etc/postfix/main.cf|options|web::$WEB_SITE" CONFIG_FILES="/etc/postfix" -PROVIDE="sendmail" - -DEPENDS="libdb libldap pcre libssl slitaz-base-files libsasl libkrb5 \ -libcomerr3 libmysqlclient" -BUILD_DEPENDS="db-dev openldap-dev pcre-dev openssl-dev perl mysql-dev \ -cyrus-sasl-dev libsasl" # Rules to configure and make the package. compile_rules() @@ -39,10 +40,10 @@ genpkg_rules() { mkdir -p $fs/usr/share/licenses/ - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/sbin $fs/usr - cp -a $install/etc $fs + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc $fs awk 'BEGIN {n=0} /MUST/ {n++} /ALIASES/ {n++} { if (n==1) print }' \ < $install/etc/postfix/aliases > $fs/etc/postfix/aliases