unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
blob c8fc1e7e7a8f54a6ddda46912c8edf4858f72621 915 bytes (raw)
name: gnu/packages/patches/nss-disable-fips-in-lowhashtest.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
From f32bd353c5b741d6da5811fd40681dda80799bfb Mon Sep 17 00:00:00 2001
Message-ID: <f32bd353c5b741d6da5811fd40681dda80799bfb.1714591857.git.cdo@mutix.org>
From: Christina O'Donnell <cdo@mutix.org>
Date: Wed, 1 May 2024 20:30:15 +0100
Subject: [PATCH] nss: Disable FIPS in lowhashtest.

---
 nss/tests/lowhash/lowhash.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nss/tests/lowhash/lowhash.sh b/nss/tests/lowhash/lowhash.sh
index 2984b9b..9dcc89b 100755
--- a/nss/tests/lowhash/lowhash.sh
+++ b/nss/tests/lowhash/lowhash.sh
@@ -63,7 +63,7 @@ lowhash_test()
   else
     TESTS="MD5 SHA1 SHA224 SHA256 SHA384 SHA512"
     OLD_MODE=`echo ${NSS_FIPS}`
-    for fips_mode in 0 1; do
+    for fips_mode in 0; do
       echo "lowhashtest with fips mode=${fips_mode}"
       export NSS_FIPS=${fips_mode}
       for TEST in ${TESTS}

base-commit: 85b7cf166687cbfaf3e3764ed1ea9bb3b9404ef0
-- 
2.41.0


debug log:

solving c8fc1e7e7a ...
found c8fc1e7e7a in https://yhetil.org/guix-bugs/bab329436b84740e67927d6ba48aae5d3bc23667.1714647502.git.cdo@mutix.org/

applying [1/1] https://yhetil.org/guix-bugs/bab329436b84740e67927d6ba48aae5d3bc23667.1714647502.git.cdo@mutix.org/
diff --git a/gnu/packages/patches/nss-disable-fips-in-lowhashtest.patch b/gnu/packages/patches/nss-disable-fips-in-lowhashtest.patch
new file mode 100644
index 0000000000..c8fc1e7e7a

1:32: trailing whitespace.
-- 
Checking patch gnu/packages/patches/nss-disable-fips-in-lowhashtest.patch...
1:34: new blank line at EOF.
+
Applied patch gnu/packages/patches/nss-disable-fips-in-lowhashtest.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 c8fc1e7e7a8f54a6ddda46912c8edf4858f72621	gnu/packages/patches/nss-disable-fips-in-lowhashtest.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).