pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/imapproxy



Module Name:    pkgsrc
Committed By:   manu
Date:           Wed Sep 23 08:32:15 UTC 2015

Modified Files:
        pkgsrc/mail/imapproxy: Makefile distinfo
Added Files:
        pkgsrc/mail/imapproxy/patches: patch-src_main.c

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@localhost> on behalf of pksrc-pmc


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/imapproxy/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/imapproxy/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/imapproxy/patches/patch-src_main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index