Changelog for
ruby2.5-rubygem-rack-1_6-1.6.8-lp152.3.47.x86_64.rpm :
* Tue May 23 2017 cooloAATTsuse.com- updated to version 1.6.8 see installed HISTORY.md
* Fri Nov 11 2016 cooloAATTsuse.com- updated to version 1.6.5 see installed HISTORY.md Sun Dec 4 18:48:03 2015 Jeremy Daer
* First-party \"SameSite\" cookies. Browsers omit SameSite cookies from third-party requests, closing the door on many CSRF attacks. Pass `same_site: true` (or `:strict`) to enable: response.set_cookie \'foo\', value: \'bar\', same_site: true or `same_site: :lax` to use Lax enforcement: response.set_cookie \'foo\', value: \'bar\', same_site: :lax Based on version 7 of the Same-site Cookies internet draft: https://tools.ietf.org/html/draft-west-first-party-cookies-07 Thanks to Ben Toews (AATTmastahyeti) and Bob Long (AATTbobjflong) for updating to drafts 5 and 7. Wed Jun 24 12:13:37 2015 Aaron Patterson
* Fix Ruby 1.8 backwards compatibility
* Mon Jul 04 2016 cooloAATTsuse.com- split off 1.6 in preparation of 2.0
* Fri Jun 19 2015 cooloAATTsuse.com- updated to version 1.6.4 see installed HISTORY.md Fri Jun 19 07:14:50 2015 Matthew Draper
* Work around a Rails incompatibility in our private API
* Wed Jun 17 2015 cooloAATTsuse.com- updated to version 1.6.2 see installed HISTORY.md Fri Jun 12 11:37:41 2015 Aaron Patterson
* Prevent extremely deep parameters from being parsed. CVE-2015-3225
* Thu May 07 2015 cooloAATTsuse.com- updated to version 1.6.1 no changelog found
* Fri Feb 06 2015 cooloAATTsuse.com- updated to version 1.6.0
* Sat Nov 01 2014 tboergerAATTsuse.com- Fixed all rpmlintrc errors to prevent failing builds with multiple ruby versions
* Mon Sep 29 2014 mrueckertAATTsuse.de- added rpmlintrc to ignore the rackup shebang line in a test case- updated to new packaging scheme and add gem2rpm.yml
* Tue May 28 2013 cooloAATTsuse.com- new template version