[libhttp-server-simple-perl] 03/08: Refresh patch

Daniel Lintott dlintott-guest at moszumanska.debian.org
Fri May 30 18:17:37 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libhttp-server-simple-perl.

commit bbc1c9eb6b6a3cf4bea47fc2f1569020d39cdc61
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Fri May 30 17:13:49 2014 +0100

    Refresh patch
---
 ...002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch b/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch
index c0fcf7b..564caab 100644
--- a/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch
+++ b/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch
@@ -15,8 +15,8 @@ Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 +use IO::Select;
  
  use vars qw($VERSION $bad_request_doc);
- $VERSION = '0.44';
-@@ -205,9 +206,30 @@
+ $VERSION = '0.45_02';
+@@ -238,9 +239,30 @@
  
  sub background {
      my $self  = shift;
@@ -48,7 +48,7 @@ Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
  
      srand(); # after a fork, we need to reset the random seed
               # or we'll get the same numbers in both branches
-@@ -216,6 +238,8 @@
+@@ -249,6 +271,8 @@
          POSIX::setsid()
              or croak "Can't start a new session: $!";
      }
@@ -57,7 +57,7 @@ Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
      $self->run(@_); # should never return
      exit;           # just to be sure
  }
-@@ -265,6 +289,7 @@
+@@ -298,6 +322,7 @@
  	$self->after_setup_listener();
          *{"$pkg\::run"} = $self->_default_run;
      }
@@ -65,7 +65,7 @@ Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
  
      local $SIG{HUP} = sub { $SERVER_SHOULD_RUN = 0; };
  
-@@ -403,6 +428,16 @@
+@@ -443,6 +468,16 @@
      }
  }
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-server-simple-perl.git



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