From owner-svn-ports-all@freebsd.org Fri May 19 17:40:17 2017 Return-Path: Delivered-To: svn-ports-all@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 911ABD73D6C; Fri, 19 May 2017 17:40:17 +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 5F1AC188; Fri, 19 May 2017 17:40:17 +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 v4JHeGeT035143; Fri, 19 May 2017 17:40:16 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4JHeGM1035141; Fri, 19 May 2017 17:40:16 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201705191740.v4JHeGM1035141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 19 May 2017 17:40:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441255 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2017 17:40:17 -0000 Author: pi Date: Fri May 19 17:40:15 2017 New Revision: 441255 URL: https://svnweb.freebsd.org/changeset/ports/441255 Log: security/tor-devel: 0.3.0.6 -> 0.3.0.7 - medium-severity security bug in earlier versions of 0.3.0.x, where an attacker could cause a Tor relay process to exit PR: 219248 Relnotes: https://gitweb.torproject.org/tor.git/plain/ReleaseNotes?id=tor-0.3.0.7 Security: TROVE-2017-002 Submitted by: Yuri Victorovich (maintainer) MFH: 2017Q2 Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo head/security/tor-devel/pkg-descr Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Fri May 19 17:36:02 2017 (r441254) +++ head/security/tor-devel/Makefile Fri May 19 17:40:15 2017 (r441255) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.3.0.6 -PORTREVISION= 1 +PORTVERSION= 0.3.0.7 CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel @@ -20,8 +19,6 @@ BROKEN_sparc64= does not build: error: N USES= cpe gmake CPE_VENDOR= torproject -#CPE_VERSION= ${DISTVERSION:C/-.*//} -#CPE_UPDATE= ${DISTVERSION:C/.*-//} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}" CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include" \ @@ -29,14 +26,13 @@ CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}" OPTIONS_DEFINE= MANPAGES DOCS STATIC_TOR TCMALLOC TOR2WEB +OPTIONS_DEFAULT=MANPAGES OPTIONS_SUB= yes STATIC_TOR_DESC= Build a static tor TCMALLOC_DESC= Use the tcmalloc memory allocation library TOR2WEB_DESC= (EXPERT OPTION) Faster but non-anonymous hidden services -OPTIONS_DEFAULT= MANPAGES - USE_RC_SUBR= tor SUB_FILES= pkg-message SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" @@ -50,11 +46,14 @@ CONFLICTS= tor-[0-9]* STATIC_TOR_USES= ssl:build STATIC_TOR_USES_OFF= ssl -DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc -DOCS_CONFIGURE_OFF= --disable-asciidoc - .include +.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} +BUILD_DEPENDS+= asciidoc:textproc/asciidoc +.else +CONFIGURE_ARGS+= --disable-asciidoc +.endif + .if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \ empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64) CONFIGURE_ARGS+= --enable-gcc-hardening Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Fri May 19 17:36:02 2017 (r441254) +++ head/security/tor-devel/distinfo Fri May 19 17:40:15 2017 (r441255) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493394076 -SHA256 (tor-0.3.0.6.tar.gz) = a3e512e93cb555601fd207d914d7c5fe981d66d6ebb5821ecdf5dea738c2fb14 -SIZE (tor-0.3.0.6.tar.gz) = 5779422 +TIMESTAMP = 1495174791 +SHA256 (tor-0.3.0.7.tar.gz) = 9640c4448ef3cad7237c68ed6984e705db8fb2b9d6bb74c8815d01bb06527d02 +SIZE (tor-0.3.0.7.tar.gz) = 5793734 Modified: head/security/tor-devel/pkg-descr ============================================================================== --- head/security/tor-devel/pkg-descr Fri May 19 17:36:02 2017 (r441254) +++ head/security/tor-devel/pkg-descr Fri May 19 17:40:15 2017 (r441255) @@ -13,4 +13,4 @@ anonymity, safety, and privacy features. Remember that this is development code -- DON'T RELY ON THE CURRENT TOR NETWORK FOR ANONYMITY! -WWW: http://torproject.org/ +WWW: https://www.torproject.org/