aboutsummaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2017-12-21 20:08:58 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2017-12-21 20:08:58 +0000
commit754636c59627e0efb30e6013e8fb781ce710e204 (patch)
tree7f5fd00b968d0b475555c1cb968044937c26894f /security/tor-devel
parenta4fb0f0c3eddef06bbb0f719eecb3aeba4f3e710 (diff)
downloadports-754636c59627e0efb30e6013e8fb781ce710e204.tar.gz
ports-754636c59627e0efb30e6013e8fb781ce710e204.zip
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/Makefile2
-rw-r--r--security/tor-devel/distinfo6
-rw-r--r--security/tor-devel/files/patch-orconfig.h.in3
3 files changed, 6 insertions, 5 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index e5fc04293d52..51b64762d045 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tor
-DISTVERSION= 0.3.2.7-rc
+DISTVERSION= 0.3.2.8-rc
CATEGORIES= security net ipv6
MASTER_SITES= TOR
PKGNAMESUFFIX= -devel
diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo
index 7db0b9717701..fed5f49d9117 100644
--- a/security/tor-devel/distinfo
+++ b/security/tor-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513300048
-SHA256 (tor-0.3.2.7-rc.tar.gz) = 4be673a5084790977d692e11afe5ca575adb08f06809dbac52d8b005435131fb
-SIZE (tor-0.3.2.7-rc.tar.gz) = 6313975
+TIMESTAMP = 1513885146
+SHA256 (tor-0.3.2.8-rc.tar.gz) = 09ee4578f6189f9ec8444bdfd77da65249787537c5661ce746e52aa6b08a0df7
+SIZE (tor-0.3.2.8-rc.tar.gz) = 6345141
diff --git a/security/tor-devel/files/patch-orconfig.h.in b/security/tor-devel/files/patch-orconfig.h.in
index b906763f325c..8632bbac2985 100644
--- a/security/tor-devel/files/patch-orconfig.h.in
+++ b/security/tor-devel/files/patch-orconfig.h.in
@@ -1,9 +1,10 @@
--- orconfig.h.in.orig 2017-12-13 17:18:09 UTC
+++ orconfig.h.in
-@@ -535,7 +535,9 @@
+@@ -535,7 +535,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