[Python-apps-commits] r5806 - in packages/pyrit/trunk/debian (2 files)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Thu Jul 8 19:21:08 UTC 2010


    Date: Thursday, July 8, 2010 @ 19:21:01
  Author: chrisk-guest
Revision: 5806

Documentation fixes

Modified:
  packages/pyrit/trunk/debian/README.Debian
  packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch

Modified: packages/pyrit/trunk/debian/README.Debian
===================================================================
--- packages/pyrit/trunk/debian/README.Debian	2010-07-08 12:17:24 UTC (rev 5805)
+++ packages/pyrit/trunk/debian/README.Debian	2010-07-08 19:21:01 UTC (rev 5806)
@@ -5,7 +5,8 @@
 GPGPU-technologies.
 
 This package provides the full-featured application, which will run on any
-system. On i386 or amd64-based systems, SSE2 support is enabled.
+system. On amd64-based systems, SSE2 support is enabled. SSE2 on i386 and VIA
+PADLOCK support is currently not enabled, but planned.
 
 python-scapy and python-sqlalchemy (as well as a backend, eg python-sqlite)
 aren't strictly required, but you really want them if you're only going to use

Modified: packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch	2010-07-08 12:17:24 UTC (rev 5805)
+++ packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch	2010-07-08 19:21:01 UTC (rev 5806)
@@ -3,11 +3,11 @@
 Subject: [PATCH] Disable SSE2 on i386
 
 Disable SSE2 support on i386 as we cannot guarantee that all i386 processors
-support this instruction set.
+support this instruction set. Also, disable VIA PADLOCK on i386.
 
 This is a Debian-specific fix. This if is expected to disappear in later
 revisions of Pyrit (e.g. by building multiple extensions, optimized for various
-platforms).
+platforms). See also debian/TODO.
 
 Bug: http://code.google.com/p/pyrit/issues/detail?id=24
 Last-Update: 2010-07-06




More information about the Python-apps-commits mailing list