Skip to content

Commit 133364d

Browse files
author
mef
committed
(archivers/R-zip) Updated 2.2.2 to 2.3.1
# zip 2.3.1 * The zip shared library now hides its symbols (on platforms that support this), to avoid name clashes with other libraries (#98). # zip 2.3.0 * zip now handles large zip files on Windows (#65, #75, #79, @weshinsley). * zip now behaves better for absolute paths in mirror mode, and when the paths contain a `:` character (#69, #70). * `zip::unzip()` now uses the process's umask value (see `umask(2)`) on Unix if the zip file does not contain Unix permissions (#67). * Fix segmentation fault when zip file can't be created (#91, @zeehio) * Fix delayed evaluation error on zipfile when `zip::zip()` is used (#92, @zeehio) * New `deflate()` and `inflate()` functions to compress and uncompress GZIP streams in memory.
1 parent c3d167c commit 133364d

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

archivers/R-zip/Makefile

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
# $NetBSD: Makefile,v 1.6 2023/01/01 03:53:20 mef Exp $
1+
# $NetBSD: Makefile,v 1.7 2024/10/18 22:54:56 mef Exp $
22

33
R_PKGNAME= zip
4-
R_PKGVER= 2.2.2
4+
R_PKGVER= 2.3.1
55
CATEGORIES= archivers
66

77
MAINTAINER= [email protected]
88
COMMENT= Cross-platform 'zip' compression
99
LICENSE= cc0-1.0-universal
1010

11+
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
12+
TEST_DEPENDS+= R-processx-[0-9]*:../../sysutils/R-processx
13+
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
14+
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
15+
1116
TEST_DEPENDS+= tex-texlive.infra-[0-9]*:../../print/tex-texlive.infra
1217

1318
USE_LANGUAGES= c

archivers/R-zip/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.7 2023/01/01 03:53:20 mef Exp $
1+
$NetBSD: distinfo,v 1.8 2024/10/18 22:54:56 mef Exp $
22

3-
BLAKE2s (R/zip_2.2.2.tar.gz) = 797415c29acfedd574de57742ef0401bce4f69170275cf22bc5cf8f8b94582da
4-
SHA512 (R/zip_2.2.2.tar.gz) = c13e965cb979aa419084b37f74f547c9fae6e643ec9bbc77ff5e6140d5a9d3add17d6797bcfabbca4eac624c85ce34e57cd2ca72beb700af1aad53ac4302971a
5-
Size (R/zip_2.2.2.tar.gz) = 103404 bytes
3+
BLAKE2s (R/zip_2.3.1.tar.gz) = 488f835f607bc4ba91b5500fe6d42c7dd7dc38260eb2d9c1dbf54f734eb599a9
4+
SHA512 (R/zip_2.3.1.tar.gz) = 6cb08fbf5312d4d5de7fa8cb4936e88b586d2de85753e95f6a2dc0fb48d2dcc7c7641f1131a5344e2b9d7e3d814bced5f8612e577ae457e36103101cb1beefb1
5+
Size (R/zip_2.3.1.tar.gz) = 111280 bytes

0 commit comments

Comments
 (0)