From a32dabb7a4964c4a9d6dd99b8a49b16c4a6ee32d Mon Sep 17 00:00:00 2001 From: jbeich Date: Sun, 9 Jun 2019 11:26:26 +0000 Subject: 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 --- security/tor-devel/Makefile | 1 + security/tor/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'security') diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index d50532b282d7..c71f30d58b9c 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -4,6 +4,7 @@ PORTNAME= tor DISTVERSION= 0.4.1.2 DISTVERSIONSUFFIX= -alpha +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel diff --git a/security/tor/Makefile b/security/tor/Makefile index d4af5c3e031a..c256f426a377 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -3,6 +3,7 @@ PORTNAME= tor DISTVERSION= 0.4.0.5 +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR -- cgit