diff options
author | taca <taca@pkgsrc.org> | 2014-01-16 15:56:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-01-16 15:56:58 +0000 |
commit | 3a1e7575d8ed3f24ca4213edce1bb058a8b558fe (patch) | |
tree | cf76713f162f84595b3cdd8e5cd5a9791eb795eb /mail | |
parent | 6518727d30076fc9f3980c9feb6160ebd4213d0f (diff) | |
download | pkgsrc-3a1e7575d8ed3f24ca4213edce1bb058a8b558fe.tar.gz |
Update postfix to 2.10.3.
Postfix 2.10.3, 2.9.9, and 2.8.17:
* Future proofing against OpenSSL library API changes. When support
for a bug workaround is removed from OpenSSL, the corresponding
named bit in tls_disable_workarounds will be ignored instead
of causing existing Postfix configurations to fail.
All supported releases:
* Future proofing against PCRE library API changes that introduce
the pcre_free_study() function.
* The postconf '-#' option reset prior options instead of adding
to them.
* Correct an error in MULTI_INSTANCE_README Makefile example.
* Correct an error in SASL_README PostgreSQL example.
* Correct a malformed error message in conf/post-install.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index c3a0bcf2a51..a57b2a4a823 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.268 2013/10/19 09:07:07 adam Exp $ +# $NetBSD: Makefile,v 1.269 2014/01/16 15:56:58 taca Exp $ -DISTNAME= postfix-2.10.2 -PKGREVISION= 1 +DISTNAME= postfix-2.10.3 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 97e4d4653ea..41ba91aa1a0 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.151 2013/09/30 15:21:15 taca Exp $ +$NetBSD: distinfo,v 1.152 2014/01/16 15:56:58 taca Exp $ -SHA1 (postfix-2.10.2.tar.gz) = 4721024784d071c3e663d610db17f8bd99821f3d -RMD160 (postfix-2.10.2.tar.gz) = c5c7ecdc1a4e27b8eba2125e22f39860488db0e0 -Size (postfix-2.10.2.tar.gz) = 3828326 bytes +SHA1 (postfix-2.10.3.tar.gz) = cc1e488a6c2487e69e83fbbab41e1f539c42ff03 +RMD160 (postfix-2.10.3.tar.gz) = a8f0cfdb74e0c0aa17e28a087182d574b38c301b +Size (postfix-2.10.3.tar.gz) = 3828808 bytes SHA1 (patch-aa) = 2115fd7af5776a14fdbfc88a5ad3bc668a6762db SHA1 (patch-ag) = 60d752b6c8db971d92ca0017c63329ad446209c5 SHA1 (patch-ai) = 959013a2af5a2304fe6bae59a09cc13c92fc3d4c |