Tor: Update to 0.4.8.11

Message ID ec28b769-3afc-4ede-80d0-af416b8020c0@ipfire.org
State Staged
Commit f51e75beb675a9594e044a012b016cae18ddd7da
Headers
Series Tor: Update to 0.4.8.11 |

Commit Message

Peter Müller April 22, 2024, 3:58 p.m. UTC
  Full changelog according to https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.8.11/ChangeLog:

Changes in version 0.4.8.11 - 2024-04-10
  This is a minor release mostly to upgrade the fallbackdir list. Worth noting
  also that directory authority running this version will now automatically
  reject relays running the end of life 0.4.7.x version.

  o Minor feature (authority):
    - Reject 0.4.7.x series at the authority level. Closes ticket 40896.

  o Minor feature (dirauth, tor26):
    - New IP address and keys.

  o Minor feature (directory authority):
    - Allow BandwidthFiles "node_id" KeyValue without the dollar sign at
      the start of the hexdigit, in order to easier database queries
      combining Tor documents in which the relays fingerprint does not
      include it. Fixes bug 40891; bugfix on 0.4.7 (all supported
      versions of Tor).

  o Minor features (fallbackdir):
    - Regenerate fallback directories generated on April 10, 2024.

  o Minor features (geoip data):
    - Update the geoip files to match the IPFire Location Database, as
      retrieved on 2024/04/10.

  o Minor bugfixes (directory authorities):
    - Add a warning when publishing a vote or signatures to another
      directory authority fails. Fixes bug 40910; bugfix
      on 0.2.0.3-alpha.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 lfs/tor | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Comments

Michael Tremer April 23, 2024, 11:27 a.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 22 Apr 2024, at 17:58, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> Full changelog according to https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.8.11/ChangeLog:
> 
> Changes in version 0.4.8.11 - 2024-04-10
>  This is a minor release mostly to upgrade the fallbackdir list. Worth noting
>  also that directory authority running this version will now automatically
>  reject relays running the end of life 0.4.7.x version.
> 
>  o Minor feature (authority):
>    - Reject 0.4.7.x series at the authority level. Closes ticket 40896.
> 
>  o Minor feature (dirauth, tor26):
>    - New IP address and keys.
> 
>  o Minor feature (directory authority):
>    - Allow BandwidthFiles "node_id" KeyValue without the dollar sign at
>      the start of the hexdigit, in order to easier database queries
>      combining Tor documents in which the relays fingerprint does not
>      include it. Fixes bug 40891; bugfix on 0.4.7 (all supported
>      versions of Tor).
> 
>  o Minor features (fallbackdir):
>    - Regenerate fallback directories generated on April 10, 2024.
> 
>  o Minor features (geoip data):
>    - Update the geoip files to match the IPFire Location Database, as
>      retrieved on 2024/04/10.
> 
>  o Minor bugfixes (directory authorities):
>    - Add a warning when publishing a vote or signatures to another
>      directory authority fails. Fixes bug 40910; bugfix
>      on 0.2.0.3-alpha.
> 
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
> lfs/tor | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/lfs/tor b/lfs/tor
> index aed30805f..488415902 100644
> --- a/lfs/tor
> +++ b/lfs/tor
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
> +# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
> #                                                                             #
> # This program is free software: you can redistribute it and/or modify        #
> # it under the terms of the GNU General Public License as published by        #
> @@ -26,7 +26,7 @@ include Config
> 
> SUMMARY    = Anonymizing overlay network for TCP (The onion router)
> 
> -VER        = 0.4.8.10
> +VER        = 0.4.8.11
> 
> THISAPP    = tor-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
> DIR_APP    = $(DIR_SRC)/$(THISAPP)
> TARGET     = $(DIR_INFO)/$(THISAPP)
> PROG       = tor
> -PAK_VER    = 84
> +PAK_VER    = 85
> 
> DEPS       = libseccomp
> 
> @@ -48,7 +48,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_BLAKE2 = ef470664d85e019f6cac2366e934d5dc31b8ae92f121a2b4c8c95f8267abce5ce4413d30a24affa40a069d587212364ae5a7c3cd114488e50a535f01c54c6e77
> +$(DL_FILE)_BLAKE2 = b7f5bb855a6f8fe7dfd0e0efe7b48798e9d4642e401641c83554ed0f98fe238a5f303e9466e9e24a7ade63488a745b3c957ed6cc53a2f5e21f5f9c3f78f7fa78
> 
> install : $(TARGET)
> 
> -- 
> 2.35.3
  

Patch

diff --git a/lfs/tor b/lfs/tor
index aed30805f..488415902 100644
--- a/lfs/tor
+++ b/lfs/tor
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,7 +26,7 @@  include Config
 
 SUMMARY    = Anonymizing overlay network for TCP (The onion router)
 
-VER        = 0.4.8.10
+VER        = 0.4.8.11
 
 THISAPP    = tor-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tor
-PAK_VER    = 84
+PAK_VER    = 85
 
 DEPS       = libseccomp
 
@@ -48,7 +48,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ef470664d85e019f6cac2366e934d5dc31b8ae92f121a2b4c8c95f8267abce5ce4413d30a24affa40a069d587212364ae5a7c3cd114488e50a535f01c54c6e77
+$(DL_FILE)_BLAKE2 = b7f5bb855a6f8fe7dfd0e0efe7b48798e9d4642e401641c83554ed0f98fe238a5f303e9466e9e24a7ade63488a745b3c957ed6cc53a2f5e21f5f9c3f78f7fa78
 
 install : $(TARGET)