Skip to content

Commit 48f7dd6

Browse files
authored
[Backport staging-25.11] alsa-lib: apply patch for CVE-2026-25068 (#492453)
2 parents 2f93ab6 + 49c0ad0 commit 48f7dd6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pkgs/by-name/al/alsa-lib/package.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
stdenv,
44
fetchurl,
5+
fetchpatch,
56
alsa-topology-conf,
67
alsa-ucm-conf,
78
testers,
@@ -23,6 +24,11 @@ stdenv.mkDerivation (finalAttrs: {
2324
# "libs" field to declare locations for both native and 32bit plugins, in
2425
# order to support apps with 32bit sound running on x86_64 architecture.
2526
./alsa-plugin-conf-multilib.patch
27+
(fetchpatch {
28+
name = "CVE-2026-25068.patch";
29+
url = "https://github.com/alsa-project/alsa-lib/commit/5f7fe33002d2d98d84f72e381ec2cccc0d5d3d40.patch";
30+
hash = "sha256-4memtcg+FDOctX6wgiCdmnlG+IUS+5rL1f3LcsWS5lw=";
31+
})
2632
];
2733

2834
enableParallelBuilding = true;

0 commit comments

Comments
 (0)