wok rev 15709

Up:Postfix (2.10.2) + Add SSL support
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 22:07:24 2013 +0100 (2013-12-22)
parents 383d0ea319bb
children 080ca6ff2ed1
files postfix/receipt
line diff
     1.1 --- a/postfix/receipt	Sun Dec 22 22:06:56 2013 +0100
     1.2 +++ b/postfix/receipt	Sun Dec 22 22:07:24 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="postfix"
     1.7 -VERSION="2.10.1"
     1.8 +VERSION="2.10.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="fast, easy to administer, and secure mailer."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -26,6 +26,7 @@
    1.13  		-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I /usr/include/sasl \
    1.14  		-DHAS_MYSQL -I/usr/include/mysql \
    1.15  		-DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
    1.16 +		-DUSE_TLS \
    1.17  		-DDEF_MANPAGE_DIR=\"/usr/share/man\"' \
    1.18  	AUXLIBS="-ldb -lldap -llber -lsasl2 \
    1.19  		-L/usr/lib/mysql -lmysqlclient -lz -lm " &&