aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/libmhash-hmac-fix-uaf.patch
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-03-14 14:02:45 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-03-14 14:02:45 -0400
commit465b27ebb083188437289b741719531c29263a03 (patch)
tree2024e6d666fe4be75f41b6121e5ae7cba12a9138 /gnu/packages/patches/libmhash-hmac-fix-uaf.patch
parent42231bc15df441d6426dec57283aca9ae7a03fcf (diff)
downloadguix-465b27ebb083188437289b741719531c29263a03.tar.gz
guix-465b27ebb083188437289b741719531c29263a03.zip
gnu: python-sphinx: Update to 3.5.2.
* gnu/packages/sphinx.scm (python-sphinx): Update to 3.5.2.
Diffstat (limited to 'gnu/packages/patches/libmhash-hmac-fix-uaf.patch')
0 files changed, 0 insertions, 0 deletions
Ludovic Courtès <ludo@gnu.org> Simon Josefsson 2022-12-02gnu: guile-gcrypt: Update to 0.4.0....* gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.4.0. Ludovic Courtès 2022-11-22gnu: gpgme: Add 1.18.0....* gnu/packages/gnupg.scm (gpgme-1.18, qgpgme-1.18): New variables. Marius Bakke 2022-10-30gnu: jetring: Update to 0.31....* gnu/packages/gnupg.scm (jetring): Update to 0.31. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2022-10-23gnu: pinentry-tty: Update to 1.2.1....* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.1. Tobias Geerinckx-Rice 2022-10-16gnu: libksba: Graft to 1.6.2 [fixes CVE-2022-3515]....* gnu/packages/gnupg.scm (libksba/fixed): New variable. (libksba): Use it as grafted replacement. Tobias Geerinckx-Rice 2022-09-16gnu: GnuPG: Update to 2.2.39....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.39. Marius Bakke 2022-09-16gnu: libksba: Update to 1.6.1....* gnu/packages/gnupg.scm (libksba): Update to 1.6.1. Marius Bakke 2022-09-16gnu: libgcrypt: Provide absolute gpgrt-config also for native builds....This fixes a regression since 497080c10ef154818795dd544fe4d606b1e8535d that would cause things like LIBGCRYPT-STATIC from (gnu packages cryptsetup) to refer to the wrong libgpg-error. * gnu/packages/gnupg.scm (libgcrypt)[arguments]: Add "ac_cv_path_GPGRT_CONFIG" to #:configure-flags, and remove the cross-compile stanza. Marius Bakke