[boinc] 04/04: Update patches

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Jun 1 08:42:51 UTC 2015


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

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

commit 7cfa9cc5a044c6d95b454574a3d512ab963c9677
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Jun 1 10:30:14 2015 +0200

    Update patches
---
 debian/changelog                                              | 4 ++--
 debian/patches/disable_new_version_check.patch                | 2 +-
 debian/patches/filesys_error_message.patch                    | 4 ++--
 debian/patches/make_project_overcomes_Apache24_security.patch | 4 ++--
 debian/patches/more_maxpathlen.patch                          | 6 +++---
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 591958d..eef2656 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-boinc (7.5.0+dfsg-1exp1) experimental; urgency=medium
+boinc (7.6.2+dfsg-1exp1) experimental; urgency=medium
 
   [ Gianfranco Costamagna ]
   * New upstream release, patch refresh.
@@ -17,7 +17,7 @@ boinc (7.5.0+dfsg-1exp1) experimental; urgency=medium
   * d/p/envargs.patch, fix inconsistencies spot with research compiler.
     (Closes: #747964)
 
- -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Wed, 08 Apr 2015 12:43:01 +0200
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Mon, 01 Jun 2015 10:29:55 +0200
 
 boinc (7.4.23+dfsg-2exp1) experimental; urgency=medium
 
diff --git a/debian/patches/disable_new_version_check.patch b/debian/patches/disable_new_version_check.patch
index fea31e2..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
-@@ -522,7 +522,7 @@
+@@ -526,7 +526,7 @@
  
      // inform the user if there's a newer version of client
      //
diff --git a/debian/patches/filesys_error_message.patch b/debian/patches/filesys_error_message.patch
index 43715b9..8b9872f 100644
--- a/debian/patches/filesys_error_message.patch
+++ b/debian/patches/filesys_error_message.patch
@@ -1,7 +1,7 @@
 Description: this patch adds an useful error message in case of dir open failure.
 --- a/lib/filesys.cpp
 +++ b/lib/filesys.cpp
-@@ -144,7 +144,12 @@ DIRREF dir_open(const char* p) {
+@@ -146,7 +146,12 @@ DIRREF dir_open(const char* p) {
      dirp->handle = INVALID_HANDLE_VALUE;
  #else
      dirp = opendir(p);
@@ -15,7 +15,7 @@ Description: this patch adds an useful error message in case of dir open failure
  #endif
      return dirp;
  }
-@@ -599,7 +604,7 @@ static int boinc_rename_aux(const char*
+@@ -614,7 +619,7 @@ static int boinc_rename_aux(const char*
      //
      int retval = rename(old, newf);
      if (retval) {
diff --git a/debian/patches/make_project_overcomes_Apache24_security.patch b/debian/patches/make_project_overcomes_Apache24_security.patch
index 6dde082..bdc2181 100644
--- a/debian/patches/make_project_overcomes_Apache24_security.patch
+++ b/debian/patches/make_project_overcomes_Apache24_security.patch
@@ -3,7 +3,7 @@ Description: Installations outside /var/www are disabled by default
  http://dabase.com/blog/AH01630:_client_denied_by_server_configuration/
 --- a/tools/make_project
 +++ b/tools/make_project
-@@ -330,6 +330,7 @@
+@@ -331,6 +331,7 @@
      <Directory "%(proot)s/html">
          Options Indexes FollowSymlinks MultiViews
          AllowOverride AuthConfig
@@ -11,7 +11,7 @@ Description: Installations outside /var/www are disabled by default
          Order allow,deny
          Allow from all
      </Directory>
-@@ -337,6 +338,7 @@
+@@ -338,6 +339,7 @@
      <Directory "%(proot)s/cgi-bin">
          Options ExecCGI
          AllowOverride AuthConfig
diff --git a/debian/patches/more_maxpathlen.patch b/debian/patches/more_maxpathlen.patch
index cdd0337..dea1294 100644
--- a/debian/patches/more_maxpathlen.patch
+++ b/debian/patches/more_maxpathlen.patch
@@ -21,7 +21,7 @@ Description: use MAXPATHLEN and change sprintf to snprintf
  
 --- a/lib/filesys.cpp
 +++ b/lib/filesys.cpp
-@@ -430,7 +430,7 @@
+@@ -440,7 +440,7 @@
      while (1) {
          retval = dir_scan(filename, dirp, sizeof(filename));
          if (retval) break;
@@ -30,7 +30,7 @@ Description: use MAXPATHLEN and change sprintf to snprintf
  
          if (is_dir(subdir)) {
              if (recurse) {
-@@ -548,8 +548,8 @@
+@@ -563,8 +563,8 @@
      }
      return 0;
  #elif defined(__EMX__)
@@ -41,7 +41,7 @@ Description: use MAXPATHLEN and change sprintf to snprintf
      return system(cmd);
  #else
      // POSIX requires that shells run from an application will use the 
-@@ -680,7 +680,7 @@
+@@ -695,7 +695,7 @@
          p = strchr(q, '/');
          if (!p) break;
          *p = 0;

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