[boinc] 01/01: dropped ticket_1168_verifycerts.patch

Guo Yixuan yixuan-guest at moszumanska.debian.org
Tue Jun 24 02:00:57 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 d82567d6ad4fb469360993aefcc1ef208d3b57b5
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Mon Jun 23 21:59:19 2014 -0400

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

diff --git a/debian/changelog b/debian/changelog
index 63897f0..6278ee0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc (7.4.1+dfsg-1exp2) UNRELEASED; urgency=medium
+
+  * Dropped ticket_1168_verifycerts.patch: the bug was already fixed.
+
+ -- Guo Yixuan (郭溢譞) <culu.gyx at gmail.com>  Mon, 23 Jun 2014 22:00:17 -0400
+
 boinc (7.4.1+dfsg-1exp1) experimental; urgency=medium
 
   * New upstream release, some api changes, patch refresh
diff --git a/debian/patches/series b/debian/patches/series
index dd0070b..2b2f09a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -31,7 +31,6 @@ csh2tcsh.patch
 investigate_boinc_api.patch
 slot_dir_source_trace.patch
 opendir_errno.patch
-ticket_1168_verifycerts.patch
 client_app_maxpathlen.patch
 #debian specific patches
 #boinclib_shared.patch #needed in order to make boinc build correctly otherwise it will FTBFS
diff --git a/debian/patches/ticket_1168_verifycerts.patch b/debian/patches/ticket_1168_verifycerts.patch
deleted file mode 100644
index ba4aacd..0000000
--- a/debian/patches/ticket_1168_verifycerts.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/client/cs_files.cpp
-+++ b/client/cs_files.cpp
-@@ -177,7 +177,9 @@
-     //
-     if (download_gzipped && !boinc_file_exists(pathname)) {
-         char gzpath[MAXPATHLEN];
--        sprintf(gzpath, "%s.gz", pathname);
-+        snprintf(gzpath, sizeof(gzpath), "%s.gz", pathname);
-+       //FIXME: a distinction is missing for the case that the .gz suffix goes beyond the MAXPATHLEN and is hence not found because
-+       //       one should then not reperform the download as intended below
-         if (boinc_file_exists(gzpath) ) {
-             if (allow_async && nbytes > ASYNC_FILE_THRESHOLD) {
-                 ASYNC_VERIFY* avp = new ASYNC_VERIFY;

-- 
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