unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
blob 40ac66e36500190fa2594355fd29a3f0f13394de 950 bytes (raw)
name: gnu/packages/patches/nss-define-NSS_FIPS_DISABLED.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
29
 
From e89a33daac982107421117ad95ae8443ef316079 Mon Sep 17 00:00:00 2001
Message-ID: <e89a33daac982107421117ad95ae8443ef316079.1714649801.git.cdo@mutix.org>
From: Christina O'Donnell <cdo@mutix.org>
Date: Thu, 2 May 2024 12:34:40 +0100
Subject: [PATCH] Define NSS_FIPS_DISABLED.

Disable FIPS as it depends on shlibsign which is non-deterministic.
---
 nss/coreconf/config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nss/coreconf/config.mk b/nss/coreconf/config.mk
index 741bbee..e02e5d2 100644
--- a/nss/coreconf/config.mk
+++ b/nss/coreconf/config.mk
@@ -215,7 +215,7 @@ endif
 # NSS_NO_INIT_SUPPORT is always defined on platforms that don't support
 # executing the startup tests at library load time.
 ifndef NSS_FORCE_FIPS
-DEFINES += -DNSS_NO_INIT_SUPPORT
+DEFINES += -DNSS_NO_INIT_SUPPORT -DNSS_FIPS_DISABLED
 endif
 
 ifdef NSS_SEED_ONLY_DEV_URANDOM

base-commit: 490a62da7d23b579fab71a84e2107f414187738d
-- 
2.41.0


debug log:

solving 40ac66e365 ...
found 40ac66e365 in https://yhetil.org/guix-bugs/12fc4d22d99423f78edd650bdd1c9816294dcc56.1714662574.git.cdo@mutix.org/ ||
	https://yhetil.org/guix-bugs/eab5119196e0063e841d19752bb72a320e671f03.1714653076.git.cdo@mutix.org/

applying [1/1] https://yhetil.org/guix-bugs/12fc4d22d99423f78edd650bdd1c9816294dcc56.1714662574.git.cdo@mutix.org/
diff --git a/gnu/packages/patches/nss-define-NSS_FIPS_DISABLED.patch b/gnu/packages/patches/nss-define-NSS_FIPS_DISABLED.patch
new file mode 100644
index 0000000000..40ac66e365

1:29: trailing whitespace.
 
1:33: trailing whitespace.
-- 
Checking patch gnu/packages/patches/nss-define-NSS_FIPS_DISABLED.patch...
1:35: new blank line at EOF.
+
Applied patch gnu/packages/patches/nss-define-NSS_FIPS_DISABLED.patch cleanly.
warning: 3 lines add whitespace errors.

skipping https://yhetil.org/guix-bugs/eab5119196e0063e841d19752bb72a320e671f03.1714653076.git.cdo@mutix.org/ for 40ac66e365
index at:
100644 40ac66e36500190fa2594355fd29a3f0f13394de	gnu/packages/patches/nss-define-NSS_FIPS_DISABLED.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).