aboutsummaryrefslogtreecommitdiff
path: root/security/tor
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-08-11 09:48:18 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-08-11 09:48:18 +0000
commit55c4623bf5d70de945cb0b7bfc108b566fbc9766 (patch)
tree413d99e8bb284c71b0b33815eafa037d1a3e4b43 /security/tor
parentd24622a8d68449452cc64a863bee6781f4e0c586 (diff)
downloadports-55c4623bf5d70de945cb0b7bfc108b566fbc9766.tar.gz
ports-55c4623bf5d70de945cb0b7bfc108b566fbc9766.zip
- Update to 0.1.2.16
PR: ports/115266 Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com> (maintainer)
Notes
Notes: svn path=/head/; revision=197450
Diffstat (limited to 'security/tor')
-rw-r--r--security/tor/Makefile2
-rw-r--r--security/tor/distinfo6
-rw-r--r--security/tor/files/patch-src+or+config.c11
3 files changed, 4 insertions, 15 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile
index e431ec16dab5..a5852be84f73 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tor
-PORTVERSION= 0.1.2.14
+PORTVERSION= 0.1.2.16
CATEGORIES= security net
MASTER_SITES= http://tor.eff.org/dist/ \
http://mirror.onionland.org/dist/
diff --git a/security/tor/distinfo b/security/tor/distinfo
index 0a9299b1acb1..38b7c0c734d4 100644
--- a/security/tor/distinfo
+++ b/security/tor/distinfo
@@ -1,3 +1,3 @@
-MD5 (tor-0.1.2.14.tar.gz) = dc93a52f9c12ec7fe73b3905a28f09ec
-SHA256 (tor-0.1.2.14.tar.gz) = bc23e6f826f1f736e9d5e56ba79195099882aef2029a63dd667915bc1eb836a6
-SIZE (tor-0.1.2.14.tar.gz) = 1225040
+MD5 (tor-0.1.2.16.tar.gz) = f340777b3f6c3175de976856d2d2e4be
+SHA256 (tor-0.1.2.16.tar.gz) = 1083bd4fef643880eb5eaa7deb0bb45a42c9700a1905c6cd2057de97849f067b
+SIZE (tor-0.1.2.16.tar.gz) = 1254796
diff --git a/security/tor/files/patch-src+or+config.c b/security/tor/files/patch-src+or+config.c
deleted file mode 100644
index 285dd1fbe834..000000000000
--- a/security/tor/files/patch-src+or+config.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/or/config.c.orig Mon May 28 13:11:12 2007
-+++ src/or/config.c Mon May 28 13:12:04 2007
-@@ -3901,7 +3901,7 @@
- #if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
- if (server && version < LE_13B) {
- thread_unsafe = 1;
-- sad_os = "BSD variants"
-+ sad_os = "BSD variants";
- }
- #elif defined(__APPLE__) || defined(__darwin__)
- if (server && version < LE_13B) {