Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2017 19:03:47 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443598 - head/security/tor-devel
Message-ID:  <201706141903.v5EJ3lfY033622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed Jun 14 19:03:47 2017
New Revision: 443598
URL: https://svnweb.freebsd.org/changeset/ports/443598

Log:
  security/tor-devel: update 0.3.0.7 -> 0.3.1.3-alpha
  
  - fixes two remote DoS vulnerabilities related to hidden services
    https://lists.torproject.org/pipermail/tor-talk/2017-June/043244.html
  - disabled the new compression options for now, since at least one of
    them has a bug, see here:
    https://trac.torproject.org/projects/tor/ticket/22550
  
  PR:		219864
  Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
  MFH:		2017Q2
  Relnotes:	https://gitweb.torproject.org/tor.git/plain/ReleaseNotes?id=tor-0.3.1.3-alpha
  Security:	CVE-2017-0375, CVE-2017-0376

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

Modified: head/security/tor-devel/Makefile
==============================================================================
--- head/security/tor-devel/Makefile	Wed Jun 14 19:00:52 2017	(r443597)
+++ head/security/tor-devel/Makefile	Wed Jun 14 19:03:47 2017	(r443598)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tor
-PORTVERSION=	0.3.0.7
+DISTVERSION=	0.3.1.3-alpha
 CATEGORIES=	security net ipv6
 MASTER_SITES=	TOR
 PKGNAMESUFFIX=	-devel
@@ -17,10 +17,12 @@ BROKEN_mips64=	does not build: error: Need a uint128_t
 BROKEN_powerpc64=	does not build: error: Need a uint128_t implementation!
 BROKEN_sparc64=	does not build: error: Need a uint128_t implementation!
 
-USES=		cpe gmake
+USES=		cpe gmake pkgconfig
 CPE_VENDOR=	torproject
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-openssl-dir="${OPENSSLBASE}"
+CONFIGURE_ARGS=	--with-openssl-dir="${OPENSSLBASE}" \
+		--disable-lzma \
+		--disable-zstd
 CONFIGURE_ENV=	TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include" \
 		TOR_LDFLAGS_libevent="-L${LOCALBASE}/lib/" \
 		TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}"

Modified: head/security/tor-devel/distinfo
==============================================================================
--- head/security/tor-devel/distinfo	Wed Jun 14 19:00:52 2017	(r443597)
+++ head/security/tor-devel/distinfo	Wed Jun 14 19:03:47 2017	(r443598)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495174791
-SHA256 (tor-0.3.0.7.tar.gz) = 9640c4448ef3cad7237c68ed6984e705db8fb2b9d6bb74c8815d01bb06527d02
-SIZE (tor-0.3.0.7.tar.gz) = 5793734
+TIMESTAMP = 1496960997
+SHA256 (tor-0.3.1.3-alpha.tar.gz) = 05b0fd6b1d119d038dc0a4e00261b821e1be0b96c83fbc6251cb25d5435ed9b4
+SIZE (tor-0.3.1.3-alpha.tar.gz) = 5946205



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