v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nss.scm
AgeCommit message (Collapse)Author
2022-07-27gnu: nss, nss-certs: Update to 3.81.Marius Bakke
* gnu/packages/certs.scm (nss-certs): Update to 3.81. * gnu/packages/nss.scm (nss): Likewise.
2022-06-29gnu: nss: Use G-expressions.Marius Bakke
* gnu/packages/nss.scm (nss)[arguments]: Use gexp and remove labels.
2022-06-29gnu: nspr: Use G-expressions.Marius Bakke
* gnu/packages/nss.scm (nspr)[arguments]: Convert to gexp.
2022-06-29gnu: nss, nss-certs: Update to 3.80.Marius Bakke
* gnu/packages/certs.scm (nss-certs): Update to 3.80. * gnu/packages/nss.scm (nss): Likewise.
2022-06-29gnu: nspr: Update to 4.34.Marius Bakke
* gnu/packages/nss.scm (nspr): Update to 4.34.
2022-05-30gnu: nss: Skip tests on riscv64-linux.Efraim Flashner
* gnu/packages/nss.scm (nss)[arguments]: Skip tests when building for riscv64-linux.
2022-05-30gnu: nss: Adjust make-flags for riscv64-linux.Efraim Flashner
* gnu/packages/nss.scm (nss)[arguments]: When building for riscv64-linux don't build the binaries with gtest.
2022-01-10gnu: nss: Update to 3.72.Maxim Cournoyer
* gnu/packages/nss.scm (nss): Update to 3.72.
2021-12-17gnu: Remove unreferenced nss/fixed.Tobias Geerinckx-Rice
* 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.
2021-12-16gnu: nss-certs: Avoid top-level reference to NSS.Tobias Geerinckx-Rice
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.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-12-03gnu: nss: Fix CVE-2021-43527 via graft.Mark H Weaver
* 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.
2021-12-01gnu: Add nspr@4.32.Jonathan Brielmaier
Required for icecat/icedove 91. * gnu/packages/nss.scm (nspr-4.32): New variable.
2021-11-11gnu: nss: Update to 3.71.Maxim Cournoyer
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.
2021-11-11gnu: nspr: Normalize inputs.Maxim Cournoyer
* gnu/packages/nss.scm (nspr)[inputs]: Remove conditional.
2021-09-20gnu: nspr: Don't retain references to native inputs.Maxime Devos
* gnu/packages/nss.scm (nspr)[inputs]: Add 'perl' and 'bash-minimal' when cross-compiling. (nspr)[arguments]{#:disallowed-references}: Add native 'perl' when cross-compiling.
2021-09-20gnu: nspr: Adjust to Mozilla cross-compilation conventions.Maxime Devos
* gnu/packages/nss.scm (nspr)[arguments]<#:configure-flags>: Set --host and --target inappropriately when cross-compiling.