[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: tor: Update to 0.4.8.9 [security fixes].
|
From: |
guix-commits |
|
Subject: |
06/09: gnu: tor: Update to 0.4.8.9 [security fixes]. |
|
Date: |
Wed, 15 Nov 2023 12:33:42 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit cb9ecbef8bc126b97843d4e94595e6320a696096
Author: André Batista <nandre@riseup.net>
AuthorDate: Sat Nov 11 19:20:41 2023 -0300
gnu: tor: Update to 0.4.8.9 [security fixes].
* 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
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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-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
- branch master updated (7e6580670b -> d987b75618), guix-commits, 2023/11/15
- 02/09: gnu: musescore: Update to 4.1.1., guix-commits, 2023/11/15
- 06/09: gnu: tor: Update to 0.4.8.9 [security fixes].,
guix-commits <=
- 01/09: gnu: psm2: Update Git tag name., guix-commits, 2023/11/15
- 07/09: gnu: python-types-pytz: Update to 2023.3.1.1., guix-commits, 2023/11/15
- 03/09: locate: Accept ‘--clear’ without additional arguments., guix-commits, 2023/11/15
- 04/09: build-system/guile: Add target-guile-scm+go procedure., guix-commits, 2023/11/15
- 05/09: gnu: whoogle-search: Update to 0.8.3., guix-commits, 2023/11/15
- 08/09: gnu: Add python-tdda., guix-commits, 2023/11/15
- 09/09: gnu: Add monsterid., guix-commits, 2023/11/15