[Python-modules-commits] r23508 - in packages/python-crypto/trunk/debian (6 files)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Feb 17 17:09:43 UTC 2013


    Date: Sunday, February 17, 2013 @ 17:09:41
  Author: sramacher
Revision: 23508

add lintian overrides for hardening-no-fortify-function false positives

Added:
  packages/python-crypto/trunk/debian/python-crypto-dbg.lintian-overrides
  packages/python-crypto/trunk/debian/python-crypto.lintian-overrides
  packages/python-crypto/trunk/debian/python3-crypto-dbg.lintian-overrides
  packages/python-crypto/trunk/debian/python3-crypto.lintian-overrides
Modified:
  packages/python-crypto/trunk/debian/changelog
  packages/python-crypto/trunk/debian/control

Modified: packages/python-crypto/trunk/debian/changelog
===================================================================
--- packages/python-crypto/trunk/debian/changelog	2013-02-17 16:23:54 UTC (rev 23507)
+++ packages/python-crypto/trunk/debian/changelog	2013-02-17 17:09:41 UTC (rev 23508)
@@ -3,6 +3,9 @@
   * debian/patches/dont-drop-g.patch: Fix Origin and add Author.
   * debian/rules: Install extension modules built for the debug version of
     Python 3.3 into the correct package.
+  * debian/control: Bump Standards-Version to 3.9.4.
+  * debian/python{,3}-crypto{,-dbg}.lintian-overrides: Add overrides for
+    haredning-no-fortify-functions false positives.
 
  -- Sebastian Ramacher <sramacher at debian.org>  Sun, 17 Feb 2013 16:42:07 +0100
 

Modified: packages/python-crypto/trunk/debian/control
===================================================================
--- packages/python-crypto/trunk/debian/control	2013-02-17 16:23:54 UTC (rev 23507)
+++ packages/python-crypto/trunk/debian/control	2013-02-17 17:09:41 UTC (rev 23508)
@@ -15,7 +15,7 @@
  python-docutils
 X-Python-Version: >= 2.1
 X-Python3-Version: >= 3.0
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-crypto/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-crypto/trunk/
 Homepage: http://www.pycrypto.org/

Added: packages/python-crypto/trunk/debian/python-crypto-dbg.lintian-overrides
===================================================================
--- packages/python-crypto/trunk/debian/python-crypto-dbg.lintian-overrides	                        (rev 0)
+++ packages/python-crypto/trunk/debian/python-crypto-dbg.lintian-overrides	2013-02-17 17:09:41 UTC (rev 23508)
@@ -0,0 +1,15 @@
+# false positives
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_AES_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_ARC2_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_Blowfish_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_CAST_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_DES3_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_DES_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Util/_counter_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_AES_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_ARC2_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_Blowfish_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_CAST_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_DES3_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_DES_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Util/_counter_d.so

Added: packages/python-crypto/trunk/debian/python-crypto.lintian-overrides
===================================================================
--- packages/python-crypto/trunk/debian/python-crypto.lintian-overrides	                        (rev 0)
+++ packages/python-crypto/trunk/debian/python-crypto.lintian-overrides	2013-02-17 17:09:41 UTC (rev 23508)
@@ -0,0 +1,15 @@
+# false positives
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_AES.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_ARC2.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_Blowfish.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_CAST.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_DES.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Cipher/_DES3.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.6/dist-packages/Crypto/Util/_counter.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_AES.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_ARC2.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_Blowfish.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_CAST.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_DES.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Cipher/_DES3.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/Crypto/Util/_counter.so

Added: packages/python-crypto/trunk/debian/python3-crypto-dbg.lintian-overrides
===================================================================
--- packages/python-crypto/trunk/debian/python3-crypto-dbg.lintian-overrides	                        (rev 0)
+++ packages/python-crypto/trunk/debian/python3-crypto-dbg.lintian-overrides	2013-02-17 17:09:41 UTC (rev 23508)
@@ -0,0 +1,8 @@
+# false positives
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_AES.cpython-32dmu.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_ARC2.cpython-32dmu.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_Blowfish.cpython-32dmu.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_CAST.cpython-32dmu.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_DES.cpython-32dmu.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_DES3.cpython-32dmu.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Util/_counter.cpython-32dmu.so

Added: packages/python-crypto/trunk/debian/python3-crypto.lintian-overrides
===================================================================
--- packages/python-crypto/trunk/debian/python3-crypto.lintian-overrides	                        (rev 0)
+++ packages/python-crypto/trunk/debian/python3-crypto.lintian-overrides	2013-02-17 17:09:41 UTC (rev 23508)
@@ -0,0 +1,8 @@
+# false positives
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_AES.cpython-32mu.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_ARC2.cpython-32mu.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_Blowfish.cpython-32mu.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_CAST.cpython-32mu.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_DES.cpython-32mu.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_DES3.cpython-32mu.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Util/_counter.cpython-32mu.so




More information about the Python-modules-commits mailing list