Date: Thu, 27 May 2021 17:38:51 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fab5a9d7947d - main - security/{tor, tor-devel}: enable build for fixed LibreSSL 3.3 Message-ID: <202105271738.14RHcpQv032782@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fab5a9d7947d349ab4c21f3768e8c99d483a20a0 commit fab5a9d7947d349ab4c21f3768e8c99d483a20a0 Author: Franco Fichtner <franco@opnsense.org> AuthorDate: 2021-05-27 17:37:42 +0000 Commit: Yuri Victorovich <yuri@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105271738.14RHcpQv032782>