pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/R-zip



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Oct 18 22:54:57 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/R-zip/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/R-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/R-zip/Makefile
diff -u pkgsrc/archivers/R-zip/Makefile:1.6 pkgsrc/archivers/R-zip/Makefile:1.7
--- pkgsrc/archivers/R-zip/Makefile:1.6 Sun Jan  1 03:53:20 2023
+++ pkgsrc/archivers/R-zip/Makefile     Fri Oct 18 22:54:56 2024
@@ -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=    pkgsrc-users%NetBSD.org@localhost
 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

Index: pkgsrc/archivers/R-zip/distinfo
diff -u pkgsrc/archivers/R-zip/distinfo:1.7 pkgsrc/archivers/R-zip/distinfo:1.8
--- pkgsrc/archivers/R-zip/distinfo:1.7 Sun Jan  1 03:53:20 2023
+++ pkgsrc/archivers/R-zip/distinfo     Fri Oct 18 22:54:56 2024
@@ -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



Home | Main Index | Thread Index | Old Index