git: fab5a9d7947d - main - security/{tor, tor-devel}: enable build for fixed LibreSSL 3.3

Yuri Victorovich yuri at FreeBSD.org
Thu May 27 17:38:52 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fab5a9d7947d349ab4c21f3768e8c99d483a20a0

commit fab5a9d7947d349ab4c21f3768e8c99d483a20a0
Author:     Franco Fichtner <franco at opnsense.org>
AuthorDate: 2021-05-27 17:37:42 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-27 17:38:40 +0000

    security/{tor,tor-devel}: enable build for fixed LibreSSL 3.3
    
    PR:             256186
---
 security/tor-devel/Makefile | 4 ----
 security/tor/Makefile       | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 79acae8235f8..c5a20a1ff148 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -112,10 +112,6 @@ LIB_DEPENDS+=		libtcmalloc.so:devel/google-perftools
 
 PORTSCOUT=		limit:^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-[a-z].*$$
 
-.if ${SSL_DEFAULT:Mlibressl*}
-BROKEN=		Libressl 3.2.1 with compatibility issues to Tor relays: https://gitlab.torproject.org/tpo/core/tor/-/issues/40128
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2 at g" \
 		${WRKSRC}/configure
diff --git a/security/tor/Makefile b/security/tor/Makefile
index d7aa3a07628e..5936516a6f98 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -108,10 +108,6 @@ LIB_DEPENDS+=		libtcmalloc.so:devel/google-perftools
 .endif
 .endif
 
-.if ${SSL_DEFAULT:Mlibressl*}
-BROKEN=		Libressl 3.2.1 with compatibility issues to Tor relays: https://gitlab.torproject.org/tpo/core/tor/-/issues/40128
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2 at g" \
 		${WRKSRC}/configure


More information about the dev-commits-ports-all mailing list