GNU bug report logs -
#60949
[PATCH] gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002].
Previous Next
Reported by: André Batista <nandre <at> riseup.net>
Date: Thu, 19 Jan 2023 16:40:01 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tor.scm (tor): Update to 0.4.7.13.
---
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 d88a840906..63ffba9d74 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -61,14 +61,14 @@ (define-module (gnu packages tor)
(define-public tor
(package
(name "tor")
- (version "0.4.7.12")
+ (version "0.4.7.13")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
- "15g3p42hnccpz8zyk4bi8pm9fnpi7qs19wr8s0dqary42abrcp9v"))))
+ "17ga25dq2lcph390ljqmyd8sggp97h42d3h423qmci83rqn1fy90"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
--
2.38.0
This bug report was last modified 2 years and 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.