unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66996] [PATCH] gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004].
@ 2023-11-07 23:20 André Batista
  2023-11-09  7:04 ` bug#66996: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2023-11-07 23:20 UTC (permalink / raw)
  To: 66996; +Cc: André Batista

* gnu/packages/tor.scm (tor): Update to 0.4.8.8.

Fixes TROVE-2023-004 which affects tor relays. See
https://gitlab.torproject.org/tpo/core/tor/-/issues/40880
---
 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 562054ede4..71f32b3f43 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.7")
+    (version "0.4.8.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "14blalf96240dg6crpmgyf2bdcj109dyx47h0w6a0a6vfjf2n3dj"))))
+               "0140d0zcjxi4vijvr2gk3kmnd4xa80sjj9kdcc2gzazyr84fkfr1"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

base-commit: 3f83dc5587573f173b1f61864c9b510f05de84b1
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66996: [PATCH] gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004].
  2023-11-07 23:20 [bug#66996] [PATCH] gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004] André Batista
@ 2023-11-09  7:04 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2023-11-09  7:04 UTC (permalink / raw)
  To: André Batista; +Cc: 66996-done

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-09  7:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-07 23:20 [bug#66996] [PATCH] gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004] André Batista
2023-11-09  7:04 ` bug#66996: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).