Skip to content

Commit ff08d4c

Browse files
authored
Merge pull request #35 from OpenVoxProject/nmburgan/dep_updates
Update components and remove PDK and client tools runtimes
2 parents f04a103 + 595a936 commit ff08d4c

File tree

105 files changed

+213
-1360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+213
-1360
lines changed

configs/components/ansicon.rb

Lines changed: 0 additions & 22 deletions
This file was deleted.

configs/components/augeas.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Component release information: https://github.com/hercules-team/augeas/releases
33
#####
44
component 'augeas' do |pkg, settings, platform|
5-
# Projects may define an :augeas_version setting, or we use 1.8.1 by default:
65
version = settings[:augeas_version] || '1.14.1'
76
pkg.version version
87

configs/components/boost.rb

Lines changed: 0 additions & 237 deletions
This file was deleted.

configs/components/curl.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
#####
22
# Component release information: https://github.com/curl/curl/releases
3-
# Notes:
4-
# 2025-07-23: The latest is 8.15.0, but it contains no security fixes or
5-
# relevant improvements for us, so waiting to update until we need to.
63
#####
74
component 'curl' do |pkg, settings, platform|
85
# Projects may define a :curl_version setting
9-
version = settings[:curl_version] || '8.14.1'
6+
version = settings[:curl_version] || '8.15.0'
107
pkg.version version
118

129
case version
1310
when '7.88.1'
1411
pkg.sha256sum 'cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7'
15-
when '8.14.1'
16-
pkg.sha256sum '6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4'
12+
when '8.15.0'
13+
pkg.sha256sum 'd85cfc79dc505ff800cb1d321a320183035011fa08cb301356425d86be8fc53c'
1714
else
1815
raise "curl version #{version} has not been configured; Cannot continue."
1916
end

0 commit comments

Comments
 (0)