diff -Nru crack-5.0a/debian/changelog crack-5.0a/debian/changelog --- crack-5.0a/debian/changelog 2016-10-10 01:39:45.000000000 +0000 +++ crack-5.0a/debian/changelog 2016-10-16 19:50:27.000000000 +0000 @@ -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 Sun, 16 Oct 2016 17:50:27 -0200 + crack (5.0a-10) unstable; urgency=low * QA upload. diff -Nru crack-5.0a/debian/control crack-5.0a/debian/control --- crack-5.0a/debian/control 2016-10-10 01:09:07.000000000 +0000 +++ crack-5.0a/debian/control 2016-10-16 19:50:27.000000000 +0000 @@ -1,18 +1,18 @@ Source: crack Section: admin Priority: optional -Maintainer: Debian QA Group +Maintainer: Debian Forensics +Uploaders: Giovani Augusto Ferreira 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 -Nru crack-5.0a/debian/copyright crack-5.0a/debian/copyright --- crack-5.0a/debian/copyright 2016-10-10 01:39:45.000000000 +0000 +++ crack-5.0a/debian/copyright 2016-10-16 19:50:27.000000000 +0000 @@ -39,13 +39,18 @@ dictionary compression and dictionary handling techniques. Files: src/libdes/* -Copyright: 1995 Eric Young +Copyright: 1993-1995 Eric Young + 1995 Mark Murray License: BSD-4-Clause Files: debian/* Copyright: 2002-2003 Javier Fernández-Sanguino Peña 2002-2006 Paweł Więcek + 2008 Julien Danjou + 2012 gregor herrmann 2016 Axel Beckert + 2016 Giovani Augusto Ferreira + 2016 Joao Eriberto Mota Filho 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 @@ 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 @@ . 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@cryptsoft.com). The implementation was written so as to conform diff -Nru crack-5.0a/debian/patches/b64_shebang.patch crack-5.0a/debian/patches/b64_shebang.patch --- crack-5.0a/debian/patches/b64_shebang.patch 2016-10-09 23:11:15.000000000 +0000 +++ crack-5.0a/debian/patches/b64_shebang.patch 2016-10-16 19:50:27.000000000 +0000 @@ -2,16 +2,20 @@ Fixes lintian warning executable-not-elf-or-script. Author: Axel Beckert ---- 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 -Nru crack-5.0a/debian/patches/fix-spelling.patch crack-5.0a/debian/patches/fix-spelling.patch --- crack-5.0a/debian/patches/fix-spelling.patch 1970-01-01 00:00:00.000000000 +0000 +++ crack-5.0a/debian/patches/fix-spelling.patch 2016-10-16 19:50:27.000000000 +0000 @@ -0,0 +1,433 @@ +Description: Fix spelling error in some files. +Author: Giovani Augusto Ferreira +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 -Nru crack-5.0a/debian/patches/series crack-5.0a/debian/patches/series --- crack-5.0a/debian/patches/series 2016-10-10 01:28:35.000000000 +0000 +++ crack-5.0a/debian/patches/series 2016-10-16 19:50:27.000000000 +0000 @@ -8,3 +8,4 @@ src___libdes___read_pwd.c.patch src___libdes___stcmuMmo.patch b64_shebang.patch +fix-spelling.patch diff -Nru crack-5.0a/debian/rules crack-5.0a/debian/rules --- crack-5.0a/debian/rules 2016-10-10 01:29:56.000000000 +0000 +++ crack-5.0a/debian/rules 2016-10-16 19:50:27.000000000 +0000 @@ -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 -Nru crack-5.0a/debian/watch crack-5.0a/debian/watch --- crack-5.0a/debian/watch 2016-10-09 23:03:03.000000000 +0000 +++ crack-5.0a/debian/watch 2016-10-16 19:50:27.000000000 +0000 @@ -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)