3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
André Batista 2023-11-11 19:20:41 -03:00 committed by Ludovic Courtès
parent 9524d8cd0b
commit cb9ecbef8b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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