summaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
Commit message (Collapse)AuthorAge
* openssl: Extract logic for computing CONFIGURE_TARGET_ARCH.Maxime Devos2021-07-14
| | | | | | | | | | | By computing this value outside the build code, new targets can be added without causing rebuilds for other targets. * gnu/packages/tls.scm (target->openssl-target): New procedure. (openssl)[arguments]<#:phases>{set-cross-compile}: Use it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* openssl: Move all man pages to separate output, not only man3.Maxime Devos2021-07-14
| | | | | | | | | | | There does not seem to be any reason to only move man3 pages. So, move all man pages to a separate output for documentation. * gnu/packages/tls.scm (openssl)[arguments]<#:phases>{move-extra-documentation}: Move all man pages, not only man3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* openssl: Move documentation instead of copying and deleting it.Maxime Devos2021-07-14
| | | | | | | | | * gnu/packages/tls.scm (openssl)[arguments]<#:phases>{move-extra-documentation}: Use 'rename-file' instead of 'copy-recursively' and 'delete-file-recursively'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* openssl: Use G-exp machinery for referring to outputs.Maxime Devos2021-07-14
| | | | | | | | | | | | This doesn't fix anything broken, just for simplifying the code a little while we're rebuilding the world anyway. IMHO this makes the code a little more readable. * gnu/packages/tls.scm (openssl)[arguments]<#:phases>: Don't refer to the association list 'outputs', use #$output, #$output:doc and #$output:static instead. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* openssl: Make the #:phases argument a G-expression.Maxime Devos2021-07-14
| | | | | | | | | | This allows using this-package-native-input later. * gnu/packages/tls.scm (openssl)[arguments]<#:phases>: Make this a G-expression. (openssl-1.0)[arguments]<#:phases>: Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* openssl: Remove trailing #t from phases.Maxime Devos2021-07-14
| | | | | | | * gnu/packages/tls.scm (openssl)[arguments]<#:phases>: Delete trailing #t. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* openssl: Fix indentation.Mathieu Othacehe2021-07-14
| | | | * gnu/packages/tls.scm (openssl): Fix indentation.
* gnu: openssl: Display configure environment.Efraim Flashner2021-07-13
| | | | | * gnu/packages/tls.scm (openssl)[arguments]: Adjust custom 'configure phase to also show how openssl is configured.
* gnu: openssl: Honor configure-flags.Efraim Flashner2021-07-13
| | | | | * gnu/packages/tls.scm (openssl)[arguments]: Adjust custom 'configure phase to also use configure-flags.
* Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
| * gnu: libressl: Remove search paths.Brice Waegeneire2021-06-17
| | | | | | | | | | | | | | | | | | | | | | Unlike OpenSSL, LibreSSL hardcode it's certificate bundle and doesn't allow to specify it through a environment variable. * gnu/packages/tls.scm (libressl)[configure-flags]: Specify OpenSSL configuration directory. [native-search-paths]: Remove it. * gnu/packages/ntp.scm (openntpd)[configure-flags]: Adjust CAcert location.
| * gnu: libressl: Update to 3.3.3.Brice Waegeneire2021-06-12
| | | | | | | | * gnu/packages/tls.scm (libressl): Update to 3.3.3.
| * gnu: gnutls@3.6.16: Fix cross-compilation.Ludovic Courtès2021-06-06
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/48771>. Reported by Eric Brown <ecbrown@ericcbrown.com>. * gnu/packages/tls.scm (gnutls-3.6.16)[arguments]: New field.
* | gnu: OpenSSL: Remove replacement.Marius Bakke2021-06-13
| | | | | | | | | | | | * gnu/packages/tls.scm (openssl): Update to 1.1.1k. [replacement]: Remove. (openssl-1.1.1k): Remove variable.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
| * gnu: gnutls: Replace with 3.6.16 [fixes CVE-2021-20305].Solene Rapenne2021-05-28
| | | | | | | | | | | | | | * gnu/packages/tls.scm (gnutls)[replacement]: New field. (gnutls-3.6.16): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: OpenSSL: Replace with 1.1.1k [fixes CVE-2021-3449 and CVE-2021-3450].Marius Bakke2021-05-23
| | | | | | | | | | * gnu/packages/tls.scm (openssl-1.1.1k): New variable. (openssl)[replacement]: New field.
* | gnu: gnutls: Update to 3.7.2.Maxim Cournoyer2021-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | The 3.7 branch, while not considered the "stable" branch upstream, has been adopted by most major GNU/Linux distributions such as Debian, Arch, openSUSE, etc. It has the benefit of receiving all the security fixes. * gnu/packages/tls.scm (gnutls): Update to 3.7.2. Remove trailing #t. [source]: Remove the gnutls-CVE-2021-20231.patch and gnutls-CVE-2021-20232.patch patches, now incorporated in the source. * gnu/packages/patches/gnutls-CVE-2021-20231.patch: Delete file. * gnu/packages/patches/gnutls-CVE-2021-20232.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them.
* | gnu: libtasn1: Update to 4.17.0.Efraim Flashner2021-05-13
| | | | | | | | * gnu/packages/tls.scm (libtasn1): Update to 4.17.0.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: certbot, python-acme: Update to 1.15.0.Leo Famulari2021-05-09
| | | | | | | | * gnu/packages/tls.scm (python-acme, certbot): Update to 1.15.0.
| * gnu: GnuTLS: Absorb grafted replacement.Leo Famulari2021-04-16
| | | | | | | | | | | | | | * gnu/packages/tls.scm (gnutls)[source]: Add 'gnutls-CVE-2021-20231.patch' and 'gnutls-CVE-2021-20232.patch'. [replacement]: Remove field. (gnutls/fixed): Remove variable.
| * gnu: OpenSSL: Absorb grafted replacement.Leo Famulari2021-04-16
| | | | | | | | | | | | * gnu/packages/tls.scm (openssl): Update to 1.1.1j. [replacement]: Remove field. (openssl/fixed): Remove variable.
| * gnu: certbot, python-acme: Update to 1.14.0.Leo Famulari2021-04-16
| | | | | | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 1.14.0.
* | 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: gnutls: Fix typos in description.Tobias Geerinckx-Rice2021-03-28
| | | | | | | | | | | | * gnu/packages/tls.scm (gnutls)[description]: Fix typos. Reported by genr8 on #guix.
| * gnu: openssl: Update to 1.1.1k [security fixes].Léo Le Bouter2021-03-25
| | | | | | | | | | | | Fixes CVE-2021-3450 and CVE-2021-3449. * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1k.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-03-24
|\|
| * gnu: OpenSSL: Refer to the version number in a more robust way.Leo Famulari2021-03-14
| | | | | | | | | | | | * gnu/packages/tls.scm (openssl)[arguments]: Replace use of VERSION with (PACKAGE-VERSION THIS-PACKAGE). (openssl/fixed): Adjust accordingly.
| * gnu: gnutls: Fix CVE-2021-20231 and CVE-2021-20232.Mark H Weaver2021-03-13
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/gnutls-CVE-2021-20231.patch, gnu/packages/patches/gnutls-CVE-2021-20232.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/tls.scm (gnutls)[replacement]: New field. (gnutls/fixed): New variable. (guile2.2-gnutls): Use package/inherit.
| * gnu: Add s2n.Greg Hogan2021-03-12
| | | | | | | | | | | | * gnu/packages/tls.scm (s2n): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: OpenSSL: Fix version number in build configuration.Leo Famulari2021-03-12
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/47108>. This is a followup to commit 4a8b529ce15ddc69a9dd701e450fc85a0ed65910. * gnu/packages/tls.scm (openssl/fixed)[arguments]: New field.
| * gnu: certbot, python-acme: Update to 1.13.0.Leo Famulari2021-03-11
| | | | | | | | | | | | | | | | | | * gnu/packages/tls.scm (python-acme): Update to 1.13.0. [native-inputs]: Remove python-mock. [propagated-inputs]: Remove python-six. (certbot): Update to 1.13.0. [propagated-inputs]: Remove python-six. [arguments]: Remove 'build-documentation' phase.
| * gnu: openssl: Update to 1.1.1j [security fixes].Léo Le Bouter2021-03-11
| | | | | | | | | | * gnu/packages/tls.scm (openssl/fixed): New variable. (openssl)[replacement]: Graft.
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-06
|\|
| * gnu: certbot, python-acme: Update to 1.12.0.Leo Famulari2021-03-03
| | | | | | | | | | | | * gnu/packages/tls.scm (python-acme): Update to 1.12.0. (certbot): Update to 1.12.0. [arguments]: Replace the 'build-documentation' phase.
* | Merge branch 'staging' into 'core-updates'.Maxim Cournoyer2021-01-13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/gl.scm gnu/packages/glib.scm gnu/packages/guile.scm gnu/packages/node.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/python-xyz.scm gnu/packages/python.scm gnu/packages/tls.scm gnu/packages/vpn.scm gnu/packages/xorg.scm
| * Merge branch 'master' into stagingEfraim Flashner2021-01-10
| |\
| | * gnu: libressl: Update to 3.1.5 [security fix].Tobias Geerinckx-Rice2021-01-03
| | | | | | | | | | | | * gnu/packages/tls.scm (libressl): Update to 3.1.5.
| * | Merge branch 'master' into ungraftingMarius Bakke2020-12-29
| |\|
| | * gnu: certbot, python-acme: Update to 1.10.1.Leo Famulari2020-12-21
| | | | | | | | | | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 1.10.1.
| * | Merge branch 'master' into ungraftingMarius Bakke2020-12-21
| |\|
| | * gnu: p11-kit: Fix source hash.Tobias Geerinckx-Rice2020-12-20
| | | | | | | | | | | | | | | | | | | | | (Obviously) the tarball wasn't updated in place, and the .sig did check out, but I forgot to commit it because I'm a bit of an idiot. * gnu/packages/tls.scm (p11-kit)[source]: Update hash.
| | * gnu: p11-kit: Update to 0.23.22.Tobias Geerinckx-Rice2020-12-20
| | | | | | | | | | | | * gnu/packages/tls.scm (p11-kit): Update to 0.23.22.
| | * gnu: dehydrated: Update to 0.7.0.Tobias Geerinckx-Rice2020-12-19
| | | | | | | | | | | | * gnu/packages/tls.scm (dehydrated): Update to 0.7.0.
| | * gnu: OpenSSL: Update to 1.1.1i [fixes CVE-2020-1971].Leo Famulari2020-12-08
| | | | | | | | | | | | | | | | | | * gnu/packages/tls.scm (openssl)[replacement]: Update replacement to 1.1.1i (openssl-1.1.1g): Replace with ... (openssl-1.1.1i): ... new variable.
| * | gnu: OpenSSL: Update to 1.1.1i [fixes CVE-2020-1971].Marius Bakke2020-12-08
| | | | | | | | | | | | * gnu/packages/tls.scm (openssl): Update to 1.1.1i.
| * | gnu: openssl: Update to 1.1.1g and remove replacement.Ludovic Courtès2020-12-08
| | | | | | | | | | | | | | | | | | * gnu/packages/tls.scm (openssl): Update to 1.1.1g. [replacement]: Remove. (openssl-1.1.1g): Remove.
| * | gnu: gnutls: Update to 3.6.15 and remove replacement.Ludovic Courtès2020-12-08
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tls.scm (gnutls): Update to 3.6.15. [source]: Add "gnutls-cross.patch". [replacement]: Remove. [native-inputs]: Add GUILE-3.0 when (%current-target-system) is true. (gnutls/fixed): Remove. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Remove reference to 'gnutls/fixed'. * gnu/packages/tls.scm (gnutls/dane): Inherit from gnutls. * gnu/packages/vpn.scm (openconnect)[propagated-inputs]: Remove gnutls/fixed, add gnutls. Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: gnutls-dane: Inherit from newer GnuTLS.Marius Bakke2020-12-03
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/44914>. * gnu/packages/tls.scm (gnutls/dane): Inherit from GNUTLS/FIXED instead of GNUTLS.