Thu, 18 Apr 2024 05:14:27 UTC | login

Information for build rubygem-rack-2.0.4-4.fc29

ID75471
Package Namerubygem-rack
Version2.0.4
Release4.fc29
Epoch1
SummaryA modular Ruby webserver interface
DescriptionRack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 28 Nov 2018 18:13:54 UTC
CompletedWed, 28 Nov 2018 18:13:54 UTC
Tags
f29
f30
RPMs
src
rubygem-rack-2.0.4-4.fc29.src.rpm (info) (download)
noarch
rubygem-rack-2.0.4-4.fc29.noarch.rpm (info) (download)
rubygem-rack-doc-2.0.4-4.fc29.noarch.rpm (info) (download)
Changelog * Mon Nov 12 2018 Vít Ondruch <vondruch@redhat.com> - 1:2.0.4-4 - Buffer size in multipart parser allows for denial of service (CVE-2018-16470). - Cross-site scripting (XSS) via `scheme` method on `Rack::Request` (CVE-2018-16471). * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 15 2018 Vít Ondruch <vondruch@redhat.com> - 1:2.0.4-2 - Exclude test.ru shebang from being mangled. * Tue Feb 13 2018 Jun Aruga <jaruga@redhat.com> - 1:2.0.4-1 - Update to Rack 2.0.4. * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jun 09 2017 Jun Aruga <jaruga@redhat.com> - 1:2.0.3-2 - Improve bootstrapping logic. Ref: https://fedoraproject.org/wiki/Packaging:Guidelines#Bootstrapping - Fix wrong script interpreter for rpmlint. * Thu Jun 01 2017 Steve Traylen <steve.traylen@cern.ch> - 1:2.0.3-1 - Update to Rack 2.0.3. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Jan 09 2017 Vít Ondruch <vondruch@redhat.com> - 1:2.0.1-2 - Fix test error caused by rubygem-concurrent-ruby.