[boinc] 03/03: Update, patch refresh

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Thu Dec 18 11:09:06 UTC 2014


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

locutusofborg-guest pushed a commit to branch experimental
in repository boinc.

commit 2ce408ef07c65f5dc5b3d57aff764eb1272a7dbf
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu Dec 18 11:51:16 2014 +0100

    Update, patch refresh
---
 debian/changelog                               |  2 +-
 debian/patches/MainDocumentWarnings.patch      |  6 +++---
 debian/patches/cppcheck_realloc.patch          |  2 +-
 debian/patches/disable_new_version_check.patch |  2 +-
 debian/patches/more_maxpathlen.patch           |  4 ++--
 debian/patches/some_extra_clang_warnings.patch | 10 +++++-----
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 82c2746..4ba4012 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-boinc (7.4.35+dfsg-1exp1) experimental; urgency=medium
+boinc (7.4.37+dfsg-1exp1) experimental; urgency=medium
 
   [ Gianfranco Costamagna ]
   * New upstream release, patch refresh.
diff --git a/debian/patches/MainDocumentWarnings.patch b/debian/patches/MainDocumentWarnings.patch
index 24ea521..b071823 100644
--- a/debian/patches/MainDocumentWarnings.patch
+++ b/debian/patches/MainDocumentWarnings.patch
@@ -2,7 +2,7 @@ Author: Steffen Moeller <moeller at debian.org>
 Description: Nothing in this patch should be functionally relevant, only compile time warnings as by the ambiguity of the result parameter are resolved.
 --- a/clientgui/MainDocument.cpp
 +++ b/clientgui/MainDocument.cpp
-@@ -1665,7 +1665,6 @@
+@@ -1664,7 +1664,6 @@
  }
  #else
  void CMainDocument::KillGraphicsApp(int pid) {
@@ -10,7 +10,7 @@ Description: Nothing in this patch should be functionally relevant, only compile
      char currentDir[1024];
      char thePIDbuf[20];
      int id, iRetVal;
-@@ -1673,12 +1672,13 @@
+@@ -1672,12 +1671,13 @@
  
      if (g_use_sandbox) {
          snprintf(thePIDbuf, sizeof(thePIDbuf), "%d", pid);
@@ -30,7 +30,7 @@ Description: Nothing in this patch should be functionally relevant, only compile
      
          iRetVal = run_program(
              getcwd(currentDir, sizeof(currentDir)),
-@@ -1688,6 +1688,10 @@
+@@ -1687,6 +1687,10 @@
              0,
              id
          );
diff --git a/debian/patches/cppcheck_realloc.patch b/debian/patches/cppcheck_realloc.patch
index 9f9d9a2..44e38c2 100644
--- a/debian/patches/cppcheck_realloc.patch
+++ b/debian/patches/cppcheck_realloc.patch
@@ -3,7 +3,7 @@ Description: Initialisation.
 
 --- a/lib/crypt.cpp
 +++ b/lib/crypt.cpp
-@@ -346,6 +346,7 @@
+@@ -342,6 +342,7 @@
      char clear_buf[MD5_LEN];
      int n, retval;
      DATA_BLOCK clear_signature;
diff --git a/debian/patches/disable_new_version_check.patch b/debian/patches/disable_new_version_check.patch
index 86b49f0..403faaa 100644
--- a/debian/patches/disable_new_version_check.patch
+++ b/debian/patches/disable_new_version_check.patch
@@ -12,7 +12,7 @@ Last-Update: <2013-03-07>
 
 --- a/client/client_state.cpp
 +++ b/client/client_state.cpp
-@@ -518,7 +518,7 @@
+@@ -526,7 +526,7 @@
  
      // inform the user if there's a newer version of client
      //
diff --git a/debian/patches/more_maxpathlen.patch b/debian/patches/more_maxpathlen.patch
index 5298672..4a7a3a9 100644
--- a/debian/patches/more_maxpathlen.patch
+++ b/debian/patches/more_maxpathlen.patch
@@ -52,7 +52,7 @@ Description: use MAXPATHLEN and change sprintf to snprintf
          safe_strcpy(oldpath, newpath);
 --- a/lib/network.cpp
 +++ b/lib/network.cpp
-@@ -73,7 +73,7 @@
+@@ -71,7 +71,7 @@
      case WSAENOTSOCK:
          return "not a socket";
      }
@@ -61,7 +61,7 @@ Description: use MAXPATHLEN and change sprintf to snprintf
      return buf;
  #else
      switch (h_errno) {
-@@ -87,11 +87,11 @@
+@@ -85,11 +85,11 @@
          return "host not found or server failure";
  #ifdef NETDB_INTERNAL
      case NETDB_INTERNAL:
diff --git a/debian/patches/some_extra_clang_warnings.patch b/debian/patches/some_extra_clang_warnings.patch
index 83f8b17..31fc291 100644
--- a/debian/patches/some_extra_clang_warnings.patch
+++ b/debian/patches/some_extra_clang_warnings.patch
@@ -3,7 +3,7 @@ Description: fixing some clang warning.
  addressed this.
 --- a/clientgui/sg_ProjectPanel.cpp
 +++ b/clientgui/sg_ProjectPanel.cpp
-@@ -423,8 +423,7 @@
+@@ -416,8 +416,7 @@
      CMainDocument* pDoc = wxGetApp().GetDocument();
      ProjectSelectionData* selData;
      PROJECT* project;
@@ -13,7 +13,7 @@ Description: fixing some clang warning.
  
      if ( pDoc->IsConnected() ) {
          int projCnt = pDoc->GetSimpleProjectCount();
-@@ -432,10 +431,11 @@
+@@ -425,10 +424,11 @@
          oldProjectSelection = m_ProjectSelectionCtrl->GetSelection();
          
          // If a new project has been added, figure out which one
@@ -27,7 +27,7 @@ Description: fixing some clang warning.
                  ctrl_url = ((ProjectSelectionData*)m_ProjectSelectionCtrl->GetClientData(j))->project_url;
                  if (!strcmp(project->master_url, ctrl_url)) {
                      found = true;
-@@ -447,7 +447,7 @@
+@@ -440,7 +440,7 @@
              if ( !found ) {
                  wxString projname(project->project_name.c_str(), wxConvUTF8);
  #if SORTPROJECTLIST
@@ -36,7 +36,7 @@ Description: fixing some clang warning.
                  for(j = 0; j < ctrlCount; ++j) {
                      alphaOrder = (m_ProjectSelectionCtrl->GetString(j)).CmpNoCase(projname);
                      if (alphaOrder > 0) {
-@@ -479,8 +479,8 @@
+@@ -472,8 +472,8 @@
          if ( projCnt < ctrlCount ) {
              project = NULL;
              // Check items in descending order so deletion won't change indexes of items yet to be checked
@@ -47,7 +47,7 @@ Description: fixing some clang warning.
                  project = pDoc->state.lookup_project(ctrl_url);
                  if ( project == NULL ) {
                      selData = (ProjectSelectionData*)m_ProjectSelectionCtrl->GetClientData(j);
-@@ -508,9 +508,9 @@
+@@ -501,9 +501,9 @@
      
          // Check to see if we need to reload the project icon
          ctrlCount = m_ProjectSelectionCtrl->GetCount();

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