[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73152] [PATCH 6/6] gnu: nss-certs: Update to 3.102.1.
From: |
Ian Eure |
Subject: |
[bug#73152] [PATCH 6/6] gnu: nss-certs: Update to 3.102.1. |
Date: |
Mon, 9 Sep 2024 10:55:39 -0700 |
* gnu/packages/certs.scm (nss-certs): Update to 3.102.1.
Change-Id: Ibb0b39ef97e04afc37c62c5dc23ab93eef1c1f10
---
gnu/packages/certs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index e2de6b168b..9756b089c0 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -133,7 +133,7 @@ (define-public nss-certs
;; FIXME We used to refer to the nss package here, but that eventually
caused
;; module cycles. The below is a quick copy-paste job that must be kept in
;; sync manually. Surely there's a better way…?
- (version "3.99")
+ (version "3.102.1")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -144,7 +144,7 @@ (define-public nss-certs
"nss-" version ".tar.gz")))
(sha256
(base32
- "1g89ig40gfi1sp02gybvl2z818lawcnrqjzsws36cdva834c5maw"))
+ "1k1pjxz0ab4lg8xqggbb8pw77c1q8h4bldi09z4pj5g4hwsjv62l"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-3.56-pkgconfig.patch"
"nss-getcwd-nonnull.patch"
--
2.46.0
- [bug#73152] [PATCH 0/6] NSS updates, Ian Eure, 2024/09/09
- [bug#73152] [PATCH 1/1] gnu: nss-certs: Update to 3.102.1., Ian Eure, 2024/09/09
- [bug#73152] [PATCH 1/6] gnu: Remove nss/fixed., Ian Eure, 2024/09/09
- [bug#73152] [PATCH 2/6] gnu: Remove nspr-4.32., Ian Eure, 2024/09/09
- [bug#73152] [PATCH 5/6] gnu: nss-rapid: Update to 3.104., Ian Eure, 2024/09/09
- [bug#73152] [PATCH 4/6] gnu: nss: Update to 3.102.1., Ian Eure, 2024/09/09
- [bug#73152] [PATCH 6/6] gnu: nss-certs: Update to 3.102.1.,
Ian Eure <=
- [bug#73152] [PATCH 3/6] gnu: Add make-nss., Ian Eure, 2024/09/09