wok-6.x rev 21696
updated postfix and postfix-mysql (3.2.0 -> 3.4.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 05 17:00:00 2019 +0100 (2019-06-05) |
parents | b35f2c510937 |
children | 9560550c6164 |
files | postfix-mysql/receipt postfix/receipt |
line diff
1.1 --- a/postfix-mysql/receipt Wed Jun 05 16:30:50 2019 +0100 1.2 +++ b/postfix-mysql/receipt Wed Jun 05 17:00:00 2019 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="postfix-mysql" 1.7 -VERSION="3.2.0" 1.8 +VERSION="3.4.5" 1.9 CATEGORY="network" 1.10 SHORT_DESC="MySQL support for Postfix." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="other" 1.13 WEB_SITE="http://www.postfix.org/" 1.14 -WANTED="postfix" 1.15 1.16 DEPENDS="postfix libmysqlclient" 1.17 +WANTED="postfix" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 @@ -17,4 +17,3 @@ 1.22 mkdir -p $fs/usr/lib/postfix/ 1.23 cp -a $src/src/global/dict_mysql.o $fs/usr/lib/postfix 1.24 } 1.25 -
2.1 --- a/postfix/receipt Wed Jun 05 16:30:50 2019 +0100 2.2 +++ b/postfix/receipt Wed Jun 05 17:00:00 2019 +0100 2.3 @@ -1,22 +1,23 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="postfix" 2.7 -VERSION="3.2.0" 2.8 +VERSION="3.4.5" 2.9 CATEGORY="network" 2.10 -SHORT_DESC="fast, easy to administer, and secure mailer." 2.11 +SHORT_DESC="Fast, easy to administer, and secure mailer." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="other" 2.14 +WEB_SITE="http://www.postfix.org/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WEB_SITE="http://www.postfix.org/" 2.18 -WGET_URL="ftp://mir1.ovh.net/ftp.postfix.org/postfix-release/official/$TARBALL" 2.19 +WGET_URL="http://postfix.mirrors.ovh.net/$PACKAGE-release/official/$TARBALL" 2.20 + 2.21 +PROVIDE="sendmail" 2.22 +DEPENDS="libdb libldap pcre libssl slitaz-base-files libsasl libkrb5 \ 2.23 + libcomerr3 libmysqlclient" 2.24 +BUILD_DEPENDS="db-dev openldap-dev pcre-dev openssl-dev perl mysql-dev \ 2.25 + cyrus-sasl-dev libsasl" 2.26 TAZPANEL_DAEMON="man|edit::/etc/postfix/main.cf|options|web::$WEB_SITE" 2.27 CONFIG_FILES="/etc/postfix" 2.28 -PROVIDE="sendmail" 2.29 - 2.30 -DEPENDS="libdb libldap pcre libssl slitaz-base-files libsasl libkrb5 \ 2.31 -libcomerr3 libmysqlclient" 2.32 -BUILD_DEPENDS="db-dev openldap-dev pcre-dev openssl-dev perl mysql-dev \ 2.33 -cyrus-sasl-dev libsasl" 2.34 2.35 # Rules to configure and make the package. 2.36 compile_rules() 2.37 @@ -39,10 +40,10 @@ 2.38 genpkg_rules() 2.39 { 2.40 mkdir -p $fs/usr/share/licenses/ 2.41 - cp -a $install/usr/lib $fs/usr 2.42 - cp -a $install/usr/bin $fs/usr 2.43 - cp -a $install/usr/sbin $fs/usr 2.44 - cp -a $install/etc $fs 2.45 + cp -a $install/usr/lib $fs/usr 2.46 + cp -a $install/usr/bin $fs/usr 2.47 + cp -a $install/usr/sbin $fs/usr 2.48 + cp -a $install/etc $fs 2.49 2.50 awk 'BEGIN {n=0} /MUST/ {n++} /ALIASES/ {n++} { if (n==1) print }' \ 2.51 < $install/etc/postfix/aliases > $fs/etc/postfix/aliases