[Forensics-changes] [crack] 40/40: Import Debian patch 5.0a-11

Giovani Augusto Ferreira giovani-guest at moszumanska.debian.org
Wed Dec 28 02:47:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

giovani-guest pushed a commit to branch debian
in repository crack.

commit 41725fec61752e525bdad9fa5873d0a29c47aa9d
Author: Giovani Augusto Ferreira <giovani at riseup.net>
Date:   Sun Oct 16 17:50:27 2016 -0200

    Import Debian patch 5.0a-11
---
 debian/changelog                  |  20 ++
 debian/control                    |   8 +-
 debian/copyright                  |  13 +-
 debian/patches/b64_shebang.patch  |  12 +-
 debian/patches/fix-spelling.patch | 433 ++++++++++++++++++++++++++++++++++++++
 debian/patches/series             |   1 +
 debian/rules                      |   6 +-
 debian/watch                      |   2 +-
 8 files changed, 477 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 44fe759..18efbfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+crack (5.0a-11) unstable; urgency=medium
+
+  * New Maintainer. (Closes: #840047)
+  * Acknowledge NMUs. (Closes: #380540, #387756, #668897,
+                               #817319, #817411, #821976)
+  * debian/control:
+      - Added Vcs-* fields to new repository of forensics team.
+      - Removed virtual package wordlist from Recommends field.
+  * debian/copyright:
+      - Update authors and years in packaging copyright place.
+  * debian/patches/b64_shebang.patch:
+      - Update patch header.
+  * debian/patches/fix-spelling.patch:
+      - Created to fix spelling error in some files.
+  * debian/rules:
+      - Removed the "-pie" to improve the GCC hardening.
+      - Removed useless comments.
+
+ -- Giovani Augusto Ferreira <giovani at riseup.net>  Sun, 16 Oct 2016 17:50:27 -0200
+
 crack (5.0a-10) unstable; urgency=low
 
   * QA upload.
diff --git a/debian/control b/debian/control
index a131810..4d96963 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
 Source: crack
 Section: admin
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
+Uploaders: Giovani Augusto Ferreira <giovani at riseup.net>
 Build-Depends: debhelper (>= 10)
 Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/collab-maint/crack.git
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/crack.git
+Vcs-Git: https://anonscm.debian.org/git/forensics/crack.git
+Vcs-Browser: https://anonscm.debian.org/git/forensics/crack.git
 Homepage: http://www.crypticide.com/alecm/software/crack/
 
 Package: crack-common
 Architecture: all
 Depends: make,
          ${misc:Depends}
-Recommends: wordlist
 Breaks: crack (<< 5.0a-9.2)
 Replaces: crack (<< 5.0a-9.2)
 Description: Password guessing program (common files of all variants)
diff --git a/debian/copyright b/debian/copyright
index 7ce822e..2a2dae0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -39,13 +39,18 @@ Comment:
  dictionary compression and dictionary handling techniques.
 
 Files: src/libdes/*
-Copyright: 1995 Eric Young <eay at cryptsoft.com>
+Copyright: 1993-1995 Eric Young <eay at cryptsoft.com>
+           1995      Mark Murray
 License: BSD-4-Clause
 
 Files: debian/*
 Copyright: 2002-2003 Javier Fernández-Sanguino Peña <jfs at computer.org>
            2002-2006 Paweł Więcek <coven at debian.org>
+           2008      Julien Danjou <acid at debian.org>
+           2012      gregor herrmann <gregoa at debian.org>
            2016      Axel Beckert <abe at debian.org>
+           2016      Giovani Augusto Ferreira <giovani at riseup.net>
+           2016      Joao Eriberto Mota Filho <eriberto at debian.org>
 License: Crack
 Comment: Without explicit statement, it is assumed that the packaging
  is under the same license as the upstream code.
@@ -160,7 +165,7 @@ License: BSD-4-Clause
  All rights reserved.
  .
  This library is free for commercial and non-commercial use as long as
- the following conditions are aheared to.  The following conditions
+ the following conditions are adhered to.  The following conditions
  apply to all code found in this distribution.
  .
  Copyright remains Eric Young's, and as such any Copyright notices in
@@ -196,8 +201,8 @@ License: BSD-4-Clause
  .
  The license and distribution terms for any publically available version or
  derivative of this code cannot be changed.  i.e. this code cannot simply be
- copied and put under another distrubution license
- [including the GNU Public License.]
+ copied and put under another distribution license
+ [including the GNU General Public License.]
 Comment:
  This package is an DES implementation written by Eric Young
  (eay at cryptsoft.com).  The implementation was written so as to conform
diff --git a/debian/patches/b64_shebang.patch b/debian/patches/b64_shebang.patch
index 419778f..73810ab 100644
--- a/debian/patches/b64_shebang.patch
+++ b/debian/patches/b64_shebang.patch
@@ -2,16 +2,20 @@ Description: Proper Perl shebang line for perl-written example scripts
  Fixes lintian warning executable-not-elf-or-script.
 Author: Axel Beckert <abe at debian.org>
 
---- a/extra/b64decode
-+++ b/extra/b64decode
+Index: crack-5.0a/extra/b64decode
+===================================================================
+--- crack-5.0a.orig/extra/b64decode
++++ crack-5.0a/extra/b64decode
 @@ -1,4 +1,4 @@
 -: # use perl -*- mode: perl; -*-
 +#!/usr/bin/perl
  ###
  # This program was written by and is copyright Alec Muffett 1991,
  # 1992, 1993, 1994, 1995, and 1996, and is provided as part of the
---- a/extra/b64encode
-+++ b/extra/b64encode
+Index: crack-5.0a/extra/b64encode
+===================================================================
+--- crack-5.0a.orig/extra/b64encode
++++ crack-5.0a/extra/b64encode
 @@ -1,4 +1,4 @@
 -: # use perl -*- mode: perl; -*-
 +#!/usr/bin/perl
diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
new file mode 100644
index 0000000..03e7cb7
--- /dev/null
+++ b/debian/patches/fix-spelling.patch
@@ -0,0 +1,433 @@
+Description: Fix spelling error in some files.
+Author: Giovani Augusto Ferreira <giovani at riseup.net>
+Last-Update: 2016-10-17
+
+--- crack-5.0a.orig/src/libdes/COPYRIGHT
++++ crack-5.0a/src/libdes/COPYRIGHT
+@@ -5,7 +5,7 @@ This package is an DES implementation wr
+ The implementation was written so as to conform with MIT's libdes.
+ 
+ This library is free for commercial and non-commercial use as long as
+-the following conditions are aheared to.  The following conditions
++the following conditions are adhered to.  The following conditions
+ apply to all code found in this distribution.
+ 
+ Copyright remains Eric Young's, and as such any Copyright notices in
+@@ -41,8 +41,8 @@ SUCH DAMAGE.
+ 
+ The license and distribution terms for any publically available version or
+ derivative of this code cannot be changed.  i.e. this code cannot simply be
+-copied and put under another distrubution license
+-[including the GNU Public License.]
++copied and put under another distribution license
++[including the GNU General Public License.]
+ 
+ The reason behind this being stated in this direct manner is past
+ experience in code simply being copied and the attribution removed
+--- crack-5.0a.orig/src/libdes/cbc3_enc.c
++++ crack-5.0a/src/libdes/cbc3_enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/cbc_cksm.c
++++ crack-5.0a/src/libdes/cbc_cksm.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/cbc_enc.c
++++ crack-5.0a/src/libdes/cbc_enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/cfb64ede.c
++++ crack-5.0a/src/libdes/cfb64ede.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/cfb64enc.c
++++ crack-5.0a/src/libdes/cfb64enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/cfb_enc.c
++++ crack-5.0a/src/libdes/cfb_enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/des.c
++++ crack-5.0a/src/libdes/des.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/des.h
++++ crack-5.0a/src/libdes/des.h
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/des.org
++++ crack-5.0a/src/libdes/des.org
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/des_locl.h
++++ crack-5.0a/src/libdes/des_locl.h
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/des_locl.org
++++ crack-5.0a/src/libdes/des_locl.org
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/destest.c
++++ crack-5.0a/src/libdes/destest.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/ecb3_enc.c
++++ crack-5.0a/src/libdes/ecb3_enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/ecb_enc.c
++++ crack-5.0a/src/libdes/ecb_enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/ede_enc.c
++++ crack-5.0a/src/libdes/ede_enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/enc_read.c
++++ crack-5.0a/src/libdes/enc_read.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/enc_writ.c
++++ crack-5.0a/src/libdes/enc_writ.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/fcrypt.c
++++ crack-5.0a/src/libdes/fcrypt.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/ncbc_enc.c
++++ crack-5.0a/src/libdes/ncbc_enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/ofb64ede.c
++++ crack-5.0a/src/libdes/ofb64ede.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/ofb64enc.c
++++ crack-5.0a/src/libdes/ofb64enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/ofb_enc.c
++++ crack-5.0a/src/libdes/ofb_enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/pcbc_enc.c
++++ crack-5.0a/src/libdes/pcbc_enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/podd.h
++++ crack-5.0a/src/libdes/podd.h
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/qud_cksm.c
++++ crack-5.0a/src/libdes/qud_cksm.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/rand_key.c
++++ crack-5.0a/src/libdes/rand_key.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/read_pwd.c
++++ crack-5.0a/src/libdes/read_pwd.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/rpc_des.h
++++ crack-5.0a/src/libdes/rpc_des.h
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/rpc_enc.c
++++ crack-5.0a/src/libdes/rpc_enc.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/rpw.c
++++ crack-5.0a/src/libdes/rpw.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/set_key.c
++++ crack-5.0a/src/libdes/set_key.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/sk.h
++++ crack-5.0a/src/libdes/sk.h
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/speed.c
++++ crack-5.0a/src/libdes/speed.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/spr.h
++++ crack-5.0a/src/libdes/spr.h
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/str2key.c
++++ crack-5.0a/src/libdes/str2key.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/supp.c
++++ crack-5.0a/src/libdes/supp.c
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
+--- crack-5.0a.orig/src/libdes/version.h
++++ crack-5.0a/src/libdes/version.h
+@@ -7,7 +7,7 @@
+  * The implementation was written so as to conform with Netscapes SSL
+  * specification.  This library and applications are
+  * FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+- * as long as the following conditions are aheared to.
++ * as long as the following conditions are adhered to.
+  * 
+  * Copyright remains Eric Young's, and as such any Copyright notices in
+  * the code are not to be removed.  If this code is used in a product,
diff --git a/debian/patches/series b/debian/patches/series
index 7998131..e930d2d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ scripts___smartcat.patch
 src___libdes___read_pwd.c.patch
 src___libdes___stcmuMmo.patch
 b64_shebang.patch
+fix-spelling.patch
diff --git a/debian/rules b/debian/rules
index 6df68c4..707e662 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,7 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
 	dh $@
diff --git a/debian/watch b/debian/watch
index 3daf090..d9efa61 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=4
-http://www.crypticide.com/alecm/software/crack/crack(.*).tar.gz
+http://www.crypticide.com/alecm/software/crack/crack(\d\S+)\.tar\.(?:bz2|gz|xz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/crack.git



More information about the forensics-changes mailing list