- 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
This commit is contained in:
Lars Vogdt 2010-02-11 20:58:09 +00:00 committed by Git OBS Bridge
parent e7aa86860a
commit 984d11dd70
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:326d75156eae59f55dfceddd4f1077b68a7ef7cb79b66bc47d6f17e73341660e
size 657123

3
john-1.7.4.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15f209a17f1a8a097828db4c75ae29644ea678292e8430752bb1b240d338e35b
size 663819

View File

@ -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 Mon Feb 8 22:44:32 UTC 2010 - jengelh@medozas.de

View File

@ -22,7 +22,7 @@ Name: john
Url: http://www.openwall.com/john/ Url: http://www.openwall.com/john/
License: GPLv2+ License: GPLv2+
Group: Productivity/Security Group: Productivity/Security
Version: 1.7.3.4 Version: 1.7.4.2
Release: 2 Release: 2
Summary: Detects Weak Passwords Summary: Detects Weak Passwords
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2