mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:27:42 +00:00
curl: 8.0.1 -> 8.1.1
https://daniel.haxx.se/blog/2023/05/17/curl-8-1-0-http2-over-proxy/ https://curl.se/changes.html#8_1_0 https://curl.se/changes.html#8_1_1 https://www.openwall.com/lists/oss-security/2023/05/17/1 https://www.openwall.com/lists/oss-security/2023/05/17/2 https://www.openwall.com/lists/oss-security/2023/05/17/3 https://www.openwall.com/lists/oss-security/2023/05/17/4 Fixes: CVE-2023-28319, CVE-2023-28320, CVE-2023-28321, CVE-2023-28322
This commit is contained in:
parent
8fcd9a3173
commit
f6d2c6a131
@ -47,14 +47,14 @@ assert !((lib.count (x: x) [ gnutlsSupport opensslSupport wolfsslSupport rustlsS
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "curl";
|
||||
version = "8.0.1";
|
||||
version = "8.1.1";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"https://curl.haxx.se/download/curl-${finalAttrs.version}.tar.bz2"
|
||||
"https://github.com/curl/curl/releases/download/curl-${finalAttrs.version}/curl-${finalAttrs.version}.tar.bz2"
|
||||
];
|
||||
hash = "sha256-m2selrdI0EuWh4a2vfQHqlx1q1Oj03wcjIHNtzZVXM8=";
|
||||
hash = "sha256-UdKvcieZE7XUyrH+Hzi5RM9wkEyIvuJGtb1XWETnA1o=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user