From owner-svn-ports-head@freebsd.org Wed Jun 14 19:03:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A9B0BF1CDC; Wed, 14 Jun 2017 19:03:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6685375570; Wed, 14 Jun 2017 19:03:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5EJ3lZd033624; Wed, 14 Jun 2017 19:03:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5EJ3lfY033622; Wed, 14 Jun 2017 19:03:47 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201706141903.v5EJ3lfY033622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 14 Jun 2017 19:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443598 - head/security/tor-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2017 19:03:48 -0000 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 (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