[Python-apps-commits] r5860 - 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:00:11 UTC 2010


    Date: Tuesday, July 20, 2010 @ 18:00:01
  Author: chrisk-guest
Revision: 5860

Rename patch for next change

Added:
  packages/pyrit/trunk/debian/patches/0001-Add-licensing-updates-from-upstream.patch
    (from rev 5859, 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-OpenSSL-linking-exception-from-upstream.patch

Modified: packages/pyrit/trunk/debian/changelog
===================================================================
--- packages/pyrit/trunk/debian/changelog	2010-07-20 16:44:25 UTC (rev 5859)
+++ packages/pyrit/trunk/debian/changelog	2010-07-20 18:00:01 UTC (rev 5860)
@@ -2,7 +2,7 @@
 
   * Initial release (Closes: #570918)
   * debian/patches:
-    - 0001-Add-OpenSSL-linking-exception-from-upstream
+    - 0001-Add-licensing-updates-from-upstream
     - 0002-Clean-up-after-unit-tests
     - 0003-Add-man-page-for-pyrit-1
     - 0004-Fixed-deprecation-warning-generated-by-sql-alchemy

Deleted: 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	2010-07-20 16:44:25 UTC (rev 5859)
+++ packages/pyrit/trunk/debian/patches/0001-Add-OpenSSL-linking-exception-from-upstream.patch	2010-07-20 18:00:01 UTC (rev 5860)
@@ -1,37 +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.
-
-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>
--- 

Copied: packages/pyrit/trunk/debian/patches/0001-Add-licensing-updates-from-upstream.patch (from rev 5859, packages/pyrit/trunk/debian/patches/0001-Add-OpenSSL-linking-exception-from-upstream.patch)
===================================================================
--- packages/pyrit/trunk/debian/patches/0001-Add-licensing-updates-from-upstream.patch	                        (rev 0)
+++ packages/pyrit/trunk/debian/patches/0001-Add-licensing-updates-from-upstream.patch	2010-07-20 18:00:01 UTC (rev 5860)
@@ -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>
+-- 

Modified: packages/pyrit/trunk/debian/patches/series
===================================================================
--- packages/pyrit/trunk/debian/patches/series	2010-07-20 16:44:25 UTC (rev 5859)
+++ packages/pyrit/trunk/debian/patches/series	2010-07-20 18:00:01 UTC (rev 5860)
@@ -1,4 +1,4 @@
-0001-Add-OpenSSL-linking-exception-from-upstream.patch
+0001-Add-licensing-updates-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