diff options
| author | SilverlightningY <reband.florian@googlemail.com> | 2026-04-19 15:56:03 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-27 12:03:15 +0200 |
| commit | 97b7b5e9eb5542399e624e4db5218384ade53007 (patch) | |
| tree | 806c927915544d44b218cd14ed75141b063e75cf /gnu/local.mk | |
| parent | 123cbe6f6e5b1bbd9893392c9c2aca269213f8a9 (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.mk | 2 |
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 \ |
