Skip to content

Commit b59e3cd

Browse files
committed
Update curl to 8.17.0
1 parent fc602ee commit b59e3cd

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

configs/components/curl.rb

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Component release information: https://github.com/curl/curl/releases
33
#####
44
component 'curl' do |pkg, settings, platform|
5-
pkg.version '8.15.0'
6-
pkg.sha256sum 'd85cfc79dc505ff800cb1d321a320183035011fa08cb301356425d86be8fc53c'
5+
pkg.version '8.17.0'
6+
pkg.sha256sum 'e8e74cdeefe5fb78b3ae6e90cd542babf788fa9480029cfcee6fd9ced42b7910'
77

88
pkg.url "https://curl.se/download/curl-#{pkg.get_version}.tar.gz"
99
pkg.mirror "#{settings[:buildsources_url]}/curl-#{pkg.get_version}.tar.gz"
@@ -31,20 +31,6 @@
3131
pkg.environment "PATH", "/opt/pl-build-tools/bin:$(PATH):#{settings[:bindir]}"
3232
end
3333

34-
# Following lines should we removed once we drop curl 7
35-
if version.start_with?('7')
36-
pkg.apply_patch 'resources/patches/curl/CVE-2023-27535.patch'
37-
pkg.apply_patch 'resources/patches/curl/CVE-2023-28319.patch'
38-
pkg.apply_patch 'resources/patches/curl/CVE-2023-32001.patch'
39-
pkg.apply_patch 'resources/patches/curl/CVE-2023-38545.patch'
40-
pkg.apply_patch 'resources/patches/curl/CVE-2023-38546.patch'
41-
pkg.apply_patch 'resources/patches/curl/CVE-2023-46218.patch'
42-
pkg.apply_patch 'resources/patches/curl/CVE-2024-2004.patch'
43-
pkg.apply_patch 'resources/patches/curl/CVE-2024-2398.patch'
44-
pkg.apply_patch 'resources/patches/curl/CVE-2024-7264.patch'
45-
pkg.apply_patch 'resources/patches/curl/CVE-2024-8096.patch'
46-
end
47-
4834
configure_options = []
4935
configure_options << "--with-ssl=#{settings[:prefix]} --without-libpsl"
5036

0 commit comments

Comments
 (0)