pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/ruby-zip



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar  9 00:36:23 UTC 2020

Modified Files:
        pkgsrc/archivers/ruby-zip: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/archivers/ruby-zip/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/ruby-zip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/ruby-zip/Makefile
diff -u pkgsrc/archivers/ruby-zip/Makefile:1.19 pkgsrc/archivers/ruby-zip/Makefile:1.20
--- pkgsrc/archivers/ruby-zip/Makefile:1.19     Sat Jun 15 03:05:44 2019
+++ pkgsrc/archivers/ruby-zip/Makefile  Mon Mar  9 00:36:23 2020
@@ -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
 

Index: pkgsrc/archivers/ruby-zip/distinfo
diff -u pkgsrc/archivers/ruby-zip/distinfo:1.17 pkgsrc/archivers/ruby-zip/distinfo:1.18
--- pkgsrc/archivers/ruby-zip/distinfo:1.17     Sat Jun 15 03:05:44 2019
+++ pkgsrc/archivers/ruby-zip/distinfo  Mon Mar  9 00:36:23 2020
@@ -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