[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: tor: Update to 0.4.5.9 [security fixes].
From: |
guix-commits |
Subject: |
branch master updated: gnu: tor: Update to 0.4.5.9 [security fixes]. |
Date: |
Mon, 14 Jun 2021 16:48:47 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 27a2666 gnu: tor: Update to 0.4.5.9 [security fixes].
27a2666 is described below
commit 27a26663f60c7ddb7c1041b77c6e2e2b38e840bf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 14 22:40:30 2021 +0200
gnu: tor: Update to 0.4.5.9 [security fixes].
This release fixes CVE-2021-34548, CVE-2021-34550, and TROVE-2021-004.
* gnu/packages/tor.scm (tor): Update to 0.4.5.9.
---
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 bd11dd3..6e65c23 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -54,14 +54,14 @@
(define-public tor
(package
(name "tor")
- (version "0.4.5.8")
+ (version "0.4.5.9")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
- "09z22gc01yh5zms7i31md6qpr0ir8i5fzrrz06qfpp5wx28x1pjp"))))
+ "0mh8yz6l7sl6kh9max76nk6rhlsq2lhwwvpiwlwnrlif21bf817k"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: tor: Update to 0.4.5.9 [security fixes].,
guix-commits <=