Age | Commit message (Collapse) | Author |
|
* gnu/packages/certs.scm (nss-certs): Update to 3.81.
* gnu/packages/nss.scm (nss): Likewise.
|
|
* gnu/packages/nss.scm (nss)[arguments]: Use gexp and remove labels.
|
|
* gnu/packages/nss.scm (nspr)[arguments]: Convert to gexp.
|
|
* gnu/packages/certs.scm (nss-certs): Update to 3.80.
* gnu/packages/nss.scm (nss): Likewise.
|
|
* gnu/packages/nss.scm (nspr): Update to 4.34.
|
|
* gnu/packages/nss.scm (nss)[arguments]: Skip tests when building for
riscv64-linux.
|
|
* gnu/packages/nss.scm (nss)[arguments]: When building for riscv64-linux
don't build the binaries with gtest.
|
|
* gnu/packages/nss.scm (nss): Update to 3.72.
|
|
* 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.
|
|
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.
|
|
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
|
|
|
|
* 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.
|
|
Required for icecat/icedove 91.
* gnu/packages/nss.scm (nspr-4.32): New variable.
|
|
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.
|
|
* gnu/packages/nss.scm (nspr)[inputs]: Remove conditional.
|
|
* gnu/packages/nss.scm
(nspr)[inputs]: Add 'perl' and 'bash-minimal' when cross-compiling.
(nspr)[arguments]{#:disallowed-references}: Add native 'perl' when
cross-compiling.
|
|
* gnu/packages/nss.scm
(nspr)[arguments]<#:configure-flags>: Set --host and --target
inappropriately when cross-compiling.
|