Subject: CVS commit: pkgsrc/devel/p5-Compress-Zlib
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 02/22/2004 16:35:39
Module Name: pkgsrc
Committed By: heinz
Date: Sun Feb 22 16:35:39 UTC 2004
Modified Files:
pkgsrc/devel/p5-Compress-Zlib: Makefile distinfo
pkgsrc/devel/p5-Compress-Zlib/patches: patch-aa
Log Message:
Updated to version 1.33
Interesting changes since 1.21
==============================
* memGunzip has very slow on FreeBSD. Turns out to be down to
the way realloc works on FreeBSD. Changed both inflate & deflate
to use exponentially increasing buffer sizes when they need to
realloc. Thanks to Peter Jeremy for the lowdown on FreeBSD
memory allocation.
* Fixed a bug in the inflate method where the input buffer is an
lvalue (via substr). Problem & solution reported by Salvador Fandiqo.
* Tightened up the logic in Makefile.PL when BUILD_ZLIB is
True. Issue spotted by Ralf S. Engelschall.
* Added prototypes to the subs in Zlib.pm that didn't already have
them. Patch from Ed Avis.
* Documentation for some of the gz functions updated.
* Fix to allow intermingling of gzread & gzreadline - patch
supplied by Doug Perham.
* memGunzip will silently now work if the gzip trailer is
missing. Some HTTP Origin Servers seem to leave it out.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/p5-Compress-Zlib/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/p5-Compress-Zlib/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/p5-Compress-Zlib/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.