[SCM] BOINC packaging branch, master, updated. upstream/7.0.23+dfsg-373-ge206394

Steffen Moeller moeller at debian.org
Fri Mar 30 16:41:59 UTC 2012


The following commit has been merged in the master branch:
commit e20639431ffdb72fd8c2b571ddf0461fddfbcdfd
Author: Steffen Moeller <moeller at debian.org>
Date:   Fri Mar 30 18:41:25 2012 +0200

    Adjusted ../patches/MoreInformativeAppStartFailure.patch

diff --git a/debian/patches/MoreInformativeAppStartFailure.patch b/debian/patches/MoreInformativeAppStartFailure.patch
index fb0fdd7..21117c0 100644
--- a/debian/patches/MoreInformativeAppStartFailure.patch
+++ b/debian/patches/MoreInformativeAppStartFailure.patch
@@ -60,24 +60,6 @@ Index: boinc/client/client_state.cpp
 ===================================================================
 --- boinc.orig/client/client_state.cpp	2012-03-18 14:31:22.000000000 +0100
 +++ boinc/client/client_state.cpp	2012-03-24 16:09:26.000000000 +0100
-@@ -143,7 +143,7 @@
- }
- 
- void CLIENT_STATE::show_host_info() {
--    char buf[256], buf2[256];
-+    char buf[2048], buf2[2048];
- 
-     nbytes_to_string(host_info.m_cache, 0, buf, sizeof(buf));
-     msg_printf(NULL, MSG_INFO,
-@@ -291,7 +291,7 @@
- int CLIENT_STATE::init() {
-     int retval;
-     unsigned int i;
--    char buf[256];
-+    char buf[2048];
-     PROJECT* p;
- 
-     srand((unsigned int)time(0));
 @@ -808,7 +808,7 @@
      check_suspend_network();
      if (network_suspend_reason) {
@@ -87,15 +69,6 @@ Index: boinc/client/client_state.cpp
              if (network_suspended) {
                  sprintf(buf,
                      "Suspending network activity - %s",
-@@ -1057,7 +1057,7 @@
-         }
- 
-         if (!strcmp(file_ref.open_name, GRAPHICS_APP_FILENAME)) {
--            char relpath[512], path[512];
-+            char relpath[1024], path[1024];
-             get_pathname(fip, relpath, sizeof(relpath));
-             relative_to_absolute(relpath, path);
-             strlcpy(avp->graphics_exec_path, path, sizeof(avp->graphics_exec_path));
 @@ -1627,7 +1627,7 @@
  //   so that we don't try to run it again.
  //

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list