svn commit: r338607 - in head/security: tor tor-devel

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 4 00:34:40 UTC 2014


On Sat, Jan 04, 2014 at 12:29:52AM +0000, Brendan Fabeny wrote:
> Author: bf
> Date: Sat Jan  4 00:29:51 2014
> New Revision: 338607
> URL: http://svnweb.freebsd.org/changeset/ports/338607
> 
> Log:
>   Update tor and tor-devel to 0.2.4.20
> 
> Modified:
>   head/security/tor-devel/Makefile
>   head/security/tor-devel/distinfo
>   head/security/tor/Makefile
>   head/security/tor/distinfo
>   head/security/tor/pkg-plist
> 
> Modified: head/security/tor-devel/Makefile
> ==============================================================================
> --- head/security/tor-devel/Makefile	Sat Jan  4 00:28:42 2014	(r338606)
> +++ head/security/tor-devel/Makefile	Sat Jan  4 00:29:51 2014	(r338607)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	tor
> -DISTVERSION=	0.2.4.18-rc
> +DISTVERSION=	0.2.4.20
>  CATEGORIES=	security net ipv6
>  MASTER_SITES=	https://www.torproject.org/dist/ \
>  		ftp://ftp.bit.nl/mirror/tor/ \
> @@ -47,7 +47,7 @@ PKGNAMESUFFIX=	-devel
>  MAINTAINER=	bf at FreeBSD.org
>  COMMENT=	An anonymizing overlay network for TCP
>  
> -LICENSE=	BSD
> +LICENSE=	BSD3CLAUSE
>  LICENSE_FILE=	${WRKSRC}/LICENSE
>  
>  GNU_CONFIGURE=	yes
> 
> Modified: head/security/tor-devel/distinfo
> ==============================================================================
> --- head/security/tor-devel/distinfo	Sat Jan  4 00:28:42 2014	(r338606)
> +++ head/security/tor-devel/distinfo	Sat Jan  4 00:29:51 2014	(r338607)
> @@ -1,2 +1,2 @@
> -SHA256 (tor-0.2.4.18-rc.tar.gz) = e4e644274e24c2270f638fbcbe1c9167607ec98332a1cef4c3d03f408eb3aef5
> -SIZE (tor-0.2.4.18-rc.tar.gz) = 2854762
> +SHA256 (tor-0.2.4.20.tar.gz) = ccc51747cbcbf98f658c34d5c693ff8a868698da0349d056e98287ef2e294d9f
> +SIZE (tor-0.2.4.20.tar.gz) = 2867180
> 
> Modified: head/security/tor/Makefile
> ==============================================================================
> --- head/security/tor/Makefile	Sat Jan  4 00:28:42 2014	(r338606)
> +++ head/security/tor/Makefile	Sat Jan  4 00:29:51 2014	(r338607)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	tor
> -DISTVERSION=	0.2.3.25
> -PORTREVISION=	1
> +DISTVERSION=	0.2.4.20
>  CATEGORIES=	security net ipv6
>  MASTER_SITES=	https://www.torproject.org/dist/ \
>  		ftp://ftp.bit.nl/mirror/tor/ \
> @@ -49,7 +48,7 @@ MASTER_SITES=	https://www.torproject.org
>  MAINTAINER=	bf at FreeBSD.org
>  COMMENT=	An anonymizing overlay network for TCP
>  
> -LICENSE=	BSD
> +LICENSE=	BSD3CLAUSE
>  LICENSE_FILE=	${WRKSRC}/LICENSE
>  
>  GNU_CONFIGURE=	yes
> @@ -109,6 +108,10 @@ CONFIGURE_ARGS+=	--disable-gcc-hardening
>  WITH_OPENSSL_PORT=	yes
>  .endif
>  
> +.if  ( ${OSVERSION} < 800038 )
> +CPPFLAGS+=	-DSTAILQ_ENTRY=SIMPLEQ_ENTRY
> +.endif
> +
What is the point of adding tests for unsupported versions?

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140104/0402e12b/attachment.sig>


More information about the svn-ports-all mailing list