r31889 - in /trunk/libpoe-component-server-simplehttp-perl: Changes META.yml debian/changelog 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:59:08 UTC 2009


Author: gregoa
Date: Tue Mar 10 18:59:05 2009
New Revision: 31889

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31889
Log:
New upstream release.

Modified:
    trunk/libpoe-component-server-simplehttp-perl/Changes
    trunk/libpoe-component-server-simplehttp-perl/META.yml
    trunk/libpoe-component-server-simplehttp-perl/debian/changelog
    trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm
    trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/PreFork.pm

Modified: trunk/libpoe-component-server-simplehttp-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/Changes?rev=31889&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/Changes (original)
+++ trunk/libpoe-component-server-simplehttp-perl/Changes Tue Mar 10 18:59:05 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: trunk/libpoe-component-server-simplehttp-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/META.yml?rev=31889&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/META.yml (original)
+++ trunk/libpoe-component-server-simplehttp-perl/META.yml Tue Mar 10 18:59:05 2009
@@ -30,4 +30,4 @@
   perl: 5.6.0
 resources:
   license: http://dev.perl.org/licenses/
-version: 1.56
+version: 1.58

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/changelog?rev=31889&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/debian/changelog (original)
+++ trunk/libpoe-component-server-simplehttp-perl/debian/changelog Tue Mar 10 18:59:05 2009
@@ -1,3 +1,9 @@
+libpoe-component-server-simplehttp-perl (1.58-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Tue, 10 Mar 2009 19:58:29 +0100
+
 libpoe-component-server-simplehttp-perl (1.56-1) unstable; urgency=low
 
   [ Antonio Radici ]

Modified: trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm?rev=31889&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm (original)
+++ trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm Tue Mar 10 18:59:05 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: trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/PreFork.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/PreFork.pm?rev=31889&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/PreFork.pm (original)
+++ trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/PreFork.pm Tue Mar 10 18:59:05 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