Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2019 11:26:27 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503811 - in head/security: tor tor-devel
Message-ID:  <201906091126.x59BQRoQ004488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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