diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-06-09 19:26:26 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-06-09 19:26:26 +0800 |
commit | a32dabb7a4964c4a9d6dd99b8a49b16c4a6ee32d (patch) | |
tree | f0490bc254d889846d298209141e5a695fa1a90f /security | |
parent | ed73c00437cd2444282ff1a32b186aee94ae438c (diff) | |
download | freebsd-ports-gnome-a32dabb7a4964c4a9d6dd99b8a49b16c4a6ee32d.tar.gz freebsd-ports-gnome-a32dabb7a4964c4a9d6dd99b8a49b16c4a6ee32d.tar.zst freebsd-ports-gnome-a32dabb7a4964c4a9d6dd99b8a49b16c4a6ee32d.zip |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 1 | ||||
-rw-r--r-- | security/tor/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
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 |