View | Details | Raw Unified | Return to bug 213157 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	heimdal
4
PORTNAME=	heimdal
5
PORTVERSION=	7.5.0
5
PORTVERSION=	7.5.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	security ipv6
7
CATEGORIES=	security ipv6
8
MASTER_SITES=	https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/
8
MASTER_SITES=	https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/
9
9
(-)files/kpasswdd-cracklib.c (-1 / +1 lines)
Lines 16-22 Link Here
16
				return "out of memory";
16
				return "out of memory";
17
		memcpy(p, password->data, password->length);
17
		memcpy(p, password->data, password->length);
18
		p[password->length] = '\0';
18
		p[password->length] = '\0';
19
		result = FascistCheck(p, LOCALBASE "/libdata/cracklib/pw_dict");
19
		result = FascistCheck(p, LOCALBASE "/libdata/cracklib/cracklib-words");
20
		free(p);
20
		free(p);
21
		return result;
21
		return result;
22
}
22
}

Return to bug 213157