summaryrefslogtreecommitdiff
path: root/net/tor/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2015-12-13 21:24:01 +0000
committerwiz <wiz>2015-12-13 21:24:01 +0000
commit9490c4ced1e2802594c00176167d358745c10e82 (patch)
treef5270dfd87b2a4e4d46d146143fb6b54d179228b /net/tor/Makefile
parentcf6b4e05007888516089a3e6f83a3cb1481dc1bb (diff)
downloadpkgsrc-9490c4ced1e2802594c00176167d358745c10e82.tar.gz
Update tor to 0.2.7.6:
Changes in version 0.2.7.6 - 2015-12-10 Tor version 0.2.7.6 fixes a major bug in entry guard selection, as well as a minor bug in hidden service reliability. o Major bugfixes (guard selection): - Actually look at the Guard flag when selecting a new directory guard. When we implemented the directory guard design, we accidentally started treating all relays as if they have the Guard flag during guard selection, leading to weaker anonymity and worse performance. Fixes bug 17772; bugfix on 0.2.4.8-alpha. Discovered by Mohsen Imani. o Minor features (geoip): - Update geoip and geoip6 to the December 1 2015 Maxmind GeoLite2 Country database. o Minor bugfixes (compilation): - When checking for net/pfvar.h, include netinet/in.h if possible. This fixes transparent proxy detection on OpenBSD. Fixes bug 17551; bugfix on 0.1.2.1-alpha. Patch from "rubiate". - Fix a compilation warning with Clang 3.6: Do not check the presence of an address which can never be NULL. Fixes bug 17781. o Minor bugfixes (correctness): - When displaying an IPv6 exit policy, include the mask bits correctly even when the number is greater than 31. Fixes bug 16056; bugfix on 0.2.4.7-alpha. Patch from "gturner". - The wrong list was used when looking up expired intro points in a rend service object, causing what we think could be reachability issues for hidden services, and triggering a BUG log. Fixes bug 16702; bugfix on 0.2.7.2-alpha. - Fix undefined behavior in the tor_cert_checksig function. Fixes bug 17722; bugfix on 0.2.7.2-alpha.
Diffstat (limited to 'net/tor/Makefile')
-rw-r--r--net/tor/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 756d5f6aa7f..a0fe4201ee5 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2015/12/11 12:13:00 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2015/12/13 21:24:01 wiz Exp $
-DISTNAME= tor-0.2.7.5
-PKGREVISION= 1
+DISTNAME= tor-0.2.7.6
CATEGORIES= net security
MASTER_SITES= http://www.torproject.org/dist/