Date: Wed, 26 Jan 2022 06:20:36 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bab091e20ade - main - security/cracklib: Fix error reading header Message-ID: <202201260620.20Q6KaG2063044@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=bab091e20adef82f1a54d53430b8576c55a1759a commit bab091e20adef82f1a54d53430b8576c55a1759a Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-01-26 04:28:15 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-01-26 06:14:40 +0000 security/cracklib: Fix error reading header Fix incorrectly generated dictionary: /usr/local/libdata/cracklib/cracklib-words: error reading header PR: 260320 Submitted by: dr@loopia.rs Reported by: dr@loopia.rs MFH: 2022Q1 --- security/cracklib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile index 3b3d5336522c..556284832db2 100644 --- a/security/cracklib/Makefile +++ b/security/cracklib/Makefile @@ -2,10 +2,14 @@ PORTNAME= cracklib PORTVERSION= 2.9.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/cracklib/cracklib/releases/download/v${PORTVERSION}/ \ LOCAL/cy +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${WORDS_DISTFILE} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + MAINTAINER= cy@FreeBSD.org COMMENT?= Password-checking library
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201260620.20Q6KaG2063044>