emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#67115: closed ([PATCH] gnu: tor: Update to 0.4.8.9 [security fixes].


From: GNU bug Tracking System
Subject: bug#67115: closed ([PATCH] gnu: tor: Update to 0.4.8.9 [security fixes].)
Date: Wed, 15 Nov 2023 17:26:02 +0000

Your message dated Wed, 15 Nov 2023 18:25:34 +0100
with message-id <874jhn7wtt.fsf@gnu.org>
and subject line Re: [bug#67115] [PATCH] gnu: tor: Update to 0.4.8.9 [security 
fixes].
has caused the debbugs.gnu.org bug report #67115,
regarding [PATCH] gnu: tor: Update to 0.4.8.9 [security fixes].
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67115: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67115
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: tor: Update to 0.4.8.9 [security fixes]. Date: Sat, 11 Nov 2023 19:20:41 -0300
* gnu/packages/tor.scm (tor): Update to 0.4.8.9.

This release fixes two high severity security vulnerabilities.
The first one affects client connections to Guard relays and the
other one affects Onion Services (TROVE-2023-006).

See https://gitlab.torproject.org/tpo/core/tor/-/issues/40876 and
https://gitlab.torproject.org/tpo/core/tor/-/issues/40883
---
 gnu/packages/tor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 71f32b3f43..d4bf27a790 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -63,14 +63,14 @@ (define-module (gnu packages tor)
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.8.8")
+    (version "0.4.8.9")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0140d0zcjxi4vijvr2gk3kmnd4xa80sjj9kdcc2gzazyr84fkfr1"))))
+               "0rfgn88izn74nh6gy42ggwmiicnylp73skrlwm61n4znj247vfsr"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

base-commit: 3f83dc5587573f173b1f61864c9b510f05de84b1
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#67115] [PATCH] gnu: tor: Update to 0.4.8.9 [security fixes]. Date: Wed, 15 Nov 2023 18:25:34 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
André Batista <nandre@riseup.net> skribis:

> * gnu/packages/tor.scm (tor): Update to 0.4.8.9.
>
> This release fixes two high severity security vulnerabilities.
> The first one affects client connections to Guard relays and the
> other one affects Onion Services (TROVE-2023-006).
>
> See https://gitlab.torproject.org/tpo/core/tor/-/issues/40876 and
> https://gitlab.torproject.org/tpo/core/tor/-/issues/40883

Applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]