Index: branches/2020Q3/net-im/libmesode/Makefile =================================================================== --- branches/2020Q3/net-im/libmesode/Makefile (revision 542090) +++ branches/2020Q3/net-im/libmesode/Makefile (revision 542091) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= libmesode PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= arved@FreeBSD.org COMMENT= Lightweight XMPP library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt LIB_DEPENDS= libexpat.so:textproc/expat2 USE_GITHUB= yes GH_ACCOUNT= boothj5 USES= libtool pkgconfig autoreconf ssl GNU_CONFIGURE= yes INSTALL_TARGET=install-strip CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig USE_LDCONFIG= yes .include Index: branches/2020Q3/net-im/libmesode/files/patch-src_tls__openssl.c =================================================================== --- branches/2020Q3/net-im/libmesode/files/patch-src_tls__openssl.c (nonexistent) +++ branches/2020Q3/net-im/libmesode/files/patch-src_tls__openssl.c (revision 542091) @@ -0,0 +1,14 @@ +Patch from: + + https://github.com/profanity-im/libmesode/commit/532ed1e9d3e71e5bea0752e03dbacd4139d750d1 + +--- src/tls_openssl.c.orig 2019-10-11 19:08:58 UTC ++++ src/tls_openssl.c +@@ -320,6 +320,7 @@ tls_t *tls_new(xmpp_conn_t *conn) + SSL_CTX_set_client_cert_cb(tls->ssl_ctx, NULL); + SSL_CTX_set_mode(tls->ssl_ctx, SSL_MODE_ENABLE_PARTIAL_WRITE); + SSL_CTX_set_verify(tls->ssl_ctx, SSL_VERIFY_PEER, verify_callback); ++ SSL_CTX_set_default_verify_paths(tls->ssl_ctx); + if (conn->tls_cert_path) { + SSL_CTX_load_verify_locations(tls->ssl_ctx, NULL, conn->tls_cert_path); + } Property changes on: branches/2020Q3/net-im/libmesode/files/patch-src_tls__openssl.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 Index: branches/2020Q3 =================================================================== --- branches/2020Q3 (revision 542090) +++ branches/2020Q3 (revision 542091) Property changes on: branches/2020Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r542090