r31887 - in /branches/upstream/libpoe-component-server-simplehttp-perl/current: Changes META.yml lib/POE/Component/Server/SimpleHTTP.pm lib/POE/Component/Server/SimpleHTTP/PreFork.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Mar 10 18:57:58 UTC 2009


Author: gregoa
Date: Tue Mar 10 18:57:55 2009
New Revision: 31887

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31887
Log:
[svn-upgrade] Integrating new upstream version, libpoe-component-server-simplehttp-perl (1.58)

Modified:
    branches/upstream/libpoe-component-server-simplehttp-perl/current/Changes
    branches/upstream/libpoe-component-server-simplehttp-perl/current/META.yml
    branches/upstream/libpoe-component-server-simplehttp-perl/current/lib/POE/Component/Server/SimpleHTTP.pm
    branches/upstream/libpoe-component-server-simplehttp-perl/current/lib/POE/Component/Server/SimpleHTTP/PreFork.pm

Modified: branches/upstream/libpoe-component-server-simplehttp-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-server-simplehttp-perl/current/Changes?rev=31887&op=diff
==============================================================================
--- branches/upstream/libpoe-component-server-simplehttp-perl/current/Changes (original)
+++ branches/upstream/libpoe-component-server-simplehttp-perl/current/Changes Tue Mar 10 18:57:55 2009
@@ -1,3 +1,13 @@
+========================
+2009-03-09 23:39:43 1.58
+========================
+
+  2009-03-09 23:38:21 (r142) by bingos
+  lib/POE/Component/Server/SimpleHTTP/PreFork.pm M;
+  lib/POE/Component/Server/SimpleHTTP.pm M; Changes M
+
+    Fixed an issue in Prefork with SSLify reported by Hubert Lubaczewski
+
 ========================
 2009-02-26 16:24:08 1.56
 ========================

Modified: branches/upstream/libpoe-component-server-simplehttp-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-server-simplehttp-perl/current/META.yml?rev=31887&op=diff
==============================================================================
--- branches/upstream/libpoe-component-server-simplehttp-perl/current/META.yml (original)
+++ branches/upstream/libpoe-component-server-simplehttp-perl/current/META.yml Tue Mar 10 18:57:55 2009
@@ -30,4 +30,4 @@
   perl: 5.6.0
 resources:
   license: http://dev.perl.org/licenses/
-version: 1.56
+version: 1.58

Modified: branches/upstream/libpoe-component-server-simplehttp-perl/current/lib/POE/Component/Server/SimpleHTTP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-server-simplehttp-perl/current/lib/POE/Component/Server/SimpleHTTP.pm?rev=31887&op=diff
==============================================================================
--- branches/upstream/libpoe-component-server-simplehttp-perl/current/lib/POE/Component/Server/SimpleHTTP.pm (original)
+++ branches/upstream/libpoe-component-server-simplehttp-perl/current/lib/POE/Component/Server/SimpleHTTP.pm Tue Mar 10 18:57:55 2009
@@ -9,7 +9,7 @@
 
 # Initialize our version
 # $Revision: 1181 $
-$VERSION = '1.56';
+$VERSION = '1.58';
 
 # Import what we need from the POE namespace
 use POE;

Modified: branches/upstream/libpoe-component-server-simplehttp-perl/current/lib/POE/Component/Server/SimpleHTTP/PreFork.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-server-simplehttp-perl/current/lib/POE/Component/Server/SimpleHTTP/PreFork.pm?rev=31887&op=diff
==============================================================================
--- branches/upstream/libpoe-component-server-simplehttp-perl/current/lib/POE/Component/Server/SimpleHTTP/PreFork.pm (original)
+++ branches/upstream/libpoe-component-server-simplehttp-perl/current/lib/POE/Component/Server/SimpleHTTP/PreFork.pm Tue Mar 10 18:57:55 2009
@@ -81,7 +81,8 @@
 
          # Okay, pull in what is necessary
          eval {
-            use POE::Component::SSLify
+            require POE::Component::SSLify;
+            import POE::Component::SSLify
               qw( SSLify_Options SSLify_GetSocket Server_SSLify SSLify_GetCipher );
             SSLify_Options(@$SSLKEYCERT);
          };




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