Mon Mar 9 00:36:23 2020 UTC ()
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


(taca)
diff -r1.19 -r1.20 pkgsrc/archivers/ruby-zip/Makefile
diff -r1.17 -r1.18 pkgsrc/archivers/ruby-zip/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/archivers/ruby-zip/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/ruby-zip/Makefile 2019/06/15 03:05:44 1.19
+++ pkgsrc/archivers/ruby-zip/Makefile 2020/03/09 00:36:23 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2019/06/15 03:05:44 taca Exp $ 1# $NetBSD: Makefile,v 1.20 2020/03/09 00:36:23 taca Exp $
2 2
3DISTNAME= rubyzip-1.2.3 3DISTNAME= rubyzip-1.3.0
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//}
5CATEGORIES= archivers 5CATEGORIES= archivers
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://github.com/aussiegeek/rubyzip 8HOMEPAGE= https://github.com/aussiegeek/rubyzip
9COMMENT= Ruby module for reading and writing zip files 9COMMENT= Ruby module for reading and writing zip files
10LICENSE= ruby-license 10LICENSE= ruby-license
11 11
12pre-configure: 12pre-configure:
13 ${CHMOD} -R -x ${WRKSRC}/Rakefile ${WRKSRC}/lib/zip/*.rb 13 ${CHMOD} -R -x ${WRKSRC}/Rakefile ${WRKSRC}/lib/zip/*.rb
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.17 -r1.18 pkgsrc/archivers/ruby-zip/distinfo (expand / switch to unified diff)

--- pkgsrc/archivers/ruby-zip/distinfo 2019/06/15 03:05:44 1.17
+++ pkgsrc/archivers/ruby-zip/distinfo 2020/03/09 00:36:23 1.18
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.17 2019/06/15 03:05:44 taca Exp $ 1$NetBSD: distinfo,v 1.18 2020/03/09 00:36:23 taca Exp $
2 2
3SHA1 (rubyzip-1.2.3.gem) = 33908bbaef3b8bb143e89b4b3fa12a0852472427 3SHA1 (rubyzip-1.3.0.gem) = 21fb7d9976f0968f9e981618f5734c330b130cc7
4RMD160 (rubyzip-1.2.3.gem) = 84cfb3cfd1496e5ccaa585f58193ad55fa9b9777 4RMD160 (rubyzip-1.3.0.gem) = e1c788a015d567491986604a216473721caa9da2
5SHA512 (rubyzip-1.2.3.gem) = 192e518f06444929dac1c607594744526107c6187bc765eb2f78cd23b254419432e6a8ce2f598f48a265f041deaa2b78a2e59609340a781f80e996bc6ad1bd77 5SHA512 (rubyzip-1.3.0.gem) = d340d5ce69e449ce0f874f9f023fd72287d70cd15507b27a2b09192c1314433b738568469ad474aba05fcced4b9149740ee75046f619744373d4d104bf80f9c9
6Size (rubyzip-1.2.3.gem) = 152576 bytes 6Size (rubyzip-1.3.0.gem) = 154624 bytes