[Python-apps-commits] r5998 - in packages/pyrit/trunk/debian/patches (5 files)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Mon Aug 23 22:03:16 UTC 2010


    Date: Monday, August 23, 2010 @ 22:03:06
  Author: chrisk-guest
Revision: 5998

Minor fixes to DEP3 tags

Modified:
  packages/pyrit/trunk/debian/patches/0002-Clean-up-after-unit-tests.patch
  packages/pyrit/trunk/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch
  packages/pyrit/trunk/debian/patches/0005-Link-against-libcrypto-not-libssl.patch
  packages/pyrit/trunk/debian/patches/0007-add-option-to-limit-cores.patch
  packages/pyrit/trunk/debian/patches/0009-exception-handling-fix.patch

Modified: packages/pyrit/trunk/debian/patches/0002-Clean-up-after-unit-tests.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0002-Clean-up-after-unit-tests.patch	2010-08-23 22:00:11 UTC (rev 5997)
+++ packages/pyrit/trunk/debian/patches/0002-Clean-up-after-unit-tests.patch	2010-08-23 22:03:06 UTC (rev 5998)
@@ -5,9 +5,8 @@
 The setup code for unit tests in test/ creates temporary directories without
 removing them afterwards. This patch does this.
 
-Forwarded: http://code.google.com/p/pyrit/source/detail?r=272
-Applied-Upstream: 0.3.1
-Last-Update: 2010-07-27
+Applied-Upstream: 0.3.1, http://code.google.com/p/pyrit/source/detail?r=272
+Last-Update: 2010-08-23
 
 ---
  test/test_pyrit.py |    3 ++-

Modified: packages/pyrit/trunk/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch	2010-08-23 22:00:11 UTC (rev 5997)
+++ packages/pyrit/trunk/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch	2010-08-23 22:03:06 UTC (rev 5998)
@@ -1,6 +1,6 @@
 From: Christian Kastner <debian at kvr.at>
 Date: Wed, 9 Jun 2010 22:25:09 +0200
-Subject: [PATCH] Fixed depreciation warning generated by sql-alchemy
+Subject: [PATCH] Fixed deprecation warning generated by sql-alchemy
 
 sql.Binary was renamed to sql.LargeBinary in python-sqlalchemy-0.6.1, causing a
 warning to be emitted everytime Pyrit is run. This patch resolves the issue.
@@ -8,8 +8,8 @@
 This patch is Debian-specific.
 
 Bug: http://code.google.com/p/pyrit/issues/detail?id=134
-Forwarded: no
-Last-Update: 2010-06-09
+Forwarded: not-needed
+Last-Update: 2010-08-23
 ---
  cpyrit/storage.py |   11 +++++++----
  1 files changed, 7 insertions(+), 4 deletions(-)

Modified: packages/pyrit/trunk/debian/patches/0005-Link-against-libcrypto-not-libssl.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0005-Link-against-libcrypto-not-libssl.patch	2010-08-23 22:00:11 UTC (rev 5997)
+++ packages/pyrit/trunk/debian/patches/0005-Link-against-libcrypto-not-libssl.patch	2010-08-23 22:03:06 UTC (rev 5998)
@@ -6,8 +6,8 @@
 against libcrypto instead.
 
 Bug: http://code.google.com/p/pyrit/issues/detail?id=168
-Applied-Upstream: 0.3.1
-Last-Update: 2010-07-03
+Applied-Upstream: 0.3.1, http://code.google.com/p/pyrit/source/detail?r=265
+Last-Update: 2010-08-23
 
 Index: pyrit-0.3.0/setup.py
 ===================================================================

Modified: packages/pyrit/trunk/debian/patches/0007-add-option-to-limit-cores.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0007-add-option-to-limit-cores.patch	2010-08-23 22:00:11 UTC (rev 5997)
+++ packages/pyrit/trunk/debian/patches/0007-add-option-to-limit-cores.patch	2010-08-23 22:03:06 UTC (rev 5998)
@@ -5,12 +5,10 @@
 This patch adds a configuration option that allows one to limit the number of
 cores Pyrit will use. This only affects non-GPU processors.
 
-This patch is Debian-specific.
+Forwarded: yes
+Applied-Upstream: 0.3.1, http://code.google.com/p/pyrit/source/detail?r=275
+Last-Update: 2010-08-23
 
-Forwarded: http://code.google.com/p/pyrit/source/detail?r=275
-Applied-Upstream: 0.3.1
-Last-Update: 2010-07-06
-
 Index: pyrit-0.3.0/cpyrit/config.py
 ===================================================================
 --- pyrit-0.3.0.orig/cpyrit/config.py	2010-07-06 21:29:17.637835162 +0200

Modified: packages/pyrit/trunk/debian/patches/0009-exception-handling-fix.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0009-exception-handling-fix.patch	2010-08-23 22:00:11 UTC (rev 5997)
+++ packages/pyrit/trunk/debian/patches/0009-exception-handling-fix.patch	2010-08-23 22:03:06 UTC (rev 5998)
@@ -4,9 +4,8 @@
 
 Jakub Wilk discovered a bug when handling multiple exceptions in pyrit_cli.py.
 
-Forwarded: http://code.google.com/p/pyrit/source/detail?r=271
-Applied-Upstream: 0.3.1
-Last-Update: 2010-07-27
+Applied-Upstream: 0.3.1, http://code.google.com/p/pyrit/source/detail?r=271
+Last-Update: 2010-08-23
 
 Index: pyrit-0.3.0/pyrit_cli.py
 ===================================================================




More information about the Python-apps-commits mailing list