* [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
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).