diff options
author | Franco Fichtner <franco@opnsense.org> | 2021-05-27 17:37:42 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-27 17:38:40 +0000 |
commit | fab5a9d7947d349ab4c21f3768e8c99d483a20a0 (patch) | |
tree | ca931dc950976e988cc0214c7471438a8a460619 | |
parent | 50205a59292f39d9d73f1bea00b69f9736e29173 (diff) | |
download | ports-fab5a9d7947d349ab4c21f3768e8c99d483a20a0.tar.gz ports-fab5a9d7947d349ab4c21f3768e8c99d483a20a0.zip |
security/{tor,tor-devel}: enable build for fixed LibreSSL 3.3
PR: 256186
-rw-r--r-- | security/tor-devel/Makefile | 4 | ||||
-rw-r--r-- | security/tor/Makefile | 4 |
2 files changed, 0 insertions, 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@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@g" \ ${WRKSRC}/configure |