From 5e5cdca15f35a1ba32fbfd651ee6728fb9b2cc87 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 11 Oct 2018 09:56:41 +0000 Subject: security/heimdal: Chase cracklib dictionary rename from r408137 PR: 213157 Submitted by: Florian Riehm Approved by: 2 year bug anniversary --- security/heimdal/Makefile | 2 +- security/heimdal/files/kpasswdd-cracklib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index dd0450221bbd..4e57837db761 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= heimdal PORTVERSION= 7.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/ diff --git a/security/heimdal/files/kpasswdd-cracklib.c b/security/heimdal/files/kpasswdd-cracklib.c index fd44c06a9f38..83be6904ebb3 100644 --- a/security/heimdal/files/kpasswdd-cracklib.c +++ b/security/heimdal/files/kpasswdd-cracklib.c @@ -16,7 +16,7 @@ passwd_check(krb5_context context, krb5_principal principal, return "out of memory"; memcpy(p, password->data, password->length); p[password->length] = '\0'; - result = FascistCheck(p, LOCALBASE "/libdata/cracklib/pw_dict"); + result = FascistCheck(p, LOCALBASE "/libdata/cracklib/cracklib-words"); free(p); return result; } -- cgit v1.2.3