[Python-apps-commits] r12096 - in packages/pyrit/tags (7 files)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Mon Jul 13 19:20:59 UTC 2015


    Date: Monday, July 13, 2015 @ 19:20:58
  Author: chrisk-guest
Revision: 12096

[svn-buildpackage] Tagging pyrit 0.4.0-5

Added:
  packages/pyrit/tags/0.4.0-5/
  packages/pyrit/tags/0.4.0-5/debian/changelog
    (from rev 12095, packages/pyrit/trunk/debian/changelog)
  packages/pyrit/tags/0.4.0-5/debian/control
    (from rev 12092, packages/pyrit/trunk/debian/control)
  packages/pyrit/tags/0.4.0-5/debian/copyright
    (from rev 12094, packages/pyrit/trunk/debian/copyright)
Deleted:
  packages/pyrit/tags/0.4.0-5/debian/changelog
  packages/pyrit/tags/0.4.0-5/debian/control
  packages/pyrit/tags/0.4.0-5/debian/copyright

Deleted: packages/pyrit/tags/0.4.0-5/debian/changelog
===================================================================
--- packages/pyrit/trunk/debian/changelog	2015-07-12 00:57:41 UTC (rev 12091)
+++ packages/pyrit/tags/0.4.0-5/debian/changelog	2015-07-13 19:20:58 UTC (rev 12096)
@@ -1,148 +0,0 @@
-pyrit (0.4.0-5) UNRELEASED; urgency=medium
-
-  * debian/control:
-    - Bump Standards-Version to 3.9.6 (no changes needed)
-  * debian/rules:
-    - Drop return code checking, pybuild checks the result for us
-
- -- Christian Kastner <debian at kvr.at>  Sun, 24 Aug 2014 10:25:51 -0700
-
-pyrit (0.4.0-4) unstable; urgency=low
-
-  * debian/control:
-    - Add Build-Depends for dh-python (for pybuild)
-    - Add Build-Depends for python-setuptools
-  * debian/rules:
-    - Convert to use pybuild build system
-  * debian/pyrit.1:
-    - The previous release 0.4.0-2 contained a man page fix reported in
-      #683708, but I forgot to mention that in the changelog. Thanks, A. Costa.
-  * debian/tests/unittests-default:
-    - Refresh comments
-
- -- Christian Kastner <debian at kvr.at>  Sat, 02 Aug 2014 20:59:06 +0200
-
-pyrit (0.4.0-3) unstable; urgency=low
-
-  * debian/copyright:
-    - Add copyright attribution for some of the dump files. It was incorrectly
-      assumed that all of these originated from upstream; upstream however had
-      included them from third parties with their permission.
-    - Update to machine-readable format v1.0
-    - Refresh copyright years
-  * debian/pyrit.examples
-    debian/README.examples:
-    - Include dump files for testing purposes. Closes: #643033 
-  * debian/control:
-    - Bump Standards-Version to 3.9.5 (no changes needed)
-    - Bump debhelper dependency to (>= 9)
-    - Drop dependency on python-support and bumped python-all-dev dependency
-      to (>= 2.6.6-3~) for dh_python2
-    - Add X-Python-Version with >= 2.6, thereby implicitly dropping support for
-      Python 2.5 (it used to be supported in the now removed debian/pyversions).
-      This allows us to simplify some things, such as test execution.
-    - Add XS-Testsuite: autopkgtest
-    - Updated Vcs-* URLs
-  * debian/compat:
-    - Bump debhelper compatibility level to 9
-  * debian/rules:
-    - Convert build process to dh_python2
-    - Light restructuring of test execution
-  * debian/pyversions:
-    - Remove (obsolete)
-  * debian/tests/*:
-    - Created an autopkgtest which executes the unit tests using the default
-      Python interpreter
-  * debian/watch:
-    - Use Google Code URLs following wiki.debian.org recommendations
-  * debian/source/lintian-overrides:
-    - Add override for debian-watch-may-check-gpg-signature
-  * debian/patches (refreshed):
-    - 0006-custom-config-file
-
- -- Christian Kastner <debian at kvr.at>  Sun, 09 Mar 2014 15:13:06 +0100
-
-pyrit (0.4.0-2) unstable; urgency=low
-
-  * debian/control:
-    - Bumped Standards-Version to 3.9.2 (no changes needed) 
-  * debian/build.config
-    - Renamed to build.config.in and use a placeholder value for limit_ncpus
-  * debian/rules:
-    - Adapted to generate a pyrit config at build time which takes into
-      account, if set, the value from DEB_BUILD_OPTIONS=parallel=N for the
-      number of cores pyrit should use during build
-  * debian/TODO:
-    - Removed build-time config (see above) from list
-  * debian/patches added:
-    - 0014-performancecounter-handle-empty-result-gracefully
-      Don't attempt to process nonexistent results. Closes: #620991
-    - 0015-increase-timeout-in-unittests
-      In combination with the previous patch, this ensures that the affected
-      test cases are nevertheless fully run on slower hosts
-
- -- Christian Kastner <debian at kvr.at>  Sun, 17 Apr 2011 22:24:49 +0200
-
-pyrit (0.4.0-1) unstable; urgency=low
-
-  * New upstream version.
-  * debian/control:
-    - Upgraded Depends on python-all-dev to versioned dependency (>= 2.5) due to
-      use of "with" statement
-    - Added Depends on libpcap-dev (new upstream requirement) 
-    - Downgraded Depends for python-sqlalchemy to 0.5.6 (new upstream feature)
-    - Don't start package description with article ("A" in this case)
-  * debian/watch:
-    - Simplified, as Google Code now provides hrefs in the Downloads list again
-  debian/pyrit.1:
-    - Sync'ed man page with upstream documentation for this version
-    - Minor corrections
-  * debian/patches dropped (implemented/included upstream):
-    - 0001-Add-OpenSSL-linking-exception-from-upstream
-    - 0002-Clean-up-after-unit-tests
-    - 0004-Fixed-deprecation-warning-generated-by-sql-alchemy
-    - 0005-Link-against-libcrypto-not-libssl
-    - 0007-add-option-to-limit-cores
-    - 0008-disable-optimizations-on-i386
-    - 0009-exception-handling-fix
-    - 0010-Add-SHA1-licensing-update-from-upstream
-    - 0011-fix-list-index-error
-    - 0012-fix-SSE2-detection
-    - 0013-FTBFS-on-failed-unit-tests
-
- -- Christian Kastner <debian at kvr.at>  Mon, 04 Apr 2011 22:26:24 +0200
-
-pyrit (0.3.0-2) unstable; urgency=low
-
-  * debian/control:
-    - Bump Standards-Version to 3.9.1 (no changes needed)
-    - Updated package description, indicating that optimizations are detected
-      at run-time (a result of dropping patch 0008 and adding 0012).
-  * debian/patches:
-    - Added 0012-fix-SSE2-detection
-      Fixes a crash in run-time SSE2 detection on systems with MMX but no SSE2
-    - Added 0013-FTBFS-on-failed-unit-tests
-      Unit test failures should result in a FTBFS so that issues such as
-      #589995 are properly caught. Closes: #590520
-    - Dropped 0008-disable-optimizations-on-i386
-      Misguided patch; support for MMX/SSE2/VIA PADLOCK is detected at runtime
- 
- -- Christian Kastner <debian at kvr.at>  Tue, 24 Aug 2010 20:48:11 +0200
-
-pyrit (0.3.0-1) unstable; urgency=low
-
-  * Initial release (Closes: #570918)
-  * debian/patches:
-    - 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
-    - 0005-Link-against-libcrypto-not-libssl
-    - 0006-custom-config-file
-    - 0007-add-option-to-limit-cores
-    - 0008-disable-optimizations-on-i386
-    - 0009-exception-handling-fix
-    - 0010-Add-SHA1-licensing-update-from-upstream
-    - 0011-fix-list-index-error
-
- -- Christian Kastner <debian at kvr.at>  Wed, 21 Jul 2010 23:53:59 +0200

Copied: packages/pyrit/tags/0.4.0-5/debian/changelog (from rev 12095, packages/pyrit/trunk/debian/changelog)
===================================================================
--- packages/pyrit/tags/0.4.0-5/debian/changelog	                        (rev 0)
+++ packages/pyrit/tags/0.4.0-5/debian/changelog	2015-07-13 19:20:58 UTC (rev 12096)
@@ -0,0 +1,153 @@
+pyrit (0.4.0-5) unstable; urgency=medium
+
+  * debian/control:
+    - Bump Standards-Version to 3.9.6 (no changes needed)
+    - Drop XS-Testsuite. dpkg now recognizes the Testsuite header, and
+      dpkg-source automatically adds one when an autopkgtest suite is found.
+  * debian/rules:
+    - Drop return code checking, pybuild checks the result for us
+  * debian/copyright:
+    - Add missing test/ prefix to some files
+    - Bump copyright years
+
+ -- Christian Kastner <debian at kvr.at>  Mon, 13 Jul 2015 20:50:06 +0200
+
+pyrit (0.4.0-4) unstable; urgency=low
+
+  * debian/control:
+    - Add Build-Depends for dh-python (for pybuild)
+    - Add Build-Depends for python-setuptools
+  * debian/rules:
+    - Convert to use pybuild build system
+  * debian/pyrit.1:
+    - The previous release 0.4.0-2 contained a man page fix reported in
+      #683708, but I forgot to mention that in the changelog. Thanks, A. Costa.
+  * debian/tests/unittests-default:
+    - Refresh comments
+
+ -- Christian Kastner <debian at kvr.at>  Sat, 02 Aug 2014 20:59:06 +0200
+
+pyrit (0.4.0-3) unstable; urgency=low
+
+  * debian/copyright:
+    - Add copyright attribution for some of the dump files. It was incorrectly
+      assumed that all of these originated from upstream; upstream however had
+      included them from third parties with their permission.
+    - Update to machine-readable format v1.0
+    - Refresh copyright years
+  * debian/pyrit.examples
+    debian/README.examples:
+    - Include dump files for testing purposes. Closes: #643033 
+  * debian/control:
+    - Bump Standards-Version to 3.9.5 (no changes needed)
+    - Bump debhelper dependency to (>= 9)
+    - Drop dependency on python-support and bumped python-all-dev dependency
+      to (>= 2.6.6-3~) for dh_python2
+    - Add X-Python-Version with >= 2.6, thereby implicitly dropping support for
+      Python 2.5 (it used to be supported in the now removed debian/pyversions).
+      This allows us to simplify some things, such as test execution.
+    - Add XS-Testsuite: autopkgtest
+    - Updated Vcs-* URLs
+  * debian/compat:
+    - Bump debhelper compatibility level to 9
+  * debian/rules:
+    - Convert build process to dh_python2
+    - Light restructuring of test execution
+  * debian/pyversions:
+    - Remove (obsolete)
+  * debian/tests/*:
+    - Created an autopkgtest which executes the unit tests using the default
+      Python interpreter
+  * debian/watch:
+    - Use Google Code URLs following wiki.debian.org recommendations
+  * debian/source/lintian-overrides:
+    - Add override for debian-watch-may-check-gpg-signature
+  * debian/patches (refreshed):
+    - 0006-custom-config-file
+
+ -- Christian Kastner <debian at kvr.at>  Sun, 09 Mar 2014 15:13:06 +0100
+
+pyrit (0.4.0-2) unstable; urgency=low
+
+  * debian/control:
+    - Bumped Standards-Version to 3.9.2 (no changes needed) 
+  * debian/build.config
+    - Renamed to build.config.in and use a placeholder value for limit_ncpus
+  * debian/rules:
+    - Adapted to generate a pyrit config at build time which takes into
+      account, if set, the value from DEB_BUILD_OPTIONS=parallel=N for the
+      number of cores pyrit should use during build
+  * debian/TODO:
+    - Removed build-time config (see above) from list
+  * debian/patches added:
+    - 0014-performancecounter-handle-empty-result-gracefully
+      Don't attempt to process nonexistent results. Closes: #620991
+    - 0015-increase-timeout-in-unittests
+      In combination with the previous patch, this ensures that the affected
+      test cases are nevertheless fully run on slower hosts
+
+ -- Christian Kastner <debian at kvr.at>  Sun, 17 Apr 2011 22:24:49 +0200
+
+pyrit (0.4.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * debian/control:
+    - Upgraded Depends on python-all-dev to versioned dependency (>= 2.5) due to
+      use of "with" statement
+    - Added Depends on libpcap-dev (new upstream requirement) 
+    - Downgraded Depends for python-sqlalchemy to 0.5.6 (new upstream feature)
+    - Don't start package description with article ("A" in this case)
+  * debian/watch:
+    - Simplified, as Google Code now provides hrefs in the Downloads list again
+  debian/pyrit.1:
+    - Sync'ed man page with upstream documentation for this version
+    - Minor corrections
+  * debian/patches dropped (implemented/included upstream):
+    - 0001-Add-OpenSSL-linking-exception-from-upstream
+    - 0002-Clean-up-after-unit-tests
+    - 0004-Fixed-deprecation-warning-generated-by-sql-alchemy
+    - 0005-Link-against-libcrypto-not-libssl
+    - 0007-add-option-to-limit-cores
+    - 0008-disable-optimizations-on-i386
+    - 0009-exception-handling-fix
+    - 0010-Add-SHA1-licensing-update-from-upstream
+    - 0011-fix-list-index-error
+    - 0012-fix-SSE2-detection
+    - 0013-FTBFS-on-failed-unit-tests
+
+ -- Christian Kastner <debian at kvr.at>  Mon, 04 Apr 2011 22:26:24 +0200
+
+pyrit (0.3.0-2) unstable; urgency=low
+
+  * debian/control:
+    - Bump Standards-Version to 3.9.1 (no changes needed)
+    - Updated package description, indicating that optimizations are detected
+      at run-time (a result of dropping patch 0008 and adding 0012).
+  * debian/patches:
+    - Added 0012-fix-SSE2-detection
+      Fixes a crash in run-time SSE2 detection on systems with MMX but no SSE2
+    - Added 0013-FTBFS-on-failed-unit-tests
+      Unit test failures should result in a FTBFS so that issues such as
+      #589995 are properly caught. Closes: #590520
+    - Dropped 0008-disable-optimizations-on-i386
+      Misguided patch; support for MMX/SSE2/VIA PADLOCK is detected at runtime
+ 
+ -- Christian Kastner <debian at kvr.at>  Tue, 24 Aug 2010 20:48:11 +0200
+
+pyrit (0.3.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #570918)
+  * debian/patches:
+    - 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
+    - 0005-Link-against-libcrypto-not-libssl
+    - 0006-custom-config-file
+    - 0007-add-option-to-limit-cores
+    - 0008-disable-optimizations-on-i386
+    - 0009-exception-handling-fix
+    - 0010-Add-SHA1-licensing-update-from-upstream
+    - 0011-fix-list-index-error
+
+ -- Christian Kastner <debian at kvr.at>  Wed, 21 Jul 2010 23:53:59 +0200

Deleted: packages/pyrit/tags/0.4.0-5/debian/control
===================================================================
--- packages/pyrit/trunk/debian/control	2015-07-12 00:57:41 UTC (rev 12091)
+++ packages/pyrit/tags/0.4.0-5/debian/control	2015-07-13 19:20:58 UTC (rev 12096)
@@ -1,44 +0,0 @@
-Source: pyrit
-Section: net
-Priority: extra
-Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Christian Kastner <debian at kvr.at>
-Build-Depends:
-    debhelper (>= 9),
-    dh-python,
-    python-all-dev (>= 2.6.6-3~),
-    python-setuptools,
-    python-scapy (>= 2.0),
-    python-sqlalchemy (>= 0.5.6),
-    libssl-dev,
-    libpcap-dev
-Standards-Version: 3.9.6
-X-Python-Version: >= 2.6
-XS-Testsuite: autopkgtest
-Homepage: http://code.google.com/p/pyrit/
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pyrit/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pyrit/trunk/
-
-Package: pyrit
-Architecture: any
-Depends:
-    ${python:Depends},
-    ${misc:Depends},
-    ${shlibs:Depends}
-Recommends:
-    python-scapy (>= 2.0),
-    python-sqlalchemy (>= 0.5.6)
-Suggests:
-    python-psycopg2 | python-pymssql | python-mysqldb
-Description: GPGPU-driven WPA/WPA2-PSK key cracker
- Pyrit allows one to create massive databases, pre-computing part of the
- WPA/WPA2-PSK authentication phase in a space-time-tradeoff. Exploiting the
- computational power of many-core- and other platforms through ATI-Stream,
- Nvidia CUDA, OpenCL, and VIA Padlock, it is currently by far the most powerful
- attack against one of the world's most used security-protocols.
- .
- This package contains the basic version of Pyrit, with support for MMX, SSE2
- and VIA PADLOCK detected at run-time. Support for the non-free technologies
- Nvidia CUDA, ATI-Stream, and OpenCL can be added through extensions. If
- packaged, these should be available in the contrib section with names in the
- form of "pyrit-*.

Copied: packages/pyrit/tags/0.4.0-5/debian/control (from rev 12092, packages/pyrit/trunk/debian/control)
===================================================================
--- packages/pyrit/tags/0.4.0-5/debian/control	                        (rev 0)
+++ packages/pyrit/tags/0.4.0-5/debian/control	2015-07-13 19:20:58 UTC (rev 12096)
@@ -0,0 +1,43 @@
+Source: pyrit
+Section: net
+Priority: extra
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Christian Kastner <debian at kvr.at>
+Build-Depends:
+    debhelper (>= 9),
+    dh-python,
+    python-all-dev (>= 2.6.6-3~),
+    python-setuptools,
+    python-scapy (>= 2.0),
+    python-sqlalchemy (>= 0.5.6),
+    libssl-dev,
+    libpcap-dev
+Standards-Version: 3.9.6
+Homepage: http://code.google.com/p/pyrit/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pyrit/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pyrit/trunk/
+X-Python-Version: >= 2.6
+
+Package: pyrit
+Architecture: any
+Depends:
+    ${python:Depends},
+    ${misc:Depends},
+    ${shlibs:Depends}
+Recommends:
+    python-scapy (>= 2.0),
+    python-sqlalchemy (>= 0.5.6)
+Suggests:
+    python-psycopg2 | python-pymssql | python-mysqldb
+Description: GPGPU-driven WPA/WPA2-PSK key cracker
+ Pyrit allows one to create massive databases, pre-computing part of the
+ WPA/WPA2-PSK authentication phase in a space-time-tradeoff. Exploiting the
+ computational power of many-core- and other platforms through ATI-Stream,
+ Nvidia CUDA, OpenCL, and VIA Padlock, it is currently by far the most powerful
+ attack against one of the world's most used security-protocols.
+ .
+ This package contains the basic version of Pyrit, with support for MMX, SSE2
+ and VIA PADLOCK detected at run-time. Support for the non-free technologies
+ Nvidia CUDA, ATI-Stream, and OpenCL can be added through extensions. If
+ packaged, these should be available in the contrib section with names in the
+ form of "pyrit-*.

Deleted: packages/pyrit/tags/0.4.0-5/debian/copyright
===================================================================
--- packages/pyrit/trunk/debian/copyright	2015-07-12 00:57:41 UTC (rev 12091)
+++ packages/pyrit/tags/0.4.0-5/debian/copyright	2015-07-13 19:20:58 UTC (rev 12096)
@@ -1,98 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
-Upstream-Name: Pyrit
-Upstream-Contact: Lukas Lueg <lukas.lueg at gmail.com>
-Source: http://code.google.com/p/pyrit/
-
-Files: *
-Copyright: 2008-2011, Lukas Lueg <lukas.lueg at gmail.com>
-License: GPL-3+ with OpenSSL exception
-
-Files: cpyrit/_cpyrit_cpu_sse2.S
-Copyright: 2005, Simon Marechal <simon at banquise.net>
-           2008-2009, Alvaro Salmador <naplam33 at msn.com>
-           2009-2011, Lukas Lueg <lukas.lueg at gmail.com>
-License: GPL-3+ with OpenSSL exception
-
-Files: wpapsk-linksys.dump.gz
-Copyright: 2006, Joshua Wright
-Comment: http://www.willhackforsushi.com
-License: GPL-3+
-
-Files: wpa2psk-MOM1.dump.gz
-Copyright: 2010, <xredneck... at gmail.com>
-Comment: Only virtual user identity is known, see http://code.google.com/u/@WBRRRlZZBRFEWAR5/
-License: GPL-3+
-
-Files: wpa2psk-2WIRE972.dump.gz
-Copyright: 2010, <cpmitc... at gmail.com>
-Comment: Only virtual user identity is known, see http://code.google.com/u/@UhlWS1ZTBRVAVwZ9/
-License: GPL-3+
-
-Files: wpapsk-virgin_broadband.dump.gz
-Copyright: 2010, misterx
-Comment: Only virtual user identity is known, see http://trac.aircrack-ng.org/ticket/721
-License: GPL-3+
-
-Files: wpa2psk-Red_Apple.dump.gz
-Copyright: 2008, limitlessouljah at ...
-Comment: Only virtual user identity is known, see http://trac.aircrack-ng.org/ticket/491
-License: GPL-3+
-
-Files: debian/*
-Copyright: 2010-2011, Christian Kastner <debian at kvr.at>
-License: GPL-3+
-
-Files: debian/patches/*
-Copyright: 2010-2014, Christian Kastner <debian at kvr.at>
-License: GPL-3+ with OpenSSL exception
-
-License: GPL-3+
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- .
- On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in
- `/usr/share/common-licenses/GPL-3'.
-
-License: GPL-3+ with OpenSSL exception
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- .
- Additional permission under GNU GPL version 3 section 7
- .
- OpenSSL linking exception
- --------------------------
- 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.
- .
- On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in
- `/usr/share/common-licenses/GPL-3'.

Copied: packages/pyrit/tags/0.4.0-5/debian/copyright (from rev 12094, packages/pyrit/trunk/debian/copyright)
===================================================================
--- packages/pyrit/tags/0.4.0-5/debian/copyright	                        (rev 0)
+++ packages/pyrit/tags/0.4.0-5/debian/copyright	2015-07-13 19:20:58 UTC (rev 12096)
@@ -0,0 +1,98 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: Pyrit
+Upstream-Contact: Lukas Lueg <lukas.lueg at gmail.com>
+Source: http://code.google.com/p/pyrit/
+
+Files: *
+Copyright: 2008-2011, Lukas Lueg <lukas.lueg at gmail.com>
+License: GPL-3+ with OpenSSL exception
+
+Files: cpyrit/_cpyrit_cpu_sse2.S
+Copyright: 2005, Simon Marechal <simon at banquise.net>
+           2008-2009, Alvaro Salmador <naplam33 at msn.com>
+           2009-2011, Lukas Lueg <lukas.lueg at gmail.com>
+License: GPL-3+ with OpenSSL exception
+
+Files: test/wpapsk-linksys.dump.gz
+Copyright: 2006, Joshua Wright
+Comment: http://www.willhackforsushi.com
+License: GPL-3+
+
+Files: test/wpa2psk-MOM1.dump.gz
+Copyright: 2010, <xredneck... at gmail.com>
+Comment: Only virtual user identity is known, see http://code.google.com/u/@WBRRRlZZBRFEWAR5/
+License: GPL-3+
+
+Files: test/wpa2psk-2WIRE972.dump.gz
+Copyright: 2010, <cpmitc... at gmail.com>
+Comment: Only virtual user identity is known, see http://code.google.com/u/@UhlWS1ZTBRVAVwZ9/
+License: GPL-3+
+
+Files: test/wpapsk-virgin_broadband.dump.gz
+Copyright: 2010, misterx
+Comment: Only virtual user identity is known, see http://trac.aircrack-ng.org/ticket/721
+License: GPL-3+
+
+Files: test/wpa2psk-Red_Apple.dump.gz
+Copyright: 2008, limitlessouljah at ...
+Comment: Only virtual user identity is known, see http://trac.aircrack-ng.org/ticket/491
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2010-2015, Christian Kastner <debian at kvr.at>
+License: GPL-3+
+
+Files: debian/patches/*
+Copyright: 2010-2014, Christian Kastner <debian at kvr.at>
+License: GPL-3+ with OpenSSL exception
+
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in
+ `/usr/share/common-licenses/GPL-3'.
+
+License: GPL-3+ with OpenSSL exception
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ Additional permission under GNU GPL version 3 section 7
+ .
+ OpenSSL linking exception
+ --------------------------
+ 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.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in
+ `/usr/share/common-licenses/GPL-3'.




More information about the Python-apps-commits mailing list