File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Component release information: https://github.com/curl/curl/releases
33#####
44component '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"
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
You can’t perform that action at this time.
0 commit comments