summaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: libressl: Fix cross compiling.•••* gnu/packages/tls.scm (libressl)[arguments]: Don't use deprecated %output symbol. Efraim Flashner2022-09-061-1/+1
* gnu: Introduce versioned 'openssl-1.1' variable.•••...and use it in packages that do not yet support 3.0. * gnu/packages/tls.scm (openssl): Rename to ... (openssl-1.1): ... this. (openssl/fixed): Inherit from OPENSSL-1.1. (openssl-3.0): Likewise. (openssl): Turn into alias for OPENSSL-1.1. * gnu/packages/ruby.scm (ruby-2.6)[inputs]: Change from OPENSSL to OPENSSL-1.1. (ruby-3.0)[inputs]: Change "openssl" input to OPENSSL. (ruby-3.1): Inherit from RUBY-3.0. * gnu/packages/python.scm (python-2.7)[inputs]: Change from OPENSSL to OPENSSL-1.1. (python-3.9)[inputs]: Replace "openssl" with OPENSSL. * gnu/packages/python-crypto.scm (python-cryptography)[inputs]: Change from OPENSSL to OPENSSL-1.1. * gnu/packages/databases.scm (mariadb)[inputs]: Likewise. * gnu/packages/node.scm (node)[native-inputs, inputs]: Likewise. (node-lts)[native-inputs]: Likewise. Marius Bakke2022-08-301-4/+6
* gnu: openssl: Keep .dll.a files in main output.•••* gnu/packages/tls.scm (openssl) [phase move-static-libraries]: Do not move .dll.a files to the static output when targetting mingw. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus2022-08-051-1/+7
* gnu: openssl: Use 'target-*' predicates from (guix utils).•••* gnu/packages/tls.scm (target->openssl-target): Rewrite in terms of the 'target-*' predicates. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus2022-08-051-27/+38
* gnu: openssl: Cross-compile to mingw.•••* gnu/packages/tls.scm (target->openssl-target): Add cases for mingw and mingw64. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus2022-08-051-0/+6
* gnu: gnutls: Add 3.7.7.•••* gnu/packages/tls.scm (gnutls-latest): New variable. Ludovic Courtès2022-08-011-0/+17
* gnu: OpenSSL 3.0.0: Update to 3.0.5 [fixes CVE-2022-2097 and CVE-2022-2274].•••https://www.cve.org/CVERecord?id=CVE-2022-2097 https://www.cve.org/CVERecord?id=CVE-2022-2274 * gnu/packages/tls.scm (openssl-3.0): Update to 3.0.5. Leo Famulari2022-07-061-2/+2
* gnu: OpenSSL: Update to 1.1.1q [fixes CVE-2022-2097].•••https://www.cve.org/CVERecord?id=CVE-2022-2097 * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1q. Leo Famulari2022-07-061-2/+2
* gnu: openssl: Update to 1.1.1p [security fixes].•••* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1p. Efraim Flashner2022-06-271-2/+2
* gnu: openssl-3.0: Update to 3.0.4.•••* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.4. Efraim Flashner2022-06-261-2/+2
* gnu: p11-kit@0.24: Update to 0.24.1.•••* gnu/packages/tls.scm (p11-kit-next): Update to 0.24.1. Tobias Geerinckx-Rice2022-06-191-2/+2
* gnu: python-acme: Add python-chardet to propagated-inputs.•••* gnu/packages/tls.scm (python-acme)[propagated-inputs]: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret2022-06-171-1/+2
* gnu: python-acme, certbot: Update to 1.28.0.•••* gnu/packages/tls.scm (python-acme): Update to 1.28.0. [arguments]: Override check phase. (certbot)[source]: Update hash. Marius Bakke2022-06-141-5/+8
* Merge branch 'master' into stagingEfraim Flashner2022-05-161-11/+4
|\
| * gnu: openssl-3.0: Update to 3.0.3.•••* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.3. Efraim Flashner2022-05-151-2/+2
| * gnu: openssl: Use $SSL_CERT_DIR/$SSL_CERT_FILE.•••* gnu/packages/tls.scm (openssl)[native-search-paths]: Use the $SSL_CERT_DIR/$SSL_CERT_FILE from (guix search-paths) instead of a local copy. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos2022-05-131-9/+2
* | gnu: perl-net-ssleay: Update to 1.92.•••* gnu/packages/tls.scm (perl-net-ssleay): Update to 1.92. Efraim Flashner2022-05-151-3/+3
|/
* gnu: s2n: Link to aws-lc as libcrypto dependency.•••* gnu/packages/tls.scm (s2n): [arguments]: Fix for openssl as replacement input for aws-lc. [propagated-inputs]: Add aws-lc and remove openssl. [supported-systems]: Only support x86_64-linux. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2022-05-021-5/+8
* gnu: aws-lc: Fix checksum and enable tests.•••* gnu/packages/tls.scm (aws-lc): [source]: Fix checksum. [arguments]: Enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2022-05-021-3/+4
* gnu: aws-lc: Update to 1.0.2.•••* gnu/packages/tls.scm (aws-lc): Update to 1.0.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2022-04-201-23/+22
* gnu: s2n: Update to 1.3.10.•••* gnu/packages/tls.scm (s2n): Update to 1.3.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2022-04-201-2/+2
* gnu: libressl: Update to 3.3.6.•••* gnu/packages/tls.scm (libressl): Update to 3.3.6. Liliana Marie Prikler2022-04-121-2/+2
* gnu: libressl: Add 'release-monitoring-url' property.•••* gnu/packages/tls.scm (libressl)[properties]: New field. Ludovic Courtès2022-04-011-1/+3
* gnu: OpenSSL 3: Update to 3.0.2 [fixes CVE-2022-0778].•••For more information about this vulnerability: https://www.openssl.org/news/secadv/20220315.txt * gnu/packages/tls.scm (openssl-3.0): Update to 3.0.2. Leo Famulari2022-03-161-2/+2
* gnu: OpenSSL: Update to 1.1.1n [fixes CVE-2022-0778].•••For more information about this vulnerability: https://www.openssl.org/news/secadv/20220315.txt * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1n. Leo Famulari2022-03-161-2/+2
* gnu: Remove OpenSSL 1.0.•••This package no longer has any users in Guix. * gnu/packages/tls.scm (openssl-1.0): Remove variable. Marius Bakke2022-01-301-108/+0
* gnu: OpenSSL: Add 3.0.•••* gnu/packages/tls.scm (openssl-3.0): New variable. * gnu/packages/patches/openssl-3.0-c-rehash-in.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke2022-01-301-1/+29
* gnu: openssl: Update to 1.1.1m [security fixes].•••* gnu/packages/tls.scm (openssl/fixed): New variable. (openssl)[replacement]: New field. Efraim Flashner2022-01-261-0/+20
* gnu: Add bearssl.•••* gnu/packages/tls.scm (bearssl): New variable. Nicolas Goaziou2022-01-181-0/+51
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-65/+58
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-171-33/+29
|\
| * gnu: s2n: Update to 1.1.0.•••* gnu/packages/tls.scm (s2n): Update to 1.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-11-161-27/+26
| * gnu: certbot, python-acme: Update to 1.18.0.•••* gnu/packages/tls.scm (certbot, python-acme): Update to 1.18.0. Leo Famulari2021-11-101-3/+3
| * gnu: packages: Remove last year's deprecations.•••* gnu/packages/admin.scm (guile3.0-shepherd): Remove variable. * gnu/packages/benchmark.scm (imb-openmpi): Likewise. * gnu/packages/boost.scm (boost-with-python3): Likewise. * gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly. * gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise. * gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly. * gnu/packages/cups.scm (escpr): Likewise. * gnu/packages/django.scm (python-django-jsonfield): Likewise. * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme) (emacs-modus-vivendi-theme): Likewise. * gnu/packages/engineering.scm (kicad-i18l): Likewise. * gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise. * gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u): Likewise. * gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic): Likewise. * gnu/packages/game-development.scm (guile3.0-chickadee) (python-sge-pygame): Likewise. * gnu/packages/games.scm (retux)[inputs]: Adjust accordingly. * gnu/packages/gnome-xyz.scm (numix-theme): Likewise. * gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise. * gnu/packages/gstreamer.scm (gst-transcoder): Likewise. * gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg): Likewise. * gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark) (guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi) (guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics) (guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren) (guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted) (guile3.0-pfds, guile3.0-picture-language, guile3.0-semver) (guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight) (guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise. * gnu/packages/guile.scm (define-deprecated-guile3.0-package) (guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3) (guile3.0-bytestructures, guile3.0-git): Likewise. * gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise. * gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise. * gnu/packages/mail.scm (guile3.0-mailutils): Likewise. * gnu/packages/monitoring.scm (python2-graphite-web): Likewise. * gnu/packages/package-management.scm (guile3.0-guix): Likewise. * gnu/packages/package-management.scm (python-conda): Likewise. * gnu/packages/phabricator.scm (libphutil): Likewise. * gnu/packages/plotutils.scm (guile3.0-charting): Likewise. * gnu/packages/python-xyz.scm (python2-smmap2, python-glances) (python-smmap2): Likewise. * gnu/packages/shells.scm (oil-shell): Likewise. * gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise. * gnu/packages/ssh.scm (guile3.0-ssh): Likewise. * gnu/packages/terminals.scm (et): Likewise. * gnu/packages/tls.scm (guile3.0-gnutls): Likewise. * gnu/packages/vlang.scm (v): Likewise. * gnu/packages/vpn.scm (wireguard): Likewise. * gnu/packages/web-browsers.scm (next, sbcl-next): Likewise. * gnu/packages/xorg.scm (transset-df): Likewise. Tobias Geerinckx-Rice2021-11-081-3/+0
* | gnu: openssl: Absorb 1.1.1l graft.•••* gnu/packages/tls.scm (openssl)[replacement]: Remove. [source]: Update to 1.1.1l. Fix indentation. * gnu/packages/tls.scm (openssl-1.1.1l): Delete variable. Maxim Cournoyer2021-11-111-32/+12
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-311-1/+20
|\|
| * gnu: p11-kit: Update home page.•••* gnu/packages/tls.scm (p11-kit)[home-page]: Update. Ludovic Courtès2021-10-251-1/+1
| * gnu: p11-kit@0.24.0: Use certificates from /etc/ssl/certs.•••Fixes <https://issues.guix.gnu.org/49957>. Flatpak has a soft dependency on p11-kit, which was configured without knowledge of the system-wide CA certificate store. This caused some flatpak apps to fail with ERR_CERT_AUTHORITY_INVALID errors. Reported by Andrew Whatson <whatson@gmail.com>. * gnu/packages/tls.scm (p11-kit-next)[arguments]: New field. Co-authored-by: Andrew Whatson <whatson@gmail.com> Co-authored-by: John Kehayias <john.kehayias@protonmail.com> Ludovic Courtès2021-10-251-1/+7
| * gnu: Add p11-kit 0.24.0.•••* gnu/packages/tls.scm (p11-kit-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Kehayias2021-10-251-0/+13
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-181-28/+55
|\|
| * gnu: Add aws-lc.•••* gnu/packages/tls.scm (aws-lc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-161-0/+27
| * gnu: s2n: Update to 1.0.10-7f43b102.•••* gnu/packages/tls.scm (s2n): Update to 1.0.10-7f43b102. [source, home-page]: Remove URL redirect. [arguments]: Enable testing. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-161-28/+28
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-121-6/+6
|\|
| * gnu: wolfssl: Update to 4.8.1.•••* gnu/packages/tls.scm (wolfssl): Update to 4.8.1. Tobias Geerinckx-Rice2021-10-041-2/+2
| * gnu: dehydrated: Update description.•••* gnu/packages/tls.scm (dehydrated)[synopsis, description]: Let's Encrypt hasn't been the only game in ACME town in ages. Tobias Geerinckx-Rice2021-09-291-4/+4
* | gnu: openssl: Fix build on riscv64-linux.•••* gnu/packages/tls.scm (openssl)[arguments]: On riscv64-linux use a custom 'check phase to skip a failing test. (target->openssl-target): Add case for riscv64-linux. Efraim Flashner2021-10-101-2/+6
* | gnu: p11-kit: Fix Hurd build.•••* gnu/packages/patches/p11-kit-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tls.scm (p11-kit)[native-inputs]: Add autoconf, automake, gettext and libtool when targeting Hurd. [inputs]: Add libbsd and hurd-patch when targeting hurd. [arguments]: Add 'apply-hurd-patch and 'bootstrap phases when targeting Hurd. Mathieu Othacehe2021-10-051-1/+22
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-071-77/+112
|\|
| * gnu: openssl: Update replacement to 1.1.1l [security fixes].•••* gnu/packages/tls.scm (openssl)[replacement]: Replace with 1.1.1l. (openssl-1.1.1k): Remove variable. (openssl-1.1.1l): Add variable. Efraim Flashner2021-08-241-5/+5
| * gnu: OpenSSL 1.0.2: Hide this package.•••* gnu/packages/tls.scm (openssl-1.0): Wrap in 'hidden-package'. Leo Famulari2021-07-271-89/+104