curl: Add version 8.0.1 (#36256)

r: restrict compatibility with curl
This commit is contained in:
Mosè Giordano 2023-03-21 11:25:39 +00:00 committed by GitHub
parent 2b539129f0
commit b9f32b1e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,7 @@ class Curl(NMakePackage, AutotoolsPackage):
maintainers("alecbcs")
version("8.0.1", sha256="9b6b1e96b748d04b968786b6bdf407aa5c75ab53a3d37c1c8c81cdb736555ccf")
version("7.88.1", sha256="8224b45cce12abde039c12dc0711b7ea85b104b9ad534d6e4c5b4e188a61c907")
# Deprecated versions due to CVEs

View File

@ -71,7 +71,9 @@ class R(AutotoolsPackage):
depends_on("blas", when="+external-lapack")
depends_on("lapack", when="+external-lapack")
depends_on("bzip2")
depends_on("curl+libidn2")
# R didn't anticipate the celebratory
# non-breaking major version bump of curl 8.
depends_on("curl+libidn2@:7")
depends_on("icu4c")
depends_on("java")
depends_on("ncurses")