all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71156] [PATCH] gnu: torbrowser: Update to 13.0.15 [security fixes].
@ 2024-05-23 23:10 André Batista
  2024-05-28 18:33 ` André Batista
  2024-05-29 14:14 ` [bug#71156] [PATCH v2] " André Batista
  0 siblings, 2 replies; 6+ messages in thread
From: André Batista @ 2024-05-23 23:10 UTC (permalink / raw)
  To: 71156; +Cc: André Batista, clement

Fixes CVEs 2024-4367, 2024-4767, 2024-4768, 2024-4769, 2024-4770 and
2024-4777. See the Mozilla Foundation Security Advisory
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-22/> for details.

* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20240510150000.
(%torbrowser-version): Update to 13.0.15.
(%torbrowser-firefox-version): Update to 115.11.0esr-13.0-1-build2.
(torbrowser-translation-base): Update to
a28a8b2cb9e207d12fca11181818c0a0694b56af.
(torbrowser-translation-specific): Update to
e03ffdea5b74ad280616dccd21744cba7b2d4565.
---
 gnu/packages/tor-browsers.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index 0c43804881..7a2f8841b5 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -150,16 +150,16 @@ (define %torbrowser-locales
 
 ;; We copy the official build id, which can be found there:
 ;; https://aus1.torproject.org/torbrowser/update_3/release/.
-(define %torbrowser-build-date "20240416150000")
+(define %torbrowser-build-date "20240510150000")
 
 ;; To find the last version, look at https://www.torproject.org/download/.
-(define %torbrowser-version "13.0.14")
+(define %torbrowser-version "13.0.15")
 
 ;; 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.10.0esr-13.0-1-build1")
+(define %torbrowser-firefox-version "115.11.0esr-13.0-1-build2")
 
 ;; See tor-browser-build/projects/translation/config.
 (define torbrowser-translation-base
@@ -167,7 +167,7 @@ (define torbrowser-translation-base
     (method git-fetch)
     (uri (git-reference
           (url "https://gitlab.torproject.org/tpo/translation.git")
-          (commit "d31e6b16c372e2eb235c4f2b0eae0b573a5515ba")))
+          (commit "a28a8b2cb9e207d12fca11181818c0a0694b56af")))
     (file-name "translation-base-browser")
     (sha256
      (base32
@@ -179,7 +179,7 @@ (define torbrowser-translation-specific
     (method git-fetch)
     (uri (git-reference
           (url "https://gitlab.torproject.org/tpo/translation.git")
-          (commit "d37455a56f966b4f87f5f326b534a91f71fd5c88")))
+          (commit "e03ffdea5b74ad280616dccd21744cba7b2d4565")))
     (file-name "translation-tor-browser")
     (sha256
      (base32
@@ -199,7 +199,7 @@ (define torbrowser-assets
          version "/tor-browser-linux-x86_64-" version ".tar.xz"))
        (sha256
         (base32
-         "19fhkpjcbb4pscsyhsj8hvbs6nfxz2bmh22irw6a8sspqp67cr2i"))))
+         "1rd4m8bg359yj2w5dfvmnnjgr79bx1cc9bkziwzxnyz5zjn0arkv"))))
     (arguments
      (list
       #:install-plan
@@ -237,7 +237,7 @@ (define* (make-torbrowser #:key
          ".tar.xz"))
        (sha256
         (base32
-         "1gqiv873f0lbm6xny8x08iygnwl517q67hljgv1vxpyr7d223qjw"))))
+         "0z2sz42jjfcd99zmysvz9k03zk9nccygba53rvkhbskcvil5zgjd"))))
     (build-system mozilla-build-system)
     (inputs
      (list go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird

base-commit: 6e86089d563ccb67ae04cd941ca7b66c1777831f
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-31 21:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23 23:10 [bug#71156] [PATCH] gnu: torbrowser: Update to 13.0.15 [security fixes] André Batista
2024-05-28 18:33 ` André Batista
2024-05-30 12:07   ` Clément Lassieur
2024-05-30 13:25     ` [bug#71156] " Maxim Cournoyer
2024-05-31 21:49     ` André Batista
2024-05-29 14:14 ` [bug#71156] [PATCH v2] " André Batista

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.