remove a couple of patches committed upstream add 2 patches (committed upstream) to fix a use-after-free and to let mkdhparams(8) work with LibreSSL ok jca@ on a similar diff
15 lines
512 B
Plaintext
15 lines
512 B
Plaintext
$OpenBSD: patch-libs_imap_pop3d-ssl_dist_in,v 1.2 2015/04/28 07:20:02 giovanni Exp $
|
|
--- libs/imap/pop3d-ssl.dist.in.orig Wed Oct 22 10:00:12 2014
|
|
+++ libs/imap/pop3d-ssl.dist.in Sat Apr 4 23:23:25 2015
|
|
@@ -277,8 +277,8 @@ TLS_VERIFYPEER=NONE
|
|
# problems with SSL clients. Disable SSL caching by commenting out the
|
|
# following settings:
|
|
|
|
-TLS_CACHEFILE=@localstatedir@/couriersslcache
|
|
-TLS_CACHESIZE=524288
|
|
+# TLS_CACHEFILE=@localstatedir@/couriersslcache
|
|
+# TLS_CACHESIZE=524288
|
|
|
|
##NAME: MAILDIRPATH:0
|
|
#
|