Age | Commit message (Expand) | Author |
2024-05-29 | gnu: nss/fixed: Hasten test suite....This causes the test suite to run in about in nearly a third of the original
time (from 145 min to 52 minutes on a particular machine).
* gnu/packages/nss.scm (nss/fixed) [phases] {check}: Set NSS_CYCLES
environment variable to 'standard'.
Change-Id: I5dab1ed16b302af2276b0f075a790f6193edbe95
| Maxim Cournoyer |
2024-05-13 | gnu: nss/fixed: Tweak performance test....As I'm seeing this test fail with results of 5 to 7 seconds.
* gnu/packages/nss.scm (nss/fixed)[arguments]: Tweak a test to have a higher
time threshold.
Change-Id: Icb0551cd986acf67b2ba17dc8772a67b9747d31a
| Christopher Baines |
2024-04-28 | gnu: nss/fixed: Update to 3.99....* gnu/packages/nss.scm (nss/fixed): Update to 3.99.
Change-Id: I5a2b461c0a13212a45c81304f0ea2c2f4bb777c1
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Ian Eure |
2024-04-26 | gnu: nss: Graft with version 3.98 [security fixes]....This fixes CVE-2023-5388, CVE-2023-6135 and CVE-2024-0743.
* gnu/packages/nss.scm (nss) [replacement]: New field.
(nss-3.98): Rename variable to...
(nss/fixed): ... this. Make it a hidden package.
* gnu/packages/librewolf.scm (librewolf) [inputs]: Replace nss-3.98 with
nss/fixed.
Change-Id: I8cc667c53a270dfe00738bf731923f1342036624
| Maxim Cournoyer |
2024-04-26 | gnu: nss-3.98: Streamline source origin via inheritance....* gnu/packages/nss.scm (nss-3.98): Simplify source via inheritance.
Change-Id: I6c1df497a7ff538162afa128eca676997d76e28f
| Maxim Cournoyer |
2024-04-24 | gnu: nss: Fix cross-compilation....* gnu/packages/nss.scm (nss)[arguments]<#:make-flags>: When
cross-compilation, Add CROSS_COMPILE=1.
<#:phases>: When cross-compilation, Set env NATIVE_CC to gcc.
Change-Id: I5c9559a4b8cecf2cfc6c47d136d69c01a335faaf
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Zheng Junjie |
2024-04-24 | gnu: nspr: Fix cross-compilation....* gnu/packages/nss.scm (nspr)[arguments]<#:configure-flags>: When
cross-compilation, Add HOST_CC=gcc.
Change-Id: I337f217f153f8cc3a713906643d6fab9115056e9
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Zheng Junjie |
2024-04-12 | gnu: Add nss-3.98....* gnu/packages/nss.scm (nss-3.98): New variable.
Change-Id: If54ba20d296da2f4edd444c7cfa223a2d5a9ecb8
Signed-off-by: Andrew Tropin <andrew@trop.in>
| Ian Eure |