/po/packages/

5ce62561128f0ee'>diff
path: root/gnu/packages/certs.scm
AgeCommit message (Expand)Author
2022-05-02gnu: nss-certs: Use G-Expression....* gnu/packages/certs.scm (nss-certs)[arguments]: Use a gexp. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Brian Kubisiak
2022-04-18gnu: nss-certs: Support cross-compilation....Reported by phodina <phodina@protonmail.com>. * gnu/packages/certs.scm (nss-certs)[arguments]: In 'install' phase, do not refer to '%output' when cross-compiling. Ludovic Courtès
2021-12-16gnu: 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-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-11-22gnu: certdata2pem: Make public....This ensures Cuirass builds and has its binary published at ci.guix.gnu.org. * gnu/packages/certs.scm (certdata2pem): Make public. Ludovic Courtès
2021-11-11gnu: 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-09-21gnu: nss-certs: Copy pem files....* gnu/packages/certs.scm (nss-certs)[arguments]<#:phases>{install}: Copy pem files instead of crt files. Mathieu Othacehe
2021-09-21gnu: certdata2pem: Produce pem files....Create files with pem extension instead of crt. * gnu/packages/certs.scm (certdata2pem)[arguments]<#:phases>{fix-extension}: New phase. Mathieu Othacehe
2021-07-18Merge branch 'master' into core-updatesLudovic Courtès
2021-06-23gnu: Add desec-certbot-hook....* gnu/packages/serts.scm (desec-certbot-hook): New variable. Raghav Gururajan
2021-06-19gnu: nss-certs: Do not inherit version and source from nss.......in order to avoid a top-level variable reference. This reverts commit 18c38c18989aab28a654c9e546243603690cc75e. * gnu/packages/certs.scm (nss-certs)[version, source]: Do not inherit from NSS. Marius Bakke
2021-06-06gnu: nss: Update to 3.66....* gnu/packages/nss.scm (nss): Update to 3.66. Reindent. [arguments]: Remove #:parallel-build?. * gnu/packages/patches/nss-getcwd-nonnull.patch: Adjust for directory change. * gnu/packages/patches/nss-3.56-pkgconfig.patch, gnu/packages/patches/nss-increase-test-timeout.patch: Revert to 6223566971. * gnu/packages/certs.scm (nss-certs)[arguments]: Adjust for directory change. Marius Bakke
2021-04-16Merge remote-tracking branch 'origin/master' into core-updates... Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm Efraim Flashner
2021-04-13gnu: le-certs: Update to new Let's Encrypt certificates....* gnu/packages/certs.scm (le-certs): Update the certificate store. [inputs]: Add isrgrootx2.pem, letsencryptauthorityr3.pem, letsencryptauthorityr4.pem, letsencryptauthoritye1.pem, and letsencryptauthoritye2.pem. Remove letsencryptauthorityx3.pem and letsencryptauthorityx4.pem. [arguments]: Adjust the builder accordingly. Leo Famulari