aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-08-19 21:43:21 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-08-19 21:43:21 +0800
commit58f54978297f16520106872f6a1bf621e2212131 (patch)
tree1305fc66e86577c235886eef9f1032d117c25864
parenteecef0e34d1d07b43fa67584e49d9cf056a33679 (diff)
downloadfreebsd-ports-gnome-58f54978297f16520106872f6a1bf621e2212131.tar.gz
freebsd-ports-gnome-58f54978297f16520106872f6a1bf621e2212131.tar.zst
freebsd-ports-gnome-58f54978297f16520106872f6a1bf621e2212131.zip
- Update to 0.2.8.6
PR: 211944 Submitted by: neel@neelc.org Approved by: yuri@rawbw.com (maintainer)
-rw-r--r--security/tor/Makefile3
-rw-r--r--security/tor/distinfo5
-rw-r--r--security/tor/files/patch-configure49
3 files changed, 4 insertions, 53 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile
index 0dd701c7758c..9493257c75ef 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tor
-PORTVERSION= 0.2.7.6
-PORTREVISION= 1
+PORTVERSION= 0.2.8.6
CATEGORIES= security net ipv6
MASTER_SITES= TOR
diff --git a/security/tor/distinfo b/security/tor/distinfo
index 915a4c939925..84bb781cfefa 100644
--- a/security/tor/distinfo
+++ b/security/tor/distinfo
@@ -1,2 +1,3 @@
-SHA256 (tor-0.2.7.6.tar.gz) = 493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d
-SIZE (tor-0.2.7.6.tar.gz) = 4869754
+TIMESTAMP = 1470238261
+SHA256 (tor-0.2.8.6.tar.gz) = 3dc9fc02f7cd22ed5fce707e0d9b26a72b1bd0976766a804cb13078d32e3ab5a
+SIZE (tor-0.2.8.6.tar.gz) = 5163500
diff --git a/security/tor/files/patch-configure b/security/tor/files/patch-configure
deleted file mode 100644
index fcc1bc234a18..000000000000
--- a/security/tor/files/patch-configure
+++ /dev/null
@@ -1,49 +0,0 @@
---- configure.orig 2012-06-15 03:10:31.000000000 -0400
-+++ configure 2012-06-17 08:46:34.000000000 -0400
-@@ -6319,6 +6319,7 @@
- fi
-
-
-+if false ; then
- trylibeventdir=""
-
- # Check whether --with-libevent-dir was given.
-@@ -6645,6 +6646,7 @@
- LIBS="$tor_saved_LIBS"
- LDFLAGS="$tor_saved_LDFLAGS"
- CPPFLAGS="$tor_saved_CPPFLAGS"
-+fi
-
-
-
-@@ -6707,6 +6709,7 @@
- fi
-
-
-+if false ; then
- if test "$enable_static_libevent" = "yes"; then
- if test "$tor_cv_library_libevent_dir" = "(system)"; then
- as_fn_error $? "\"You must specify an explicit --with-libevent-dir=x option when using --enable-static-libevent\"" "$LINENO" 5
-@@ -6716,6 +6719,7 @@
- else
- TOR_LIBEVENT_LIBS="-levent"
- fi
-+fi
-
- if test "$enable_bufferevents" = "yes" ; then
- if test "$ac_cv_header_event2_bufferevent_ssl_h" != "yes" ; then
-@@ -6794,12 +6798,14 @@
-
- $as_echo "#define USE_BUFFEREVENTS 1" >>confdefs.h
-
-+if false ; then
- if test "$enable_static_libevent" = "yes"; then
- TOR_LIBEVENT_LIBS="$TOR_LIBDIR_libevent/libevent_openssl.a $TOR_LIBEVENT_LIBS"
- else
- TOR_LIBEVENT_LIBS="-levent_openssl $TOR_LIBEVENT_LIBS"
- fi
- fi
-+fi
-
-
-