[Python-apps-commits] r5862 - in packages/pyrit/trunk/debian (4 files)
chrisk-guest at users.alioth.debian.org
chrisk-guest at users.alioth.debian.org
Tue Jul 20 18:40:42 UTC 2010
Date: Tuesday, July 20, 2010 @ 18:40:18
Author: chrisk-guest
Revision: 5862
Revert last patch change (two separate issues, should not be merged)
Added:
packages/pyrit/trunk/debian/patches/0001-Add-OpenSSL-linking-exception-from-upstream.patch
Modified:
packages/pyrit/trunk/debian/changelog
packages/pyrit/trunk/debian/patches/series
Deleted:
packages/pyrit/trunk/debian/patches/0001-Add-licensing-updates-from-upstream.patch
Modified: packages/pyrit/trunk/debian/changelog
===================================================================
--- packages/pyrit/trunk/debian/changelog 2010-07-20 18:05:11 UTC (rev 5861)
+++ packages/pyrit/trunk/debian/changelog 2010-07-20 18:40:18 UTC (rev 5862)
@@ -2,7 +2,7 @@
* Initial release (Closes: #570918)
* debian/patches:
- - 0001-Add-licensing-updates-from-upstream
+ - 0001-Add-OpenSSL-linking-exception-from-upstream
- 0002-Clean-up-after-unit-tests
- 0003-Add-man-page-for-pyrit-1
- 0004-Fixed-deprecation-warning-generated-by-sql-alchemy
Added: packages/pyrit/trunk/debian/patches/0001-Add-OpenSSL-linking-exception-from-upstream.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0001-Add-OpenSSL-linking-exception-from-upstream.patch (rev 0)
+++ packages/pyrit/trunk/debian/patches/0001-Add-OpenSSL-linking-exception-from-upstream.patch 2010-07-20 18:40:18 UTC (rev 5862)
@@ -0,0 +1,37 @@
+From: Christian Kastner <debian at kvr.at>
+Date: Thu, 20 May 2010 04:32:28 +0200
+Subject: [PATCH] Add OpenSSL linking exception from upstream
+
+Upstream has added a linking exception for OpenSSL in SVN. Upstream has
+authorized me to add this exception to the current version 0.3.0.
+
+Origin: upstream, http://code.google.com/p/pyrit/source/detail?r=257
+Applied-Upstream: 0.3.1
+Last-Update: 2010-05-19
+---
+ cpyrit/_cpyrit_cpu.c | 11 +++++++++++
+ 1 files changed, 11 insertions(+), 0 deletions(-)
+
+diff --git a/cpyrit/_cpyrit_cpu.c b/cpyrit/_cpyrit_cpu.c
+index b082b74..63a0008 100644
+--- a/cpyrit/_cpyrit_cpu.c
++++ b/cpyrit/_cpyrit_cpu.c
+@@ -16,6 +16,17 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with Pyrit. If not, see <http://www.gnu.org/licenses/>.
++#
++# Additional permission under GNU GPL version 3 section 7
++#
++# If you modify this Program, or any covered work, by linking or
++# combining it with the OpenSSL project's "OpenSSL" library (or a
++# modified version of that library), containing parts covered by
++# the terms of OpenSSL/SSLeay license, the licensors of this
++# Program grant you additional permission to convey the resulting
++# work. Corresponding Source for a non-source form of such a
++# combination shall include the source code for the parts of the
++# OpenSSL library used as well as that of the covered work.
+ */
+
+ #include <Python.h>
+--
Deleted: packages/pyrit/trunk/debian/patches/0001-Add-licensing-updates-from-upstream.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0001-Add-licensing-updates-from-upstream.patch 2010-07-20 18:05:11 UTC (rev 5861)
+++ packages/pyrit/trunk/debian/patches/0001-Add-licensing-updates-from-upstream.patch 2010-07-20 18:40:18 UTC (rev 5862)
@@ -1,74 +0,0 @@
-From: Christian Kastner <debian at kvr.at>
-Date: Thu, 20 May 2010 04:32:28 +0200
-Subject: [PATCH] Add OpenSSL linking exception from upstream
-
-Upstream has added a linking exception for OpenSSL in SVN. Upstream has
-authorized me to add this exception to the current version 0.3.0.
-
-Upstream has also re-confirmed GPLv3 + OpenSSL linking exception with the
-original authors of the SSE2 SHA1 implementation.
-
-Origin: upstream, http://code.google.com/p/pyrit/source/detail?r=257
-Applied-Upstream: 0.3.1
-Last-Update: 2010-05-19
----
- cpyrit/_cpyrit_cpu.c | 11 +++++++++++
- 1 files changed, 11 insertions(+), 0 deletions(-)
-
-Index: pyrit-0.3.0/cpyrit/_cpyrit_cpu.c
-===================================================================
---- pyrit-0.3.0.orig/cpyrit/_cpyrit_cpu.c 2010-07-20 20:01:36.890037459 +0200
-+++ pyrit-0.3.0/cpyrit/_cpyrit_cpu.c 2010-07-20 20:01:38.766037895 +0200
-@@ -16,6 +16,17 @@
- #
- # You should have received a copy of the GNU General Public License
- # along with Pyrit. If not, see <http://www.gnu.org/licenses/>.
-+#
-+# Additional permission under GNU GPL version 3 section 7
-+#
-+# If you modify this Program, or any covered work, by linking or
-+# combining it with the OpenSSL project's "OpenSSL" library (or a
-+# modified version of that library), containing parts covered by
-+# the terms of OpenSSL/SSLeay license, the licensors of this
-+# Program grant you additional permission to convey the resulting
-+# work. Corresponding Source for a non-source form of such a
-+# combination shall include the source code for the parts of the
-+# OpenSSL library used as well as that of the covered work.
- */
-
- #include <Python.h>
-Index: pyrit-0.3.0/cpyrit/_cpyrit_cpu_sse2.S
-===================================================================
---- pyrit-0.3.0.orig/cpyrit/_cpyrit_cpu_sse2.S 2010-07-20 20:01:51.426037219 +0200
-+++ pyrit-0.3.0/cpyrit/_cpyrit_cpu_sse2.S 2010-07-20 20:02:04.418052139 +0200
-@@ -2,8 +2,10 @@
- #
- # Copyright 2009-2010, Lukas Lueg, lukas.lueg at gmail.com
- #
--# SHA-1 SSE2 Copyright 2008, 2009, Alvaro Salmador, naplam33 at msn.com
--# ported from SHA-1 MMX by Simon Marechal, simon at banquise.net
-+# SHA-1 SSE2 Copyright 2008, 2009, Alvaro Salmador, naplam33 at msn.com,
-+# included here with permission, under the licensing terms specified below.
-+# ported from SHA-1 MMX by Simon Marechal, simon at banquise.net,
-+# included here with permission, under the licensing terms specified below.
- #
- # This file is part of Pyrit.
- #
-@@ -19,6 +21,17 @@
- #
- # You should have received a copy of the GNU General Public License
- # along with Pyrit. If not, see <http://www.gnu.org/licenses/>.
-+#
-+# Additional permission under GNU GPL version 3 section 7
-+#
-+# If you modify this Program, or any covered work, by linking or
-+# combining it with the OpenSSL project's "OpenSSL" library (or a
-+# modified version of that library), containing parts covered by
-+# the terms of OpenSSL/SSLeay license, the licensors of this
-+# Program grant you additional permission to convey the resulting
-+# work. Corresponding Source for a non-source form of such a
-+# combination shall include the source code for the parts of the
-+# OpenSSL library used as well as that of the covered work.
- */
-
- #include "_cpyrit_cpu.h"
Modified: packages/pyrit/trunk/debian/patches/series
===================================================================
--- packages/pyrit/trunk/debian/patches/series 2010-07-20 18:05:11 UTC (rev 5861)
+++ packages/pyrit/trunk/debian/patches/series 2010-07-20 18:40:18 UTC (rev 5862)
@@ -1,4 +1,4 @@
-0001-Add-licensing-updates-from-upstream.patch
+0001-Add-OpenSSL-linking-exception-from-upstream.patch
0002-Clean-up-after-unit-tests.patch
0003-Add-man-page-for-pyrit-1.patch
0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch
More information about the Python-apps-commits
mailing list