[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: make-torbrowser: Unbundle nss.
From: |
guix-commits |
Subject: |
07/09: gnu: make-torbrowser: Unbundle nss. |
Date: |
Fri, 20 Dec 2024 12:11:04 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit 8ee7a32782eafe9542e6be413fe40bc5c1dfd67f
Author: André Batista <nandre@riseup.net>
AuthorDate: Wed Dec 11 19:57:47 2024 -0300
gnu: make-torbrowser: Unbundle nss.
* gnu/packages/tor-browsers.scm (make-torbrowser)[inputs]: Add nss-rapid.
[arguments]<#:configure-flags>: Uncomment '--with-system-nss'.
<#:phases>: Adjust comment.
Change-Id: I80ecf0bb82608b084b92fefae88e653c10d1f1c2
Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
gnu/packages/tor-browsers.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index 1ad554a3b2..68ece90ed4 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -257,7 +257,7 @@ Browser.")
hunspell
libnotify
nspr
- ;; UNBUNDLE-ME! nss (pending upgrade of 'nss' to 3.90 or later)
+ nss-rapid ; requires v. 3.101, so nss won't cut it for now.
shared-mime-info
sqlite
eudev
@@ -358,7 +358,7 @@ Browser.")
"--with-system-libvpx"
"--with-system-icu"
"--with-system-nspr"
- ;; UNBUNDLE-ME! "--with-system-nss" ; pending upgrade of 'nss' to 3.90
+ "--with-system-nss"
;; UNBUNDLE-ME! "--with-system-harfbuzz"
;; UNBUNDLE-ME! "--with-system-graphite2"
@@ -405,7 +405,7 @@ Browser.")
;;"nsprpub"
;;
;; FIXME: Some of the bundled NSS sources are used
- ;; to build third_party/prio.
+ ;; to build netwerk/socket/neqo_glue.
;;"security/nss"
;;
;; TODO: Use more system media libraries. See:
- branch master updated (946e48d1d8 -> 7f91b12fe3), guix-commits, 2024/12/20
- 04/09: gnu: make-torbrowser: Remove bundled zlib from source., guix-commits, 2024/12/20
- 05/09: gnu: make-torbrowser: Unbundle libwebp., guix-commits, 2024/12/20
- 01/09: gnu: make-torbrowser: Unbundle libvpx., guix-commits, 2024/12/20
- 09/09: gnu: go-filippo-io-age: Update to 1.2.1. [security fix], guix-commits, 2024/12/20
- 02/09: gnu: make-torbrowser: Unbundle libevent., guix-commits, 2024/12/20
- 06/09: gnu: make-torbrowser: Use ffmpeg-7., guix-commits, 2024/12/20
- 03/09: gnu: make-torbrowser: Remove bzip2 from inputs., guix-commits, 2024/12/20
- 08/09: gnu: make-torbrowser: Re-enable rust SIMD optimizations., guix-commits, 2024/12/20
- 07/09: gnu: make-torbrowser: Unbundle nss.,
guix-commits <=