From 984d11dd708e3672e7ab4dfe074641bbbfd3979ad79e28b3d9b6911574c4c329 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 11 Feb 2010 20:58:09 +0000 Subject: [PATCH] - update to 1.7.4.2: + Major performance improvements + John will now tend to use more memory to achieve better speed + Some previously missed common website passwords found on public lists of "top N passwords" have been added to the bundled common passwords list. + Support for back-references and "parallel" ranges has been added to the word mangling rules preprocessor. + The notion of numeric variables has been introduced into the rules engine. + New rule commands have been added + New rule reject flags have been added + The default rulesets for "single crack" and wordlist modes have been revised to make use of the new features, for speed, to produce fewer duplicates, and to attempt additional kinds of candidate passwords. + The default for the Idle setting has been changed from N to Y. OBS-URL: https://build.opensuse.org/package/show/security/john?expand=0&rev=7 --- john-1.7.3.4.tar.bz2 | 3 --- john-1.7.4.2.tar.bz2 | 3 +++ john.changes | 21 +++++++++++++++++++++ john.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 john-1.7.3.4.tar.bz2 create mode 100644 john-1.7.4.2.tar.bz2 diff --git a/john-1.7.3.4.tar.bz2 b/john-1.7.3.4.tar.bz2 deleted file mode 100644 index 2fcfdf0..0000000 --- a/john-1.7.3.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:326d75156eae59f55dfceddd4f1077b68a7ef7cb79b66bc47d6f17e73341660e -size 657123 diff --git a/john-1.7.4.2.tar.bz2 b/john-1.7.4.2.tar.bz2 new file mode 100644 index 0000000..08788ae --- /dev/null +++ b/john-1.7.4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f209a17f1a8a097828db4c75ae29644ea678292e8430752bb1b240d338e35b +size 663819 diff --git a/john.changes b/john.changes index 8edf0ec..163f61e 100644 --- a/john.changes +++ b/john.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Feb 11 21:53:39 CET 2010 - lrupp@suse.de + +- update to 1.7.4.2: + + Major performance improvements + + John will now tend to use more memory to achieve better speed + + Some previously missed common website passwords found on public + lists of "top N passwords" have been added to the bundled common + passwords list. + + Support for back-references and "parallel" ranges has been + added to the word mangling rules preprocessor. + + The notion of numeric variables has been introduced into the + rules engine. + + New rule commands have been added + + New rule reject flags have been added + + The default rulesets for "single crack" and wordlist modes have + been revised to make use of the new features, for speed, to + produce fewer duplicates, and to attempt additional kinds of + candidate passwords. + + The default for the Idle setting has been changed from N to Y. + ------------------------------------------------------------------- Mon Feb 8 22:44:32 UTC 2010 - jengelh@medozas.de diff --git a/john.spec b/john.spec index ca270fd..9d9868f 100644 --- a/john.spec +++ b/john.spec @@ -22,7 +22,7 @@ Name: john Url: http://www.openwall.com/john/ License: GPLv2+ Group: Productivity/Security -Version: 1.7.3.4 +Version: 1.7.4.2 Release: 2 Summary: Detects Weak Passwords Source: %{name}-%{version}.tar.bz2