pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/ruby-zip archivers/ruby-zip: update to 1.2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91ac466d03c4
branches:  trunk
changeset: 335193:91ac466d03c4
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jun 15 03:05:44 2019 +0000

description:
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

diffstat:

 archivers/ruby-zip/Makefile |   4 ++--
 archivers/ruby-zip/PLIST    |   3 ++-
 archivers/ruby-zip/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 0de9fcfd0ccb -r 91ac466d03c4 archivers/ruby-zip/Makefile
--- a/archivers/ruby-zip/Makefile       Sat Jun 15 01:30:19 2019 +0000
+++ b/archivers/ruby-zip/Makefile       Sat Jun 15 03:05:44 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2018/09/23 13:49:00 taca Exp $
+# $NetBSD: Makefile,v 1.19 2019/06/15 03:05:44 taca Exp $
 
-DISTNAME=      rubyzip-1.2.2
+DISTNAME=      rubyzip-1.2.3
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//}
 CATEGORIES=    archivers
 
diff -r 0de9fcfd0ccb -r 91ac466d03c4 archivers/ruby-zip/PLIST
--- a/archivers/ruby-zip/PLIST  Sat Jun 15 01:30:19 2019 +0000
+++ b/archivers/ruby-zip/PLIST  Sat Jun 15 03:05:44 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2018/09/23 13:49:00 taca Exp $
+@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
@@ -77,6 +77,7 @@
 ${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
diff -r 0de9fcfd0ccb -r 91ac466d03c4 archivers/ruby-zip/distinfo
--- a/archivers/ruby-zip/distinfo       Sat Jun 15 01:30:19 2019 +0000
+++ b/archivers/ruby-zip/distinfo       Sat Jun 15 03:05:44 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2018/09/23 13:49:00 taca Exp $
+$NetBSD: distinfo,v 1.17 2019/06/15 03:05:44 taca Exp $
 
-SHA1 (rubyzip-1.2.2.gem) = c0e989661ce4e5cebf4c47e3e02a411521a55d1f
-RMD160 (rubyzip-1.2.2.gem) = d8295b7e2ec075087499baf9685af09a55c051b0
-SHA512 (rubyzip-1.2.2.gem) = 2adbf775e8480a90bd25de7fc9a4094079a7b1f81266a3866b163da47dcc5d5b08a39ec4e00f892212d3849bd8974ce9179b44c06d447d3b0f984dec305724b8
-Size (rubyzip-1.2.2.gem) = 152576 bytes
+SHA1 (rubyzip-1.2.3.gem) = 33908bbaef3b8bb143e89b4b3fa12a0852472427
+RMD160 (rubyzip-1.2.3.gem) = 84cfb3cfd1496e5ccaa585f58193ad55fa9b9777
+SHA512 (rubyzip-1.2.3.gem) = 192e518f06444929dac1c607594744526107c6187bc765eb2f78cd23b254419432e6a8ce2f598f48a265f041deaa2b78a2e59609340a781f80e996bc6ad1bd77
+Size (rubyzip-1.2.3.gem) = 152576 bytes



Home | Main Index | Thread Index | Old Index