Skip to content

Commit

Permalink
Update ruby-zip to 1.2.1.
Browse files Browse the repository at this point in the history
v1.2.1

* Add accessor to @internal_file_attributes #304
* Extended globbing #303
* README updates #283, #289
* Cleanup after tests #298, #306
* Fix permissions on new zip files #294, #300
* Fix examples #297
* Support cp932 encoding #308
* Fix Directory traversal vulnerability #315
* Allow open_buffer to work without a given block #314
  • Loading branch information
taca committed Mar 11, 2017
1 parent 51a6120 commit b55f23f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions archivers/ruby-zip/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2016/03/08 13:50:17 taca Exp $
# $NetBSD: Makefile,v 1.17 2017/03/11 15:34:46 taca Exp $

DISTNAME= rubyzip-1.2.0
DISTNAME= rubyzip-1.2.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//}
CATEGORIES= archivers

Expand Down
10 changes: 5 additions & 5 deletions archivers/ruby-zip/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.14 2016/03/08 13:50:17 taca Exp $
$NetBSD: distinfo,v 1.15 2017/03/11 15:34:46 taca Exp $

SHA1 (rubyzip-1.2.0.gem) = e58af9324fb24725ff6305913d478422265f6e0d
RMD160 (rubyzip-1.2.0.gem) = a6329043a920a3a0481aa9e47965ac1644b810ec
SHA512 (rubyzip-1.2.0.gem) = fbb2ec7a8eaa5cb5de44559ae38b15507fd51d6cd5430ffc903b7ee55c0a0f425f9160861424a09f8f1276ceefd8db3315515623ad2b22fe7eb91335172b638f
Size (rubyzip-1.2.0.gem) = 149504 bytes
SHA1 (rubyzip-1.2.1.gem) = 6db27c04c4051fdd163a759d294a66e89438ccbe
RMD160 (rubyzip-1.2.1.gem) = 7706dd78f3f465d27b29971b28a6268a0dd3461f
SHA512 (rubyzip-1.2.1.gem) = d2ce408dba3dfc6c005570504b58b11e3f3b17170734d34a1ce906c57e7f8c56beb856a1dbe66eeb854dd3d20a76108e347b9e596107d3693080d42a009eb95e
Size (rubyzip-1.2.1.gem) = 149504 bytes

0 comments on commit b55f23f

Please sign in to comment.