[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:49 UTC 2011


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

    Group write access.

diff --git a/debian/patches/local_sztaki_GroupWritableSchedFile.patch b/debian/patches/local_sztaki_GroupWritableSchedFile.patch
new file mode 100644
index 0000000..aed6f70
--- /dev/null
+++ b/debian/patches/local_sztaki_GroupWritableSchedFile.patch
@@ -0,0 +1,13 @@
+Index: boinc/sched/handle_request.cpp
+===================================================================
+--- boinc.orig/sched/handle_request.cpp	2011-06-13 01:17:17.000000000 +0200
++++ boinc/sched/handle_request.cpp	2011-06-13 01:17:47.000000000 +0200
+@@ -123,7 +123,7 @@
+         config.sched_lockfile_dir, g_reply->host.id
+     );
+ 
+-    fd = open(filename, O_WRONLY|O_CREAT, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
++    fd = open(filename, O_WRONLY|O_CREAT, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH);
+     if (fd < 0) return -1;
+ 
+     // if we can't get an advisory write lock on the file,
diff --git a/debian/patches/series b/debian/patches/series
index 66090b0..d6a5f44 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,7 @@
 upstream_sztaki_NewInstallFunctions.patch
 upstream_sztaki_AssignSchedToProject.patch
 upstream_sztaki_glx_m4_optimisation.patch
+local_sztaki_GroupWritableSchedFile.patch
 local_sztaki_GeoIP_location.patch
 upstream_sztaki_Help_Function_Declaration_with_void.patch
 local_sztaki_NoWriteFcgiWithHostinfo.patch

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list