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:           Mon Aug 30 01:14:59 UTC 2021

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

Log Message:
(archivers/R-zip) Updated 2.1.1 to 2.2.0

# 2.2.0

* Header values (of version made by and external attributes) are now
  correctly read and written on big-endian systems (#68).

* `zip_list()` now also returns `crc32` and `offset` (#74, @jefferis).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/R-zip/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/archivers/R-zip/Makefile:1.5
--- pkgsrc/archivers/R-zip/Makefile:1.4 Mon Dec 21 11:09:11 2020
+++ pkgsrc/archivers/R-zip/Makefile     Mon Aug 30 01:14:59 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/12/21 11:09:11 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/08/30 01:14:59 mef Exp $
 
 R_PKGNAME=     zip
-R_PKGVER=      2.1.1
+R_PKGVER=      2.2.0
 CATEGORIES=    archivers
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/archivers/R-zip/distinfo
diff -u pkgsrc/archivers/R-zip/distinfo:1.3 pkgsrc/archivers/R-zip/distinfo:1.4
--- pkgsrc/archivers/R-zip/distinfo:1.3 Mon Dec 21 11:09:11 2020
+++ pkgsrc/archivers/R-zip/distinfo     Mon Aug 30 01:14:59 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/12/21 11:09:11 mef Exp $
+$NetBSD: distinfo,v 1.4 2021/08/30 01:14:59 mef Exp $
 
-SHA1 (R/zip_2.1.1.tar.gz) = 1d53f0db91d9af9e185343f7cce5f1b8c24844c4
-RMD160 (R/zip_2.1.1.tar.gz) = 5488c6508f0027e2526f3236cc75bbd433422fdc
-SHA512 (R/zip_2.1.1.tar.gz) = 17831001fc767154425b19a230e07cbe50797fe3e767a680da70daa5c49634f48f2731f0260bc54c18a41219d8a30f3df5f10246435793ad183638794b025a24
-Size (R/zip_2.1.1.tar.gz) = 112865 bytes
+SHA1 (R/zip_2.2.0.tar.gz) = 894e63bc681826dad2a1ebc0a89b55e5cf70a683
+RMD160 (R/zip_2.2.0.tar.gz) = 5db05a0e804bdb03ed7997b9b54ae91503e448f7
+SHA512 (R/zip_2.2.0.tar.gz) = c32ba46ece47502a5fc087db49be7574c9ae3f558d39b6fb20d37c9c2a0bd00452e99b43cd6cadd087b93fc3008e53f7ea3b59ba96f8b40f5dff6b36b3749fc6
+Size (R/zip_2.2.0.tar.gz) = 114391 bytes



Home | Main Index | Thread Index | Old Index