summaryrefslogtreecommitdiff
path: root/archivers/ruby-zip
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-06-15 03:05:44 +0000
committertaca <taca@pkgsrc.org>2019-06-15 03:05:44 +0000
commitfec7f2a447f5929e380015404825701a8d883ce7 (patch)
tree6503c16f376a90a989fc032b3593f7d1287928b7 /archivers/ruby-zip
parentb227149d54376ce98a38a9b70c0cc02a26787708 (diff)
downloadpkgsrc-fec7f2a447f5929e380015404825701a8d883ce7.tar.gz
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 (limited to 'archivers/ruby-zip')
-rw-r--r--archivers/ruby-zip/Makefile4
-rw-r--r--archivers/ruby-zip/PLIST3
-rw-r--r--archivers/ruby-zip/distinfo10
3 files changed, 9 insertions, 8 deletions
diff --git a/archivers/ruby-zip/Makefile b/archivers/ruby-zip/Makefile
index 268cd47b74c..c0d91a45b69 100644
--- a/archivers/ruby-zip/Makefile
+++ b/archivers/ruby-zip/Makefile
@@ -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 --git a/archivers/ruby-zip/PLIST b/archivers/ruby-zip/PLIST
index 8005144c0a8..2bbef969849 100644
--- a/archivers/ruby-zip/PLIST
+++ b/archivers/ruby-zip/PLIST
@@ -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/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
diff --git a/archivers/ruby-zip/distinfo b/archivers/ruby-zip/distinfo
index 97508a400a3..b121df0f3d0 100644
--- a/archivers/ruby-zip/distinfo
+++ b/archivers/ruby-zip/distinfo
@@ -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