diff options
author | yuri <yuri@FreeBSD.org> | 2018-01-15 03:24:40 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:23:59 +0800 |
commit | 84bffa20d703e671465f386af6588ff9118d9ecf (patch) | |
tree | e13ab996489202e2ab241dba0f8374e5738d664e | |
parent | 0fda679b5f66a45bb04deeca701f01770cd56ebd (diff) | |
download | freebsd-ports-gnome-84bffa20d703e671465f386af6588ff9118d9ecf.tar.gz freebsd-ports-gnome-84bffa20d703e671465f386af6588ff9118d9ecf.tar.zst freebsd-ports-gnome-84bffa20d703e671465f386af6588ff9118d9ecf.zip |
security/tor: Update to 0.3.2.9
This release contains many new features and many bugfixes.
Plesee see the complete list here:
https://blog.torproject.org/tor-0329-released-we-have-new-stable-series
Additionally, this update adds "#include <osreldate.h>" to qualm the
compiler warning that was caused by the previous fix.
Now security/tor and security/tor-devel are identical.
Submitted by: myself
Reported by: upstream notification
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13820
-rw-r--r-- | security/tor/Makefile | 3 | ||||
-rw-r--r-- | security/tor/distinfo | 6 | ||||
-rw-r--r-- | security/tor/files/patch-orconfig.h.in | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index 90afc596129a..2f6d74f64ff4 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.3.1.9 -PORTREVISION= 1 +DISTVERSION= 0.3.2.9 CATEGORIES= security net ipv6 MASTER_SITES= TOR diff --git a/security/tor/distinfo b/security/tor/distinfo index 4457dd1d3051..9627d206c612 100644 --- a/security/tor/distinfo +++ b/security/tor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512146746 -SHA256 (tor-0.3.1.9.tar.gz) = 6e1b04f7890e782fd56014a0de5075e4ab29b52a35d8bca1f6b80c93f58f3d26 -SIZE (tor-0.3.1.9.tar.gz) = 6092702 +TIMESTAMP = 1515542628 +SHA256 (tor-0.3.2.9.tar.gz) = 435a7b91aa98d8b1a0ac1f60ca30c0ff3665b18a02e570bab5fe27935829160f +SIZE (tor-0.3.2.9.tar.gz) = 6250442 diff --git a/security/tor/files/patch-orconfig.h.in b/security/tor/files/patch-orconfig.h.in index 5f670c9debb3..c2deb73462ee 100644 --- a/security/tor/files/patch-orconfig.h.in +++ b/security/tor/files/patch-orconfig.h.in @@ -1,9 +1,10 @@ --- orconfig.h.in.orig 2017-11-30 20:34:49 UTC +++ orconfig.h.in -@@ -517,7 +517,9 @@ +@@ -517,7 +517,10 @@ #undef HAVE_TIME_H /* Define to 1 if you have the `timingsafe_memcmp' function. */ ++#include <osreldate.h> +#if __FreeBSD_version >= 1200000 // disabled: timingsafe_memcmp(3) has been added only in 12.0, and isn't yet available on older systems #undef HAVE_TIMINGSAFE_MEMCMP +#endif |