aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/virtualization.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-02-07 18:09:37 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-02-07 18:09:37 +0100
commit1dbbe8133373a328afe435f747c7acba71d266a9 (patch)
tree8892642c065f1175a84a3e35a93058f654da5214 /gnu/packages/virtualization.scm
parent4396fef04717eebb061b2c808087ca638f87a826 (diff)
downloadguix-1dbbe8133373a328afe435f747c7acba71d266a9.tar.gz
guix-1dbbe8133373a328afe435f747c7acba71d266a9.zip
gnu: fsearch: Update to 0.1.2.
* gnu/packages/search.scm (fsearch): Update to 0.1.2.
Diffstat (limited to 'gnu/packages/virtualization.scm')
0 files changed, 0 insertions, 0 deletions
+0200'>2023-10-24gnu: 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ès 2023-10-20gnu: 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 Baines 2023-09-28gnu: 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ès 2023-09-28gnu: 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ès 2023-08-13gnu: 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-Rice 2023-07-20gnu: 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 Nieuwenhuizen 2023-07-20gnu: 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 Nieuwenhuizen 2023-06-25gnu: 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 Hogan 2023-06-17gnu: 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 Nieuwenhuizen 2023-05-11gnu: 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ès 2023-05-10gnu: 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 Baines