GNU bug report logs -
#73996
[PATCH] gnu: tor: Update to 0.4.8.13.
Previous Next
Reported by: André Batista <nandre <at> riseup.net>
Date: Thu, 24 Oct 2024 21:26:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#73996: [PATCH] gnu: tor: Update to 0.4.8.13.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73996 <at> debbugs.gnu.org.
--
73996: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73996
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
André Batista <nandre <at> riseup.net> writes:
> * gnu/packages/tor.scm (tor): Update to 0.4.8.13.
>
> Change-Id: Ie5bd61c5d3735deb0c8883c4fd116d75c1c352fb
> ---
> 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 ab1483245f..5de1146ce5 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.12")
> + (version "0.4.8.13")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://dist.torproject.org/tor-"
> version ".tar.gz"))
> (sha256
> (base32
> - "0x68p3dhmmvbrd6shcxk1zx8kmsdh17w2g1giyslfdwfv4swfz6a"))))
> + "0a5sdx70fanhghlzcal6csyc4xzbwr322mys88whp0m2hz1jdbwv"))))
> (build-system gnu-build-system)
> (arguments
> (list #:configure-flags
>
> base-commit: 59b2a60d0041882d732e1766e28f0df5a1ef1ac1
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/tor.scm (tor): Update to 0.4.8.13.
Change-Id: Ie5bd61c5d3735deb0c8883c4fd116d75c1c352fb
---
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 ab1483245f..5de1146ce5 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.12")
+ (version "0.4.8.13")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
- "0x68p3dhmmvbrd6shcxk1zx8kmsdh17w2g1giyslfdwfv4swfz6a"))))
+ "0a5sdx70fanhghlzcal6csyc4xzbwr322mys88whp0m2hz1jdbwv"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
base-commit: 59b2a60d0041882d732e1766e28f0df5a1ef1ac1
--
2.45.2
This bug report was last modified 246 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.