Skip to content

Commit

Permalink
Update to zlib-0.6.2.1
Browse files Browse the repository at this point in the history
0.6.2.1
 * Add support for GHC 8.8 / base-4.13

0.6.2
 * New cabal flag 'pkg-config' for discovering 'zlib` via pkg-config(1) (#16)
 * Use CApiFFI where available for cross-compile friendliness (#14)
 * Change the window bits range from 8..15 to 9..15 (#11)

0.6.1.2
 * Fix a segfault when reading the stream multithreaded, #7
 * New experimental cabal flag 'non-blocking-ffi' for 'safe' ffi calls

0.6.1.1
 * Fixed building with GHC 7.0 and 7.2

0.6.0.2
 * Fixed building with GHC 7.0 and 7.2

0.6.1.0
 * Support for concatenated gzip files (multiple back-to-back streams)

0.6.0.1
 * Fixed building with older GHC
 * Fixed warnings with new GHC
 * Fixed building on Windows
 * Fixed testsuite

0.6.0.0
 * New incremental interface for compression and decompression
 * Provide access to unconsumed trailing data
 * Simplified structured error type, and instance of Exception
 * Updated bundled zlib C code to 1.2.8 (used on Windows)
 * Fixed memory leak of zlib z_stream C structure
 * More derivied instances (Eq, Show, Typeable, Generic)

0.5.4.2
 * Builds with GHC 7.10
  • Loading branch information
depressed-pho committed Dec 29, 2019
1 parent c7658e2 commit 462e333
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 39 deletions.
4 changes: 2 additions & 2 deletions archivers/hs-zlib/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2014/08/12 21:22:13 szptvlfn Exp $
# $NetBSD: Makefile,v 1.2 2019/12/29 23:20:52 pho Exp $

DISTNAME= zlib-0.5.4.1
DISTNAME= zlib-0.6.2.1
CATEGORIES= archivers

MAINTAINER= pho@cielonegro.org
Expand Down
29 changes: 0 additions & 29 deletions archivers/hs-zlib/PLIST

This file was deleted.

6 changes: 3 additions & 3 deletions archivers/hs-zlib/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.2 2014/08/29 14:08:38 szptvlfn Exp $
# $NetBSD: buildlink3.mk,v 1.3 2019/12/29 23:20:52 pho Exp $

BUILDLINK_TREE+= hs-zlib

.if !defined(HS_ZLIB_BUILDLINK3_MK)
HS_ZLIB_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-zlib+= hs-zlib>=0.5.4
BUILDLINK_ABI_DEPENDS.hs-zlib+= hs-zlib>=0.5.4.1
BUILDLINK_API_DEPENDS.hs-zlib+= hs-zlib>=0.6.2
BUILDLINK_ABI_DEPENDS.hs-zlib+= hs-zlib>=0.6.2.1
BUILDLINK_PKGSRCDIR.hs-zlib?= ../../archivers/hs-zlib

.include "../../devel/zlib/buildlink3.mk"
Expand Down
10 changes: 5 additions & 5 deletions archivers/hs-zlib/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/11/03 00:56:22 agc Exp $
$NetBSD: distinfo,v 1.3 2019/12/29 23:20:52 pho Exp $

SHA1 (zlib-0.5.4.1.tar.gz) = ac9b93c09801df507091eece3913d2102dbeabaf
RMD160 (zlib-0.5.4.1.tar.gz) = 9ed49e79e239604958a9c385cca75747fafc2713
SHA512 (zlib-0.5.4.1.tar.gz) = aa3522a5704978badcf634e1d99282144f01ddee4600bd146631a3ee8b98080914eb2887869a5fa404dc9d1e438a5df87cf7d44548c2f3e1ec13ba19004ef985
Size (zlib-0.5.4.1.tar.gz) = 127760 bytes
SHA1 (zlib-0.6.2.1.tar.gz) = 3ee030a58bf9800b049a0416592ff554abd31267
RMD160 (zlib-0.6.2.1.tar.gz) = 3f281504d93f6b462fc3aa6565df1e39ebe3f132
SHA512 (zlib-0.6.2.1.tar.gz) = cee7942a86afbd08f03c19abd88154cc866a3ccc52342264d4d5b28a71643adf30bf03ba939d6a98b7c065752f9ec326729fc38cfe72b66998551c89186048c5
Size (zlib-0.6.2.1.tar.gz) = 143424 bytes

0 comments on commit 462e333

Please sign in to comment.