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:           Wed Sep  2 15:01:13 UTC 2026

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

Log Message:
archivers/ruby-zip: update to 3.6.0

3.6.0 (2026-09-01)

* Forward options from OutputStream.open without a block. #674
* Clamp DOS date and time to the range the fields can hold. #671

Tooling/internal:

* Unix owner ids no longer default to 0 (root).
* Legacy Unix owner ids no longer default to 0 (root).
* Handle short reads in copy_stream_n. #675
* Retain required Zip64 offset fields. #676
* Load openssl only when AES encryption is used. #672


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/archivers/ruby-zip/Makefile
cvs rdiff -u -r1.27 -r1.28 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.28 pkgsrc/archivers/ruby-zip/Makefile:1.29
--- pkgsrc/archivers/ruby-zip/Makefile:1.28     Mon Aug 31 15:15:43 2026
+++ pkgsrc/archivers/ruby-zip/Makefile  Wed Sep  2 15:01:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2026/08/31 15:15:43 taca Exp $
+# $NetBSD: Makefile,v 1.29 2026/09/02 15:01:13 taca Exp $
 
-DISTNAME=      rubyzip-3.5.0
+DISTNAME=      rubyzip-3.6.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//}
 CATEGORIES=    archivers
 

Index: pkgsrc/archivers/ruby-zip/distinfo
diff -u pkgsrc/archivers/ruby-zip/distinfo:1.27 pkgsrc/archivers/ruby-zip/distinfo:1.28
--- pkgsrc/archivers/ruby-zip/distinfo:1.27     Mon Aug 31 15:15:43 2026
+++ pkgsrc/archivers/ruby-zip/distinfo  Wed Sep  2 15:01:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2026/08/31 15:15:43 taca Exp $
+$NetBSD: distinfo,v 1.28 2026/09/02 15:01:13 taca Exp $
 
-BLAKE2s (rubyzip-3.5.0.gem) = 588485e52b294c6c151ffa0e45c0b3db7e6bd5252a935f42dd0f83ce8537d8d0
-SHA512 (rubyzip-3.5.0.gem) = 1af9641458fd0f0bcfedcf4b668249c3a3130692d7dbc8825a2ee915f39c40ac7fcf8d74b7fca1163505846d52ef1fc09823fe54cb5a51349f2d32dcc6b03e63
-Size (rubyzip-3.5.0.gem) = 59392 bytes
+BLAKE2s (rubyzip-3.6.0.gem) = 089c249df27d3a9df51b4ce9785645bf926ace55ac978b1444eab64130921c1e
+SHA512 (rubyzip-3.6.0.gem) = f8fea4456f53368f6150a6e87e54d54e0590c324172892d669bd7214a9f14d058507e8ba6f38df9dfb822a2778dfd4cd526e21f2ad5c75f61fa6ae02d7f5c6e2
+Size (rubyzip-3.6.0.gem) = 59904 bytes



Home | Main Index | Thread Index | Old Index