pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tordev: update to 0.4.6.3rc0.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon May 10 16:27:11 2021 +0200
Changeset:	de19b40f97f1f51367d7f0d3a9b404c9fe21774a

Modified Files:
	tor-dev/Makefile
	tor-dev/distinfo

Log Message:
tordev: update to 0.4.6.3rc0.

Changes in version 0.4.6.3-rc - 2021-05-10
  Tor 0.4.6.3-rc is the first release candidate in its series. It fixes
  a few small bugs from previous versions, and adds a better error
  message when trying to use (no longer supported) v2 onion services.

  Though we anticipate that we'll be doing a bit more clean-up between
  now and the stable release, we expect that our remaining changes will
  be fairly simple. There will likely be at least one more release
  candidate before 0.4.6.x is stable.

  o Major bugfixes (onion service, control port):
    - Make the ADD_ONION command properly configure client authorization.
      Before this fix, the created onion failed to add the client(s).
      Fixes bug 40378; bugfix on 0.4.6.1-alpha.

  o Minor features (compatibility, Linux seccomp sandbox):
    - 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):
    - Make the autoconf script build correctly with autoconf versions
      2.70 and later. Closes part of ticket 40335.

  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 a warning message when trying to connect to (no longer
      supported) v2 onion services. Closes ticket 40373.

  o Minor bugfixes (build, cross-compilation):
    - 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 (compiler warnings):
    - 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 (logging, relay):
    - Emit a warning if an Address is found to be internal and tor can't
      use it. Fixes bug 40290; bugfix on 0.4.5.1-alpha.

  o Minor bugfixes (onion service, client, memory leak):
    - 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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=de19b40f97f1f51367d7f0d3a9b404c9fe21774a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tor-dev/Makefile | 2 +-
 tor-dev/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/tor-dev/Makefile b/tor-dev/Makefile
index 5dec5544da..fc02b0e9c9 100644
--- a/tor-dev/Makefile
+++ b/tor-dev/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	tor-0.4.6.2-alpha
+DISTNAME=	tor-0.4.6.3-rc
 PKGNAME=	${DISTNAME:S/tor/tordev/:S/-alpha//:S/-rc/rc0/}
 CATEGORIES=	net security
 MASTER_SITES=	https://dist.torproject.org/
diff --git a/tor-dev/distinfo b/tor-dev/distinfo
index d2d5173875..195921da8d 100644
--- a/tor-dev/distinfo
+++ b/tor-dev/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (tor-0.4.6.2-alpha.tar.gz) = 0d79fb8328b06a501cf26ec4d801729c099a0577
-RMD160 (tor-0.4.6.2-alpha.tar.gz) = 3e1fef8f8238a54d0af8d2b9d44dfc1999626a7b
-SHA512 (tor-0.4.6.2-alpha.tar.gz) = 4a3d20389cc5516b45448a001d50488a30e959f256be45e91dafdadb0f13339099d183d3b1a7e4f5ca1f4861312151849f8ad8e360d5f07e8135ea7cfbb2ed5f
-Size (tor-0.4.6.2-alpha.tar.gz) = 7726760 bytes
+SHA1 (tor-0.4.6.3-rc.tar.gz) = 505a117135e0f4657f0ce6beaa44fb04da6e10f9
+RMD160 (tor-0.4.6.3-rc.tar.gz) = 0e5428fdfd2c5fe220b8651b15433dc16c6a4b81
+SHA512 (tor-0.4.6.3-rc.tar.gz) = 0d9d400e0d61a15ef801b430e0acb7eee369fdd62b78e450759d2fa08363e78bd2a301ce87796a37ab8630ce4669021b5100dedc1ffb983159893b1769d01a61
+Size (tor-0.4.6.3-rc.tar.gz) = 7734759 bytes
 SHA1 (patch-Makefile.in) = c190295f4702bd1e69531cab1ac61dbab451e48b
 SHA1 (patch-src_app_config_config.c) = bac106e382207cdf22c84a52b45c791de2bdf0f8


Home | Main Index | Thread Index | Old Index