[boinc] 03/03: New upstream release, patch refresh
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Jun 27 15:50:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository boinc.
commit 6c16f5181f6382a38a128e3e987a8941ff26370f
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Jun 27 16:47:23 2014 +0200
New upstream release, patch refresh
---
debian/changelog | 8 +++++++-
debian/patches/dynamic_libboinc.patch | 4 ++--
debian/patches/file_upload_handler_in_sched_linking.patch | 10 +++++-----
debian/patches/more_maxpathlen.patch | 6 +++---
4 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aabeeda..5bce689 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,9 @@
-boinc (7.4.1+dfsg-1exp2) UNRELEASED; urgency=medium
+boinc (7.4.7+dfsg-1exp1) experimental; urgency=medium
+
+ * New upstream release.
+
+ [ Steffen Moeller ]
+ * Automatic download of Linux BOINC server apps.
[ Guo Yixuan (郭溢譞) ]
* Dropped ticket_1168_verifycerts.patch: the bug was already fixed.
@@ -14,6 +19,7 @@ boinc (7.4.1+dfsg-1exp2) UNRELEASED; urgency=medium
[ Gianfranco Costamagna ]
* Dropped fix-747964.patch (Reopen: #747964)
Upstream says this is unreachable code, no need to fix.
+ * Update cc_config.xml link, thanks to Danilo for the report.
-- Guo Yixuan (郭溢譞) <culu.gyx at gmail.com> Mon, 23 Jun 2014 22:00:17 -0400
diff --git a/debian/patches/dynamic_libboinc.patch b/debian/patches/dynamic_libboinc.patch
index 9f0ef52..abdf0f2 100644
--- a/debian/patches/dynamic_libboinc.patch
+++ b/debian/patches/dynamic_libboinc.patch
@@ -29,8 +29,8 @@
$(LIBAPI):
cd $(top_builddir)/api; ${MAKE} libboinc_api.la
-@@ -64,3 +64,4 @@
- SERVERLIBS_FCGI = $(LIBSCHED_FCGI) $(LIBBOINC_CRYPT) $(LIBBOINC_FCGI) -lfcgi $(MYSQL_LIBS) $(PTHREAD_LIBS) $(RSA_LIBS) $(SSL_LIBS)
+@@ -65,3 +65,4 @@
APPLIBS = $(LIBAPI) $(LIBBOINC)
+ FUHLIBS = $(LIBBOINC_CRYPT) $(LIBBOINC) $(RSA_LIBS) $(SSL_LIBS)
+.PHONY: $(LIBBOINC) $(LIBBOINC_CRYPT) $(LIBBOINC_FCGI) $(LIBAPI) $(LIBSCHED) $(LIBSCHED_FCGI)
diff --git a/debian/patches/file_upload_handler_in_sched_linking.patch b/debian/patches/file_upload_handler_in_sched_linking.patch
index f8be7bf..c1f855a 100644
--- a/debian/patches/file_upload_handler_in_sched_linking.patch
+++ b/debian/patches/file_upload_handler_in_sched_linking.patch
@@ -1,15 +1,15 @@
--- a/sched/Makefile.am
+++ b/sched/Makefile.am
-@@ -267,7 +267,7 @@
+@@ -268,7 +268,7 @@
update_stats_LDADD = $(SERVERLIBS)
- file_upload_handler_SOURCES = file_upload_handler.cpp
--file_upload_handler_LDADD = $(SERVERLIBS)
-+file_upload_handler_LDADD = $(SERVERLIBS) -lboinc
+ file_upload_handler_SOURCES = file_upload_handler.cpp sched_msgs.cpp sched_config.cpp sched_util_basic.cpp sched_limit.cpp
+-file_upload_handler_LDADD = $(FUHLIBS)
++file_upload_handler_LDADD = $(FUHLIBS) -lboinc
make_work_SOURCES = make_work.cpp
make_work_LDADD = $(SERVERLIBS)
-@@ -309,7 +309,7 @@
+@@ -310,7 +310,7 @@
sched_config.cpp \
sched_msgs.cpp
fcgi_file_upload_handler_CPPFLAGS = -D_USING_FCGI_ $(AM_CPPFLAGS)
diff --git a/debian/patches/more_maxpathlen.patch b/debian/patches/more_maxpathlen.patch
index b9a1d90..dddf1dc 100644
--- a/debian/patches/more_maxpathlen.patch
+++ b/debian/patches/more_maxpathlen.patch
@@ -20,7 +20,7 @@
--- a/lib/filesys.cpp
+++ b/lib/filesys.cpp
-@@ -433,7 +433,7 @@
+@@ -430,7 +430,7 @@
while (1) {
retval = dir_scan(filename, dirp, sizeof(filename));
if (retval) break;
@@ -29,7 +29,7 @@
if (is_dir(subdir)) {
if (recurse) {
-@@ -551,8 +551,8 @@
+@@ -548,8 +548,8 @@
}
return 0;
#elif defined(__EMX__)
@@ -40,7 +40,7 @@
return system(cmd);
#else
// POSIX requires that shells run from an application will use the
-@@ -683,7 +683,7 @@
+@@ -680,7 +680,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