commit 3e7b01b807b020842c95fe52474acf857056e069
Author: Paul Howarth <[email protected]>
Date:   Thu Mar 8 15:59:06 2012 +0000

    Update to 1.59
    
    - New upstream release 1.59
      - If SSLv2 is not supported by Net::SSLeay set SSL_ERROR with useful 
message
        when attempting to use it
      - Modify constant declarations so that 5.6.1 should work again
    - Drop %defattr, redundant since rpm 4.4

 perl-IO-Socket-SSL.spec |   10 ++++++++--
 sources                 |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 53bf32e..24f6db1 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:          perl-IO-Socket-SSL
-Version:       1.58
+Version:       1.59
 Release:       1%{?dist}
 Summary:       Perl library for transparent SSL
 Group:         Development/Libraries
@@ -52,12 +52,18 @@ make test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc BUGS Changes README docs/ certs/ example/ util/
 %{perl_vendorlib}/IO/
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Thu Mar  8 2012 Paul Howarth <[email protected]> - 1.59-1
+- Update to 1.59
+  - if SSLv2 is not supported by Net::SSLeay set SSL_ERROR with useful message
+    when attempting to use it
+  - modify constant declarations so that 5.6.1 should work again
+- Drop %%defattr, redundant since rpm 4.4
+
 * Mon Feb 27 2012 Paul Howarth <[email protected]> - 1.58-1
 - Update to 1.58
   - fix t/dhe.t for openssl 1.0.1 beta by forcing TLSv1, so that it does not
diff --git a/sources b/sources
index 4d7ce92..e6d9f70 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8c5dd8461afa74ce7a1e23fc96381ab  IO-Socket-SSL-1.58.tar.gz
+2da0994ed9b23fc3c33175372494e2b1  IO-Socket-SSL-1.59.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to