[libcgi-fast-perl] 03/06: refresh debian/patches/man-cgi-fast.patch

gregor herrmann gregoa at debian.org
Fri Jun 13 11:46:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libcgi-fast-perl.

commit 8e8fd3a45e2ceb97d7b3d062cd2840bec571efb6
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 13 13:41:05 2014 +0200

    refresh debian/patches/man-cgi-fast.patch
    
    Git-Dch: Ignore
---
 debian/patches/man-cgi-fast.patch | 23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/debian/patches/man-cgi-fast.patch b/debian/patches/man-cgi-fast.patch
index b154ca2..c9d6d9e 100644
--- a/debian/patches/man-cgi-fast.patch
+++ b/debian/patches/man-cgi-fast.patch
@@ -1,12 +1,14 @@
 Description: fix paths to FastCGI scripts
-Author: AGOSTINI Yves <agostini at univ-metz.fr>
-Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 Origin: vendor
 Forwarded: not-needed
-Last-Update: 2013-12-10
+Author: AGOSTINI Yves <agostini at univ-metz.fr>
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>,
+ gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-06-13
+
 --- a/lib/CGI/Fast.pm
 +++ b/lib/CGI/Fast.pm
-@@ -149,7 +149,7 @@
+@@ -195,7 +195,7 @@
  FastCGI scripts must end in the extension .fcgi.  For each script you
  install, you must add something like the following to srm.conf:
  
@@ -15,7 +17,7 @@ Last-Update: 2013-12-10
  
  This instructs Apache to launch two copies of file_upload.fcgi at
  startup time.
-@@ -167,7 +167,7 @@
+@@ -213,7 +213,7 @@
  webserver to connect to an external FastCGI server, you would add the following
  to your srm.conf:
  
@@ -23,13 +25,4 @@ Last-Update: 2013-12-10
 +    FastCgiExternalServer /usr/lib/cgi-bin/file_upload.fcgi -host sputnik:8888
  
  Two environment variables affect how the C<CGI::Fast> object is created,
- allowing C<CGI::Fast> to be used as an external FastCGI server.  (See C<FCGI>
-@@ -188,7 +188,7 @@
- 
- For example:
- 
--    #!/usr/local/bin/perl    # must be a FastCGI version of perl!
-+    #!/usr/bin/perl
-     use CGI::Fast;
-     &do_some_initialization();
-     $ENV{FCGI_SOCKET_PATH} = "sputnik:8888";
+ allowing C<CGI::Fast> to be used as an external FastCGI server. (See C<FCGI>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-fast-perl.git



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