Commit graph

19 commits

Author SHA1 Message Date
taca
9016418b23 archivers/ruby-zip: update to 2.3.0
Update ruby-zip to 2.3.0.

pkgsrc change: Add "USE_LANGUAGES=	# none".


2.0.0 (2019-09-25)

Security

* Default the validate_entry_sizes option to true, so that callers can
  trust an entry's reported size when using extract #403

  o 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 / #384
* Drop support for unsupported ruby versions #406

2.1.0 (2020-01-25)

* Fix (at least partially) the restore_times and restore_permissions
  options to Zip::File.new #413

  o Previously, neither option did anything, regardless of what it was set
    to.  We have therefore defaulted them to false to preserve the current
    behavior, for the time being.  If you have explicitly set either to
    true, it will now have an effect.
  o Fix handling of UniversalTime (mtime, atime, ctime) fields. #421
  o Previously, Zip::File did not pass the options to Zip::Entry in some
    cases.  #423
  o Note that restore_times in this release does nothing on Windows and
    only restores mtime, not atime or ctime.

* Allow Zip::File.open to take an options hash like Zip::File.new #418

* Always print warnings with warn, instead of a mix of puts and warn #416

* Create temporary files in the system temporary directory instead of the
  directory of the zip file #411

* Drop unused tmpdir requirement #411

Tooling

* Move CI to xenial and include jruby on JDK11 #419

2.2.0 (2020-02-01)

* Add support for decompression plugin gems #427

2.3.0 (2020-03-14)

* Fix frozen string literal error #431
* Set OutputStream.write_buffer's buffer to binmode #439
* Upgrade rubocop and fix various linting complaints #437 #440

Tooling:

* Add a bin/console script for development #420
* Update rake requirement (development dependency only) to fix a security
  alert.
2020-03-15 15:52:07 +00:00
taca
043f3b38a6 archivers/ruby-zip: updateo to 1.3.0
Update ruby-zip to 1.3.0, latest 1.x release.


1.3.0 (2019-09-25)

Security

* Add validate_entry_sizes option so that callers can trust an entry's
  reported size when using extract #403

	o 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

Tooling / Documentation

* Add more gem metadata links #402


1.2.4 (2019-09-06)

* Do not rewrite zip files opened with open_buffer that have not changed #360

Tooling / Documentation

* Update example_recursive.rb in README #397
* Hold CI at trusty for now, automatically pick the latest ruby patch
  version, use rbx-4 and hold jruby at 9.1 #399
2020-03-09 00:36:23 +00:00
taca
322e59b2a1 archivers/ruby-zip: update to 1.2.3
Update ruby-zip to 1.2.3, here is release note.

1.2.3 (2019-05-23)

* Allow tilde in zip entry names #391 (fixes regression in 1.2.2 from #376)
* Support frozen string literals in more files #390
* Require pathname explicitly #388 (fixes regression in 1.2.2 from #376)

Tooling / Documentation:

* CI updates #392, #394
  - Bump supported ruby versions and add 2.6
  - JRuby failures are no longer ignored (reverts #375 / part of #371)
* Add changelog entry that was missing for last release #387
* Comment cleanup #385

Since the GitHub release information for 1.2.2 is missing, I will also include
it here:

1.2.2 (2018-09-01)

NB: This release drops support for extracting symlinks, because there was no
clear way to support this securely. See #376 (comment) for details.

* Fix CVE-2018-1000544 #376 / #371
* Fix NoMethodError: undefined method `glob' #363
* Fix handling of stored files (i.e. files not using compression) with general
  purpose bit 3 set #358
* Fix close on StringIO-backed zip file #353
* Add Zip.force_entry_names_encoding option #340
* Update rubocop, apply auto-fixes, and fix regressions caused by said
  auto-fixes #332, #355
* Save temporary files to temporary directory (rather than current directory)
  #325

Tooling / Documentation:

* Turn off all terminal output in all tests #361
* Several CI updates #346, #347, #350, #352
* Several README improvements #345, #326, #321
2019-06-15 03:05:44 +00:00
taca
7cc0b47448 archivers/ruby-zip: update to 1.2.2
Various small bug fixes including CVE-2018-1000544 (absolute path
traversal).
2018-09-23 13:49:00 +00:00
taca
59018eacc2 Update ruby-zip to 1.2.1.
v1.2.1

* Add accessor to @internal_file_attributes #304
* Extended globbing #303
* README updates #283, #289
* Cleanup after tests #298, #306
* Fix permissions on new zip files #294, #300
* Fix examples #297
* Support cp932 encoding #308
* Fix Directory traversal vulnerability #315
* Allow open_buffer to work without a given block #314
2017-03-11 15:34:46 +00:00
taca
0471a0304a Update rubyzip to 1.2.0.
* Don't enable JRuby objectspace #252
* Fixes an exception thrown when decoding some weird .zip files #248
* Use duck typing with IO methods #244
* Added error for empty (zero bit) zip file #242
* Accept StringIO in Zip.open_buffer #238
* Do something more expected with new file permissions #237
* Case insensitivity option for #find_entry #222
* Fixes in documentation and examples
2016-03-08 13:50:17 +00:00
agc
7ef3a4270a Add SHA512 digests for distfiles for archivers category
Problems found with existing distfile for eagle:
	distfiles/bicom101.zip
	distfiles/szip-2.1nb3/szip-2.1.tar.gz
	distfiles/xmill-0.9.1.tar.gz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 00:56:19 +00:00
taca
51ab3b85b8 Update ruby-zip to 1.1.7.
1.1.7

* Fix UTF-8 support for comments
* Zip.sort_entries working for zip output
* Prevent tempfile path from being unlinked by garbage collection
* NTFS Extra Field (0x000a) support
* Use String#tr instead of String#gsub
* Ability to not show warning about incorrect date
* Be smarter about handling buffer file modes.
* Support for Traditional Encryption (ZipCrypto)
2015-02-03 13:37:45 +00:00
taca
13b54bfc96 Update ruby-zip to 1.1.6.
1.1.6

    Revert "Return created zip file from Zip::File.open when supplied a block"

1.1.5

    Treat empty file as non-exists (@layerssss)
    Revert regression commit
    Return created zip file from Zip::File.open when supplied a block (@tpickett66)
    Zip::Entry::DEFLATED is forced on every file (@mehmetc)
    Add InputStream#ungetc (@zacstewart)
    Alias for legacy error names (@orien)
2015-02-01 12:46:24 +00:00
rodent
9127574a20 Some package i'm working on needs this >=1.0.0. Since nothing depends on it,
i don't see this update breaking anything. rubygems says that package requires
ruby>=1.9.2, so removing 1.8 from supported versions. This package needs to be
renamed to ruby-rubyzip, because there is a ruby-zip which is not this package.
From Changelog.md:

1.1.4

    Don't send empty string to stream (@mrloop)
    Zip::Entry::DEFLATED was forced on every file (@mehmetc)
    Alias for legacy error names (@orien)

1.1.3

    Fix compatibility of ::OutputStream::write_buffer (@orien)
    Clean up tempfiles from output stream (@iangreenleaf)

1.1.2

    Fix compatibility of ::Zip::File.write_buffer

1.1.1

    Speedup deflater (@loadhigh)
    Less Arrays and Strings allocations (@srawlins)
    Fix Zip64 writting support (@mrjamesriley)
    Fix StringIO support (@simonoff)
    Posibility to change default compression level
    Make Zip64 write support optional via configuration

1.1.0

    StringIO Support
    Zip64 Support
    Better jRuby Support
    Order of files in the archive can be sorted
    Other small fixes

1.0.0

    Removed support for Ruby 1.8
    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.
2014-06-20 02:09:43 +00:00
taca
28a274a68a Update ruby-zip to 0.9.9.
= Version 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.
2012-07-31 13:44:30 +00:00
taca
81cbca8001 Update ruby-zip package to 0.9.8.
pkgsrc change: Update HOMEPAGE.

= Version 0.9.8

Fixed: "Unitialized constant NullInputStream" error
2012-04-28 13:55:58 +00:00
taca
1a70abe4d5 Update ruby-zip package to 0.9.6.1.
Exact changes are unknown.
2012-03-18 09:10:21 +00:00
taca
942c660c73 Update ruby-zip package to 0.9.5.
Exact changes are unknown.
2011-12-14 17:01:13 +00:00
taca
415c07db85 Add fix for Ruby 1.9 from http://gist.github.com/611956.
Bump PKGREVISION.
2010-10-06 12:27:24 +00:00
taca
5c9b531482 Update archivers/ruby-zip package to 0.9.4.
* Use lang/ruby/gem.mk.

= Version 0.9.4

Changed ZipOutputStream.put_next_entry signature (API CHANGE!). Now
allows comment, extra field and compression method to be specified.

= 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.

= 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)
2010-09-10 03:59:20 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
taca
6da3cd9ae1 Update ruby-zip package to 0.9.1.
Also install some documents and examples.

= Version 0.9.1

Added symlink support and support for unix file permissions. Reduced
memory usage during decompression.

New methods ZipFile::[follow_symlinks, restore_times, restore_permissions, restore_ownership].
New methods ZipEntry::unix_perms, ZipInputStream::eof?.
Added documentation and test for new ZipFile::extract.
Added some of the API suggestions from sf.net #1281314.
Applied patch for sf.net bug #1446926.
Applied patch for sf.net bug #1459902.
Rework ZipEntry and delegate classes.
2007-01-28 15:18:48 +00:00
minskim
190ad9ab87 Import ruby-zip.
rubyzip is a ruby module for reading and writing zip files.
2006-03-30 03:16:48 +00:00