libtiff: standardize the patch URLs

https://github.com/NixOS/nixpkgs/pull/161295#discussion_r812233936
This commit is contained in:
Vladimír Čunát 2022-02-22 21:12:35 +01:00
parent 631007df41
commit ba2687fcfb
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -35,12 +35,12 @@ stdenv.mkDerivation rec {
})
(fetchpatch {
name = "CVE-2022-0561.patch";
url = "https://gitlab.com/freedesktop-sdk/mirrors/gitlab/libtiff/libtiff/-/commit/eecb0712f4c3a5b449f70c57988260a667ddbdef.patch";
url = "https://gitlab.com/libtiff/libtiff/-/commit/eecb0712f4c3a5b449f70c57988260a667ddbdef.patch";
sha256 = "0m57fdxyvhhr9cc260lvkkn2g4zr4n4v9nricc6lf9h6diagd7mk";
})
(fetchpatch {
name = "CVE-2022-0562.patch";
url = "https://gitlab.com/freedesktop-sdk/mirrors/gitlab/libtiff/libtiff/-/commit/561599c99f987dc32ae110370cfdd7df7975586b.patch";
url = "https://gitlab.com/libtiff/libtiff/-/commit/561599c99f987dc32ae110370cfdd7df7975586b.patch";
sha256 = "0ycirjjc1vigj03kwjb92n6jszsl9p17ccw5hry7lli9gxyyr0an";
})
];