Skip to content

Update components and remove PDK runtime #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions configs/components/ansicon.rb

This file was deleted.

1 change: 0 additions & 1 deletion configs/components/augeas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Component release information: https://github.com/hercules-team/augeas/releases
#####
component 'augeas' do |pkg, settings, platform|
# Projects may define an :augeas_version setting, or we use 1.8.1 by default:
version = settings[:augeas_version] || '1.14.1'
pkg.version version

Expand Down
9 changes: 3 additions & 6 deletions configs/components/curl.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
#####
# Component release information: https://github.com/curl/curl/releases
# Notes:
# 2025-07-23: The latest is 8.15.0, but it contains no security fixes or
# relevant improvements for us, so waiting to update until we need to.
#####
component 'curl' do |pkg, settings, platform|
# Projects may define a :curl_version setting
version = settings[:curl_version] || '8.14.1'
version = settings[:curl_version] || '8.15.0'
pkg.version version

case version
when '7.88.1'
pkg.sha256sum 'cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7'
when '8.14.1'
pkg.sha256sum '6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4'
when '8.15.0'
pkg.sha256sum 'd85cfc79dc505ff800cb1d321a320183035011fa08cb301356425d86be8fc53c'
else
raise "curl version #{version} has not been configured; Cannot continue."
end
Expand Down
137 changes: 0 additions & 137 deletions configs/components/git.rb

This file was deleted.

4 changes: 2 additions & 2 deletions configs/components/libffi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Component release information: https://github.com/libffi/libffi/releases
#####
component 'libffi' do |pkg, settings, platform|
pkg.version '3.4.8'
pkg.sha256sum 'bc9842a18898bfacb0ed1252c4febcc7e78fa139fd27fdc7a3e30d9d9356119b'
pkg.version '3.5.1'
pkg.sha256sum 'f99eb68a67c7d54866b7706af245e87ba060d419a062474b456d3bc8d4abdbd1'
pkg.url "https://github.com/libffi/libffi/releases/download/v#{pkg.get_version}/#{pkg.get_name}-#{pkg.get_version}.tar.gz"
pkg.mirror "#{settings[:buildsources_url]}/#{pkg.get_name}-#{pkg.get_version}.tar.gz"

Expand Down
4 changes: 2 additions & 2 deletions configs/components/libxml2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# https://github.com/GNOME/libxml2/tags
#####
component "libxml2" do |pkg, settings, platform|
pkg.version '2.13.8'
pkg.sha256sum '277294cb33119ab71b2bc81f2f445e9bc9435b893ad15bb2cd2b0e859a0ee84a'
pkg.version '2.14.5'
pkg.sha256sum '03d006f3537616833c16c53addcdc32a0eb20e55443cba4038307e3fa7d8d44b'

libxml2_version_y = pkg.get_version.gsub(/(\d+)\.(\d+)\.(\d+)/, '\1.\2')
pkg.url "https://download.gnome.org/sources/libxml2/#{libxml2_version_y}/libxml2-#{pkg.get_version}.tar.xz"
Expand Down
4 changes: 2 additions & 2 deletions configs/components/openssl-3.0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# need to move to the 3.5.x LTS stream in the next year.
#####
component 'openssl' do |pkg, settings, platform|
pkg.version '3.0.16'
pkg.sha256sum '57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86'
pkg.version '3.0.17'
pkg.sha256sum 'dfdd77e4ea1b57ff3a6dbde6b0bdc3f31db5ac99e7fdd4eaf9e1fbb6ec2db8ce'
pkg.url "https://github.com/openssl/openssl/releases/download/openssl-#{pkg.get_version}/openssl-#{pkg.get_version}.tar.gz"
pkg.mirror "#{settings[:buildsources_url]}/openssl-#{pkg.get_version}.tar.gz"

Expand Down
6 changes: 0 additions & 6 deletions configs/components/post-additional-rubies.rb

This file was deleted.

5 changes: 0 additions & 5 deletions configs/components/pre-additional-rubies.rb

This file was deleted.

8 changes: 7 additions & 1 deletion configs/components/ruby-3.2.8.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# The file name of the ruby component must match the ruby_version
#####
# Component release information:
# https://github.com/ruby/ruby/releases
# https://www.ruby-lang.org/en/downloads/releases/
# Notes:
# The file name of the ruby component must match the ruby_version
#####
component 'ruby-3.2.8' do |pkg, settings, platform|
pkg.version '3.2.8'
# https://www.ruby-lang.org/en/downloads/releases/
Expand Down
2 changes: 2 additions & 0 deletions configs/components/ruby-shadow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Component release information:
# https://github.com/apalmblad/ruby-shadow/tags
# https://rubygems.org/gems/ruby-shadow
# Notes: 2.5.1 is supposedly a fix to build on Ruby 3, but I don't think we have
# a problem here, so leaving it alone.
#####
component "ruby-shadow" do |pkg, settings, platform|
pkg.url "https://github.com/apalmblad/ruby-shadow"
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-aws-eventstream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-eventstream/CHANGELOG.md
#####
component "rubygem-aws-eventstream" do |pkg, settings, platform|
pkg.version "1.3.0"
pkg.md5sum "e50f43c1f2d7805bbeaa155c6b52e033"
pkg.version '1.4.0'
pkg.sha256sum '116bf85c436200d1060811e6f5d2d40c88f65448f2125bc77ffce5121e6e183b'

instance_eval File.read('configs/components/_base-rubygem.rb')
end
4 changes: 2 additions & 2 deletions configs/components/rubygem-aws-partitions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md
#####
component "rubygem-aws-partitions" do |pkg, settings, platform|
pkg.version "1.989.0"
pkg.md5sum "42f902bac67b87a13561d6599b0b17e3"
pkg.version '1.1134.0'
pkg.sha256sum '28f5f6156777ac346904a79ce6cb3b14a521e3866fee12a0da86d7b500266d3e'

instance_eval File.read('configs/components/_base-rubygem.rb')
end
4 changes: 2 additions & 2 deletions configs/components/rubygem-aws-sdk-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md
#####
component "rubygem-aws-sdk-core" do |pkg, settings, platform|
pkg.version "3.209.1"
pkg.md5sum "7444e5ca941b52a4487c502bf0e80bd9"
pkg.version '3.227.0'
pkg.sha256sum '99071fc5e3ca9347873fd114574319740c3041745df3c74e27875bd912dfc79e'

instance_eval File.read('configs/components/_base-rubygem.rb')
end
4 changes: 2 additions & 2 deletions configs/components/rubygem-aws-sdk-ec2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-ec2/CHANGELOG.md
#####
component "rubygem-aws-sdk-ec2" do |pkg, settings, platform|
pkg.version "1.481.0"
pkg.md5sum "bbe900b317e117849d7a440dd1f1e12b"
pkg.version '1.541.0'
pkg.sha256sum 'df0cb9cd309370894eb64547585c189a3159e74458a7b72d67af2a4274cc042f'

instance_eval File.read('configs/components/_base-rubygem.rb')
end
4 changes: 2 additions & 2 deletions configs/components/rubygem-aws-sigv4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sigv4/CHANGELOG.md
#####
component "rubygem-aws-sigv4" do |pkg, settings, platform|
pkg.version "1.10.0"
pkg.md5sum "f9875621945414c4ee48113a3cb7076e"
pkg.version '1.12.1'
pkg.sha256sum '6973ff95cb0fd0dc58ba26e90e9510a2219525d07620c8babeb70ef831826c00'

instance_eval File.read('configs/components/_base-rubygem.rb')
end
4 changes: 2 additions & 2 deletions configs/components/rubygem-bindata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# https://github.com/dmendel/bindata/blob/master/ChangeLog.rdoc
#####
component 'rubygem-bindata' do |pkg, settings, platform|
pkg.version '2.5.0'
pkg.md5sum 'c893016c3b689893b033e12536faeeab'
pkg.version '2.5.1'
pkg.sha256sum '53186a1ec2da943d4cb413583d680644eb810aacbf8902497aac8f191fad9e58'

instance_eval File.read('configs/components/_base-rubygem.rb')
end
22 changes: 0 additions & 22 deletions configs/components/rubygem-bundler.rb

This file was deleted.

11 changes: 0 additions & 11 deletions configs/components/rubygem-childprocess.rb

This file was deleted.

4 changes: 2 additions & 2 deletions configs/components/rubygem-colored2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# https://github.com/kigster/colored2/releases
#####
component 'rubygem-colored2' do |pkg, settings, platform|
pkg.version '3.1.2'
pkg.md5sum '6f63f5121c6bc7c7986288dce653ce95'
pkg.version '4.0.3'
pkg.sha256sum '63e1038183976287efc43034f5cca17fb180b4deef207da8ba78d051cbce2b37'

instance_eval File.read('configs/components/_base-rubygem.rb')
end
12 changes: 2 additions & 10 deletions configs/components/rubygem-concurrent-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@
# https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md
#####
component 'rubygem-concurrent-ruby' do |pkg, settings, platform|
# Projects may define a :rubygem_concurrent_ruby_version setting
version = settings[:rubygem_concurrent_ruby_version] || '1.2.3'
pkg.version version

case version
when '1.2.3'
pkg.sha256sum '82fdd3f8a0816e28d513e637bb2b90a45d7b982bdf4f3a0511722d2e495801e2'
else
raise "rubygem-concurrent-ruby #{version} has not been configured; Cannot continue."
end
pkg.version '1.3.5'
pkg.sha256sum '813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6'

instance_eval File.read('configs/components/_base-rubygem.rb')
end
Loading