[Bug 260320] security/cracklib

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 10 Dec 2021 15:09:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260320

            Bug ID: 260320
           Summary: security/cracklib
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: cy@FreeBSD.org
          Reporter: dr@loopia.rs
          Assignee: cy@FreeBSD.org
             Flags: maintainer-feedback?(cy@FreeBSD.org)

cracklib-check doesn't work after install on FreeBSD 13.0.
Running cracklib-check will output /usr/local/libdata/cracklib/cracklib-words:
error reading header.

The cause seems to be that create-cracklib-dict fails in post-install step
because $WORDS_DISTFILE is not downloaded because its not in DISTFILES list.

Can be fixed by adding to Makefile:

DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} ${WORDS_DISTFILE}
EXTRACT_ONLY=  ${DISTNAME}${EXTRACT_SUFX}

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