Skip to content
Merged
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
2 changes: 1 addition & 1 deletion SPECS/ruby/ruby.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"ruby-2.6.3.tar.xz": "11a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1"
"ruby-2.6.6.tar.xz": "5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f"
}
}
6 changes: 4 additions & 2 deletions SPECS/ruby/ruby.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Ruby
Name: ruby
Version: 2.6.3
Release: 3%{?dist}
Version: 2.6.6
Release: 1%{?dist}
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
URL: https://www.ruby-lang.org/en/
Group: System Environment/Security
Expand Down Expand Up @@ -53,6 +53,8 @@ rm -rf %{buildroot}/*
%{_mandir}/man5/*

%changelog
* Thu Oct 15 2020 Emre Girgin <mrgirgin@microsoft.com> 2.6.6-1
- Upgrade to 2.6.6 to resolve CVEs.
* Sat May 09 00:20:42 PST 2020 Nick Samson <nisamson@microsoft.com> - 2.6.3-3
- Added %%license line automatically
* Wed May 06 2020 Pawel Winogrodzki <pawelwi@microsoft.com> 2.6.3-2
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5086,8 +5086,8 @@
"type": "other",
"other": {
"name": "ruby",
"version": "2.6.3",
"downloadUrl": "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.xz"
"version": "2.6.6",
"downloadUrl": "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.6.tar.xz"
}
}
},
Expand Down