commit d661fc42391aa05078c6fd3f3020709d27ffe3d2
Author: Paul Howarth <p...@city-fan.org>
Date:   Tue Jan 14 14:24:20 2014 +0000

    Update to 1.963
    
    - New upstream release 1.963
      - Fix behavior of stop_SSL: for blocking sockets it now enough to call it
        once, for non-blocking it should be called again as long as EAGAIN and
        SSL_ERROR is set to SSL_WANT_(READ|WRITE)
      - Don't call blocking if start_SSL failed and downgraded socket has no
        blocking method
      - Documentation enhancements:
        - Special section for differences to IO::Socket
        - Describe problem with blocking accept on non-blocking socket
        - Describe arguments to new_from_fd and make clear that for upgrading an
          existing IO::Socket, start_SSL should be used directly

 perl-IO-Socket-SSL.spec |   15 ++++++++++++++-
 sources                 |    2 +-
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index af144b7..f1c47c6 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:          perl-IO-Socket-SSL
-Version:       1.962
+Version:       1.963
 Release:       1%{?dist}
 Summary:       Perl library for transparent SSL
 Group:         Development/Libraries
@@ -70,6 +70,19 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
 
 %changelog
+* Tue Jan 14 2014 Paul Howarth <p...@city-fan.org> - 1.963-1
+- Update to 1.963
+  - Fix behavior of stop_SSL: for blocking sockets it now enough to call it
+    once, for non-blocking it should be called again as long as EAGAIN and
+    SSL_ERROR is set to SSL_WANT_(READ|WRITE)
+  - Don't call blocking if start_SSL failed and downgraded socket has no
+    blocking method
+  - Documentation enhancements:
+    - Special section for differences to IO::Socket
+    - Describe problem with blocking accept on non-blocking socket
+    - Describe arguments to new_from_fd and make clear that for upgrading an
+      existing IO::Socket, start_SSL should be used directly
+
 * Thu Nov 28 2013 Paul Howarth <p...@city-fan.org> - 1.962-1
 - Update to 1.962
   - Work around problems with older F5 BIG-IP by offering fewer ciphers on the
diff --git a/sources b/sources
index 4083dfd..a829d99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5caf6ba84685f26a5983b3beb1fc10f1  IO-Socket-SSL-1.962.tar.gz
+a48c412bbcf3cd0d90b15b8baf9f2d6f  IO-Socket-SSL-1.963.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to