summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorSilverlightningY <reband.florian@googlemail.com>2026-04-19 15:56:03 +0200
committerAndreas Enge <andreas@enge.fr>2026-06-27 12:03:15 +0200
commit97b7b5e9eb5542399e624e4db5218384ade53007 (patch)
tree806c927915544d44b218cd14ed75141b063e75cf /gnu/local.mk
parent123cbe6f6e5b1bbd9893392c9c2aca269213f8a9 (diff)
gnu: libsndfile: Update to version 1.2.2-0.68f6c16.
* gnu/packages/pulseaudio.scm (libsndfile): Update version and format package definition with `guix style`. [version]: Update to 1.2.2-0.68f6c16. [source]: Add patches to fix CVE-2025-52194 and CVE-2026-37555. Remove snippet to substitute env path in test_wrapper. [arguments]: Fix configure warnings by disabling `sqlite`. <#:phases>: Add phase to substitute env path in test_wrapper. [propagated-inputs]: Add libmpg123 and lame. [home-page]: Home page moved to GitHub. * gnu/local.mk: Register patch files. * gnu/packages/patches/libsndfile-CVE-2025-52194.patch: New file. * gnu/packages/patches/libsndfile-CVE-2026-37555.patch: New file. Change-Id: Ieaa96859e2cc5ab7654999f00ed219f6c1eb0d86 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 80c33af932c..b53cb4cfe4b 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1816,6 +1816,8 @@ dist_patch_DATA = \
1816 %D%/packages/patches/libphonenumber-reproducible-build.patch \ 1816 %D%/packages/patches/libphonenumber-reproducible-build.patch \
1817 %D%/packages/patches/libquicktime-ffmpeg.patch \ 1817 %D%/packages/patches/libquicktime-ffmpeg.patch \
1818 %D%/packages/patches/libsepol-versioned-docbook.patch \ 1818 %D%/packages/patches/libsepol-versioned-docbook.patch \
1819 %D%/packages/patches/libsndfile-CVE-2025-52194.patch \
1820 %D%/packages/patches/libsndfile-CVE-2026-37555.patch \
1819 %D%/packages/patches/libsoup-auth-digest-fix-crash.patch \ 1821 %D%/packages/patches/libsoup-auth-digest-fix-crash.patch \
1820 %D%/packages/patches/libsoup-deadlock-in-add_listener_in_thread.patch \ 1822 %D%/packages/patches/libsoup-deadlock-in-add_listener_in_thread.patch \
1821 %D%/packages/patches/libsoup-fix-merge-of-ranges.patch \ 1823 %D%/packages/patches/libsoup-fix-merge-of-ranges.patch \