r72186 - in /trunk/libhttp-tiny-perl: Changes META.json META.yml Makefile.PL README debian/changelog debian/compat debian/control debian/patches/fix-spelling-error.patch lib/HTTP/Tiny.pm

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Apr 3 17:14:52 UTC 2011


Author: ghedo-guest
Date: Sun Apr  3 17:14:31 2011
New Revision: 72186

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72186
Log:
* New upstream release
* Bump debhelper compat level to 8
* Refresh fix-spelling-error patch

Modified:
    trunk/libhttp-tiny-perl/Changes
    trunk/libhttp-tiny-perl/META.json
    trunk/libhttp-tiny-perl/META.yml
    trunk/libhttp-tiny-perl/Makefile.PL
    trunk/libhttp-tiny-perl/README
    trunk/libhttp-tiny-perl/debian/changelog
    trunk/libhttp-tiny-perl/debian/compat
    trunk/libhttp-tiny-perl/debian/control
    trunk/libhttp-tiny-perl/debian/patches/fix-spelling-error.patch
    trunk/libhttp-tiny-perl/lib/HTTP/Tiny.pm

Modified: trunk/libhttp-tiny-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/Changes?rev=72186&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/Changes (original)
+++ trunk/libhttp-tiny-perl/Changes Sun Apr  3 17:14:31 2011
@@ -1,4 +1,15 @@
 Release notes for HTTP-Tiny
+
+0.012     2011-03-31 15:48:02 America/New_York
+
+  [BUG FIXES]
+
+  - mirror() now uses binmode during output (RT #67118) [Serguei Trouchelle]
+
+  [DOCUMENTATION]
+
+  - noted that SSL certificates are not verified against CA's
+    (RT #66907)
 
 0.011     2011-03-19 20:48:39 America/New_York
 
@@ -7,7 +18,7 @@
   - Made t/000_load.t less verbose under harness (RT#65507) [Dave Mitchell]
 
   - Removed 'Errno' as an explicit prefix (it is a core module, but not
-    indexed by PAUSE, which might confuse some installers
+    indexed by PAUSE, which might confuse some installers)
 
 0.010     2011-02-04 02:45:31 EST5EDT
 

Modified: trunk/libhttp-tiny-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/META.json?rev=72186&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/META.json (original)
+++ trunk/libhttp-tiny-perl/META.json Sun Apr  3 17:14:31 2011
@@ -57,11 +57,11 @@
    "provides" : {
       "HTTP::Tiny" : {
          "file" : "lib/HTTP/Tiny.pm",
-         "version" : "0.011"
+         "version" : "0.012"
       },
       "HTTP::Tiny::Handle" : {
          "file" : "lib/HTTP/Tiny.pm",
-         "version" : "0.011"
+         "version" : "0.012"
       }
    },
    "release_status" : "stable",
@@ -77,6 +77,6 @@
          "web" : "http://github.com/dagolden/p5-http-tiny/tree"
       }
    },
-   "version" : "0.011"
+   "version" : "0.012"
 }
 

Modified: trunk/libhttp-tiny-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/META.yml?rev=72186&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/META.yml (original)
+++ trunk/libhttp-tiny-perl/META.yml Sun Apr  3 17:14:31 2011
@@ -34,10 +34,10 @@
 provides:
   HTTP::Tiny:
     file: lib/HTTP/Tiny.pm
-    version: 0.011
+    version: 0.012
   HTTP::Tiny::Handle:
     file: lib/HTTP/Tiny.pm
-    version: 0.011
+    version: 0.012
 requires:
   Carp: 0
   IO::Socket: 0
@@ -47,4 +47,4 @@
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=HTTP-Tiny
   homepage: http://github.com/dagolden/p5-http-tiny/tree
   repository: git://github.com/dagolden/p5-http-tiny.git
-version: 0.011
+version: 0.012

Modified: trunk/libhttp-tiny-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/Makefile.PL?rev=72186&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/Makefile.PL (original)
+++ trunk/libhttp-tiny-perl/Makefile.PL Sun Apr  3 17:14:31 2011
@@ -35,7 +35,7 @@
     'IO::Socket' => '0',
     'Time::Local' => '0'
   },
-  'VERSION' => '0.011',
+  'VERSION' => '0.012',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: trunk/libhttp-tiny-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/README?rev=72186&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/README (original)
+++ trunk/libhttp-tiny-perl/README Sun Apr  3 17:14:31 2011
@@ -2,7 +2,7 @@
     HTTP::Tiny - A small, simple, correct HTTP/1.1 client
 
 VERSION
-    version 0.011
+    version 0.012
 
 SYNOPSIS
         use HTTP::Tiny;
@@ -195,6 +195,8 @@
 
     *   Direct "https" connections are supported only if IO::Socket::SSL is
         installed. There is no support for "https" connections via proxy.
+        Any SSL certificate that matches the host is accepted -- SSL
+        certificates are not verified against certificate authorities.
 
     *   Cookies are not directly supported. Users that set a "Cookie" header
         should also set "max_redirect" to zero to ensure cookies are not

Modified: trunk/libhttp-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/changelog?rev=72186&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/debian/changelog (original)
+++ trunk/libhttp-tiny-perl/debian/changelog Sun Apr  3 17:14:31 2011
@@ -1,11 +1,14 @@
-libhttp-tiny-perl (0.011-1) UNRELEASED; urgency=low
+libhttp-tiny-perl (0.012-1) UNRELEASED; urgency=low
 
-  Dependency change and change to tests
-  IGNORE-VERSION: 0.011-1
+  [ Jonathan Yu ]
+  * New upstream release 0.011
 
+  [ Alessandro Ghedini ]
   * New upstream release
+  * Bump debhelper compat level to 8
+  * Refresh fix-spelling-error patch
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Mar 2011 08:32:45 -0400
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Sun, 03 Apr 2011 19:01:43 +0200
 
 libhttp-tiny-perl (0.010-1) unstable; urgency=low
 

Modified: trunk/libhttp-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/compat?rev=72186&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/debian/compat (original)
+++ trunk/libhttp-tiny-perl/debian/compat Sun Apr  3 17:14:31 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libhttp-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/control?rev=72186&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/debian/control (original)
+++ trunk/libhttp-tiny-perl/debian/control Sun Apr  3 17:14:31 2011
@@ -1,7 +1,7 @@
 Source: libhttp-tiny-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <al3xbio at gmail.com>

Modified: trunk/libhttp-tiny-perl/debian/patches/fix-spelling-error.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/patches/fix-spelling-error.patch?rev=72186&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/debian/patches/fix-spelling-error.patch (original)
+++ trunk/libhttp-tiny-perl/debian/patches/fix-spelling-error.patch Sun Apr  3 17:14:31 2011
@@ -1,7 +1,7 @@
 Fix spelling error s/Persistant/Persistent/ found by lintian
 --- a/lib/HTTP/Tiny.pm
 +++ b/lib/HTTP/Tiny.pm
-@@ -1008,7 +1008,7 @@
+@@ -1009,7 +1009,7 @@
  
  =item *
  

Modified: trunk/libhttp-tiny-perl/lib/HTTP/Tiny.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/lib/HTTP/Tiny.pm?rev=72186&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/lib/HTTP/Tiny.pm (original)
+++ trunk/libhttp-tiny-perl/lib/HTTP/Tiny.pm Sun Apr  3 17:14:31 2011
@@ -9,7 +9,7 @@
 #
 package HTTP::Tiny;
 BEGIN {
-  $HTTP::Tiny::VERSION = '0.011';
+  $HTTP::Tiny::VERSION = '0.012';
 }
 use strict;
 use warnings;
@@ -62,6 +62,7 @@
     my $tempfile = $file . int(rand(2**31));
     open my $fh, ">", $tempfile
         or Carp::croak(qq/Error: Could not open temporary file $tempfile for downloading: $!/);
+    binmode $fh;
     $args->{data_callback} = sub { print {$fh} $_[0] };
     my $response = $self->request('GET', $url, $args);
     close $fh
@@ -759,7 +760,7 @@
 
 =head1 VERSION
 
-version 0.011
+version 0.012
 
 =head1 SYNOPSIS
 
@@ -1015,6 +1016,8 @@
 
 Direct C<https> connections are supported only if L<IO::Socket::SSL> is
 installed.  There is no support for C<https> connections via proxy.
+Any SSL certificate that matches the host is accepted -- SSL certificates
+are not verified against certificate authorities.
 
 =item *
 




More information about the Pkg-perl-cvs-commits mailing list