Skip to content

Commit

Permalink
(archivers/R-zip) Updated 2.2.2 to 2.3.1
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
mef committed Oct 18, 2024
1 parent c3d167c commit 133364d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions archivers/R-zip/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# $NetBSD: Makefile,v 1.6 2023/01/01 03:53:20 mef Exp $
# $NetBSD: Makefile,v 1.7 2024/10/18 22:54:56 mef Exp $

R_PKGNAME= zip
R_PKGVER= 2.2.2
R_PKGVER= 2.3.1
CATEGORIES= archivers

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

TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-processx-[0-9]*:../../sysutils/R-processx
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr

TEST_DEPENDS+= tex-texlive.infra-[0-9]*:../../print/tex-texlive.infra

USE_LANGUAGES= c
Expand Down
8 changes: 4 additions & 4 deletions archivers/R-zip/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2023/01/01 03:53:20 mef Exp $
$NetBSD: distinfo,v 1.8 2024/10/18 22:54:56 mef Exp $

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

0 comments on commit 133364d

Please sign in to comment.