-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archivers/hs-zip-archive: Update to 0.4.3
* Improve code for retrieving compressed data of unknown length (#63). Do not assume we'll have the signature 0x08074b50 that is sometimes used for the data description, because it is not in the spec and is not always used. * Make some record fields strict. * Require binary >= 0.7.2, remove some CPP
- Loading branch information
1 parent
e664e9f
commit 665bb34
Showing
4 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.8 2023/10/09 04:54:02 pho Exp $ | ||
# $NetBSD: Makefile,v 1.9 2023/10/27 08:33:32 pho Exp $ | ||
|
||
DISTNAME= zip-archive-0.4.2.2 | ||
PKGREVISION= 2 | ||
DISTNAME= zip-archive-0.4.3 | ||
CATEGORIES= archivers | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.4 2023/01/25 09:53:52 pho Exp $ | ||
$NetBSD: distinfo,v 1.5 2023/10/27 08:33:32 pho Exp $ | ||
|
||
BLAKE2s (zip-archive-0.4.2.2.tar.gz) = c21854b98f3bfd916b751242430318234547cb3fc69ef22312b55bc86787f643 | ||
SHA512 (zip-archive-0.4.2.2.tar.gz) = f0134a58583bd3f2bd1282391c7f9d5a7411db5ca7acdc2882e2b99811a8368df903c151665fd097b7e806198912aea833cc8b910c41bda57f2ff1346b17a673 | ||
Size (zip-archive-0.4.2.2.tar.gz) = 22296 bytes | ||
BLAKE2s (zip-archive-0.4.3.tar.gz) = da357ecdd5562cecdcd50eb475ff9f72ed789cd7db93599d9382b64ac8ab16b9 | ||
SHA512 (zip-archive-0.4.3.tar.gz) = b98791a22d0dc4b499653bbd88254cff86108bd3a13b59a107cc54e36dc0702c2934eb4b497cbc6239235a45b3486006e52d27faa5af589a124443f8938670ad | ||
Size (zip-archive-0.4.3.tar.gz) = 22161 bytes |