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 May 23 11:14:01 UTC 2021
Modified Files:
pkgsrc/net/tor: Makefile distinfo
Log Message:
tor: update to 0.4.5.8.
Changes in version 0.4.5.8 - 2021-05-10
Tor 0.4.5.8 fixes several bugs in earlier version, backporting fixes
from the 0.4.6.x series.
o Minor features (compatibility, Linux seccomp sandbox, backport from 0.4.6.3-rc):
- Add a workaround to enable the Linux sandbox to work correctly
with Glibc 2.33. This version of Glibc has started using the
fstatat() system call, which previously our sandbox did not allow.
Closes ticket 40382; see the ticket for a discussion of trade-offs.
o Minor features (compilation, backport from 0.4.6.3-rc):
- Make the autoconf script build correctly with autoconf versions
2.70 and later. Closes part of ticket 40335.
o Minor features (fallback directory list, backport from 0.4.6.2-alpha):
- Regenerate the list of fallback directories to contain a new set
of 200 relays. Closes ticket 40265.
o Minor features (geoip data):
- Update the geoip files to match the IPFire Location Database, as
retrieved on 2021/05/07.
o Minor features (onion services):
- Add warning message when connecting to now deprecated v2 onion
services. As announced, Tor 0.4.5.x is the last series that will
support v2 onions. Closes ticket 40373.
o Minor bugfixes (bridge, pluggable transport, backport from 0.4.6.2-alpha):
- Fix a regression that made it impossible start Tor using a bridge
line with a transport name and no fingerprint. Fixes bug 40360;
bugfix on 0.4.5.4-rc.
o Minor bugfixes (build, cross-compilation, backport from 0.4.6.3-rc):
- Allow a custom "ar" for cross-compilation. Our previous build
script had used the $AR environment variable in most places, but
it missed one. Fixes bug 40369; bugfix on 0.4.5.1-alpha.
o Minor bugfixes (channel, DoS, backport from 0.4.6.2-alpha):
- Fix a non-fatal BUG() message due to a too-early free of a string,
when listing a client connection from the DoS defenses subsystem.
Fixes bug 40345; bugfix on 0.4.3.4-rc.
o Minor bugfixes (compiler warnings, backport from 0.4.6.3-rc):
- Fix an indentation problem that led to a warning from GCC 11.1.1.
Fixes bug 40380; bugfix on 0.3.0.1-alpha.
o Minor bugfixes (controller, backport from 0.4.6.1-alpha):
- Fix a "BUG" warning that would appear when a controller chooses
the first hop for a circuit, and that circuit completes. Fixes bug
40285; bugfix on 0.3.2.1-alpha.
o Minor bugfixes (onion service, client, memory leak, backport from 0.4.6.3-rc):
- Fix a bug where an expired cached descriptor could get overwritten
with a new one without freeing it, leading to a memory leak. Fixes
bug 40356; bugfix on 0.3.5.1-alpha.
o Minor bugfixes (testing, BSD, backport from 0.4.6.2-alpha):
- Fix pattern-matching errors when patterns expand to invalid paths
on BSD systems. Fixes bug 40318; bugfix on 0.4.5.1-alpha. Patch by
Daniel Pinto.
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.113 -r1.114 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.165 pkgsrc/net/tor/Makefile:1.166
--- pkgsrc/net/tor/Makefile:1.165 Thu Apr 15 11:23:09 2021
+++ pkgsrc/net/tor/Makefile Sun May 23 11:14:01 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.165 2021/04/15 11:23:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.166 2021/05/23 11:14:01 wiz Exp $
-DISTNAME= tor-0.4.5.7
-PKGREVISION= 2
+DISTNAME= tor-0.4.5.8
CATEGORIES= net security
MASTER_SITES= https://dist.torproject.org/
Index: pkgsrc/net/tor/distinfo
diff -u pkgsrc/net/tor/distinfo:1.113 pkgsrc/net/tor/distinfo:1.114
--- pkgsrc/net/tor/distinfo:1.113 Tue Mar 16 16:25:21 2021
+++ pkgsrc/net/tor/distinfo Sun May 23 11:14:01 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.113 2021/03/16 16:25:21 wiz Exp $
+$NetBSD: distinfo,v 1.114 2021/05/23 11:14:01 wiz Exp $
-SHA1 (tor-0.4.5.7.tar.gz) = 902bab16c39e8f54b97502d6dc04e6b484894bcd
-RMD160 (tor-0.4.5.7.tar.gz) = ec6375b290c6bed7a1acff002aed061d0965e191
-SHA512 (tor-0.4.5.7.tar.gz) = 1ca0e35eff5b344ee416de4cb958d7f04d4e5e9f2efff524576b1fc3c2882dbc068d35f25670e7efe5fcb51308b165393b1078fc46585ec6d40052daa0628a05
-Size (tor-0.4.5.7.tar.gz) = 7816158 bytes
+SHA1 (tor-0.4.5.8.tar.gz) = 6f5e1169fc9e223c94ea4c287fefe8d1797ca9d7
+RMD160 (tor-0.4.5.8.tar.gz) = 1379dcf11b8c5733d21d76e1c621c63bc6ecbfa1
+SHA512 (tor-0.4.5.8.tar.gz) = f5cb32f5d0fc333aa1607370e290e6be85230896bd26e00072a68db4b32293d5dd38cccb57e92941fbe6ac17fb4207c38d11e3095ede289c3a6ebbd64ed70119
+Size (tor-0.4.5.8.tar.gz) = 7826458 bytes
Home |
Main Index |
Thread Index |
Old Index