Skip to content

Commit 0a446b1

Browse files
committed
nss - update from 3.104 to 3.105
1 parent 3ca4037 commit 0a446b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/nss/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
. ../../lib/build.sh
1818

1919
PROG=nss
20-
VER=3.104
20+
VER=3.105
2121
PKG=system/library/mozilla-nss
2222
SUMMARY="Network Security Services"
2323
DESC="Network Security Services (NSS) is a set of libraries designed to "

build/nss/patches/shadowing.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/softoken/pkcs11.c a/lib/softoken/pkcs11.c
22
--- a~/lib/softoken/pkcs11.c 1970-01-01 00:00:00
33
+++ a/lib/softoken/pkcs11.c 1970-01-01 00:00:00
4-
@@ -3569,8 +3569,8 @@ loser:
4+
@@ -3587,8 +3587,8 @@ loser:
55
char buf[200];
66
int major = 0, minor = 0;
77

doc/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
| library/nettle | 3.10 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony
5555
| library/ncurses | 6.5 | https://ftp.gnu.org/gnu/ncurses/
5656
| library/nghttp2 | 1.63.0 | https://github.com/nghttp2/nghttp2/releases
57-
| library/nss | 3.104 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/
57+
| library/nss | 3.105 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/
5858
| library/nspr | 4.35 | http://archive.mozilla.org/pub/nspr/releases/ | https://ftp.mozilla.org/pub/security/nss/releases/
5959
| library/pcre2 | 10.44 | https://github.com/PhilipHazel/pcre2/releases
6060
| library/perl-5/xml-parser | 2.47 | https://metacpan.org/pod/XML::Parser

0 commit comments

Comments
 (0)