git: bab091e20ade - main - security/cracklib: Fix error reading header
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jan 2022 06:20:36 UTC
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