Index: Makefile =================================================================== --- Makefile (revision 543486) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= postfix DISTVERSION= 3.5.5 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Index: files/patch-src_tls_tls__misc.c =================================================================== --- files/patch-src_tls_tls__misc.c (nonexistent) +++ files/patch-src_tls_tls__misc.c (working copy) @@ -0,0 +1,20 @@ +--- src/tls/tls_misc.c.orig 2020-07-12 20:41:51 UTC ++++ src/tls/tls_misc.c +@@ -922,8 +922,6 @@ void tls_get_signature_params(TLS_SESS_STATE *TLSco + */ + if (SSL_get_signature_nid(ssl, &nid) && nid != NID_undef) + locl_sig_dgst = OBJ_nid2sn(nid); +- +- X509_free(cert); + } + /* Signature algorithms for the peer end of the connection */ + if ((cert = SSL_get_peer_certificate(ssl)) != 0) { +@@ -965,6 +963,8 @@ void tls_get_signature_params(TLS_SESS_STATE *TLSco + */ + if (SSL_get_peer_signature_nid(ssl, &nid) && nid != NID_undef) + peer_sig_dgst = OBJ_nid2sn(nid); ++ ++ X509_free(cert); + } + if (kex_name) { + TLScontext->kex_name = mystrdup(kex_name); Property changes on: files/patch-src_tls_tls__misc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property