[perl-IO-Socket-SSL] Update to 1.49

Paul Howarth pghmcfc at fedoraproject.org
Fri Oct 28 11:39:16 UTC 2011


commit edb47ab0e1ccc8ab3d5b349dfa201f2357ac40a0
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Oct 28 12:38:07 2011 +0100

    Update to 1.49
    
    - New upstream release 1.49:
      - Another regression for readline fix: this time it failed to return lines
        at EOF that don't end with newline - extended t/readline.t to catch this
        case and the fix for 1.48

 perl-IO-Socket-SSL.spec |    8 +++++++-
 sources                 |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index a2a862c..49f5311 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -4,7 +4,7 @@
 #
 
 Name:		perl-IO-Socket-SSL
-Version:	1.48
+Version:	1.49
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -59,6 +59,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Fri Oct 28 2011 Paul Howarth <paul at city-fan.org> - 1.49-1
+- Update to 1.49
+  - another regression for readline fix: this time it failed to return lines
+    at EOF that don't end with newline - extended t/readline.t to catch this
+    case and the fix for 1.48
+
 * Wed Oct 26 2011 Paul Howarth <paul at city-fan.org> - 1.48-1
 - Update to 1.48
   - further fix for readline fix in 1.45: if the pending data were false (like
diff --git a/sources b/sources
index 34316ab..e58c583 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c96d57d5089c4eeba2d7a891d7ec5726  IO-Socket-SSL-1.48.tar.gz
+236c754eb3755d280504a7ca8ba5ba01  IO-Socket-SSL-1.49.tar.gz



More information about the perl-devel mailing list