Subject: CVS commit: pkgsrc/mail/imapproxy
From: Emmanuel Dreyfus
Date: 2015-09-23 10:32:15
Message id: 20150923083215.DA79098@cvs.netbsd.org

Log Message:
TLSv1.2 support for mail/imapproxy

The change is from upstream with minor tweaks: use SSLv23_client_method()
that negociate highest possible protocol instead of TLSv1_client_method()
that can only do TLSv1.0. Insecure SSLv2 and SSLv3 are disabled through
SSL_CTX_set_options().

Approved by Thomas Klausner <wiz@NetBSD.org> on behalf of pksrc-pmc

Files:
RevisionActionfile
1.16modifypkgsrc/mail/imapproxy/Makefile
1.8modifypkgsrc/mail/imapproxy/distinfo
1.1addpkgsrc/mail/imapproxy/patches/patch-src_main.c