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

Jan Beich jbeich at FreeBSD.org
Sun Jun 9 11:26:28 UTC 2019


Author: jbeich
Date: Sun Jun  9 11:26:26 2019
New Revision: 503811
URL: https://svnweb.freebsd.org/changeset/ports/503811

Log:
  security/tor: force rebuild after r503790
  
  evutil_secure_rng_add_bytes became nop in r478104 on all FreeBSD
  releases due to a bug in arc4random_addrandom ifdef. libevent 2.1.10
  hidden it based on configure check. Looks like there were consumers.
  
  PR:		238433
  Reported by:	yuri

Modified:
  head/security/tor-devel/Makefile   (contents, props changed)
  head/security/tor/Makefile   (contents, props changed)

Modified: head/security/tor-devel/Makefile
==============================================================================
--- head/security/tor-devel/Makefile	Sun Jun  9 11:18:22 2019	(r503810)
+++ head/security/tor-devel/Makefile	Sun Jun  9 11:26:26 2019	(r503811)
@@ -4,6 +4,7 @@
 PORTNAME=	tor
 DISTVERSION=	0.4.1.2
 DISTVERSIONSUFFIX=	-alpha
+PORTREVISION=	1
 CATEGORIES=	security net ipv6
 MASTER_SITES=	TOR
 PKGNAMESUFFIX=	-devel

Modified: head/security/tor/Makefile
==============================================================================
--- head/security/tor/Makefile	Sun Jun  9 11:18:22 2019	(r503810)
+++ head/security/tor/Makefile	Sun Jun  9 11:26:26 2019	(r503811)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tor
 DISTVERSION=	0.4.0.5
+PORTREVISION=	1
 CATEGORIES=	security net ipv6
 MASTER_SITES=	TOR
 


More information about the svn-ports-all mailing list