summaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
AgeCommit message (Collapse)Author
2022-12-13gnu: guile-gnutls: Add properties for the 'generic-git' updater.Ludovic Courtès
* gnu/packages/tls.scm (guile-gnutls)[properties]: New field.
2022-12-08gnu: julia: Update to 1.8.3.Efraim Flashner
* gnu/packages/julia.scm (julia): Update to 1.8.3. [source]: Remove one patch. [arguments]: Adjust 'prepare-deps phase to changes in inputs. Remove custom 'use-system-libwhich, 'change-number-of-precompiled-statements, 'symlink-libraries phases. In 'fix-include-and-link-paths phase remove substitution for utf8proc linking and adjust libuv linking. Fix reference to shell in 'replace-default-shell phase. Adjust the 'shared-objects-path phase to changes in the source. Change the 'enable-parallel-tests phase for upstream changes. Adjust the 'adjust-test-suite phase to be more robust. Change the 'disable-broken-tests phase to help the test suite pass. Rename 'symlink-llvm-utf8proc phase to 'symlink-missing-libraries and add two more. Adjust make-flags for changes in shared system libraries. Reorder make-flags to changes in the source. Except for aarch64, use the defaults for choosing to use 64-bit blas. [inputs]: Add libblastrampoline. Replace libgit-1.1 with libgit-1.3, utf8proc-2.7.1 with utf8proc-2.8.0. [native-inputs]: Replace python-2 with python. (libunwind-julia): Update to 1.5.0. [source]: Update patches. * gnu/packages/libevent.scm (libuv-julia): Update to 2.0.0-4.e6f0e49. [arguments]: Also build static library, build position-independent-code. * gnu/packages/llvm.scm (llvm-julia): Update to llvm-13, following upstream's build instructions. * gnu/packages/maths.scm (openlibm): Update to 0.8.1. * gnu/packages/textutils.scm (utf8proc-2.7.1): Update and rename to utf8proc-2.8.0. [native-inputs]: Update unicode to 14.0.0. * gnu/packages/tls.scm (mbedtls-apache): Update to 2.28.0. [source]: Remove snippet. [arguments]: Remove trailing #t from phases. * gnu/packages/patches/julia-allow-parallel-build.patch, (julia-patch): Update version string to 1.8.2. gnu/packages/patches/libunwind-julia-fix-GCC10-fno-common.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Co-authored-by: Akira Kyle <akira@akirakyle.com>
2022-11-22gnu: Remove acme-client.Marius Bakke
This package does not build and has been unmaintained since 2018: https://github.com/kristapsdz/acme-client-portable/commit/ba153daacb62d8a24fef6d6a5a737d2eff607509 * gnu/packages/tls.scm (acme-client): Remove variable.
2022-11-09gnu: libressl: Update to 3.6.1.Efraim Flashner
* gnu/packages/tls.scm (libressl): Update to 3.6.1.
2022-10-30gnu: openssl: Update to 1.1.1s.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (openssl): Update to 1.1.1s.
2022-10-30gnu: openssl: Update to 3.0.7 [fixes CVE-2022-3786, CVE-2022-3602].Tobias Geerinckx-Rice
* gnu/packages/tls.scm (openssl): Update to 3.0.7.
2022-10-30gnu: dehydrated: Don't rely on implicit input labels.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (dehydrated)[arguments]: Use SEARCH-INPUT-FILE instead of ASSOC-REF.
2022-10-30gnu: dehydrated: Update to 0.7.1.Tobias Geerinckx-Rice
It's a Halloween miracle. * gnu/packages/tls.scm (dehydrated): Update to 0.7.1. [inputs]: Add util-linux+udev.
2022-10-23gnu: dehydrated: ‘Build’ reproducibly.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (dehydrated)[arguments]: Invoke gzip with ‘-n’.
2022-10-23gnu: dehydrated: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (dehydrated)[arguments]: Rewrite as G-expressions.
2022-10-23gnu: dehydrated: Update to 0.7.0-0.6fb8eba.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (dehydrated): Update to 0.7.0-0.6fb8eba. [source]: Use GIT-FETCH & GIT-FILE-NAME. [arguments]: Adjust accordingly. Don't explicitly return #t from phases. [native-inputs]: Remove tar.
2022-10-18gnu: wolfssl: Update to 5.5.1 [security fixes].Felix Lechner
* gnu/packages/tls.scm (wolfssl): Update to 5.5.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-18gnu: gnutls-latest: Remove dependency on Guile.Ludovic Courtès
* gnu/packages/tls.scm (gnutls-latest)[inputs]: Remove 'guile' and add 'libunistring'. [native-inputs]: Remove 'guile'.
2022-10-18gnu: guile-gnutls: Fix cross-crompilation.Ludovic Courtès
* gnu/packages/tls.scm (guile-gnutls)[source]: Add "gnutls-cross.patch". [native-inputs]: Add 'gnutls'. [inputs]: Add 'guile-3.0'.
2022-10-17gnu: Add Guile-GnuTLS.Ludovic Courtès
* gnu/packages/tls.scm (guile-gnutls): New variable.
2022-09-06gnu: libressl: Fix cross compiling.Efraim Flashner
* gnu/packages/tls.scm (libressl)[arguments]: Don't use deprecated %output symbol.
2022-08-30gnu: Introduce versioned 'openssl-1.1' variable.Marius Bakke
...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.
2022-08-05gnu: openssl: Keep .dll.a files in main output.Vivien Kraus
* 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>
2022-08-05gnu: openssl: Use 'target-*' predicates from (guix utils).Vivien Kraus
* gnu/packages/tls.scm (target->openssl-target): Rewrite in terms of the 'target-*' predicates. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-05gnu: openssl: Cross-compile to mingw.Vivien Kraus
* gnu/packages/tls.scm (target->openssl-target): Add cases for mingw and mingw64. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01gnu: gnutls: Add 3.7.7.Ludovic Courtès
* gnu/packages/tls.scm (gnutls-latest): New variable.
2022-07-06gnu: OpenSSL 3.0.0: Update to 3.0.5 [fixes CVE-2022-2097 and CVE-2022-2274].Leo Famulari
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.
2022-07-06gnu: OpenSSL: Update to 1.1.1q [fixes CVE-2022-2097].Leo Famulari
https://www.cve.org/CVERecord?id=CVE-2022-2097 * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1q.
2022-06-27gnu: openssl: Update to 1.1.1p [security fixes].Efraim Flashner
* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1p.
2022-06-26gnu: openssl-3.0: Update to 3.0.4.Efraim Flashner
* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.4.
2022-06-19gnu: p11-kit@0.24: Update to 0.24.1.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (p11-kit-next): Update to 0.24.1.
2022-06-17gnu: python-acme: Add python-chardet to propagated-inputs.Josselin Poiret
* gnu/packages/tls.scm (python-acme)[propagated-inputs]: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-14gnu: python-acme, certbot: Update to 1.28.0.Marius Bakke
* gnu/packages/tls.scm (python-acme): Update to 1.28.0. [arguments]: Override check phase. (certbot)[source]: Update hash.
2022-05-16Merge branch 'master' into stagingEfraim Flashner
2022-05-15gnu: perl-net-ssleay: Update to 1.92.Efraim Flashner
* gnu/packages/tls.scm (perl-net-ssleay): Update to 1.92.
2022-05-15gnu: openssl-3.0: Update to 3.0.3.Efraim Flashner
* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.3.
2022-05-13gnu: openssl: Use $SSL_CERT_DIR/$SSL_CERT_FILE.Maxime Devos
* 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>
2022-05-02gnu: s2n: Link to aws-lc as libcrypto dependency.Greg Hogan
* 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>
2022-05-02gnu: aws-lc: Fix checksum and enable tests.Greg Hogan
* gnu/packages/tls.scm (aws-lc): [source]: Fix checksum. [arguments]: Enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20gnu: aws-lc: Update to 1.0.2.Greg Hogan
* gnu/packages/tls.scm (aws-lc): Update to 1.0.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20gnu: s2n: Update to 1.3.10.Greg Hogan
* gnu/packages/tls.scm (s2n): Update to 1.3.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-12gnu: libressl: Update to 3.3.6.Liliana Marie Prikler
* gnu/packages/tls.scm (libressl): Update to 3.3.6.
2022-04-01gnu: libressl: Add 'release-monitoring-url' property.Ludovic Courtès
* gnu/packages/tls.scm (libressl)[properties]: New field.
2022-03-16gnu: OpenSSL 3: Update to 3.0.2 [fixes CVE-2022-0778].Leo Famulari
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.
2022-03-16gnu: OpenSSL: Update to 1.1.1n [fixes CVE-2022-0778].Leo Famulari
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.
2022-01-30gnu: Remove OpenSSL 1.0.Marius Bakke
This package no longer has any users in Guix. * gnu/packages/tls.scm (openssl-1.0): Remove variable.
2022-01-30gnu: OpenSSL: Add 3.0.Marius Bakke
* 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.
2022-01-26gnu: openssl: Update to 1.1.1m [security fixes].Efraim Flashner
* gnu/packages/tls.scm (openssl/fixed): New variable. (openssl)[replacement]: New field.
2022-01-18gnu: Add bearssl.Nicolas Goaziou
* gnu/packages/tls.scm (bearssl): New variable.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-16gnu: s2n: Update to 1.1.0.Greg Hogan
* gnu/packages/tls.scm (s2n): Update to 1.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-11gnu: openssl: Absorb 1.1.1l graft.Maxim Cournoyer
* 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.
2021-11-10gnu: certbot, python-acme: Update to 1.18.0.Leo Famulari
* gnu/packages/tls.scm (certbot, python-acme): Update to 1.18.0.
2021-11-08gnu: packages: Remove last year's deprecations.Tobias Geerinckx-Rice
* 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.