avahi: add patch for CVE-2021-3468

This commit is contained in:
Yorick van Pelt 2022-10-10 09:17:41 +02:00
parent e92f9b319a
commit 039e1a05f5
No known key found for this signature in database
GPG Key ID: A36E70F9DC014A15

View File

@ -31,10 +31,16 @@ stdenv.mkDerivation rec {
};
patches = [
# CVE-2021-36217 / CVE-2021-3502
(fetchpatch {
url = "https://github.com/lathiat/avahi/commit/9d31939e55280a733d930b15ac9e4dda4497680c.patch";
sha256 = "sha256-BXWmrLWUvDxKPoIPRFBpMS3T4gijRw0J+rndp6iDybU=";
})
# CVE-2021-3468
(fetchpatch {
url = "https://github.com/lathiat/avahi/commit/447affe29991ee99c6b9732fc5f2c1048a611d3b.patch";
sha256 = "sha256-qWaCU1ZkCg2PmijNto7t8E3pYRN/36/9FrG8okd6Gu8=";
})
];
depsBuildBuild = [