~ruther/guix-local

ref: 4e71ab18ded77fb18c18da50df8e99cd9668dde7 guix-local/gnu/packages/patches/nss-3.115-disable-pkix-ocsp-tests.patch -rw-r--r-- 498 bytes
4e71ab18 — Cayetano Santos gnu: trilinos-serial-xyce, trilinos-parallel-xyce: Update to 14.4.0. 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
These tests require network.

diff -x .svn -x .git -urN nss-3.113.orig/nss/tests/ssl/ssl.sh nss-3.113/nss/tests/ssl/ssl.sh
--- nss-3.113.orig/nss/tests/ssl/ssl.sh	2025-08-25 16:49:02.398086665 -0700
+++ nss-3.113/nss/tests/ssl/ssl.sh	2025-08-26 15:46:11.718401605 -0700
@@ -1600,7 +1600,6 @@
             if using_sql ; then
                 ssl_policy_listsuites
                 ssl_policy_selfserv
-                ssl_policy_pkix_ocsp
                 ssl_policy
             fi
             ;;