GNU bug report logs -
#78249
[PATCH 0/3] gnu: librewolf: Update to 138.0.1-2 [security fixes].
Previous Next
Reported by: Ian Eure <ian <at> retrospec.tv>
Date: Sun, 4 May 2025 23:19:02 UTC
Severity: normal
Tags: patch
Done: Ian Eure <ian <at> retrospec.tv>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/nss.scm (nspr-4.36): New variable.
Change-Id: I5c7c4f5f96e3b9ed763c63c9b5b5996a63d45985
---
gnu/packages/nss.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 8bcb593ed7..7a8c6b075d 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -95,6 +95,19 @@ (define-public nspr
in the Mozilla clients.")
(license license:mpl2.0)))
+(define-public nspr-4.36
+ (package
+ (inherit nspr)
+ (version "4.36")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v"
+ version "/src/nspr-" version ".tar.gz"))
+ (sha256
+ (base32
+ "15b83ipjxrmw0909l5qqz13pbarhp50d6i58vgjx4720y4bw7pjm"))))))
+
(define-public nspr-4.32
(package
(inherit nspr)
--
2.49.0
This bug report was last modified 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.