[boinc] 01/01: dropped sched_driver_f_free.patch

Guo Yixuan yixuan-guest at moszumanska.debian.org
Wed Jun 25 03:10:46 UTC 2014


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

yixuan-guest pushed a commit to branch master
in repository boinc.

commit c2a08097cbf828cdab0e70cba589b0d537221dc0
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Tue Jun 24 23:10:32 2014 -0400

    dropped sched_driver_f_free.patch
---
 debian/changelog                         |  2 ++
 debian/patches/sched_driver_f_free.patch | 13 -------------
 debian/patches/series                    |  1 -
 3 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 115943f..aabeeda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ boinc (7.4.1+dfsg-1exp2) UNRELEASED; urgency=medium
     - opendir_error_messages.patch
     - slot_dir_source_trace.patch
     - improve_opendir_warning.patch
+  * Dropped sched_driver_f_free.patch: the relevant part was already
+    merged in upstream.
 
   [ Gianfranco Costamagna ]
   * Dropped fix-747964.patch (Reopen: #747964)
diff --git a/debian/patches/sched_driver_f_free.patch b/debian/patches/sched_driver_f_free.patch
deleted file mode 100644
index d1645f6..0000000
--- a/debian/patches/sched_driver_f_free.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Author: Steffen Moeller <moeller at debian.org>
-Description: Increased buffers and eliminated memory sink.
---- a/sched/sched_driver.cpp
-+++ b/sched/sched_driver.cpp
-@@ -63,7 +63,7 @@
- double max_time = 1;
- 
- void read_hosts() {
--    char buf[256], buf2[256];
-+    char buf[1024], buf2[1024];
-     host_descs.clear();
-     FILE* f = fopen("host_descs.txt", "r");
-     if (!f) {
diff --git a/debian/patches/series b/debian/patches/series
index b30929b..7d12dad 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,7 +2,6 @@
 make_project_overcomes_Apache24_security.patch
 libnotify-0.7.patch
 # undisputed patches above
-sched_driver_f_free.patch
 termios_is_everywhere.patch
 stripchart_debian.patch
 upstream_sztaki_configureEval.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list