Skip to content

Commit ae58f00

Browse files
committed
avahi: add patch for CVE-2023-1981
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
1 parent d53bdba commit ae58f00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkgs/development/libraries/avahi/default.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,21 @@ stdenv.mkDerivation rec {
3636
patches = [
3737
# CVE-2021-36217 / CVE-2021-3502
3838
(fetchpatch {
39+
name = "CVE-2021-3502.patch";
3940
url = "https://github.com/lathiat/avahi/commit/9d31939e55280a733d930b15ac9e4dda4497680c.patch";
4041
sha256 = "sha256-BXWmrLWUvDxKPoIPRFBpMS3T4gijRw0J+rndp6iDybU=";
4142
})
4243
# CVE-2021-3468
4344
(fetchpatch {
45+
name = "CVE-2021-3468.patch";
4446
url = "https://github.com/lathiat/avahi/commit/447affe29991ee99c6b9732fc5f2c1048a611d3b.patch";
4547
sha256 = "sha256-qWaCU1ZkCg2PmijNto7t8E3pYRN/36/9FrG8okd6Gu8=";
4648
})
49+
(fetchpatch {
50+
name = "CVE-2023-1981.patch";
51+
url = "https://github.com/lathiat/avahi/commit/a2696da2f2c50ac43b6c4903f72290d5c3fa9f6f.patch";
52+
sha256 = "sha256-BEYFGCnQngp+OpiKIY/oaKygX7isAnxJpUPCUvg+efc=";
53+
})
4754
];
4855

4956
depsBuildBuild = [

0 commit comments

Comments
 (0)