[SCM] BOINC packaging branch, master, updated. debian/7.0.33+dfsg-1-18-gf25ebdd

Guo Yixuan culu.gyx at gmail.com
Fri Aug 24 06:30:33 UTC 2012


The following commit has been merged in the master branch:
commit b7b169dfc31875cc4de134d09589a706837b00b2
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Fri Aug 24 13:52:11 2012 +0800

    add lintian overrides for fortify problems

diff --git a/debian/boinc-manager.lintian-overrides b/debian/boinc-manager.lintian-overrides
new file mode 100644
index 0000000..9069406
--- /dev/null
+++ b/debian/boinc-manager.lintian-overrides
@@ -0,0 +1,2 @@
+boinc-manager binary: hardening-no-fortify-functions
+# we build boinc-manager with -O0 now, to work around #679207.
diff --git a/debian/changelog b/debian/changelog
index ebeca5e..66878fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ boinc (7.0.34+dfsg-2) unstable; urgency=low
     errors.
   * Revert dpkg-dev's version in build-deps to >= 1.16.1.1.
   * Add libboinc7 and libboinc-app7 to boinc-dbg's depends.
+  * Add lintian overrides for boinc-manager and libboinc-app7, because -O0 are
+    used in api/ and clientgui/, where fortify won't work.
 
  -- Steffen Moeller <moeller at debian.org>  Thu, 23 Aug 2012 23:58:26 +0200
 
diff --git a/debian/libboinc-app7.lintian-overrides b/debian/libboinc-app7.lintian-overrides
index 401fbcb..ee07170 100644
--- a/debian/libboinc-app7.lintian-overrides
+++ b/debian/libboinc-app7.lintian-overrides
@@ -1,3 +1,5 @@
 libboinc-app7 binary: package-name-doesnt-match-sonames
 # it would not have complained if the package name was
 # libboinc-api7. It is not.
+libboinc-app7 binary: hardening-no-fortify-functions
+# built with -O0, for -O2 cause boinc-app-seti segfault

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list