avahi: add patch for CVE-2023-1981

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>

+7
+7
pkgs/development/libraries/avahi/default.nix
··· 36 36 patches = [ 37 37 # CVE-2021-36217 / CVE-2021-3502 38 38 (fetchpatch { 39 + name = "CVE-2021-3502.patch"; 39 40 url = "https://github.com/lathiat/avahi/commit/9d31939e55280a733d930b15ac9e4dda4497680c.patch"; 40 41 sha256 = "sha256-BXWmrLWUvDxKPoIPRFBpMS3T4gijRw0J+rndp6iDybU="; 41 42 }) 42 43 # CVE-2021-3468 43 44 (fetchpatch { 45 + name = "CVE-2021-3468.patch"; 44 46 url = "https://github.com/lathiat/avahi/commit/447affe29991ee99c6b9732fc5f2c1048a611d3b.patch"; 45 47 sha256 = "sha256-qWaCU1ZkCg2PmijNto7t8E3pYRN/36/9FrG8okd6Gu8="; 48 + }) 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="; 46 53 }) 47 54 ]; 48 55