Commit graph

38 commits

Author SHA1 Message Date
wiz
16a17b2689 Update to 2.068:
2.068 10 Dec 2014

      * Silence more compiler warnings

      * Disable running of 07bufsize.y by default.
        COMPRESS_ZLIB_RUN_MOST needs set to run them. Makes life more
        bearable on legacy platforms
2014-12-31 14:34:30 +00:00
wiz
b3b65ce7c3 Update to 2.067:
2.067 8 Dec 2014

      * Silence Compiler Warnings
2014-12-10 22:03:32 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
01f83ead9e Update to 2.066:
2.066 21 Sept 2014

      * Another COW violation
        [#98069]

      * misleading nesting/indentation (found by Coverity)
        [#95405]
2014-10-01 10:48:53 +00:00
schmonz
92849b7983 Update to 2.065 to not conflict with lang/perl5. From the changelog:
* [PATCH] resolve c++ build failure in core [#92657]
* gcc -g3: final link failed: Memory exhausted [#88936]
* [PATCH] Handle non-PVs better [#91558]
* Z_OK instead of Z_BUF_ERROR [#92521]
* gcc -g3: final link failed: Memory exhausted [#88936]
* Compress::Raw::Zlib uses AutoLoader for no reason [#88260]
* Typo in Compress::Zlib _combine function documentation [#89305]
2014-06-29 17:07:18 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
134e15b4d5 Update to 2.062:
2.062 11 August 2013

      * typo fix
        [#86417]

  2.061 19 May 2013

      * Include zlib 1.2.8 source.

      * typo fix
        [#85431]

      * silence compiler warning by making 2nd parameter to
        DispStream a const char*

      * Mishandling of BUILD_ZLIB=0 option
        [#85492]
2013-09-05 18:48:26 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
hiramatsu
a7f957fde1 Update p5-Compress-Raw-Zlib to 2.060.
Changes from previous:
----------------------
  2.060 7 January 2013

      * Mention SimpleZip in POD

  2.059 24 November 2012

      * Copy-on-write support
        [#81353]

  2.058 12 November 2012

      * No Changes

  2.057 10 November 2012

      * Compress::Raw::Zlib needs to use PERL_NO_GET_CONTEXT
        [#80319]

      * Install to 'site' instead of 'perl' when perl version is 5.11+
        [#79812]

      * update to ppport.h that includes SvPV_nomg_nolen
        [#78079]
2013-04-20 11:44:30 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wen
7b28363239 Update to 2.056
Upstream changes:
2.056 10 August 2012

      * Fix C++ build issue
        Thanks to Karl Williamson for supplying the patch.

  2.055 4 August 2012

      * Fix misuse of magic in API
        [#78079]
2012-09-02 12:56:00 +00:00
sno
7e42f50d88 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-07-06 08:50:00 +00:00
sno
32a5b5bc99 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-03-22 13:15:31 +00:00
sno
86157e9bbd 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
2012-01-31 08:06:08 +00:00
sno
6fa13947dc 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-11-11 10:58:34 +00:00
adam
13d6f815ef Changes 2.037:
* No Changes

Changes 2.036:
* Added offset patramter to CRC32

Changes 2.035:
* No Changes
2011-08-10 06:49:29 +00:00
obache
0e31e2702d 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]
2011-04-16 02:20:56 +00:00
seb
c3f1e700ad 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-08-21 16:32:42 +00:00
sno
0460d52fe1 Downgrade required zlib version to 1.2.3 - someone needs to update
devel/zlib first.
Bumping PKGREVISION
2010-07-31 09:55:26 +00:00
sno
f93333139b 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-07-31 09:52:21 +00:00
wiz
1a9244bdd7 Update to 2.024: changes undocumented. 2010-01-20 15:06:47 +00:00
sno
c2ba50cb51 Updating devel/p5-Compress-Raw-Zlib from 2.021 to 2.023
Upstream changes:
  2.023 9 November 2009
      * Removed redundant bzip2 source files from the bzip2-src directory.
        [RT# 47225]

      * Fixed instance where $[ should have been $] in t/01bzip2.t
        Thanks to Robin Barker and zefram [RT #50764] for independantly
        spotting the issue.
2009-11-15 15:50:37 +00:00
sno
068c07ddaf Updating devel/p5-Compress-Raw-Zlib from 2.020 to 2.021
Upstream changes:
2.021 30 August 2009
      * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose
        [RT# 47225]
2009-09-12 18:19:44 +00:00
sno
41a899857c pkgsrc changes:
- Updating package for p5 module Compress::Raw::Zlib from 2.019 to
    2.020 as dependency for schedule update of p5 module IO::Compress
  - using ${PERL5_LICENSE} as license according to META.yaml

upstream changes:
  2.020 3 June 2009
      * Minor documentation update.
2009-06-11 11:20:22 +00:00
sno
1f59e7881a PkgSrc changes:
- Updating package for p5 module Compress::Raw::Zlib from 2.018 to 2.019

Upstream changes:
  2.019 4 May 2009
      * No Changes
2009-05-05 05:41:47 +00:00
sno
a8f39a084d PkgSrc changes:
- Updating package for p5 module Compress::Raw::Zlib from 2.017 to 2.018
  - Setting license to gnu-gpl-v2

Upstream changes:
  2.018 3 May 2009
      * No Changes
2009-05-04 05:50:01 +00:00
sno
01f32041eb PkgSrc changes:
- Updating module to 2.017

Upstream changes:
  2.017 28 March 2009

      * Added 'LimitOutput' option
      * Removed MAN3PODS from Makefile.PL
      * Fixed coring issue when LimitOutput was used.
      * Documented Compress::Raw::Zlib::zlib_version()
      * Documented Compress::Raw::Zlib::deflateReset()
        [RT #40566]
2009-04-11 22:35:29 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
he
1ae80b97a8 Update from version 2.012 to 2.015.
Upstream changes:

  2.015 3 September 2008

      * Makefile.PL
        Backout changes made in 2.014

  2.014 2 September 2008

      * Makefile.PL
        Updated to check for indirect dependencies.
2008-09-11 13:20:17 +00:00
heinz
082273c53d Updated to version 2.012.
Pkgsrc changes:
  - The package requires at least zlib 1.2.3 (part of NetBSD 4 and up)
    now, otherwise there will be complaints (grep for "needs zlib" in Zlib.xs).
  - Added comment to explain why patch-aa cannot be integrated upstream.

Changes since version 2.011:
============================
  2.012 15 July 2008
      * Document the gzip flags that WindowBits can take.
      * Allow a dictionary to be used with a raw inflate.
        Needs zlib 1.2.2.1 or better.
        [RT #36046]
2008-07-17 17:00:24 +00:00
abs
e175b772c9 Updated devel/p5-Compress-Raw-Zlib to 2.011
2.011 5 May 2008

      * A C++-style comment sneaked in with the last update. Fixed.
        [core patch #33828]

  2.010 5 May 2008

      * No Changes

  2.009 20 April 2008

      * No Changes
2008-05-28 22:10:51 +00:00
heinz
d808dcdb15 The package needs a C compiler. 2008-01-08 20:26:02 +00:00
wiz
10a752d8ff Update to 2.008:
2.008 2 November 2007

      * Minor documentation changes in README

  2.006 1 September 2007

      * Makefile.PL
        Added INSTALLDIRS directive to install as a core module when built
        on a perl >= 5.9.

  2.005 18 June 2007

      * Only include ppport.h when not being built with perl.
        [core patch #30655]
2007-11-30 15:29:10 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
577c4af1d8 Update to 2.004:
2.004 3 March 2007

      * Fixed lvalue substr issue

      * Remove redundant code from Zlib.xs
2007-03-08 18:59:08 +00:00
wiz
e13de62164 Initial import:
This module provides a Perl interface to the zlib compression library.
2007-02-02 19:08:39 +00:00