Commit graph

23 commits

Author SHA1 Message Date
heinz
c62c0a3881 Updated to version 1.41.
No pkgsrc changes.

Changes since version 1.35
==========================
  1.41 - 4 October 2005
      * added hints/mpeix.pl file supplied by Ken Hirsch
  1.40 - 23 September 2005
      * Fixed failure of 03examples.t for some windows systems.
  1.39 - 15 September 2005
      * Fixed dTHX macro for 5.00503 on FreeBSD
  1.38 - 6 September 2005
      * Integrate core change 25304 -- Symbian Update
      * Added libscan to Makefile.PL
  1.37 - 12 August 2005
      * Change to t/03examples.t for VMS from Abe Timmerman
  1.36 - 3 August 2005
      * Renamed zlib-src-1.2.3 to zlib-src to help VMS
      * Fixed Makefile.PL for VMS
      * Fixed t/03examples.t for VMS
      * Added a couple of notes about incompatibility with Unix compress.
2005-10-15 19:51:17 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
taca
79e1eb9c5b Update p5-Compress-Zlib packaeg to 1.35.
This includes security fix as zlib 1.2.2.

CHANGES
-------

  1.35 - 16 July 2005

      * Updated zlib source to 1.2.3

      * Fixed problem with where two calls to gzclose would hang the debugger.
        See https://rt.cpan.org/Ticket/Display.html?id=13789

      * Added code from Alexey Tourbin to use XSLoader when available,
        and DynaLoader otherwise.

      * Documented that the compress & uncompress functions were not
        the same as the Unix utilities of the same name.

      * Fixed 05gzsetp -- it left a temp file hanging around.

      * Integrate core change 24787 - SvUPGRADE returns void in blead

      * Integrate core change 24788 - Makefile.PL adjustments for the core
2005-08-02 03:23:44 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
jschauma
e880d86536 Don't use "-R/foo", but use COMPILER_RPATH_FLAG instead.
Should fix problems seen in IRIX bulk-builds.
2005-05-30 21:09:44 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
c9b7220a03 Update to 1.34:
1.34 - 30 January 2005
      * Fixed typo in the README
      * Fixed examples.t on Win32 where paths have embedded whitespace.
      * Fix for Cygwin and core integration from Jos I. Boumans
      * Upgrade zlib source to 1.2.2
2005-02-26 17:22:21 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
heinz
67b7d24303 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.
2004-02-22 16:35:38 +00:00
minskim
7f2de5a56b bl3ify and enable pkgviews installation. 2004-02-22 00:42:27 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
wiz
2b9af52f55 Update to 1.21, from Quentin Garnier in PR 21918.
Changes:
  1.21 - 28 April 2003

      * Tests 148 & 150 from t/02zlib.t were failing on redhat 9.

      * Added a few words about the problems with Mac OS X to the README file.

  1.20 - 4 April 2003

      * Fixed bug in gzopen where $gzerrno wasn't being set correctly.
        The symptom was $gzerrno was set to Z_MEM_ERROR although the file
	was opened ok. If gzopen failed, $gzerrno was being set correctly.
	This problem wasn't spotted before because the typical test
	to determine whether gzopen passed or failed was to check its
	return value.

  1.19 - 31 October 2002

      * fixed a problem with t/02zlib.t that was failing with redhat 8.

  1.18 - 24 October 2002

      * fixed a Win32 problem in t/02zlib.t by changing sysread to read.

      * zlib 1.0.5 & older doesn't have gzsetparams & gzeof. Added a new
        variable to config.in to flag an old version of zlib. Split
        out the tests for gzsetparams into t/05gzsetp.t

  1.17 - 22 October 2002

      * Moved the test to check the versions of libz & zlib.h into a separate
        file and added troubleshooting notes to README.

      * In gzopen, only attempt to call "tell" for normal files.

      * Broke changes out of README into Changes file.

      * Replaced internal use of Z_PARTIAL_FLUSH symbol with Z_SYNC_FLUSH.
        zlib.h says  /* will be removed, use Z_SYNC_FLUSH instead */

      * Added support for zlib functions inflateSync and deflateParams.

      * Added support for zlib functions gzeof and gzsetparams.

      * Added support for access to adler, total_in & total_out

      * The compress function can now take an optional parameter that
        allows the compression level to be specified. This mirrors the
        compress2 function available in zlib.

      * memGzip doesn't work properly with perl 5.8.0 when it is given
        UTF-8 data. Bug spotted by Andreas J. Koenig.

      * Added note about Linux zlib-devel RPM to README.

      * Fixed recursive build problem on win32 machines.

      * Fixed problem with the test harness on Mac OS X.
        Thanks to Carl Johan Berglund for reporting the problem and
        helping track it down.
2003-06-17 13:17:28 +00:00
seb
912d287ba6 buildlink1 -> buildlink2
Use perl5/module.mk
Get ride of a patch by passing zlib's files locations in MAKE_ENV
2002-09-24 23:05:05 +00:00
mjl
df549909dd Update p5-Compress-Zlib to 1.16
* Changes a few types to get the module to build on 64-bit Solaris

 * Changed the up/downgrade logic to default to the older constructs, and
   to only call a downgrade if specifically requested. Some older versions
   of Perl were having problems with the in-place edit.

 * added the new XS constant code.

 * Fixed bug in Makefile.PL that stopped "perl Makefile.PL PREFIX=..."
   working.
2002-01-19 03:04:47 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
agc
c369d8291b Standardise on one p5-Compress-Zlib package, and one version (1.14).
Use buildlink functionality, provided by jlam.
Unknown changes since previous version (1.11).
2001-10-01 10:33:53 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
jtb
4be208586d Initial import of p5-Compress-Zlib.
This module provides a Perl interface to part of the info-zip zlib
compression library.  For more details see the pod documentation
embedded in the file Zlib.pm.

Package submitted by Damon Brodie in PR pkg/11598.
2001-03-05 20:21:26 +00:00