Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Oct 2018 08:47:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 212367] [patch] security/revelation fails to check long-enough password
Message-ID:  <bug-212367-7788-QjNBRxwCI5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212367-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212367-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212367

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tobik
Date: Tue Oct  9 08:46:29 UTC 2018
New revision: 481612
URL: https://svnweb.freebsd.org/changeset/ports/481612

Log:
  MFH: r481611

  security/revelation: Chase dictionary rename from r408137

  r408137 of security/cracklib renamed pw_dict to cracklib-words and
  revelation now fails to check passwords with 9 characters or more:

  Traceback (most recent call last):
    File "/usr/local/lib/python2.7/site-packages/revelation/dialog.py", line
1183, in __cb_changed
      util.check_password(password)
    File "/usr/local/lib/python2.7/site-packages/revelation/util.py", line =
97,
in check_password
      cracklib.FascistCheck(password, "/usr/local/libdata/cracklib/pw_dict")
  OSError: [Errno 2] No such file or directory:
'/usr/local/libdata/cracklib/pw_dict.pwd'

  PR:           212367
  Submitted by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>

  Approved by:  ports-secteam runtime fix blanket

Changes:
_U  branches/2018Q4/
  branches/2018Q4/security/revelation/Makefile

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212367-7788-QjNBRxwCI5>