summaryrefslogtreecommitdiff
path: root/gnu/packages/certs.scm
Commit message (Collapse)AuthorAge
* gnu: nss-certs: Avoid top-level reference to NSS.Tobias Geerinckx-Rice2021-12-16
| | | | | | | | | | | | 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.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: certdata2pem: Make public.Ludovic Courtès2021-11-22
| | | | | | | This ensures Cuirass builds and has its binary published at ci.guix.gnu.org. * gnu/packages/certs.scm (certdata2pem): Make public.
* gnu: nss: Update to 3.71.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | 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: nss-certs: Copy pem files.Mathieu Othacehe2021-09-21
| | | | | * gnu/packages/certs.scm (nss-certs)[arguments]<#:phases>{install}: Copy pem files instead of crt files.
* gnu: certdata2pem: Produce pem files.Mathieu Othacehe2021-09-21
| | | | | | | Create files with pem extension instead of crt. * gnu/packages/certs.scm (certdata2pem)[arguments]<#:phases>{fix-extension}: New phase.
* Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\
| * gnu: Add desec-certbot-hook.Raghav Gururajan2021-06-23
| | | | | | | | * gnu/packages/serts.scm (desec-certbot-hook): New variable.
* | gnu: nss-certs: Do not inherit version and source from nss.Marius Bakke2021-06-19
| | | | | | | | | | | | | | ...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.
* | gnu: nss: Update to 3.66.Marius Bakke2021-06-06
| | | | | | | | | | | | | | | | | | | | * 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.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-04-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: le-certs: Update to new Let's Encrypt certificates.Leo Famulari2021-04-13
| | | | | | | | | | | | | | | | | | * 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.
* | gnu: certdata2pem: Fix cross compiling.Efraim Flashner2021-01-27
| | | | | | | | * gnu/packages/certs.scm (certdata2pem)[arguments]: Use cc-for-target.
* | gnu: certdata2pem: Fix source URI.Efraim Flashner2021-01-27
| | | | | | | | * gnu/packages/certs.scm (certdata2pem)[source]: Download just the source.
* | gnu: certs.scm: Add missing import.Efraim Flashner2021-01-27
| | | | | | | | * gnu/packages/certs.scm: Use (gnu packages perl).
* | gnu: nss-certs: Remove Python 2 and Perl build dependencies.Maxim Cournoyer2021-01-27
| | | | | | | | | | | | | | | | * gnu/packages/certs.scm (certdata2pem): Swap package to a C variant. (nss-certs): Use 'openssl rehash' instead of the Perl 'c_rehash' script. Adjust for the new certdata2pem program. The number of certificates installed compared to when using the previous script remains unchanged (139 at the time of this commit).
* | gnu: nss-certs: Sync with the sources used for nss.Maxim Cournoyer2021-01-27
|/ | | | | | | * gnu/packages/certs.scm (nss-certs)[version]: Reuse nss version. [source]: Reuse nss source. [phases]{install}: Adjust for the new NSS source files hierarchy. Remove trailing #t.
* gnu: nss, nss-certs: Update to 3.59.Marius Bakke2020-12-13
| | | | | * gnu/packages/nss.scm (nss): Update to 3.59. * gnu/packages/certs.scm (nss-certs): Likewise.
* gnu: nss, nss-certs: Update to 3.57.Marius Bakke2020-10-13
| | | | | | | | | | * gnu/packages/patches/nss-pkgconfig.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/certs.scm (nss-certs): Update to 3.57. * gnu/packages/nss.scm (nss): Likewise. [source](patches): Replace nss-pkgconfig.patch with nss-3.56-pkgconfig.patch. (nss-3.57): Remove variable. * gnu/packages/gnuzilla.scm (icedove)[inputs]: Change from NSS-3.57 to NSS.
* gnu: NSS: Update to 3.55 [security fixes].Marius Bakke2020-07-25
| | | | | | | | | | This release fixes CVE-2020-6829, CVE-2020-12400, CVE-2020-12401, and CVE-2020-12403. * gnu/packages/patches/nss-pkgconfig.patch: Adjust patch context. * gnu/packages/nss.scm (nss): Update to 3.55. [arguments]: Add "all" to #:make-flags. Remove obsolete deletions. * gnu/packages/certs.scm (nss-certs): Update to 3.55.
* gnu: NSS: Update to 3.52.1 [fixes CVE-2020-12399].Marius Bakke2020-05-26
| | | | | * gnu/packages/nss.scm (nss): Update to 3.52.1. * gnu/packages/certs.scm (nss-certs): Likewise.
* gnu: NSS: Update to 3.52.Marius Bakke2020-05-26
| | | | | * gnu/packages/nss.scm (nss): Update to 3.52. * gnu/packages/certs.scm (nss-certs): Likewise.
* Merge branch 'master' into stagingMarius Bakke2020-02-24
|\
| * gnu: le-certs: Update input hashes.Tobias Geerinckx-Rice2020-02-15
| | | | | | | | | | | | | | | | | | | | | | | | These unversioned files were modified upstream. The result of $ openssl x509 -in <FILE> -text for each old/new pair remains the same, however. * gnu/packages/certs.scm (le-certs)[inputs]: Update hash for isrgrootx1.pem, letsencryptauthorityx3.pem, and letsencryptauthorityx4.pem.
* | gnu: nss, nss-certs: Update to 3.50.Marius Bakke2020-02-14
|/ | | | | * gnu/packages/nss.scm (nss): Update to 3.50. * gnu/packages/certs.scm (nss-certs): Likewise.
* gnu: nss, nss-certs: Update to 3.49.1.Marius Bakke2020-01-19
| | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.49.1. * gnu/packages/nss.scm (nss): Likewise.
* gnu: nss, nss-certs: Update to 3.49.Marius Bakke2020-01-12
| | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.49. * gnu/packages/nss.scm (nss): Likewise.
* gnu: nss, nss-certs: Update to 3.46.1.Marius Bakke2019-10-08
| | | | | * gnu/packages/nss.scm (nss): Update to 3.46.1. * gnu/packages/certs.scm (nss-certs): Likewise.
* gnu: nss, nss-certs: Update to 3.45.Marius Bakke2019-08-04
| | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.45. * gnu/packages/nss.scm (nss): Likewise.
* gnu: nss, nss-certs: Update to 3.44.1.Marius Bakke2019-06-29
| | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.44.1. * gnu/packages/nss.scm (nss): Likewise.
* gnu: nss, nss-certs: Update to 3.44.Marius Bakke2019-05-24
| | | | | * gnu/packages/nss.scm (nss): Update to 3.44. * gnu/packages/certs.scm (nss-certs): Likewise.
* gnu: le-certs: Update hashes.宋文武2019-05-02
| | | | | | | They added the 3 missing '^M' to all pem certs. * gnu/packages/certs.scm (le-certs)[inputs]: Update the hashes of isrgrootx1.pem, letsencryptauthorityx3.pem, letsencryptauthorityx4.pem.
* gnu: nss, nss-certs: Update to 3.43.Marius Bakke2019-03-21
| | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.43. * gnu/packages/certs.scm (nss-certs): Ditto.
* gnu: nss, nss-certs: Update to 3.42.1.Marius Bakke2019-02-10
| | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.42.1. * gnu/packages/gnuzilla.scm (nss): Likewise.
* gnu: nss, nss-certs: Update to 3.41.Marius Bakke2018-12-12
| | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.41. * gnu/packages/gnuzilla.scm (nss): Likewise.
* gnu: nss, nss-certs: Update to 3.40.1.Marius Bakke2018-12-08
| | | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.40.1. * gnu/packages/gnuzilla.scm (nss): Likewise. [arguments]: Adjust DOMSUF variable to upstream changes.
* gnu: nss, nss-certs: Update to 3.39 [fixes CVE-2018-12384].Marius Bakke2018-09-01
| | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.39. * gnu/packages/certs.scm (nss-certs): Likewise.
* gnu: nss, nss-certs: Update to 3.38 [fixes CVE-2018-0495].Marius Bakke2018-06-26
| | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.38. * gnu/packages/gnuzilla.scm (nss): Likewise.
* gnu: nss, nss-certs: Update to 3.37.3.Marius Bakke2018-06-19
| | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.37. * gnu/packages/certs.scm (nss-certs): Likewise.
* Merge branch 'master' into core-updatesMark H Weaver2018-04-30
|\
| * gnu: nss, nss-certs: Update to 3.36.1.Marius Bakke2018-04-15
| | | | | | | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.36.1. * gnu/packages/certs.scm (nss-certs): Likewise.
* | gnu: Use invoke and return #t from all builders.Mark H Weaver2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/avr.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm, gnu/packages/certs.scm, gnu/packages/check.scm, gnu/packages/code.scm, gnu/packages/commencement.scm, gnu/packages/dictionaries.scm, gnu/packages/docbook.scm, gnu/packages/emacs.scm, gnu/packages/embedded.scm, gnu/packages/fonts.scm, gnu/packages/games.scm, gnu/packages/gnome.scm, gnu/packages/gnu-doc.scm, gnu/packages/guile.scm, gnu/packages/hurd.scm, gnu/packages/javascript.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/pkg-config.scm, gnu/packages/qt.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/sdl.scm, gnu/packages/statistics.scm, gnu/packages/syncthing.scm, gnu/packages/tex.scm, gnu/packages/web.scm, gnu/packages/wine.scm, gnu/packages/xfce.scm: In the builders of packages using 'trivial-build-system', use invoke where appropriate, raise exceptions on errors, and otherwise return #t.
* | gnu: le-certs: Use invoke.Mark H Weaver2018-03-23
| | | | | | | | * gnu/packages/certs.scm (le-certs)[arguments]: Use invoke in the builder.
* | gnu: nss-certs: Use invoke.Mark H Weaver2018-03-23
|/ | | | | * gnu/packages/certs.scm (nss-certs)[arguments]: Use invoke to detect errors while running 'certdata2pem.py'.
* gnu: nss, nss-certs: Update to 3.36.Marius Bakke2018-03-12
| | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.36. * gnu/packages/certs.scm (nss-certs): Likewise.
* Merge branch 'master' into stagingMarius Bakke2018-02-20
|\
| * gnu: nss-certs: Update to 3.35.Tobias Geerinckx-Rice2018-01-22
| | | | | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.35.
* | gnu: nss-certs: Update phase style.Tobias Geerinckx-Rice2018-02-20
|/ | | | | * gnu/packages/certs.scm (nss-certs)[arguments]: Use MODIFY-PHASES syntax, substitute INVOKE for SYSTEM*, and end phas with #t.
* gnu: nss-certs: Update to 3.34.1.Tobias Geerinckx-Rice2017-12-02
| | | | * gnu/packages/certs.scm (nss-certs): Update to 3.34.1.
* gnu: nss, nss-certs: Update to 3.34.Marius Bakke2017-11-19
| | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.34. * gnu/packages/gnuzilla.scm (nss): Update to 3.34.