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

Steffen Moeller moeller at debian.org
Thu Mar 29 20:42:21 UTC 2012


The following commit has been merged in the master branch:
commit 0677dc57f86b12d1121da50408be9ff5931b25e3
Author: Steffen Moeller <moeller at debian.org>
Date:   Thu Mar 29 22:41:44 2012 +0200

    Fixed missing inclusion of str_replace.h

diff --git a/debian/patches/sched_driver_f_free.patch b/debian/patches/sched_driver_f_free.patch
index 799fe57..5b3fdc4 100644
--- a/debian/patches/sched_driver_f_free.patch
+++ b/debian/patches/sched_driver_f_free.patch
@@ -1,16 +1,17 @@
 Index: boinc/sched/sched_driver.cpp
 ===================================================================
---- boinc.orig/sched/sched_driver.cpp	2011-03-17 18:51:04.000000000 +0100
-+++ boinc/sched/sched_driver.cpp	2012-03-24 16:31:19.000000000 +0100
-@@ -44,6 +44,7 @@
+--- boinc.orig/sched/sched_driver.cpp	2012-03-29 22:39:58.000000000 +0200
++++ boinc/sched/sched_driver.cpp	2012-03-29 22:40:55.000000000 +0200
+@@ -44,6 +44,8 @@
  #include <vector>
  #include "util.h"
  #include "svn_version.h"
++#include "str_replace.h"  // strlcpy
 +#include "str_util.h"     // safe_strcpy
  
  using std::vector;
  
-@@ -69,17 +70,18 @@
+@@ -69,17 +71,18 @@
          HOST_DESC hd;
          strcpy(buf2, buf);
          char* p1 = strtok(buf2, "\t\n");

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list