2012-07-06 10:50:01 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating Perl 5 package for CPAN module Compress::Raw::Zlib in
devel/p5-Compress-Raw-Zlib from 2.051 to 2.054.
Upstream changes:
2.054 8 May 2012
* Build issue on Win32
[#77030]
2.053 6 May 2012
* Include zlib 1.2.7 source.
2.052 29 April 2012
* Fixed build issue when Perl is built with C++
|
2012-03-22 14:15:32 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for Perl5 module Compress::Raw::Zlib from CPAN in
devel/p5-Compress-Raw-Zlib from 2.048 to 2.051.
Upstream changes:
2.051 20 February 2012
* Bug in Compress::Raw::Zlib on Windows
[#75222]
2.050 20 February 2012
* Build failure on Irix & Solaris.
[RT #69985]
2.049 18 February 2012
* Include zlib 1.2.6 source.
|
2012-01-31 09:06:08 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package in devel/p5-Compress-Raw-Zlib for CPAN module
Compress::Raw::Zlib from 2.040 to 2.048.
Upstream changes:
2.048 29 January 2012
* Set minimum zlib version to 1.2.0
2.047 28 January 2012
* Allow flush to be called multiple times without any intermediate
call to deflate and still return Z_OK.
In the code below $status was Z_BUF_ERROR before this change.
$def->flush(...);
$status = $def->flush(...);
* Added support for zlibCompileFlags
* Set minimum Perl version to 5.6
2.045 3 December 2011
* Moved FAQ.pod into Zlib.pm
2.044 2 December 2011
* Moved FAQ.pod under the lib directory so it can get installed
2.043 20 November 2011
* No Changes
2.042 17 November 2011
* No Changes
|
2011-11-11 11:58:34 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
Updating devel/p5-Compress-Raw-Zlib from 2.037 to 2.040
It's a requirement for update of devel/p5-IO-Compress to 2.040.
Upstream changes:
2.040 28 October 2011
* No Changes
2.039 28 October 2011
* croak if attempt to freeze/thaw compression object
[RT #69985]
|
2011-08-10 08:49:29 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.037:
* No Changes
Changes 2.036:
* Added offset patramter to CRC32
Changes 2.035:
* No Changes
|
2011-04-16 04:20:56 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-Compress-Raw-Zlib to 2.033.
CHANGES
-------
2.033 11 Jan 2011
* Fixed typos & spelling errors.
[perl# 81782]
2.032 4 Jan 2011
* Document inflateReset
[RT #61082]
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-07-31 11:55:26 by Jens Rehsack | Files touched by this commit (1) | |
Log message:
Downgrade required zlib version to 1.2.3 - someone needs to update
devel/zlib first.
Bumping PKGREVISION
|
2010-07-31 11:52:21 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Compress-Raw-Zlib from 2.024 to 2.030
Upstream changes:
2.030 22 July 2010
* Ran the zlib2ansi script against the files in zlib-src.
Thanks to Nicholas Clark for the reminder.
* Added "-DNO_VIZ" to DEFINE in Makefile.PL
[RT #65293]
2.027 24 April 2010
* Updated to include zlib 1.2.5
2.026 7 April 2010
* Fixed definition of Z_TREES in Makefile.PL
[RT #65293]
* Fixed build issue with definition of off64_t not found on Solaris
by modifying the zlib source - changed the symbol
_LARGEFILE64_SOURCE to _LARGEFILE64_SOURCE_dummy in zconf.h,
zlib.h and zutil.h
[RT #56108]
2.025 27 March 2010
* Updated to include zlib 1.2.4
* Allow zlib version check to be disabled by setting
TEST_SKIP_VERSION_CHECK environment variable.
[RT #54510]
|
2010-01-20 16:06:47 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.024: changes undocumented.
|