pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tor
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 17 08:29:11 UTC 2018
Modified Files:
pkgsrc/net/tor: Makefile distinfo
Log Message:
tor: update to 0.3.3.7.
Changes in version 0.3.3.7 - 2018-06-12
Tor 0.3.3.7 backports several changes from the 0.3.4.x series, including
fixes for bugs affecting compatibility and stability.
o Directory authority changes:
- Add an IPv6 address for the "dannenberg" directory authority.
Closes ticket 26343.
o Minor features (geoip):
- Update geoip and geoip6 to the June 7 2018 Maxmind GeoLite2
Country database. Closes ticket 26351.
o Minor bugfixes (compatibility, openssl, backport from 0.3.4.2-alpha):
- Work around a change in OpenSSL 1.1.1 where return values that
would previously indicate "no password" now indicate an empty
password. Without this workaround, Tor instances running with
OpenSSL 1.1.1 would accept descriptors that other Tor instances
would reject. Fixes bug 26116; bugfix on 0.2.5.16.
o Minor bugfixes (compilation, backport from 0.3.4.2-alpha):
- Silence unused-const-variable warnings in zstd.h with some GCC
versions. Fixes bug 26272; bugfix on 0.3.1.1-alpha.
o Minor bugfixes (controller, backport from 0.3.4.2-alpha):
- Improve accuracy of the BUILDTIMEOUT_SET control port event's
TIMEOUT_RATE and CLOSE_RATE fields. (We were previously
miscounting the total number of circuits for these field values.)
Fixes bug 26121; bugfix on 0.3.3.1-alpha.
o Minor bugfixes (hardening, backport from 0.3.4.2-alpha):
- Prevent a possible out-of-bounds smartlist read in
protover_compute_vote(). Fixes bug 26196; bugfix on 0.2.9.4-alpha.
o Minor bugfixes (path selection, backport from 0.3.4.1-alpha):
- Only select relays when they have the descriptors we prefer to use
for them. This change fixes a bug where we could select a relay
because it had _some_ descriptor, but reject it later with a
nonfatal assertion error because it didn't have the exact one we
wanted. Fixes bugs 25691 and 25692; bugfix on 0.3.3.4-alpha.
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.90 -r1.91 pkgsrc/net/tor/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/tor/Makefile
diff -u pkgsrc/net/tor/Makefile:1.130 pkgsrc/net/tor/Makefile:1.131
--- pkgsrc/net/tor/Makefile:1.130 Wed May 23 06:19:52 2018
+++ pkgsrc/net/tor/Makefile Sun Jun 17 08:29:11 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.130 2018/05/23 06:19:52 wiz Exp $
+# $NetBSD: Makefile,v 1.131 2018/06/17 08:29:11 wiz Exp $
-DISTNAME= tor-0.3.3.6
+DISTNAME= tor-0.3.3.7
CATEGORIES= net security
MASTER_SITES= http://www.torproject.org/dist/
Index: pkgsrc/net/tor/distinfo
diff -u pkgsrc/net/tor/distinfo:1.90 pkgsrc/net/tor/distinfo:1.91
--- pkgsrc/net/tor/distinfo:1.90 Wed May 23 06:19:52 2018
+++ pkgsrc/net/tor/distinfo Sun Jun 17 08:29:11 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.90 2018/05/23 06:19:52 wiz Exp $
+$NetBSD: distinfo,v 1.91 2018/06/17 08:29:11 wiz Exp $
-SHA1 (tor-0.3.3.6.tar.gz) = db556291f551dd8e2e5164fbe9d515fa525bc053
-RMD160 (tor-0.3.3.6.tar.gz) = bb6faac146fc73811a7ae02437782eae0447ec2d
-SHA512 (tor-0.3.3.6.tar.gz) = ab2a6324844c0015c58b65faf61e9b72fe1aca2c90dc3c2970939f962f7d999483e223b980f3088207035d2ad1dc6a5628a253a486e048a072b4c5022b9cb0d3
-Size (tor-0.3.3.6.tar.gz) = 6547166 bytes
+SHA1 (tor-0.3.3.7.tar.gz) = fda0d35a38abc664e0f5aaebf99c0fd8fcdf6d62
+RMD160 (tor-0.3.3.7.tar.gz) = 04024193bfd7cb992410460b076117f77d7980f9
+SHA512 (tor-0.3.3.7.tar.gz) = 70c7d089fecde7d5c4ccf4fc0c774aa3da2121f297012065292f9e5efda54206365ef1fa830116ee143b027f5023a5eadcd6fd4629c4d2d930c12fa9fa7abf9d
+Size (tor-0.3.3.7.tar.gz) = 6564968 bytes
Home |
Main Index |
Thread Index |
Old Index