aboutsummaryrefslogtreecommitdiff
path: root/security
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:21:20 +0000
commit7ae43982334b295dc5d5b49ddaebf54ac3f91eb3 (patch)
tree45d64ce8aea8e5ea76641a7ca59e2181a932a743 /security
parent3595a7f83f58adcbb6f667d9b15462e1f56d532d (diff)
downloadports-7ae43982334b295dc5d5b49ddaebf54ac3f91eb3.tar.gz
ports-7ae43982334b295dc5d5b49ddaebf54ac3f91eb3.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 (cherry picked from commit bab091e20adef82f1a54d53430b8576c55a1759a)
Diffstat (limited to 'security')
-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