svn commit: r406053 - head/security/tor

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 13 15:58:04 UTC 2016


Author: amdmi3
Date: Wed Jan 13 15:58:02 2016
New Revision: 406053
URL: https://svnweb.freebsd.org/changeset/ports/406053

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

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

Modified: head/security/tor/Makefile
==============================================================================
--- head/security/tor/Makefile	Wed Jan 13 15:52:17 2016	(r406052)
+++ head/security/tor/Makefile	Wed Jan 13 15:58:02 2016	(r406053)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tor
-PORTVERSION=	0.2.6.10
-PORTREVISION=	1
+PORTVERSION=	0.2.7.6
 CATEGORIES=	security net ipv6
 MASTER_SITES=	TOR
 
@@ -45,6 +44,10 @@ CONFLICTS=	tor-devel-[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/distinfo
==============================================================================
--- head/security/tor/distinfo	Wed Jan 13 15:52:17 2016	(r406052)
+++ head/security/tor/distinfo	Wed Jan 13 15:58:02 2016	(r406053)
@@ -1,2 +1,2 @@
-SHA256 (tor-0.2.6.10.tar.gz) = 0542c0efe43b86619337862fa7eb02c7a74cb23a79d587090628a5f0f1224b8d
-SIZE (tor-0.2.6.10.tar.gz) = 3587211
+SHA256 (tor-0.2.7.6.tar.gz) = 493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d
+SIZE (tor-0.2.7.6.tar.gz) = 4869754


More information about the svn-ports-head mailing list