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

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Apr 4 11:42:59 UTC 2013


    Date: Thursday, April 4, 2013 @ 11:42:58
  Author: sramacher
Revision: 23834

Use wildwards in lintian overrides

Modified:
  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/python-crypto-dbg.lintian-overrides
===================================================================
--- packages/python-crypto/trunk/debian/python-crypto-dbg.lintian-overrides	2013-04-04 11:33:51 UTC (rev 23833)
+++ packages/python-crypto/trunk/debian/python-crypto-dbg.lintian-overrides	2013-04-04 11:42:58 UTC (rev 23834)
@@ -1,15 +1,8 @@
 # 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
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_AES_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_ARC2_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_Blowfish_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_CAST_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_DES3_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_DES_d.so
+python-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Util/_counter_d.so

Modified: packages/python-crypto/trunk/debian/python-crypto.lintian-overrides
===================================================================
--- packages/python-crypto/trunk/debian/python-crypto.lintian-overrides	2013-04-04 11:33:51 UTC (rev 23833)
+++ packages/python-crypto/trunk/debian/python-crypto.lintian-overrides	2013-04-04 11:42:58 UTC (rev 23834)
@@ -1,15 +1,8 @@
 # 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
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_AES.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_ARC2.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_Blowfish.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_CAST.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_DES.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Cipher/_DES3.so
+python-crypto binary: hardening-no-fortify-functions usr/lib/python2*/dist-packages/Crypto/Util/_counter.so

Modified: packages/python-crypto/trunk/debian/python3-crypto-dbg.lintian-overrides
===================================================================
--- packages/python-crypto/trunk/debian/python3-crypto-dbg.lintian-overrides	2013-04-04 11:33:51 UTC (rev 23833)
+++ packages/python-crypto/trunk/debian/python3-crypto-dbg.lintian-overrides	2013-04-04 11:42:58 UTC (rev 23834)
@@ -1,8 +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
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_AES.*.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_ARC2.*.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_Blowfish.*.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_CAST.*.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_DES.*.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_DES3.*.so
+python3-crypto-dbg binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Util/_counter.*.so

Modified: packages/python-crypto/trunk/debian/python3-crypto.lintian-overrides
===================================================================
--- packages/python-crypto/trunk/debian/python3-crypto.lintian-overrides	2013-04-04 11:33:51 UTC (rev 23833)
+++ packages/python-crypto/trunk/debian/python3-crypto.lintian-overrides	2013-04-04 11:42:58 UTC (rev 23834)
@@ -1,8 +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
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_AES.*.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_ARC2.*.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_Blowfish.*.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_CAST.*.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_DES.*.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Cipher/_DES3.*.so
+python3-crypto binary: hardening-no-fortify-functions usr/lib/python3/dist-packages/Crypto/Util/_counter.*.so




More information about the Python-modules-commits mailing list