aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-01-26 04:28:15 +0000
committerCy Schubert <cy@FreeBSD.org>2022-01-26 06:14:40 +0000
commitbab091e20adef82f1a54d53430b8576c55a1759a (patch)
tree763bae26ade2bc42b8531bed5e8a29f3965c3e77
parentcf0ee97ed1b4f8c4811468ce87efc57dd68fa175 (diff)
downloadports-bab091e20adef82f1a54d53430b8576c55a1759a.tar.gz
ports-bab091e20adef82f1a54d53430b8576c55a1759a.zip
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
-rw-r--r--security/cracklib/Makefile4
1 files changed, 4 insertions, 0 deletions
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