[Python-apps-commits] r5789 - in packages/pyrit/trunk/debian (4 files)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Wed Jul 7 20:06:52 UTC 2010


    Date: Wednesday, July 7, 2010 @ 20:06:38
  Author: chrisk-guest
Revision: 5789

Rename patch

Added:
  packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch
    (from rev 5788, packages/pyrit/trunk/debian/patches/0008-disable-SSE2-on-i386.patch)
Modified:
  packages/pyrit/trunk/debian/changelog
  packages/pyrit/trunk/debian/patches/series
Deleted:
  packages/pyrit/trunk/debian/patches/0008-disable-SSE2-on-i386.patch

Modified: packages/pyrit/trunk/debian/changelog
===================================================================
--- packages/pyrit/trunk/debian/changelog	2010-07-07 13:53:58 UTC (rev 5788)
+++ packages/pyrit/trunk/debian/changelog	2010-07-07 20:06:38 UTC (rev 5789)
@@ -9,6 +9,6 @@
     - 0005-Link-against-libcrypto-not-libssl
     - 0006-custom-config-file
     - 0007-add-option-to-limit-cores
-    - 0008-disable-SSE2-on-i386.patch
+    - 0008-disable-optimizations-on-i386.patch
 
  -- Christian Kastner <debian at kvr.at>  Thu, 20 May 2010 14:43:26 +0200

Deleted: packages/pyrit/trunk/debian/patches/0008-disable-SSE2-on-i386.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0008-disable-SSE2-on-i386.patch	2010-07-07 13:53:58 UTC (rev 5788)
+++ packages/pyrit/trunk/debian/patches/0008-disable-SSE2-on-i386.patch	2010-07-07 20:06:38 UTC (rev 5789)
@@ -1,24 +0,0 @@
-From: Christian Kastner <debian at kvr.at>
-Date: Tue, 6 Jul 2010 23:46:27 +0200
-Subject: [PATCH] Disable SSE2 on i386
-
-Disable SSE2 support on i386 as we cannot guarantee that all i386 processors
-support this instruction set.
-
-Bug: http://code.google.com/p/pyrit/issues/detail?id=24
-Last-Update: 2010-07-06
-Index: pyrit-0.3.0/cpyrit/_cpyrit_cpu.h
-===================================================================
---- pyrit-0.3.0.orig/cpyrit/_cpyrit_cpu.h	2010-07-06 23:50:59.265843532 +0200
-+++ pyrit-0.3.0/cpyrit/_cpyrit_cpu.h	2010-07-07 00:00:06.593840568 +0200
-@@ -36,7 +36,9 @@
- 
- 
- #if (defined(__i386__) || defined(__x86_64__))
--    #define COMPILE_SSE2
-+    #ifdef __x86_64__
-+        #define COMPILE_SSE2
-+    #endif
-     #define PUT_BE(n,b,i)                            \
-     {                                                       \
-         (b)[(i)    ] = (unsigned char) ( (n) >> 24 );       \

Copied: packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch (from rev 5788, packages/pyrit/trunk/debian/patches/0008-disable-SSE2-on-i386.patch)
===================================================================
--- packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch	                        (rev 0)
+++ packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch	2010-07-07 20:06:38 UTC (rev 5789)
@@ -0,0 +1,24 @@
+From: Christian Kastner <debian at kvr.at>
+Date: Tue, 6 Jul 2010 23:46:27 +0200
+Subject: [PATCH] Disable SSE2 on i386
+
+Disable SSE2 support on i386 as we cannot guarantee that all i386 processors
+support this instruction set.
+
+Bug: http://code.google.com/p/pyrit/issues/detail?id=24
+Last-Update: 2010-07-06
+Index: pyrit-0.3.0/cpyrit/_cpyrit_cpu.h
+===================================================================
+--- pyrit-0.3.0.orig/cpyrit/_cpyrit_cpu.h	2010-07-06 23:50:59.265843532 +0200
++++ pyrit-0.3.0/cpyrit/_cpyrit_cpu.h	2010-07-07 00:00:06.593840568 +0200
+@@ -36,7 +36,9 @@
+ 
+ 
+ #if (defined(__i386__) || defined(__x86_64__))
+-    #define COMPILE_SSE2
++    #ifdef __x86_64__
++        #define COMPILE_SSE2
++    #endif
+     #define PUT_BE(n,b,i)                            \
+     {                                                       \
+         (b)[(i)    ] = (unsigned char) ( (n) >> 24 );       \

Modified: packages/pyrit/trunk/debian/patches/series
===================================================================
--- packages/pyrit/trunk/debian/patches/series	2010-07-07 13:53:58 UTC (rev 5788)
+++ packages/pyrit/trunk/debian/patches/series	2010-07-07 20:06:38 UTC (rev 5789)
@@ -5,4 +5,4 @@
 0005-Link-against-libcrypto-not-libssl.patch
 0006-custom-config-file.patch
 0007-add-option-to-limit-cores.patch
-0008-disable-SSE2-on-i386.patch
+0008-disable-optimizations-on-i386.patch




More information about the Python-apps-commits mailing list