Page MenuHomeFreeBSD

D8824.diff
No OneTemporary

D8824.diff

Index: head/irc/hexchat/Makefile
===================================================================
--- head/irc/hexchat/Makefile
+++ head/irc/hexchat/Makefile
@@ -78,10 +78,6 @@
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-WITH_OPENSSL_PORT= yes
-.endif
-
.if ${PORT_OPTIONS:MCA_BUNDLE}
CA_BUNDLE= "${LOCALBASE}/share/certs/ca-root-nss.crt"
.else
Index: head/irc/hexchat/files/patch-src__common__ssl.c
===================================================================
--- head/irc/hexchat/files/patch-src__common__ssl.c
+++ head/irc/hexchat/files/patch-src__common__ssl.c
@@ -1,5 +1,23 @@
--- src/common/ssl.c.orig 2016-12-10 14:30:51 UTC
+++ src/common/ssl.c
+@@ -176,7 +176,7 @@ _SSL_get_cert_info (struct cert_info *ce
+ return 1;
+
+ alg = OBJ_obj2nid (algor->algorithm);
+-#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER
+ sign_alg = OBJ_obj2nid (peer_cert->sig_alg->algorithm);
+ #else
+ sign_alg = X509_get_signature_nid (peer_cert);
+@@ -306,7 +306,7 @@ _SSL_socket (SSL_CTX *ctx, int sd)
+
+ SSL_set_fd (ssl, sd);
+
+-#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER
+ method = ctx->method;
+ #else
+ method = SSL_CTX_get_ssl_method (ctx);
@@ -328,7 +328,7 @@ _SSL_set_verify (SSL_CTX *ctx, void *ver
__SSL_fill_err_buf ("SSL_CTX_set_default_verify_paths");
return (err_buf);

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 23, 4:10 AM (4 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27874637
Default Alt Text
D8824.diff (1 KB)

Event Timeline