nss 1:3.80-1 (aarch64;znver1;x86_64) 2022-15075
9999

Status published
Submitter cris [@T] beebames.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/216251
Packages
lib64freebl3-1:3.80-1.aarch64.binary
lib64freebl3-debuginfo-1:3.80-1.aarch64.debuginfo
lib64nss-devel-1:3.80-1.aarch64.binary
lib64nss-devel-debuginfo-1:3.80-1.aarch64.debuginfo
lib64nss-static-devel-1:3.80-1.aarch64.binary
lib64nss3-1:3.80-1.aarch64.binary
lib64nss3-debuginfo-1:3.80-1.aarch64.debuginfo
nss-1:3.80-1.aarch64.source
nss-1:3.80-1.aarch64.binary
nss-debuginfo-1:3.80-1.aarch64.debuginfo
nss-debugsource-1:3.80-1.aarch64.binary
nss-examples-1:3.80-1.aarch64.binary
nss-shlibsign-1:3.80-1.aarch64.binary
nss-shlibsign-debuginfo-1:3.80-1.aarch64.debuginfo
nss-unsupported-tools-1:3.80-1.aarch64.binary
nss-unsupported-tools-debuginfo-1:3.80-1.aarch64.debuginfo
lib64freebl3-1:3.80-1.znver1.binary
lib64freebl3-debuginfo-1:3.80-1.znver1.debuginfo
lib64nss-devel-1:3.80-1.znver1.binary
lib64nss-devel-debuginfo-1:3.80-1.znver1.debuginfo
lib64nss-static-devel-1:3.80-1.znver1.binary
lib64nss3-1:3.80-1.znver1.binary
lib64nss3-debuginfo-1:3.80-1.znver1.debuginfo
nss-1:3.80-1.znver1.binary
nss-1:3.80-1.znver1.source
nss-debuginfo-1:3.80-1.znver1.debuginfo
nss-debugsource-1:3.80-1.znver1.binary
nss-examples-1:3.80-1.znver1.binary
nss-shlibsign-1:3.80-1.znver1.binary
nss-shlibsign-debuginfo-1:3.80-1.znver1.debuginfo
nss-unsupported-tools-1:3.80-1.znver1.binary
nss-unsupported-tools-debuginfo-1:3.80-1.znver1.debuginfo
lib64freebl3-1:3.80-1.x86_64.binary
lib64freebl3-debuginfo-1:3.80-1.x86_64.debuginfo
lib64nss-devel-1:3.80-1.x86_64.binary
lib64nss-devel-debuginfo-1:3.80-1.x86_64.debuginfo
lib64nss-static-devel-1:3.80-1.x86_64.binary
lib64nss3-1:3.80-1.x86_64.binary
lib64nss3-debuginfo-1:3.80-1.x86_64.debuginfo
nss-1:3.80-1.x86_64.source
nss-1:3.80-1.x86_64.binary
nss-debuginfo-1:3.80-1.x86_64.debuginfo
nss-debugsource-1:3.80-1.x86_64.binary
nss-examples-1:3.80-1.x86_64.binary
nss-shlibsign-1:3.80-1.x86_64.binary
nss-shlibsign-debuginfo-1:3.80-1.x86_64.debuginfo
nss-unsupported-tools-1:3.80-1.x86_64.binary
nss-unsupported-tools-debuginfo-1:3.80-1.x86_64.debuginfo
Build Date 2022-06-29 13:46:00 +0000 UTC
Last Updated 2022-07-04 19:20:56.790228698 +0000 UTC
$ git diff --patch-with-stat --summary 48b7552d07c687b7a80d9009b8e94c4731214ecd..0b2292f570b103fd2faf9a1cb1a0a518256a4bfd

 .abf.yml         |  2 +-
 nss-539183.patch | 62 --------------------------------------------------------
 nss.spec         |  7 +++----
 3 files changed, 4 insertions(+), 67 deletions(-)
 delete mode 100644 nss-539183.patch

diff --git a/.abf.yml b/.abf.yml
index 905e76c..e312034 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -3,5 +3,5 @@ sources:
   blank-cert8.db: d272a7b58364862613d44261c5744f7a336bf177
   blank-key3.db: 7f78b5bcecdb5005e7b803604b2ec9d1a9df2fb5
   blank-secmod.db: bd748cf6e1465a1bbe6e751b72ffc0076aff0b50
-  nss-3.78.tar.gz: aa87f05c8850c9fd4f370fa86eae22da92af15b9
+  nss-3.80.tar.gz: dca79a894243d23dbdf49edd8cb5c65ee060ef4a
   verisign-class-3-secure-server-ca.der: 188590e94878478e33b6194e59fbbb28ff0888d5
diff --git a/nss-539183.patch b/nss-539183.patch
deleted file mode 100644
index eda3249..0000000
--- a/nss-539183.patch
+++ /dev/null
@@ -1,62 +0,0 @@
---- ./nss/cmd/httpserv/httpserv.c.539183	2016-05-21 18:31:39.879585420 -0700
-+++ ./nss/cmd/httpserv/httpserv.c	2016-05-21 18:37:22.374464057 -0700
-@@ -953,23 +953,23 @@
- getBoundListenSocket(unsigned short port)
- {
-     PRFileDesc *listen_sock;
-     int listenQueueDepth = 5 + (2 * maxThreads);
-     PRStatus prStatus;
-     PRNetAddr addr;
-     PRSocketOptionData opt;
- 
--    addr.inet.family = PR_AF_INET;
--    addr.inet.ip = PR_INADDR_ANY;
--    addr.inet.port = PR_htons(port);
-+    if (PR_SetNetAddr(PR_IpAddrAny, PR_AF_INET6, port, &addr) != PR_SUCCESS) {
-+        errExit("PR_SetNetAddr");
-+    }
- 
--    listen_sock = PR_NewTCPSocket();
-+    listen_sock = PR_OpenTCPSocket(PR_AF_INET6);
-     if (listen_sock == NULL) {
--        errExit("PR_NewTCPSocket");
-+        errExit("PR_OpenTCPSockett");
-     }
- 
-     opt.option = PR_SockOpt_Nonblocking;
-     opt.value.non_blocking = PR_FALSE;
-     prStatus = PR_SetSocketOption(listen_sock, &opt);
-     if (prStatus < 0) {
-         PR_Close(listen_sock);
-         errExit("PR_SetSocketOption(PR_SockOpt_Nonblocking)");
---- ./nss/cmd/selfserv/selfserv.c.539183	2016-05-21 18:31:39.882585367 -0700
-+++ ./nss/cmd/selfserv/selfserv.c	2016-05-21 18:41:43.092801174 -0700
-@@ -1711,23 +1711,23 @@
- getBoundListenSocket(unsigned short port)
- {
-     PRFileDesc *listen_sock;
-     int listenQueueDepth = 5 + (2 * maxThreads);
-     PRStatus prStatus;
-     PRNetAddr addr;
-     PRSocketOptionData opt;
- 
--    addr.inet.family = PR_AF_INET;
--    addr.inet.ip = PR_INADDR_ANY;
--    addr.inet.port = PR_htons(port);
-+    if (PR_SetNetAddr(PR_IpAddrAny, PR_AF_INET6, port, &addr) != PR_SUCCESS) {
-+        errExit("PR_SetNetAddr");
-+    }
- 
--    listen_sock = PR_NewTCPSocket();
-+    listen_sock = PR_OpenTCPSocket(PR_AF_INET6);
-     if (listen_sock == NULL) {
--        errExit("PR_NewTCPSocket");
-+        errExit("PR_OpenTCPSocket error");
-     }
- 
-     opt.option = PR_SockOpt_Nonblocking;
-     opt.value.non_blocking = PR_FALSE;
-     prStatus = PR_SetSocketOption(listen_sock, &opt);
-     if (prStatus < 0) {
-         PR_Close(listen_sock);
-         errExit("PR_SetSocketOption(PR_SockOpt_Nonblocking)");
diff --git a/nss.spec b/nss.spec
index c905043..33661e8 100644
--- a/nss.spec
+++ b/nss.spec
@@ -24,8 +24,8 @@
 Summary:	Network Security Services
 Name:		nss
 Epoch:		1
-Version:	3.78
-Release:	2
+Version:	3.80
+Release:	1
 Group:		System/Libraries
 License:	MPL or GPLv2+ or LGPLv2+
 Url:		http://www.mozilla.org/projects/security/pki/nss/index.html
@@ -59,7 +59,6 @@ Source101:	https://github.com/demoiselle/certificate/raw/master/impl/ca-icp-bras
 # From Fedora
 Patch0:		https://src.fedoraproject.org/rpms/nss/raw/master/f/add-relro-linker-option.patch
 Patch1:		https://src.fedoraproject.org/rpms/nss/raw/master/f/renegotiate-transitional.patch
-Patch2:		https://src.fedoraproject.org/rpms/nss/raw/master/f/nss-539183.patch
 Patch3:		https://src.fedoraproject.org/rpms/nss/raw/master/f/utilwrap-include-templates.patch
 Patch4:		https://src.fedoraproject.org/rpms/nss/raw/master/f/nss-skip-bltest-and-fipstest.patch
 Patch5:		https://src.fedoraproject.org/rpms/nss/raw/master/f/iquote.patch
@@ -68,7 +67,7 @@ Patch8:		https://src.fedoraproject.org/rpms/nss/raw/master/f/nss-skip-util-gtest
 
 BuildRequires:	rootcerts >= 1:20120218.00
 BuildRequires:	zip
-BuildRequires:	pkgconfig(nspr)
+BuildRequires:	pkgconfig(nspr) >= 4.34.0
 BuildRequires:	pkgconfig(sqlite3)
 BuildRequires:	pkgconfig(zlib)
 
Not Available

benbullard79 [@T] cox.netNo Comment.655d 15hrs
benbullard79 [@T] cox.netNo Comment.655d 15hrs