Package Release Info

rubygem-rubyzip-1.3.0-bp152.1.13

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby2.5-rubygem-rubyzip
ruby2.5-rubygem-rubyzip-doc
ruby2.5-rubygem-rubyzip-testsuite

Change Logs

* Wed Nov 13 2019 Dan ?ermák <dcermak@suse.com>
- Update to version 1.3
  This fixes CVE-2019-16892
  Security
  - Add `validate_entry_sizes` option so that callers can trust an entry's reported size when using `extract` [#403](https://github.com/rubyzip/rubyzip/pull/403)
  - This option defaults to `false` for backward compatibility in this release, but you are strongly encouraged to set it to `true`. It will default to `true` in rubyzip 2.0.
  New Feature
  - Add `add_stored` method to simplify adding entries without compression [#366](https://github.com/rubyzip/rubyzip/pull/366)
  Tooling / Documentation
  - Add more gem metadata links [#402](https://github.com/rubyzip/rubyzip/pull/402)
* Tue Nov 12 2019 Johannes Kastl <kastl@b1-systems.de>
- used latest template for gem2rpm.yml
- add license to gem2rpm.yml to correctly get BSD-2-Clause
* Tue Nov 12 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 08 2019 Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.2.3
  * Allow tilde in zip entry names [#391](https://github.com/rubyzip/rubyzip/pull/391) (fixes regression in 1.2.2 from [#376](https://github.com/rubyzip/rubyzip/pull/376))
  * Support frozen string literals in more files [#390](https://github.com/rubyzip/rubyzip/pull/390)
  * Require `pathname` explicitly [#388](https://github.com/rubyzip/rubyzip/pull/388) (fixes regression in 1.2.2 from [#376](https://github.com/rubyzip/rubyzip/pull/376))
  Tooling / Documentation:
  * CI updates [#392](https://github.com/rubyzip/rubyzip/pull/392), [#394](https://github.com/rubyzip/rubyzip/pull/394)
  - Bump supported ruby versions and add 2.6
  - JRuby failures are no longer ignored (reverts [#375](https://github.com/rubyzip/rubyzip/pull/375) / part of [#371](https://github.com/rubyzip/rubyzip/pull/371))
  * Add changelog entry that was missing for last release [#387](https://github.com/rubyzip/rubyzip/pull/387)
  * Comment cleanup [#385](https://github.com/rubyzip/rubyzip/pull/385)
Version: 1.2.2-bp151.2.5
* Wed Sep 05 2018 coolo@suse.com
- updated to version 1.2.2
  Fixes CVE-2018-1000544 symlink and absolute path traversal
  (bsc#1099280).
  See https://github.com/rubyzip/rubyzip/pull/387
  for full changelog.
Version: 1.2.1-bp150.2.4
* Thu Feb 09 2017 coolo@suse.com
- updated to version 1.2.1
  Fixes bsc#1027050 CVE-2017-5946
* Sat Feb 20 2016 coolo@suse.com
- updated to version 1.2.0
  no changelog found
* Tue Feb 10 2015 coolo@suse.com
- updated to version 1.1.7
* Mon Oct 13 2014 adrian@suse.de
- adapt to new rubygem packaging style
* Sun May 18 2014 coolo@suse.com
- updated to version 1.1.3, no changelog
* Tue Mar 18 2014 coolo@suse.com
- updated to version 1.1.2, no changelog
* Fri Nov 22 2013 coolo@suse.com
- updated to version 1.1.0, found no changelog
* Fri Aug 30 2013 coolo@suse.com
- updated to version 1.0.0
  Changed the API for gem. Now it can be used without require param in Gemfile.
  Added read-only support for Zip64 files.
  Added support for setting Unicode file names.
* Fri Jun 22 2012 coolo@suse.com
- update to 0.9.9
  Added support for backslashes in zip files (generated by the default Windows
  zip packer for example) and comment sections with the comment length set to zero
  even though there is actually a comment.
* Sat Apr 28 2012 coolo@suse.com
- update to 0.9.8
  Fixed: "Unitialized constant NullInputStream" error
* Sun Apr 08 2012 coolo@suse.com
- update to 0.9.7, still no upstream changelog
* Wed Apr 04 2012 coolo@suse.com
- update to 0.9.6.1, no upstream changelog
* Mon Jun 14 2010 mrueckert@suse.de
- update to version 0.9.4
  Changed ZipOutputStream.put_next_entry signature (API CHANGE!).
  Now allows comment, extra field and compression method to be
  specified.
- additional changes from version 0.9.3
  Fixed: Added ZipEntry::name_encoding which retrieves the
  character encoding of the name and comment of the entry. Also
  added convenience methods ZipEntry::name_in(enc) and
  ZipEntry::comment_in(enc) for getting zip entry names and
  comments in a specified character encoding.
- additional changes from version 0.9.2
  Fixed: Renaming an entry failed if the entry's new name was a
  different length than its old name. (Diego Barros)
* Fri Jun 11 2010 mrueckert@suse.de
- use rubygems_requires macro
* Mon Oct 02 2006 mrueckert@suse.de
- Initial package of version 0.9.1