Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2015 16:16:51 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403908 - head/security/tor-devel
Message-ID:  <201512171616.tBHGGpnc009559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 17 16:16:51 2015
New Revision: 403908
URL: https://svnweb.freebsd.org/changeset/ports/403908

Log:
  - Update to 0.2.7.6
  
  PR:		204123, 204806, 205252
  Submitted by:	neel@neelc.org
  Approved by:	maintainer timeout (bf, >1 month)

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

Modified: head/security/tor-devel/Makefile
==============================================================================
--- head/security/tor-devel/Makefile	Thu Dec 17 15:16:03 2015	(r403907)
+++ head/security/tor-devel/Makefile	Thu Dec 17 16:16:51 2015	(r403908)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tor
-PORTVERSION=	0.2.6.7
-PORTREVISION=	1
+PORTVERSION=	0.2.7.6
 CATEGORIES=	security net ipv6
 MASTER_SITES=	TOR
 PKGNAMESUFFIX=	-devel
@@ -48,6 +47,10 @@ CONFLICTS=	tor-[0-9]*
 
 .include <bsd.port.options.mk>
 
+.if ${OSVERSION} < 1000000
+WITH_OPENSSL_PORT=	yes
+.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	Thu Dec 17 15:16:03 2015	(r403907)
+++ head/security/tor-devel/distinfo	Thu Dec 17 16:16:51 2015	(r403908)
@@ -1,2 +1,2 @@
-SHA256 (tor-0.2.6.7.tar.gz) = 8c2be88a542ed1b22a8d3d595ec0acd0e28191de273dbcaefc64fdce92b89e6c
-SIZE (tor-0.2.6.7.tar.gz) = 3595669
+SHA256 (tor-0.2.7.6.tar.gz) = 493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d
+SIZE (tor-0.2.7.6.tar.gz) = 4869754



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