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:   adam
Date:           Tue Apr  8 07:39:53 UTC 2025

Modified Files:
        pkgsrc/net/tor: Makefile distinfo

Log Message:
tor: updated to 0.4.8.16

Changes in version 0.4.8.16 - 2025-03-24
  This is quick second release since 0.4.8.15 due to a typo in a directory
  authority rule file. This only affects directory authorities. Regardless,
  upgrading to latest stable is always desired.

  o Minor features (geoip data):
    - Update the geoip files to match the IPFire Location Database, as
      retrieved on 2025/03/24.

  o Minor bugfix (dirauth):
    - Fix typo in flag assignment approved-routers file. Fixes bug
      41035; bugfix on 0.4.8.15

Changes in version 0.4.8.15 - 2025-03-20
  This is a minor release fixing a sandbox issue for bandwidth authority and a
  conflux issue on the control port. It also has a client fix about relay flag
  usage. We strongly recommend to update as soon as possible as usual.

  o Minor feature (testing, CI):
    - Use a fixed version of chutney (be881a1e) instead of its current
      HEAD. This version should also be preferred when testing locally.

  o Minor features (continuous integration):
    - Upgrade CI runners to use Debian Bookworm instead of Bullseye.
      Closes ticket 41029.

  o Minor features (fallbackdir):
    - Regenerate fallback directories generated on March 20, 2025.

  o Minor features (geoip data):
    - Update the geoip files to match the IPFire Location Database, as
      retrieved on 2025/03/20.

  o Minor bugfixes (control port):
    - Correctly report conflux pair information to controller fields
      Fixes bug 40872; bugfix on 0.4.8.1-alpha

  o Minor bugfixes (relay flag usage):
    - Fix client usage of the MiddleOnly flag so that MiddleOnly relays
      are not used as HS IP or RP by clients or services. Additionally,
      give dirauths the ability to remove specific flags, as an
      alternative to MiddleOnly. Fixes bug 41023; bugfix on 0.4.7.2-alpha

  o Minor bugfixes (sandbox, bwauth):
    - Fix sandbox to work for bandwidth authority. Fixes bug 40933;
      bugfix on 0.2.2.1-alpha


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.132 -r1.133 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.188 pkgsrc/net/tor/Makefile:1.189
--- pkgsrc/net/tor/Makefile:1.188       Mon Oct 28 20:36:53 2024
+++ pkgsrc/net/tor/Makefile     Tue Apr  8 07:39:53 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.188 2024/10/28 20:36:53 adam Exp $
+# $NetBSD: Makefile,v 1.189 2025/04/08 07:39:53 adam Exp $
 
-DISTNAME=      tor-0.4.8.13
+DISTNAME=      tor-0.4.8.16
 CATEGORIES=    net security
 MASTER_SITES=  https://dist.torproject.org/
 
@@ -9,8 +9,8 @@ HOMEPAGE=       https://www.torproject.org/
 COMMENT=       Anonymizing overlay network for TCP
 LICENSE=       modified-bsd
 
-USE_LANGUAGES=         c
 USE_CC_FEATURES=       c99
+USE_LANGUAGES=         c
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            perl:test pkg-config bash:test
 GNU_CONFIGURE=         yes

Index: pkgsrc/net/tor/distinfo
diff -u pkgsrc/net/tor/distinfo:1.132 pkgsrc/net/tor/distinfo:1.133
--- pkgsrc/net/tor/distinfo:1.132       Mon Oct 28 20:36:53 2024
+++ pkgsrc/net/tor/distinfo     Tue Apr  8 07:39:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.132 2024/10/28 20:36:53 adam Exp $
+$NetBSD: distinfo,v 1.133 2025/04/08 07:39:53 adam Exp $
 
-BLAKE2s (tor-0.4.8.13.tar.gz) = 0dfc9bca490c6538217f44efe0fd12bd0b5c75526ae41ce8bcb695cfa6d6f368
-SHA512 (tor-0.4.8.13.tar.gz) = 7a095931ed709333a512535212048360d9d90907c3c71a8c6dc55fd52ccf515aa42c7ec6e18c7fb5fde7f5e1b1da1753f1380a274743b6420ac49ed1a3bb1a0c
-Size (tor-0.4.8.13.tar.gz) = 9912610 bytes
+BLAKE2s (tor-0.4.8.16.tar.gz) = bc5ef758d31feddedca46a639a9d924ffd139e497c2cab50b4f2382a20052c55
+SHA512 (tor-0.4.8.16.tar.gz) = 4815fe3da63f582e8347ab5c4fcec75816c06e79a3b420ba15a03d6d7f4a12654b771555a9271ea66fb8f4f007e4772224e565ee02b920fed90b3e530a588d94
+Size (tor-0.4.8.16.tar.gz) = 9930424 bytes



Home | Main Index | Thread Index | Old Index