Skip to content

Commit

Permalink
curl: Add version 8.0.1 (spack#36256)
Browse files Browse the repository at this point in the history
r: restrict compatibility with curl
  • Loading branch information
giordano authored Mar 21, 2023
1 parent 2b53912 commit b9f32b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/curl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion var/spack/repos/builtin/packages/r/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b9f32b1

Please sign in to comment.