[libgearman-client-perl] 03/15: Drop fix-server-connection-error.patch (applied upstream)

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Aug 7 02:04:35 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libgearman-client-perl.

commit cf4a10ce1b63417bf8b999ba24895f6dfcff49b3
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Aug 5 21:57:38 2016 +0100

    Drop fix-server-connection-error.patch (applied upstream)
---
 debian/patches/fix-server-connection-error.patch | 43 ------------------------
 1 file changed, 43 deletions(-)

diff --git a/debian/patches/fix-server-connection-error.patch b/debian/patches/fix-server-connection-error.patch
deleted file mode 100644
index 5682e22..0000000
--- a/debian/patches/fix-server-connection-error.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-Description: fix issue with Worker.pm
- patch to fix Worker connection issue (#611355)
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/611355
-Bug: https://rt.cpan.org/Ticket/Display.html?id=85191
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85191
-Author: Richard Wallman <wallmari at bossolutions.co.uk>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-07-26
-
---- a/lib/Gearman/Worker.pm
-+++ b/lib/Gearman/Worker.pm
-@@ -271,6 +271,10 @@
-     # ( js => last_update_time, ... )
-     my %last_update_time;
- 
-+    my $on_connect = sub {
-+        return Gearman::Util::send_req($_[0], \$presleep_req);
-+    };
-+
-     while (1) {
- 
-         # "Jobby" job servers are the set of server which we will contact
-@@ -287,7 +291,7 @@
-         for (my $i = 0; $i < $js_count; $i++) {
-             my $js_index = ($i + $js_offset) % $js_count;
-             my $js       = $jobby_js[$js_index];
--            my $jss      = $self->_get_js_sock($js)
-+            my $jss      = $self->_get_js_sock($js, on_connect => $on_connect)
-                 or next;
- 
-             # TODO: add an optional sleep in here for the test suite
-@@ -397,10 +401,6 @@
- 
-         my @jss;
- 
--        my $on_connect = sub {
--            return Gearman::Util::send_req($_[0], \$presleep_req);
--        };
--
-         foreach my $js (@{ $self->{job_servers} }) {
-             my $jss = $self->_get_js_sock($js, on_connect => $on_connect)
-                 or next;

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



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