Age | Commit message (Expand) | Author |
2022-05-30 | gnu: nss: Skip tests on riscv64-linux....* gnu/packages/nss.scm (nss)[arguments]: Skip tests when building for
riscv64-linux.
| Efraim Flashner |
2022-05-30 | gnu: nss: Adjust make-flags for riscv64-linux....* gnu/packages/nss.scm (nss)[arguments]: When building for riscv64-linux
don't build the binaries with gtest.
| Efraim Flashner |
2022-01-10 | gnu: nss: Update to 3.72....* gnu/packages/nss.scm (nss): Update to 3.72.
| Maxim Cournoyer |
2021-12-17 | gnu: Remove unreferenced nss/fixed....* gnu/packages/nss.scm (nss/fixed): Remove variable.
* gnu/packages/patches/nss-CVE-2021-43527.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2021-12-16 | gnu: nss-certs: Avoid top-level reference to NSS....This is the only hammer I know for dealing with module cycles and
effectively fixes, for example, ‘guix show nss’ today.
It's also a very poor solution.
* gnu/packages/certs.scm (nss-certs)[version, source]: Copy verbatim
from the nss package rather than referring to it at the top level.
Reported by several users of #guix.
| Tobias Geerinckx-Rice |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-05 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus |
2021-12-03 | gnu: nss: Fix CVE-2021-43527 via graft....* gnu/packages/patches/nss-CVE-2021-43527.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/nss.scm (nss/fixed): New variable
(nss)[replacement]: New field.
| Mark H Weaver |
2021-12-01 | gnu: Add nspr@4.32....Required for icecat/icedove 91.
* gnu/packages/nss.scm (nspr-4.32): New variable.
| Jonathan Brielmaier |
2021-11-11 | gnu: nss: Update to 3.71....This is made in an attempt to get rid of non-deterministic test failures,
namely:
[ FAILED ] TlsConnectDatagram13.AeadLimit
* gnu/packages/nss.scm (nss): Update comment about nss-certs. Update to 3.71.
[phases]{check}: Update faketime date.
[inputs]{sqlite}: Use the regular version.
* gnu/packages/certs.scm (nss-certs): Inherit version and source from nss.
| Maxim Cournoyer |
2021-11-11 | gnu: nspr: Normalize inputs....* gnu/packages/nss.scm (nspr)[inputs]: Remove conditional.
| Maxim Cournoyer |