Update Compress-Raw-Bzip2 to CPAN version 2.033
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 11 Jan 2011 16:55:36 +0000 (16:55 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 11 Jan 2011 16:55:36 +0000 (16:55 +0000)
  [DELTA]

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

  2.032 4 Jan 2011

      * No Changes

Porting/Maintainers.pl
cpan/Compress-Raw-Bzip2/Changes
cpan/Compress-Raw-Bzip2/README
cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
cpan/Compress-Raw-Bzip2/pod/FAQ.pod
cpan/Compress-Raw-Bzip2/t/000prereq.t
pod/perldelta.pod

index 32365e9..9d8ec24 100755 (executable)
@@ -324,7 +324,7 @@ use File::Glob qw(:case);
     'Compress::Raw::Bzip2' =>
        {
        'MAINTAINER'    => 'pmqs',
-       'DISTRIBUTION'  => 'PMQS/Compress-Raw-Bzip2-2.031.tar.gz',
+       'DISTRIBUTION'  => 'PMQS/Compress-Raw-Bzip2-2.033.tar.gz',
        'FILES'         => q[cpan/Compress-Raw-Bzip2],
        'EXCLUDED'      => [ qr{^t/Test/},
                             qw( bzip2-src/bzip2-cpp.patch
index f266a79..441f4f0 100644 (file)
@@ -1,9 +1,19 @@
 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.
 
   2.030 22 July 2010
 
@@ -29,7 +39,7 @@ CHANGES
         [RT# 47225]
 
       * Fixed instance where $[ should have been $] in t/01bzip2.t
-        Thanks to Robin Barker and zefram [RT #50764] for independantly
+        Thanks to Robin Barker and zefram [RT #50764] for independently
         spotting the issue.
 
   2.021 30 August 2009
index bfc5502..75e1147 100644 (file)
@@ -1,11 +1,11 @@
 
                              Compress-Raw-Bzip2
 
-                             Version 2.031
+                             Version 2.033
 
-                               21st September 2010
+                             11th January 2011
 
-       Copyright (c) 2005-2010 Paul Marquess. All rights reserved.
+       Copyright (c) 2005-2011 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
            and/or modify it under the same terms as Perl itself.
 
@@ -164,7 +164,7 @@ To help me help you, I need all of the following information:
         If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm
         for a line like this:
 
-          $VERSION = "2.031" ;
+          $VERSION = "2.033" ;
 
      c. The version of bzip2 you have used.
         If you have successfully installed Compress-Raw-Bzip2, this one-liner
index c307e22..9aadba3 100644 (file)
@@ -12,7 +12,7 @@ use Carp ;
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.031';
+$VERSION = '2.033';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
@@ -354,7 +354,7 @@ See the Changes file.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2005-2010 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2011 Paul Marquess. All rights reserved.
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
index 3c7e9e5..d3ab73b 100644 (file)
@@ -39,7 +39,7 @@ available
 
 See previous FAQ item.
 
-If the C<Archive::Tar> module is instaled and either the C<uncompress> or
+If the C<Archive::Tar> module is installed and either the C<uncompress> or
 C<gunzip> programs are available, you can use one of these workarounds to
 read C<.tar.Z> files.
 
@@ -97,7 +97,7 @@ See the Changes file.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2005-2010 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2011 Paul Marquess. All rights reserved.
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
index 346c587..83a77fd 100644 (file)
@@ -19,7 +19,7 @@ BEGIN
         if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
 
 
-    my $VERSION = '2.031';
+    my $VERSION = '2.033';
     my @NAMES = qw(
                        
                        );
index 3b0df3d..842644d 100644 (file)
@@ -143,6 +143,10 @@ C<CGI> has been upgraded from version 3.50 to 3.51
 
 =item *
 
+C<Compress::Raw::Bzip2> has been upgraded from version 2.031 to 2.033
+
+=item *
+
 C<CPANPLUS> has been upgraded from version 0.9010 to 0.9011
 
 =item *