diff options
author | 2003-06-20 14:45:11 +0000 | |
---|---|---|
committer | 2003-06-20 14:45:11 +0000 | |
commit | a428fcf3d824175c25580dd26b0e557c7860c138 (patch) | |
tree | ce698d2eefb39f4fa78c95a5ffec931530568bc4 /net-mail | |
parent | Fix TLS version (diff) | |
download | historical-a428fcf3d824175c25580dd26b0e557c7860c138.tar.gz historical-a428fcf3d824175c25580dd26b0e557c7860c138.tar.bz2 historical-a428fcf3d824175c25580dd26b0e557c7860c138.zip |
Fix TLS version
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/postfix/Manifest | 5 | ||||
-rw-r--r-- | net-mail/postfix/files/digest-postfix-2.0.12-r1 (renamed from net-mail/postfix/files/digest-postfix-2.0.12) | 2 | ||||
-rw-r--r-- | net-mail/postfix/postfix-2.0.12-r1.ebuild (renamed from net-mail/postfix/postfix-2.0.12.ebuild) | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/net-mail/postfix/Manifest b/net-mail/postfix/Manifest index c7393b37a584..e351e0a0d768 100644 --- a/net-mail/postfix/Manifest +++ b/net-mail/postfix/Manifest @@ -1,8 +1,8 @@ MD5 fc71783cead215556a8c40bddbf69700 postfix-2.0.10-r1.ebuild 6164 MD5 656396a2cf9d1d2c05cd6b55dc9e988d postfix-2.0.9.ebuild 6242 MD5 76726846989c0b6a5fc643d06b804e45 postfix-1.1.11.20020917-r1.ebuild 4945 -MD5 4baf72c617f25043af718b0455ed63f3 postfix-2.0.12-r1.ebuild 6012 -MD5 64016e0edf89f9ca32d5b5fce9ed76ef ChangeLog 15595 +MD5 356407d3452ad6a17e6c196d26e60dbd postfix-2.0.12-r1.ebuild 6015 +MD5 df10f90e9ba3c28c81a5dc16574d15a2 ChangeLog 15865 MD5 42c0c788c541d868b59874bc32ee037f postfix-2.0.11.ebuild 6013 MD5 c79b19f95cb38b8802966d7efb54bc60 postfix-1.1.11.20020917.ebuild 4924 MD5 a3eadfcfa0bf6f88ccff41e2d065745b files/postfix-2.0.8_patch.patch 552 @@ -12,7 +12,6 @@ MD5 569f1c46350b2718419b72bb9c443c3f files/saslpass 135 MD5 460833c3a1ffc3a240c72f0537802b5c files/tls+ipv6-1.4-pf-1.1.11-20020917.patch.bz2 72150 MD5 40a96d0b5dfb56714e11d1f379ddc5a7 files/main.cf 18376 MD5 1d4abcdc55f9e76735ae1ae0fcc13c53 files/digest-postfix-2.0.11 295 -MD5 318934ebf1e8f275d8763ec810a1d3cf files/digest-postfix-2.0.12 295 MD5 e651e2015b6c6f1495ac84a37e4a8871 files/smtpd.conf 130 MD5 ff6584c14212d383b742fe5fc0aceed5 files/postfix-2.0.9-get-FQDN.patch 993 MD5 e17b09d7df6537631ef2263b83fe0d38 files/master.cf 4421 diff --git a/net-mail/postfix/files/digest-postfix-2.0.12 b/net-mail/postfix/files/digest-postfix-2.0.12-r1 index fe4a0b7909d3..4fde1688899b 100644 --- a/net-mail/postfix/files/digest-postfix-2.0.12 +++ b/net-mail/postfix/files/digest-postfix-2.0.12-r1 @@ -1,4 +1,4 @@ MD5 94ce611b6f3e169caee2b4634c6b5370 postfix-2.0.12.tar.gz 1349796 -MD5 73502ea66254ee8c9a21962e4ec9b183 pfixtls-0.8.13-2.0.12-0.9.7b.tar.gz 226121 +MD5 42533d651553e97920b011dbf5812f4e pfixtls-0.8.14-2.0.12-0.9.7b.tar.gz 227935 MD5 6a3974a97cde56af94e8c0f9ab92c59e ipv6-1.14-pf-2.0.12.patch.gz 36038 MD5 54fc03f23bad5a061e9bf254e1a3c3cb tls+ipv6-1.14-pf-2.0.12.patch.gz 99578 diff --git a/net-mail/postfix/postfix-2.0.12.ebuild b/net-mail/postfix/postfix-2.0.12-r1.ebuild index 0af8d624d399..997301286ce5 100644 --- a/net-mail/postfix/postfix-2.0.12.ebuild +++ b/net-mail/postfix/postfix-2.0.12-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.12.ebuild,v 1.3 2003/06/14 07:18:45 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.12-r1.ebuild,v 1.1 2003/06/20 14:45:07 lostlogic Exp $ IUSE="ssl mysql sasl ldap ipv6 maildir mbox" inherit eutils -TLS_P="pfixtls-0.8.13-${PV}-0.9.7b" +TLS_P="pfixtls-0.8.14-${PV}-0.9.7b" IPV6="1.14" IPV6_P="ipv6-${IPV6}-pf-${PV}" IPV6_TLS_P="tls+${IPV6_P}" |