[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74804] [PATCH 7/8] gnu: make-torbrowser: Unbundle nss.
From: |
André Batista |
Subject: |
[bug#74804] [PATCH 7/8] gnu: make-torbrowser: Unbundle nss. |
Date: |
Wed, 11 Dec 2024 19:57:47 -0300 |
* gnu/packages/tor-browsers.scm (make-torbrowser): Unbundle nss.
[inputs]: Add nss-rapid;
[arguments] <#:configure-flags>: Uncomment '--with-system-nss'.
Change-Id: I80ecf0bb82608b084b92fefae88e653c10d1f1c2
---
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 1ad554a3b29..68ece90ed4d 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -257,7 +257,7 @@ (define* (make-torbrowser #:key
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 @@ (define* (make-torbrowser #:key
"--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 @@ (define* (make-torbrowser #:key
;;"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:
--
2.46.0
- [bug#74804] [PATCH 0/8] gnu: make-torbrowser: Unbundle, remove and update some inputs, André Batista, 2024/12/11
- [bug#74804] [PATCH 1/8] gnu: make-torbrowser: Unbundle libvpx., André Batista, 2024/12/11
- [bug#74804] [PATCH 2/8] gnu: make-torbrowser: Unbundle libevent., André Batista, 2024/12/11
- [bug#74804] [PATCH 3/8] gnu: make-torbrowser: Remove bzip2 from inputs., André Batista, 2024/12/11
- [bug#74804] [PATCH 4/8] gnu: make-torbrowser: Remove bundled zlib from source., André Batista, 2024/12/11
- [bug#74804] [PATCH 6/8] gnu: make-torbrowser: Use ffmpeg-7 as input., André Batista, 2024/12/11
- [bug#74804] [PATCH 5/8] gnu: make-torbrowser: Unbundle libwebp., André Batista, 2024/12/11
- [bug#74804] [PATCH 7/8] gnu: make-torbrowser: Unbundle nss.,
André Batista <=
- [bug#74804] [PATCH 8/8] gnu: make-torbrowser: Re-enable rust SIMD optimizations., André Batista, 2024/12/11
- bug#74804: [PATCH 0/8] gnu: make-torbrowser: Unbundle, remove and update some inputs, Hilton Chain, 2024/12/20