Commit graph

23 commits

Author SHA1 Message Date
wiz
3dc790b765 Update to 2.062:
2.062 11 August 2013

      * No Changes

  2.061 19 May 2013

      * silence compiler warning by making 2nd parameter to
        DispStream a const char*
2013-09-05 18:47:16 +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
bafdfb9705 Update p5-Compress-Raw-Bzip2 to 2.060.
Changes from previous:
----------------------
  2.060 7 January 2013

      * No Changes

  2.059 24 November 2012

      * Copy-on-write support
        [#81352]

  2.058 12 November 2012

      * No Changes

  2.057 10 November 2012

      * Compress::Raw::Bzip2 needs to use PERL_NO_GET_CONTEXT
        [#80318]

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

      * update to ppport.h that includes SvPV_nomg_nolen
        [#78080]
2013-04-29 12:07:22 +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
4001bbc782 Update to 2.055
Upstream changes:
2.055 4 August 2012

      * Fix misuse of magic in API
        [#78080]
2012-09-02 12:47:43 +00:00
sno
547dad26a8 Updating Perl 5 package for CPAN module Compress::Raw::Bzip2 in
devel/p5-Compress-Raw-Bzip2 from 2.049 to 2.052 to satisfy requirements
of scheduled update of package for CPAN module IO::Compress.

Upstream changes since 2.049:
2.052 29 April 2012
      * No Changes
2012-07-06 08:52:16 +00:00
sno
9a9f41eb20 Updating package for Perl5 module Compress::Raw::Bzip2 from CPAN in
devel/p5-Compress-Raw-Bzip2 from 2.048 to 2.049 as dependency of
scheduled update of devel/p5-IO-Compress.

Upstream changes:
  2.049 18 February 2012
      * No Changes
2012-03-22 13:17:42 +00:00
sno
ee66a5d7eb Updating package in devel/p5-Compress-Raw-Bzip2 for CPAN module
Compress::Raw::Bzip2 from 2.040 to 2.048.

Upstream changes:
  2.048 29 January 2012
      * No Changes

  2.047 28 January 2012
      * Set minimum Perl version to 5.6

  2.045 3 December 2011
      * Moved FAQ.pod to IO::Compress

  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:07:48 +00:00
sno
5d269e71ce Updating devel/p5-Compress-Raw-Bzip2 from 2.037 to 2.040 for most recent
low level programing interface to bzip2 from the Perl programming language
as requirement for the 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 11:02:24 +00:00
adam
591830d08c Changes 2.037:
* No Changes

Changes 2.036:
* No Changes

Changes 2.035:
* No Changes
2011-08-10 06:47:42 +00:00
obache
b6b3157d27 Update p5-Compress-Raw-Bzip2 to 2.033.
pkgsrc fixes
* Let to use system bzip2 library instead of included one,
  same as p5-Compress-Raw-Zlib.

CHANGES
-------

  2.033 11 Jan 2011
      * Fixed typos & spelling errors.
        [perl# 81782]

  2.032 4 Jan 2011

      * No Changes

  2.031 21 September 2010

      * Updated to use bzip2 1.0.6
        Version 1.0.6 removes a potential security vulnerability,
        CVE-2010-0405, so all users are recommended to upgrade immediately.
2011-04-16 04:27:37 +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
0209338c49 Updating devel/p5-Compress-Raw-Bzip2 from 2.026 to 2.030 for scheduled update
of devel/p5-IO-Compress

Upstream changes:
  2.030 22 July 2010
      * No Changes

  2.027 24 April 2010
      * No Changes
2010-07-31 09:47:28 +00:00
seb
afe0d9159a Update p5-Compress-Raw-Bzip2 from version 2.024 to version 2.026.
Upstream changes:
  2.026 7 April 2010

      * No Changes

  2.025 27 March 2010

      * Documented the unused "verbosity" option in
        Compress::Raw::Bunzip2::new
        [RT# 54425]
2010-04-11 19:39:36 +00:00
wiz
0f2e7b4e08 Update to 2.024: changes undocumented. 2010-01-20 15:06:26 +00:00
sno
fe6ca2ff74 Updating devel/p5-Compress-Raw-Bzip2 from 2.021 to 2.023
Upstream changes:
  2.023 9 November 2009
      * fixed instance where $[ should have been $] in t/02zlib.t
        Thanks to Robin Barker and zefram [RT #50765] for independantly
        spotting the issue.
2009-11-15 15:53:00 +00:00
sno
510237bc15 Updating devel/p5-Compress-Raw-Bzip2 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:21:57 +00:00
sno
8fbbdc0d8d pkgsrc changes:
- Updating package for p5 module Compress::Raw::Bzip 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 4 June 2009
      * No Changes
2009-06-11 10:53:13 +00:00
sno
4dc620142c PkgSrc changes:
- Updating package for p5 module Compress::Raw::Bzip2 from 2.018 to 2.019

Upstream changes:
  2.019 4 May 2009
      * tidied up Bzip2.xs
2009-05-05 05:44:33 +00:00
sno
5579e80826 PkgSrc changes:
- Updating package for p5 module Compress::Raw::Bzip2 from 2.017 to 2.018
  - Setting license to gnu-gpl-v2

Upstream changes:
  2.018 3 May 2009
      * added linitOutput option
      * Changes to bzip2 source to get the module to build using a C++
        compiler
2009-05-04 05:47:54 +00:00
sno
f6fd7235c3 PkgSrc changes:
- Updating module to 2.017

Upstream changes:
  2.017 28 March 2009

      * Minor changes to allow building in perl core.
      * Removed MAN3PODS from Makefile.PL
2009-04-11 22:37:58 +00:00
wiz
9ef2b6af77 Import p5-Compress-Raw-Bzip2-2.015 as devel/p5-Compress-Raw-Bzip2.
Compress-Raw-Bzip2 provides the interface to the bzip2 library for
the modules IO::Compress::Bzip2 and IO::Compress::Bunzip2.
2008-11-05 15:36:33 +00:00