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: updateo to 1.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/a370505f9651
branches: trunk
changeset: 412584:a370505f9651
user: taca <taca%pkgsrc.org@localhost>
date: Mon Mar 09 00:36:23 2020 +0000
description:
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
diffstat:
archivers/ruby-zip/Makefile | 4 ++--
archivers/ruby-zip/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 60bed5f8fc04 -r a370505f9651 archivers/ruby-zip/Makefile
--- a/archivers/ruby-zip/Makefile Sun Mar 08 23:52:54 2020 +0000
+++ b/archivers/ruby-zip/Makefile Mon Mar 09 00:36:23 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/06/15 03:05:44 taca Exp $
+# $NetBSD: Makefile,v 1.20 2020/03/09 00:36:23 taca Exp $
-DISTNAME= rubyzip-1.2.3
+DISTNAME= rubyzip-1.3.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//}
CATEGORIES= archivers
diff -r 60bed5f8fc04 -r a370505f9651 archivers/ruby-zip/distinfo
--- a/archivers/ruby-zip/distinfo Sun Mar 08 23:52:54 2020 +0000
+++ b/archivers/ruby-zip/distinfo Mon Mar 09 00:36:23 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2019/06/15 03:05:44 taca Exp $
+$NetBSD: distinfo,v 1.18 2020/03/09 00:36:23 taca Exp $
-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
+SHA1 (rubyzip-1.3.0.gem) = 21fb7d9976f0968f9e981618f5734c330b130cc7
+RMD160 (rubyzip-1.3.0.gem) = e1c788a015d567491986604a216473721caa9da2
+SHA512 (rubyzip-1.3.0.gem) = d340d5ce69e449ce0f874f9f023fd72287d70cd15507b27a2b09192c1314433b738568469ad474aba05fcced4b9149740ee75046f619744373d4d104bf80f9c9
+Size (rubyzip-1.3.0.gem) = 154624 bytes
Home |
Main Index |
Thread Index |
Old Index