diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2007-04-05 22:14:18 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2007-04-05 22:14:18 +0000 |
commit | 297b1830f7d2e15aad9ceb46314f7054f7424d52 (patch) | |
tree | 01e668f5d3303787328d8c4274445fb55e51b695 /mail-mta/netqmail/files | |
parent | Version bump. (diff) | |
download | gentoo-2-297b1830f7d2e15aad9ceb46314f7054f7424d52.tar.gz gentoo-2-297b1830f7d2e15aad9ceb46314f7054f7424d52.tar.bz2 gentoo-2-297b1830f7d2e15aad9ceb46314f7054f7424d52.zip |
Try to fix bug 169591 by adding a patch.
(Portage version: 2.1.2.3)
Diffstat (limited to 'mail-mta/netqmail/files')
-rw-r--r-- | mail-mta/netqmail/files/1.05-r7-sslfix.diff | 11 | ||||
-rw-r--r-- | mail-mta/netqmail/files/digest-netqmail-1.05-r7 (renamed from mail-mta/netqmail/files/digest-netqmail-1.05-r6) | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/mail-mta/netqmail/files/1.05-r7-sslfix.diff b/mail-mta/netqmail/files/1.05-r7-sslfix.diff new file mode 100644 index 000000000000..b7116a4a637c --- /dev/null +++ b/mail-mta/netqmail/files/1.05-r7-sslfix.diff @@ -0,0 +1,11 @@ +--- qmail-smtpd.c.orig 2007-04-06 00:05:37.000000000 +0200 ++++ qmail-smtpd.c 2007-04-06 00:05:42.000000000 +0200 +@@ -965,7 +965,7 @@ + + ciphers = env_get("TLSCIPHERS"); + if (!ciphers) { +- if (control_readfile(&saciphers, "control/tlsserverciphers") == -1) ++ if (control_readfile(&saciphers, "control/tlsserverciphers", 0) == -1) + { SSL_free(myssl); die_control(); } + if (saciphers.len) { /* convert all '\0's except the last one to ':' */ + int i; diff --git a/mail-mta/netqmail/files/digest-netqmail-1.05-r6 b/mail-mta/netqmail/files/digest-netqmail-1.05-r7 index a90c705acec8..a90c705acec8 100644 --- a/mail-mta/netqmail/files/digest-netqmail-1.05-r6 +++ b/mail-mta/netqmail/files/digest-netqmail-1.05-r7 |