17
0

Accepting request 747718 from home:mschnitzer:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/747718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=31
This commit is contained in:
2019-11-12 14:37:40 +00:00
committed by Git OBS Bridge
parent a767844e7d
commit e078c4c6ca
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 12 14:30:23 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 2.0.0
Security
* Default the `validate_entry_sizes` option to `true`, so that callers can trust an entry's reported size when using `extract` [#403](https://github.com/rubyzip/rubyzip/pull/403)
- This option defaulted to `false` in 1.3.0 for backward compatibility, but it now defaults to `true`. If you are using an older version of ruby and can't yet upgrade to 2.x, you can still use 1.3.0 and set the option to `true`.
Tooling / Documentation
* Remove test files from the gem to avoid problems with antivirus detections on the test files [#405](https://github.com/rubyzip/rubyzip/pull/405) / [#384](https://github.com/rubyzip/rubyzip/issues/384)
* Drop support for unsupported ruby versions [#406](https://github.com/rubyzip/rubyzip/pull/406)
-------------------------------------------------------------------
Mon Jul 8 07:53:40 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>