[perl-Net-SSLeay] Update to 1.49

Paul Howarth pghmcfc at fedoraproject.org
Tue Sep 25 15:41:56 UTC 2012


commit f7578e8adc83b4f5216e6ed909520687f959f215
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Sep 25 16:40:45 2012 +0100

    Update to 1.49
    
    - New upstream release 1.49
      - fixed problem where on some platforms test t/local/07_tcpecho.t would bail
        out if it could not bind port 1212; it now tries a number of ports to bind
        to until successful
      - improvements to unsigned casting
      - improvements to Net::SSLeay::read to make it easier to use with
        non-blocking IO: it modifies Net::SSLeay::read() to return the result from
        SSL_read() as the second return value, if Net::SSLeay::read() is called in
        list context (its behavior should be unchanged if called in scalar or void
        context)
      - fixed a problem where t/local/kwalitee.t fails with
        Module::CPANTS::Analyse 0.86
      - fixed a number of typos
      - fixed a compiler warning from Compiling with gcc-4.4 and -Wall
      - Fixed problems with get_https4: documentation was wrong, $header_ref was
        not correctly set and $server_cert was not returned
      - fixed a problem that could cause a Perl exception about no blength method
        on undef (CPAN RT#79309)
      - added documentation about how to mitigate various SSL/TLS vulnerabilities
      - SSL_MODE_* are now available as constants
    - Drop upstreamed pod encoding patch

 Net-SSLeay-1.48-pod-encoding.patch |    7 -------
 perl-Net-SSLeay.spec               |   31 +++++++++++++++++++++++++------
 sources                            |    2 +-
 3 files changed, 26 insertions(+), 14 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index eda3a3c..430e363 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,12 +1,11 @@
 Name:		perl-Net-SSLeay
-Version:	1.48
-Release:	6%{?dist}
+Version:	1.49
+Release:	1%{?dist}
 Summary:	Perl extension for using OpenSSL
 Group:		Development/Libraries
 License:	OpenSSL
 URL:		http://search.cpan.org/dist/Net-SSLeay/
 Source0:	http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-%{version}.tar.gz
-Patch0:		Net-SSLeay-1.48-pod-encoding.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires:	openssl, openssl-devel
 # =========== Module Build ===========================
@@ -56,9 +55,6 @@ so you can write servers or clients for more complicated applications.
 # Fix permissions in examples to avoid bogus doc-file dependencies
 chmod -c 644 examples/*
 
-# Fix POD encoding, lest the Kwalitee test fails (CPAN RT#78281)
-%patch0
-
 # Remove redundant unversioned provide if we don't have rpm 4.9 or later
 %global provfilt /bin/sh -c "%{__perl_provides} | grep -Fvx 'perl(Net::SSLeay)'"
 %define __perl_provides %{provfilt}
@@ -96,6 +92,29 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3pm*
 
 %changelog
+* Tue Sep 25 2012 Paul Howarth <paul at city-fan.org> - 1.49-1
+- update to 1.49
+  - fixed problem where on some platforms test t/local/07_tcpecho.t would bail
+    out if it could not bind port 1212; it now tries a number of ports to bind
+    to until successful
+  - improvements to unsigned casting
+  - improvements to Net::SSLeay::read to make it easier to use with
+    non-blocking IO: it modifies Net::SSLeay::read() to return the result from
+    SSL_read() as the second return value, if Net::SSLeay::read() is called in
+    list context (its behavior should be unchanged if called in scalar or void
+    context)
+  - fixed a problem where t/local/kwalitee.t fails with
+    Module::CPANTS::Analyse 0.86
+  - fixed a number of typos
+  - fixed a compiler warning from Compiling with gcc-4.4 and -Wall
+  - Fixed problems with get_https4: documentation was wrong, $header_ref was
+    not correctly set and $server_cert was not returned
+  - fixed a problem that could cause a Perl exception about no blength method
+    on undef (CPAN RT#79309)
+  - added documentation about how to mitigate various SSL/TLS vulnerabilities
+  - SSL_MODE_* are now available as constants
+- drop upstreamed pod encoding patch
+
 * Mon Aug 20 2012 Paul Howarth <paul at city-fan.org> - 1.48-6
 - fix POD encoding (CPAN RT#78281)
 - classify buildreqs by usage
diff --git a/sources b/sources
index 06732ff..b250aef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e10d9da28f26732e37807820bf72af5  Net-SSLeay-1.48.tar.gz
+9e05acd6773ff5e94c5a1dcd7c0ec4a7  Net-SSLeay-1.49.tar.gz



More information about the perl-devel mailing list