summaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: s2n: Support all 64-bit systems.•••* gnu/packages/tls.scm (s2n)[supported-systems]: Expand to all 64-bit systems supported in Guix. Change-Id: Ide97bf8e5ec5090c4fb740c90cf0ec2aee4a3771 Efraim Flashner2024-11-031-1/+1
* gnu: wolfssl: Update to 5.7.2. [security fixes]•••This fixes CVE-2022-42905, CVE-2023-3724, CVE-2024-1543, CVE-2024-5991. * gnu/packages/tls.scm (wolfssl): Update to 5.7.2. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Nicolas Graves2024-10-111-2/+2
* gnu: s2n: Update to 1.5.1.•••* gnu/packages/tls.scm (s2n): Update to 1.5.1. [arguments]: Re-enable warnings as errors. [supported-systems]: Restrict to 64-bit systems. Change-Id: I09d690c96789961473c846eb8174ddc8a2b1ad4e Greg Hogan2024-09-281-8/+4
* gnu: aws-lc: Update to 1.34.2.•••* gnu/packages/tls.scm (aws-lc): Update to 1.34.2. [native-inputs]: Remove libfaketime. [arguments]<#:configure-flags>: Disable Go. <#:phases>: Remove overwritten 'check phase. Change-Id: Ib15fc22d0660ad805395acbec6fc45a63079b6f4 Greg Hogan2024-09-281-16/+3
* gnu: openssl@1.1: Ungraft.•••* gnu/packages/tls.scm (openssl-1.1): Update to 1.1.1u. [replacement]: Remove. (openssl/fixed): Remove. Change-Id: Idd77b57276ea132eee8c2c3fe801150c7789ac59 Ludovic Courtès2024-08-311-22/+2
* gnu: guile-gnutls: Update to 4.0.0.•••* gnu/packages/tls.scm (guile-gnutls): Update to 4.0.0. [source]: Remove “gnutls-cross.patch”. [arguments]: Add #:make-flags. * gnu/packages/patches/gnutls-cross.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: Ic4432e2d5ca37af5aa20cdf7e4e456afe2b37537 Ludovic Courtès2024-08-311-1/+5
* gnu: gnutls: Ungraft.•••* gnu/packages/tls.scm (gnutls): Update to 3.8.3. [replacement]: Remove. [home-page]: Adjust. (gnutls/fixed): Remove. Change-Id: I592161764ca152140c777625ea6165ca0e31af03 Ludovic Courtès2024-08-311-25/+6
* gnu: tls: Raise conditions from target->openssl-target.•••Rather than rasising generic errors. * gnu/packages/tls.scm (target->openssl-target): Raise conditions rather than generic errors. (openssl-1.1): Call target->openssl-target with the package. Change-Id: I13c63328cdf6bc177b20879805246ad94ff2665b Christopher Baines2024-07-151-4/+13
* gnu: libressl: Run tests under ‘datefudge’.•••Fixes <https://issues.guix.gnu.org/71491>. * gnu/packages/tls.scm (libressl)[arguments]: Add #:phases. Change-Id: I85d866808a01265c90de6c662f35a083773faf08 Ludovic Courtès2024-06-111-2/+14
* gnu: guile-gnutls: Update to 4.0.0.•••* gnu/packages/tls.scm (guile-gnutls): Update to 4.0.0. Change-Id: I7ced2e1309364c990907fafc489917fcd56fa103 Christopher Baines2024-04-301-3/+3
* gnu: Add mbedtls, version 3.5.2.•••* gnu/packages/tls.scm (mbedtls): New variable. Change-Id: I09c86ce04734bd5b44441d7749688a5c39389ece Hilton Chain2024-02-051-0/+15
* gnu: mbedtls-apache: Rename to mbedtls-lts.•••* gnu/packages/tls.scm (mbedtls-apache): Rename package to "mbedtls". Rename variable to… (mbedtls-lts): …this. (mbedtls-apache): Define as deprecated by mbedtls-lts. (mbedtls-for-hiawatha): Adjust accordingly. * doc/guix.texi: Likewise. * gnu/packages/emulators.scm (dolphin-emu,retroarch)[inputs]: Likewise. * gnu/packages/game-development.scm (godot-lts,godot)[inputs]: Likewise. * gnu/packages/hardware.scm (hueplusplus,openrgb)[inputs]: Likewise. * gnu/packages/haxe.scm (neko,haxe,hashlink)[inputs]: Likewise. * gnu/packages/irc.scm (inspircd)[inputs]: Likewise. * gnu/packages/julia-jll.scm (julia-mbedtls-jll)[arguments]<#:phases>,[inputs]: Likewise. * gnu/packages/julia.scm (julia)[arguments]<#:phases>,[inputs]: Likewise. * gnu/packages/linphone.scm (bctoolbox)[inputs]: Likewise. * gnu/packages/linux.scm (dislocker)[inputs]: Likewise. * gnu/packages/networking.scm (nng)[inputs]: Likewise. * gnu/packages/search.scm (dataparksearch)[inputs]: Likewise. * gnu/packages/video.scm (obs)[inputs]: Likewise. * gnu/packages/web.scm (hiawatha)[arguments]<#:phases>: Likewise. Change-Id: I0c58b3cd0bcf6e44e7b16a69f6d2739aa3c1545b Hilton Chain2024-02-051-4/+7
* gnu: mbedtls-apache: Use gexps.•••* gnu/packages/tls.scm (mbedtls-apache)[arguments]: Use gexps. Change-Id: Idefca03b8eea0d3f18497afccc4a3a081caac87e Hilton Chain2024-02-051-8/+8
* gnu: mbedtls-apache: Update to 2.28.7.•••* gnu/packages/tls.scm (mbedtls-apache): Update to 2.28.7. [license]: Add gpl2+. Change-Id: I946aa1436214a11ab3faa08b3ddf9c937a0462a9 Hilton Chain2024-02-051-5/+3
* gnu: mbedtls-for-hiawatha: Update package style.•••* gnu/packages/tls.scm (mbedtls-for-hiawatha)[arguments]: Use gexps. Remove trailing #t. Change-Id: I0af54b6fb7319bc811ce38c001b47686fb45b1bd Hilton Chain2024-02-051-8/+7
* gnu: mbedtls-for-hiawatha: Use inherited source.•••* gnu/packages/tls.scm (mbedtls-for-hiawatha): Use inherited source. [arguments]<#:phases>: Keep "-Wformat-signedness". Change-Id: I562ae6533b518a853b9b59f8fb69c0135364277f Hilton Chain2024-02-051-25/+0
* gnu: gnutls: Update to 3.8.3 [security-fixes].•••Fixes CVE-2024-0553 and CVE-2024-0567. gnu/packages/tls.scm (gnutls-3.8.2): Rename to ... (gnutls/fixed): ... this. Update to 3.8.3. (gnutls): Rename replacement to gnutls/fixed. Change-Id: Ic44b3b0481ffd51cdc42a2d71a598f001b43c6f7 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Co-authored-by: John Kehayias <john.kehayias@protonmail.com> Jack Hill2024-01-201-5/+6
* gnu: Update guile-gnutls to 3.7.14.•••* gnu/packages/tls.scm (guile-gnutls): Update to 3.7.14. Change-Id: I851cb3554f1dcf5c286c345634ea71c5a7bbd973 David Thompson2024-01-111-4/+3
* gnutls: Update to 3.8.2 (fixes CVE-2023-5981).•••* gnu/packages/tls.scm (gnutls): Graft with gnutls-3.8.2. (gnutls-3.8.1): Replace with... (gnutls-3.8.2): ... this. Remove obsolete set-path-max phase, and make the variable private. Change-Id: Ib5cd276c9ecc87d1adc2f4f9633d49676cfe856d Maxim Cournoyer2024-01-051-19/+6
* gnu: openssl: Fix building on x86_64-linux-gnux32.•••* gnu/packages/tls.scm (target->openssl-target): Add entry for x86_64-linux-gnux32. Change-Id: Icbbdb76134da0811b8493c55ca2d3acdb77c5883 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Efraim Flashner2024-01-041-1/+3
* Revert "gnu: openssl: Don't error when targeting avr."•••This reverts commit baeff7f546d700ae4f0c873bd0fce0ca84bebd21. Efraim Flashner2023-12-121-8/+4
* gnu: openssl: Don't error when targeting avr.•••* gnu/packages/tls.scm (target->openssl-target): Add case for avr. Change-Id: I1cfc8b50fa4b2b864f8f8aa8898cc405ffc02580 Efraim Flashner2023-12-121-4/+8
* gnu: mbedtls-apache: Update to 2.28.5.•••This fixes mbedtls-apache failing some tests for unknown reasons after recent updates and ungrafting to other packages. This should soon be renamed to mbedtls-apache-lts and a newer version added; see <https://issues.guix.gnu.org/66718>. * gnu/packages/tls.scm (mbedtls-apache): Update to 2.28.5. Change-Id: Ie513c11cb60262be9865ebbd1f6238d39f299c42 John Kehayias2023-11-071-2/+2
* gnu: gnutls@3.8: Do not rely expect ‘PATH_MAX’ definition on GNU/Hurd.•••Fixes <https://issues.guix.gnu.org/66691>. * gnu/packages/tls.scm (gnutls-3.8.1)[arguments]: New field. Change-Id: If208591d78d5d023220bd3a7e3841af172c605ff Ludovic Courtès2023-10-241-1/+14
* gnu: gnutls: Replace with 3.8.1.•••The recommended way to address GNUTLS-SA-2020-07-14 / CVE-2023-0361 is to upgrade to 3.8.0 or later. * gnu/packages/tls.scm (gnutls-3.8.1): New variable. (gnutls)[replacement]: Use it. Signed-off-by: Christopher Baines <mail@cbaines.net> Christopher Baines2023-10-201-0/+17
* gnu: openssl@1.1: Upgrade replacement to 1.1.1u.•••Includes fixes for CVE-2023-0215, CVE-2023-0286, CVE-2023-0464, CVE-2023-0465, CVE-2023-0466, CVE-2023-2650, CVE-2022-4304, CVE-2022-4450. * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1u. Co-authored-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Ludovic Courtès2023-09-281-2/+2
* gnu: openssl@1.1: Really replace with fixed version.•••The ‘replacement’ field of ‘openssl-1.1’ was apparently lost in a previous merge commit ca. Jan. 2023; consequently, ‘openssl/fixed’ was unused. * gnu/packages/tls.scm (openssl-1.1)[replacement]: New field. Ludovic Courtès2023-09-281-0/+1
* gnu: libressl: Update to 3.7.3 [fixes CVE-2023-35784].•••Thanks to Dennis 'GNUtoo' Carikli for <https://issues.guix.gnu.org/64982>, but upgrading to 3.8.0 breaks (at least) OpenSMTPd. * gnu/packages/tls.scm (libressl): Update to 3.7.3. Tobias Geerinckx-Rice2023-08-131-2/+2
* gnu: openssl-1.1: Fix shared build for the Hurd.•••* gnu/packages/tls.scm (openssl-1.1)[arguments]: When building for the Hurd, add phase 'patch-configure'. (openssl)[arguments]: And delete it again. Janneke Nieuwenhuizen2023-07-201-1/+11
* gnu: openssl: Build fix for the Hurd.•••* gnu/packages/tls.scm (openssl-3.0)[arguments]: When building on the Hurd, add "hurd-x86" to #:configure-flags. Janneke Nieuwenhuizen2023-07-201-1/+6
* gnu: aws-lc: Fix tests.•••* gnu/packages/tls.scm (aws-lc)[native-inputs]: Add libfaketime. [arguments]<#:phases>: Replace and wrap 'check with faketime due to certificate expiration. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2023-06-251-1/+14
* gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?.•••* gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused. Janneke Nieuwenhuizen2023-06-171-8/+7
* gnu: guile-gnutls: Fix cross-compilation.•••The patch was inadvertently removed in 5e1e67442188ccca8db8c1dd092efbc6fc2c33dc. * gnu/packages/tls.scm (guile-gnutls)[source]: Re-add 'gnutls-cross.patch'. Ludovic Courtès2023-05-111-1/+2
* gnu: guile-gnutls: Update to 3.7.12.•••* gnu/packages/tls.scm (guile-gnutls): Update to 3.7.12. [source]: Switch to a tarball, to avoid a circular dependency if guile-gnutls is used in git-download. [arguments]: Remove phase changes for building from Git. [native-inputs]: Remove autoconf and automake as they're now unnecessary. Signed-off-by: Christopher Baines <mail@cbaines.net> Christopher Baines2023-05-101-32/+12
* gnu: gnutls: Don't embed a phase inside another phase.•••* gnu/packages/tls.scm (gnutls)[arguments]: Adjust powerpc-linux phase 'increase-test-timeout to not be embedded inside another phase. Efraim Flashner2023-04-251-8/+8
* gnu: perl-crypt-openssl-rsa: Update to 0.33.•••* gnu/packages/tls.scm (perl-crypt-openssl-rsa): Update to 0.33. Efraim Flashner2023-04-251-2/+2
* gnu: gnutls: Extend test timeout on powerpc-linux.•••* gnu/packages/tls.scm (gnutls)[arguments]: When building for powerpc-linux add a phase to extend the test timeout. Efraim Flashner2023-04-191-7/+14
* gnu: openssl: Update cross-configure target for riscv64-linux .•••* gnu/packages/tls.scm (target->openssl-target): When building for riscv64-linux use architecture specific configurations. Efraim Flashner2023-04-181-2/+6
* Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-03-201-5/+9
|\
| * gnu: guile-gnutls: Do not expect gnulib shebangs to work.•••* gnu/packages/tls.scm (guile-gnutls) [phase patch-more-shebangs]: Fix how autogen.sh invokes gnulib-tool, and how configure.ac invokes git-version-gen, so as not to rely on shebangs. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus2023-03-171-0/+6
| * gnu: python-acme, certbot: Update to 2.3.0.•••* gnu/packages/tls.scm (python-acme): Update to 2.3.0. (certbot)[source]: Update hash. [propagated-inputs]: Remove python-zope-interface and python-zope-component. Signed-off-by: Leo Famulari <leo@famulari.name> Jack Hill2023-03-021-5/+3
* | Merge remote-tracking branch 'savannah/master' into core-updates•••Conflicts: gnu/local.mk gnu/packages/autotools.scm gnu/packages/cmake.scm gnu/packages/gnuzilla.scm gnu/packages/haskell.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/samba.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/wxwidgets.scm Christopher Baines2023-03-021-4/+5
|\|
| * gnu: p11-kit-next: Switch to meson-build-system.•••README.md says to use meson to build. * gnu/packages/tls.scm (p11-kit-next)[build-system]: Use meson-build-system. [arguments]: Adjust accordingly. Signed-off-by: Christopher Baines <mail@cbaines.net> Vivien Kraus2023-02-171-1/+6
| * gnu: OpenSSL 3: Update to 3.0.8 [security fixes].•••Fixes CVE-2023-0215, CVE-2023-0216, CVE-2023-0217, CVE-2023-0286, CVE-2023-0401, CVE-2022-4203, CVE-2022-4304, and CVE-2022-4450. https://www.openssl.org/news/secadv/20230207.txt gnu/packages/tls.scm (openssl-3.0): Update to 3.0.8. Leo Famulari2023-02-111-2/+2
| * gnu: OpenSSL: Update to 1.1.1t [security fixes].•••Fixes CVE-2023-0215, CVE-2023-0286, CVE-2022-4304, CVE-2022-4450. https://www.openssl.org/news/secadv/20230207.txt * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1t. Leo Famulari2023-02-111-2/+2
* | gnu: openssl-1.1: Specify TESTS Make variable via #:make-flags.•••* gnu/packages/tls.scm (openssl-1.1) [make-flags]: New field. [phases] {check}: Remove phase override. Maxim Cournoyer2023-02-261-14/+9
* | gnu: openssl-1.1: Clean-up definition.•••* gnu/packages/tls.scm (openssl-1.1): Do not quasiquote arguments. Remove extraneous let-bound variables and use more gexp variables. Maxim Cournoyer2023-02-261-102/+94
* | gnu: gnutls: Deprecate 'gnutls-latest'.•••* gnu/packages/tls.scm (gnutls-latest): Define as a deprecated alias for 'gnutls'. (guile-gnutls)[inputs, native-inputs]: Replace 'gnutls-latest' with 'gnutls'. Ludovic Courtès2023-02-261-17/+5
* | gnu: gnutls: Remove Guile dependency.•••* gnu/packages/tls.scm (gnutls)[arguments]: Remove --with-guile-* configure flags. [native-inputs]: Remove GUILE-3.0. [inputs]: Likewise, and add LIBUNISTRING. (gnutls-latest)[inputs, native-inputs]: Remove. (guile2.2-gnutls): Rewrite as a variant of GUILE-GNUTLS. Ludovic Courtès2023-02-261-29/+13
* | Merge remote-tracking branch 'origin/master' into core-updates••• Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm Efraim Flashner2023-01-301-120/+183
|\|