GNU bug report logs -
#68676
[PATCH] gnu: torbrowser: Update to 13.0.9.
Previous Next
Reported by: Clément Lassieur <clement <at> lassieur.org>
Date: Tue, 23 Jan 2024 16:18:01 UTC
Severity: normal
Tags: patch
Done: Clément Lassieur <clement <at> lassieur.org>
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
#68676: [PATCH] gnu: torbrowser: Update to 13.0.9.
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 68676 <at> debbugs.gnu.org.
--
68676: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68676
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On Thu, Jan 25 2024, Clément Lassieur wrote:
> * gnu/packages/gnuzilla.scm: Stop exporting ‘all-mozilla-locales’.
> * gnu/packages/tor.scm (mozilla-locale): New procedure copied from
> gnuzilla.scm.
> (mozilla-locales): New macro adapted from gnuzilla.scm.
> (%torbrowser-locales): Add sha256 and changeset for each locale and update
> them all.
> (%moz-build-date): Update to 20240123154553.
> (%torbrowser-version): Update to 13.0.9.
> (%torbrowser-firefox-version): Update to 115.7.0esr-13.0-1-build1.
> (translation-base-browser): Update to cbd9b6c.
> (translation-tor-browser): Update to 767ab51.
> (torbrowser)[arguments]: Adapt to new ‘%torbrowser-locales’ format.
>
> Change-Id: I774db714f3df53adc5be37109126bde5fab1a9a6
> ---
> gnu/packages/gnuzilla.scm | 3 +-
> gnu/packages/tor.scm | 98 ++++++++++++++++++++++++++++++---------
> 2 files changed, 76 insertions(+), 25 deletions(-)
Pushed. If there's any remark I'll be glad to correct the patch.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/tor.scm (%moz-build-date): Update to 20240123154553.
(%torbrowser-version): Update to 13.0.9.
(%torbrowser-firefox-version): Update to 115.7.0esr-13.0-1-build1.
(translation-base-browser): Update to cbd9b6c.
(translation-tor-browser): Update to 767ab51.
Change-Id: I774db714f3df53adc5be37109126bde5fab1a9a6
---
gnu/packages/tor.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 56e9e5b5c918..0593a320b5b9 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -492,16 +492,16 @@ (define-public tractor
(license license:gpl3+)))
;; Must be of the form YYYYMMDDhhmmss as in `date +%Y%m%d%H%M%S`.
-(define %moz-build-date "20231219173144")
+(define %moz-build-date "20240123154553")
;; To find the last version, look at https://www.torproject.org/download/.
-(define %torbrowser-version "13.0.8")
+(define %torbrowser-version "13.0.9")
;; To find the last Firefox version, browse
;; https://archive.torproject.org/tor-package-archive/torbrowser/<%torbrowser-version>
;; There should be only one archive that starts with
;; "src-firefox-tor-browser-".
-(define %torbrowser-firefox-version "115.6.0esr-13.0-1-build2")
+(define %torbrowser-firefox-version "115.7.0esr-13.0-1-build1")
;; Use the list in tor-browser-build/rbm.conf.
(define %torbrowser-locales
@@ -515,11 +515,11 @@ (define translation-base-browser
(method git-fetch)
(uri (git-reference
(url "https://gitlab.torproject.org/tpo/translation.git")
- (commit "5490489a8d356a44d792300b4dfddba792d10f2e")))
+ (commit "cbd9b6c415ec2edb99237ef67ccd4f033a7b9c2a")))
(file-name "translation-base-browser")
(sha256
(base32
- "1knxary2zp2705xzzs76gpy37ri69yp32ajpmpxki3z5hp7mla7q"))))
+ "103dj1zzc68gxzjxwcpc4sbc6qca4zg8kkhdivzpq37ma07sp9sf"))))
;; See tor-browser-build/projects/translation/config.
(define translation-tor-browser
@@ -527,11 +527,11 @@ (define translation-tor-browser
(method git-fetch)
(uri (git-reference
(url "https://gitlab.torproject.org/tpo/translation.git")
- (commit "273592eca488ca3bf535d3789b1130fd1970f09a")))
+ (commit "767ab5111f065b82151275775af5ecf7a529ef48")))
(file-name "translation-tor-browser")
(sha256
(base32
- "1mjqk4ljsjlwpqz29dnkhcvj24b75k2waicp0h07sll8qzv3rzz6"))))
+ "034s0ivbama497xq0904q8p6d7n2f2aa2vn2jcs9g4bvmhgwicw4"))))
(define torbrowser-assets
;; This is a prebuilt Torbrowser from which we take the assets we need.
@@ -547,7 +547,7 @@ (define torbrowser-assets
version "/tor-browser-linux-x86_64-" version ".tar.xz"))
(sha256
(base32
- "0v67x3pa0mga970andlz58k2wz8b8x7aman8gkkahnd003h9qgvq"))))
+ "0j143r24xzmq38nd5z1xqsa9zp35lws9rvlj6hb9xn3dnl67gh59"))))
(arguments
(list
#:install-plan
@@ -577,7 +577,7 @@ (define-public torbrowser
".tar.xz"))
(sha256
(base32
- "1c0p8aya7sh7nmawngkyzx2r02mvl9nd53hx2bl0jwvsj1vxxhca"))))
+ "0h05js9j1drzw5q98nlphsmvlp1k2a71z5jd06xk6pz29w6322pw"))))
(build-system mozilla-build-system)
(arguments
(substitute-keyword-arguments (package-arguments icecat-minimal)
base-commit: 2d83a25450d4b820c13d52152e5e9f1bbfb5d985
--
2.41.0
This bug report was last modified 1 year and 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.