pkgsrc/archivers/ruby-zip/PLIST
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

124 lines
5.3 KiB
Text

@comment $NetBSD: PLIST,v 1.14 2019/06/15 03:05:44 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/lib/zip.rb
${GEM_LIBDIR}/lib/zip/central_directory.rb
${GEM_LIBDIR}/lib/zip/compressor.rb
${GEM_LIBDIR}/lib/zip/constants.rb
${GEM_LIBDIR}/lib/zip/crypto/encryption.rb
${GEM_LIBDIR}/lib/zip/crypto/null_encryption.rb
${GEM_LIBDIR}/lib/zip/crypto/traditional_encryption.rb
${GEM_LIBDIR}/lib/zip/decompressor.rb
${GEM_LIBDIR}/lib/zip/deflater.rb
${GEM_LIBDIR}/lib/zip/dos_time.rb
${GEM_LIBDIR}/lib/zip/entry.rb
${GEM_LIBDIR}/lib/zip/entry_set.rb
${GEM_LIBDIR}/lib/zip/errors.rb
${GEM_LIBDIR}/lib/zip/extra_field.rb
${GEM_LIBDIR}/lib/zip/extra_field/generic.rb
${GEM_LIBDIR}/lib/zip/extra_field/ntfs.rb
${GEM_LIBDIR}/lib/zip/extra_field/old_unix.rb
${GEM_LIBDIR}/lib/zip/extra_field/universal_time.rb
${GEM_LIBDIR}/lib/zip/extra_field/unix.rb
${GEM_LIBDIR}/lib/zip/extra_field/zip64.rb
${GEM_LIBDIR}/lib/zip/extra_field/zip64_placeholder.rb
${GEM_LIBDIR}/lib/zip/file.rb
${GEM_LIBDIR}/lib/zip/filesystem.rb
${GEM_LIBDIR}/lib/zip/inflater.rb
${GEM_LIBDIR}/lib/zip/input_stream.rb
${GEM_LIBDIR}/lib/zip/ioextras.rb
${GEM_LIBDIR}/lib/zip/ioextras/abstract_input_stream.rb
${GEM_LIBDIR}/lib/zip/ioextras/abstract_output_stream.rb
${GEM_LIBDIR}/lib/zip/null_compressor.rb
${GEM_LIBDIR}/lib/zip/null_decompressor.rb
${GEM_LIBDIR}/lib/zip/null_input_stream.rb
${GEM_LIBDIR}/lib/zip/output_stream.rb
${GEM_LIBDIR}/lib/zip/pass_thru_compressor.rb
${GEM_LIBDIR}/lib/zip/pass_thru_decompressor.rb
${GEM_LIBDIR}/lib/zip/streamable_directory.rb
${GEM_LIBDIR}/lib/zip/streamable_stream.rb
${GEM_LIBDIR}/lib/zip/version.rb
${GEM_LIBDIR}/samples/example.rb
${GEM_LIBDIR}/samples/example_filesystem.rb
${GEM_LIBDIR}/samples/example_recursive.rb
${GEM_LIBDIR}/samples/gtk_ruby_zip.rb
${GEM_LIBDIR}/samples/qtzip.rb
${GEM_LIBDIR}/samples/write_simple.rb
${GEM_LIBDIR}/samples/zipfind.rb
${GEM_LIBDIR}/test/basic_zip_file_test.rb
${GEM_LIBDIR}/test/case_sensitivity_test.rb
${GEM_LIBDIR}/test/central_directory_entry_test.rb
${GEM_LIBDIR}/test/central_directory_test.rb
${GEM_LIBDIR}/test/crypto/null_encryption_test.rb
${GEM_LIBDIR}/test/crypto/traditional_encryption_test.rb
${GEM_LIBDIR}/test/data/WarnInvalidDate.zip
${GEM_LIBDIR}/test/data/file1.txt
${GEM_LIBDIR}/test/data/file1.txt.deflatedData
${GEM_LIBDIR}/test/data/file2.txt
${GEM_LIBDIR}/test/data/globTest.zip
${GEM_LIBDIR}/test/data/globTest/foo.txt
${GEM_LIBDIR}/test/data/globTest/foo/bar/baz/foo.txt
${GEM_LIBDIR}/test/data/globTest/food.txt
${GEM_LIBDIR}/test/data/gpbit3stored.zip
${GEM_LIBDIR}/test/data/mimetype
${GEM_LIBDIR}/test/data/notzippedruby.rb
${GEM_LIBDIR}/test/data/ntfs.zip
${GEM_LIBDIR}/test/data/oddExtraField.zip
${GEM_LIBDIR}/test/data/path_traversal/Makefile
${GEM_LIBDIR}/test/data/path_traversal/jwilk/README.md
${GEM_LIBDIR}/test/data/path_traversal/jwilk/absolute1.zip
${GEM_LIBDIR}/test/data/path_traversal/jwilk/absolute2.zip
${GEM_LIBDIR}/test/data/path_traversal/jwilk/dirsymlink.zip
${GEM_LIBDIR}/test/data/path_traversal/jwilk/dirsymlink2a.zip
${GEM_LIBDIR}/test/data/path_traversal/jwilk/dirsymlink2b.zip
${GEM_LIBDIR}/test/data/path_traversal/jwilk/relative0.zip
${GEM_LIBDIR}/test/data/path_traversal/jwilk/relative2.zip
${GEM_LIBDIR}/test/data/path_traversal/jwilk/symlink.zip
${GEM_LIBDIR}/test/data/path_traversal/relative1.zip
${GEM_LIBDIR}/test/data/path_traversal/tilde.zip
${GEM_LIBDIR}/test/data/path_traversal/tuzovakaoff/README.md
${GEM_LIBDIR}/test/data/path_traversal/tuzovakaoff/absolutepath.zip
${GEM_LIBDIR}/test/data/path_traversal/tuzovakaoff/symlink.zip
${GEM_LIBDIR}/test/data/rubycode.zip
${GEM_LIBDIR}/test/data/rubycode2.zip
${GEM_LIBDIR}/test/data/test.xls
${GEM_LIBDIR}/test/data/testDirectory.bin
${GEM_LIBDIR}/test/data/zip64-sample.zip
${GEM_LIBDIR}/test/data/zipWithDirs.zip
${GEM_LIBDIR}/test/data/zipWithEncryption.zip
${GEM_LIBDIR}/test/deflater_test.rb
${GEM_LIBDIR}/test/encryption_test.rb
${GEM_LIBDIR}/test/entry_set_test.rb
${GEM_LIBDIR}/test/entry_test.rb
${GEM_LIBDIR}/test/errors_test.rb
${GEM_LIBDIR}/test/extra_field_test.rb
${GEM_LIBDIR}/test/file_extract_directory_test.rb
${GEM_LIBDIR}/test/file_extract_test.rb
${GEM_LIBDIR}/test/file_permissions_test.rb
${GEM_LIBDIR}/test/file_split_test.rb
${GEM_LIBDIR}/test/file_test.rb
${GEM_LIBDIR}/test/filesystem/dir_iterator_test.rb
${GEM_LIBDIR}/test/filesystem/directory_test.rb
${GEM_LIBDIR}/test/filesystem/file_mutating_test.rb
${GEM_LIBDIR}/test/filesystem/file_nonmutating_test.rb
${GEM_LIBDIR}/test/filesystem/file_stat_test.rb
${GEM_LIBDIR}/test/gentestfiles.rb
${GEM_LIBDIR}/test/inflater_test.rb
${GEM_LIBDIR}/test/input_stream_test.rb
${GEM_LIBDIR}/test/ioextras/abstract_input_stream_test.rb
${GEM_LIBDIR}/test/ioextras/abstract_output_stream_test.rb
${GEM_LIBDIR}/test/ioextras/fake_io_test.rb
${GEM_LIBDIR}/test/local_entry_test.rb
${GEM_LIBDIR}/test/output_stream_test.rb
${GEM_LIBDIR}/test/pass_thru_compressor_test.rb
${GEM_LIBDIR}/test/pass_thru_decompressor_test.rb
${GEM_LIBDIR}/test/path_traversal_test.rb
${GEM_LIBDIR}/test/samples/example_recursive_test.rb
${GEM_LIBDIR}/test/settings_test.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/test/unicode_file_names_and_comments_test.rb
${GEM_LIBDIR}/test/zip64_full_test.rb
${GEM_LIBDIR}/test/zip64_support_test.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec