[SCM] BOINC packaging branch, SZTAKI, updated. debian/6.10.17+dfsg-3-312-g6584182

Steffen Moeller moeller at debian.org
Sun Jun 12 23:38:51 UTC 2011


The following commit has been merged in the SZTAKI branch:
commit 658418294102320938018b3ed2a4b9d41ed60ba4
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Jun 13 01:36:50 2011 +0200

    Completed handle_request (already found upstream)

diff --git a/SZTAKI_patches_remaining_to_move_into_debian.patch b/SZTAKI_patches_remaining_to_move_into_debian.patch
index c561ff1..be0391b 100644
--- a/SZTAKI_patches_remaining_to_move_into_debian.patch
+++ b/SZTAKI_patches_remaining_to_move_into_debian.patch
@@ -1523,20 +1523,6 @@ def builddir(*dirs):
          } 
      } 
  
----- boinc-server-6.11.0+r18946.orig/sched/handle_request.cpp
--+++ boinc-server-6.11.0+r18946/sched/handle_request.cpp
-@@ -591,7 +591,10 @@
-         orp.reason = ABORT_REASON_NOT_FOUND;
-         if (i > 0) result_names.append(", ");
-         result_names.append("'");
--        result_names.append(orp.name);
-+        char buf[1024];
-+        strcpy(buf, orp.name);
-+        escape_string(buf, 1024);
-+        result_names.append(buf);
-         result_names.append("'");
-     }
- 
 --- boinc-server-6.11.0+r18946.orig/sched/transitioner.cpp
 +++ boinc-server-6.11.0+r18946/sched/transitioner.cpp
 @@ -301,7 +301,28 @@

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list