|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
%global major_version 2
|
|
|
|
|
%global minor_version 7
|
|
|
|
|
%global teeny_version 6
|
|
|
|
|
%global teeny_version 8
|
|
|
|
|
%global major_minor_version %{major_version}.%{minor_version}
|
|
|
|
|
|
|
|
|
|
%global ruby_version %{major_minor_version}.%{teeny_version}
|
|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global release 138
|
|
|
|
|
%global release 139
|
|
|
|
|
%{!?release_string:%define release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
|
|
|
|
|
|
|
|
|
|
# The RubyGems library has to stay out of Ruby directory tree, since the
|
|
|
|
@ -49,7 +49,7 @@
|
|
|
|
|
%global irb_version 1.2.6
|
|
|
|
|
%global json_version 2.3.0
|
|
|
|
|
%global net_telnet_version 0.2.0
|
|
|
|
|
%global openssl_version 2.1.3
|
|
|
|
|
%global openssl_version 2.1.4
|
|
|
|
|
%global psych_version 3.1.0
|
|
|
|
|
%global racc_version 1.4.16
|
|
|
|
|
%global rdoc_version 6.2.1.1
|
|
|
|
@ -1146,7 +1146,7 @@ MSPECOPTS="$MSPECOPTS -P 'File.utime allows Time instances in the far future to
|
|
|
|
|
|
|
|
|
|
%files default-gems
|
|
|
|
|
%{gem_dir}/specifications/default/benchmark-0.1.0.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/cgi-0.1.0.1.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/cgi-0.1.0.2.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/csv-3.1.2.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/date-3.0.3.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/dbm-1.1.0.gemspec
|
|
|
|
@ -1182,7 +1182,7 @@ MSPECOPTS="$MSPECOPTS -P 'File.utime allows Time instances in the far future to
|
|
|
|
|
%{gem_dir}/specifications/default/strscan-1.0.3.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/timeout-0.1.0.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/tracer-0.1.0.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/uri-0.10.0.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/uri-0.10.0.2.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/webrick-1.6.1.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/yaml-0.1.0.gemspec
|
|
|
|
|
%{gem_dir}/specifications/default/zlib-1.1.0.gemspec
|
|
|
|
@ -1298,13 +1298,23 @@ MSPECOPTS="$MSPECOPTS -P 'File.utime allows Time instances in the far future to
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 25 2023 Jarek Prokop <jprokop@redhat.com> - 2.7.8-139
|
|
|
|
|
- Upgrade to Ruby 2.7.8.
|
|
|
|
|
Resolves: rhbz#2189465
|
|
|
|
|
- Fix HTTP response splitting in CGI.
|
|
|
|
|
Resolves: CVE-2021-33621
|
|
|
|
|
- Fix ReDoS vulnerability in URI.
|
|
|
|
|
Resolves: CVE-2023-28755
|
|
|
|
|
- Fix ReDoS vulnerability in Time.
|
|
|
|
|
Resolves: CVE-2023-28756
|
|
|
|
|
|
|
|
|
|
* Tue Jul 19 2022 Jarek Prokop <jprokop@redhat.com> - 2.7.6-138
|
|
|
|
|
- Upgrade to Ruby 2.7.6.
|
|
|
|
|
Resolves: rhbz#2109424
|
|
|
|
|
Resolves: rhbz#2096345
|
|
|
|
|
- Fix FTBFS due to an incompatible load directive.
|
|
|
|
|
Related: rhbz#2109424
|
|
|
|
|
Related: rhbz#2096345
|
|
|
|
|
- Fix a fiddle import test on an optimized glibc on Power 9.
|
|
|
|
|
Related: rhbz#2109424
|
|
|
|
|
Related: rhbz#2096345
|
|
|
|
|
- Fix regular Expression Denial of Service Vulnerability of Date Parsing Methods.
|
|
|
|
|
Resolves: CVE-2021-41817
|
|
|
|
|
- Fix cookie prefix spoofing in CGI::Cookie.parse.
|
|
|
|
|