gupnp: 1.2.4 -> 1.2.7

This commit is contained in:
Maxine Aubrey 2021-06-27 19:33:17 +02:00
parent b99a500a04
commit 9216c9f195
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -20,23 +20,15 @@
stdenv.mkDerivation rec {
pname = "gupnp";
version = "1.2.4";
version = "1.2.7";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gupnp/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-96AwfqUfXkTRuDL0k92QRURKOk4hHvhd/Zql3W6up9E=";
sha256 = "sha256-hEEnbxr9AXbm9ZUCajpQfu0YCav6BAJrrT8hYis1I+w=";
};
patches = [
(fetchpatch {
name = "CVE-2021-33516.patch";
url = "https://gitlab.gnome.org/GNOME/gupnp/-/commit/ca6ec9dcb26fd7a2a630eb6a68118659b589afac.patch";
sha256 = "sha256-G7e/xNQB7Kp2fPzqVeD/cH3h1co9hZXh55QOUBnAnvU=";
})
];
nativeBuildInputs = [
meson
ninja