aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ghc-pandoc-fix-latex-test.patch
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-05-25 00:12:06 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-05-25 00:17:18 +0200
commit8bd0b533b30d7ee5e03aee99a2eb96d5b0b1c836 (patch)
treefdab66886f61669eea998da99f0b03553965015e /gnu/packages/patches/ghc-pandoc-fix-latex-test.patch
parente451612602c5ae8bca1e56492bbfa7b2fe434cbd (diff)
downloadguix-8bd0b533b30d7ee5e03aee99a2eb96d5b0b1c836.tar.gz
guix-8bd0b533b30d7ee5e03aee99a2eb96d5b0b1c836.zip
gnu: libexif: Update to 0.6.22 [security fixes].
This fixes CVE-2020-13114, CVE-2020-13113, CVE-2020-13112, CVE-2020-0093, CVE-2019-9278, and CVE-2020-12767. * gnu/packages/patches/libexif-CVE-2016-6328.patch, gnu/packages/patches/libexif-CVE-2017-7544.patch, gnu/packages/patches/libexif-CVE-2018-20030.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/photo.scm (libexif): Update to 0.6.22. [source](uri): Adjust for upstream GitHub migration.
Diffstat (limited to 'gnu/packages/patches/ghc-pandoc-fix-latex-test.patch')
0 files changed, 0 insertions, 0 deletions
-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I8b3e5d65d76a100c3dbddc1ae562b72966c2b304 Jonathan Scoresby 2023-10-05gnu: universal-ctags: Update to 6.0.20231001.0....* gnu/packages/code.scm (universal-ctags): Update to 6.0.20231001.0. Efraim Flashner 2023-09-24gnu: kcov: Clean up build phase....* gnu/packages/code.scm (kcov)[arguments]: Use SEARCH-INPUT-FILE and remove a vestigial LET from the 'fix-/bin/bash-references phase. Tobias Geerinckx-Rice 2023-09-24gnu: kcov: Update to 42....* gnu/packages/code.scm (kcov): Update to 42. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Don't build static or debug libraries....* gnu/packages/code.scm (astyle)[arguments]: Build only the "release" and "shared" targets we actually care about. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Use G-expressions....* gnu/packages/code.scm (astyle)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Omit static libraries....* gnu/packages/code.scm (astyle)[arguments]: Improve the buggy regexp in the 'install-libs phase to install only dynamic libraries. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Update to 3.4.8....* gnu/packages/code.scm (astyle): Update to 3.4.8. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2023-09-10gnu: indent: Update to 2.2.13....* gnu/packages/code.scm (indent): Finish update to 2.2.13, partially pushed in commit 4c4ff2e1f077786d85c47ceeec10340a864e17f1. Tobias Geerinckx-Rice 2023-09-10gnu: vsftpd: Fix build with recent OpenSSL....* gnu/packages/ftp.scm (vsftpd)[arguments]: Add "-Wno-deprecated-declarations" to CFLAGS. Reported by helioscultist in #guix. Tobias Geerinckx-Rice 2023-09-14gnu: uncrustify: use new style and gexp....* gnu/packages/code.scm (uncrustify): use new style and gexp. [native-inputs]: remove label. [arguments]: use gexp and remove tail #t. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zheng Junjie 2023-09-14gnu: uncrustify: Update to 0.77.1....* gnu/packages/code.scm (uncrustify): Update to 0.77.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zheng Junjie 2023-09-14gnu: makefile2graph: fix cross-compile....* gnu/packages/code.scm (makefile2graph): fix cross-compile. [arguments]: Use gexp and CC-FOR-TARGET. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zheng Junjie 2023-09-09gnu: global: Fix ctags creation using pygments....* gnu/packages/code.scm (global)[arguments]: Adjust configure-flags to use a specific python interpreter. Efraim Flashner