Bug 208881 - [PATCH] security/apg: fix cracklib 2.9.6 support
Summary: [PATCH] security/apg: fix cracklib 2.9.6 support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Matthew Seaman
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-04-18 02:02 UTC by Ilia Skalozubov
Modified: 2016-04-18 06:44 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (matthew)


Attachments
Replace pw_dict to cracklib-words (751 bytes, patch)
2016-04-18 02:02 UTC, Ilia Skalozubov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilia Skalozubov 2016-04-18 02:02:43 UTC
Created attachment 169417 [details]
Replace pw_dict to cracklib-words

During cracklib update from 2.9.4 to 2.9.6, default dictionary was replaced from pw_dict to cracklib-words.

This patch fixes an error below:
% apg -k
/usr/local/libdata/cracklib/pw_dict.pwd.gz: No such file or directory
/usr/local/libdata/cracklib/pw_dict.pwd.gz: No such file or directory
/usr/local/libdata/cracklib/pw_dict.pwd.gz: No such file or directory
/usr/local/libdata/cracklib/pw_dict.pwd.gz: No such file or directory
/usr/local/libdata/cracklib/pw_dict.pwd.gz: No such file or directory
/usr/local/libdata/cracklib/pw_dict.pwd.gz: No such file or directory
/usr/local/libdata/cracklib/pw_dict.pwd.gz: No such file or directory
/usr/local/libdata/cracklib/pw_dict.pwd.gz: No such file or directory
^C
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-04-18 06:43:44 UTC
A commit references this bug:

Author: matthew
Date: Mon Apr 18 06:43:13 UTC 2016
New revision: 413554
URL: https://svnweb.freebsd.org/changeset/ports/413554

Log:
  Make the path to find cracklib dictionaries match what crackib uses
  nowadays.

  PR:		208881
  Submitted by:	freebsd@skinc.ru

Changes:
  head/security/apg/files/patch-Makefile
Comment 2 Matthew Seaman freebsd_committer freebsd_triage 2016-04-18 06:44:33 UTC
Committed, thanks!