Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2020 18:33:52 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558236 - in head/security: tor tor-devel
Message-ID:  <202012161833.0BGIXqXP028334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Dec 16 18:33:52 2020
New Revision: 558236
URL: https://svnweb.freebsd.org/changeset/ports/558236

Log:
  secirity/tor & secirity/tor-devel: Broken with libressl.
  
  Reported by:	cubox@cubox.dev

Modified:
  head/security/tor-devel/Makefile
  head/security/tor/Makefile

Modified: head/security/tor-devel/Makefile
==============================================================================
--- head/security/tor-devel/Makefile	Wed Dec 16 18:04:53 2020	(r558235)
+++ head/security/tor-devel/Makefile	Wed Dec 16 18:33:52 2020	(r558236)
@@ -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

Modified: head/security/tor/Makefile
==============================================================================
--- head/security/tor/Makefile	Wed Dec 16 18:04:53 2020	(r558235)
+++ head/security/tor/Makefile	Wed Dec 16 18:33:52 2020	(r558236)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012161833.0BGIXqXP028334>