diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-12-16 18:33:52 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-12-16 18:33:52 +0000 |
commit | cf6a625b8ced1021a16b475fa96e882a9816622b (patch) | |
tree | eaf57080f18a88ddacfb3ea4657e0c69a58707e8 | |
parent | audio/swhplugins: update to 0.4.17 (diff) |
secirity/tor & secirity/tor-devel: Broken with libressl.
Reported by: cubox@cubox.dev
Notes
Notes:
svn path=/head/; revision=558236
Diffstat (limited to '')
-rw-r--r-- | security/tor-devel/Makefile | 4 | ||||
-rw-r--r-- | security/tor/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index a5434e96a82b..e6e19a3ef52f 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -111,6 +111,10 @@ 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 b28c21426c8c..cb55cee00ce0 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -92,6 +92,10 @@ 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 |