FreeBSD Bugzilla – Attachment 198033 Details for
Bug 213157
[PATCH] Fix security/cracklib dictionary path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
heimdal.diff
heimdal.diff (text/plain), 840 bytes, created by
Tobias Kortkamp
on 2018-10-11 09:44:40 UTC
(
hide
)
Description:
heimdal.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2018-10-11 09:44:40 UTC
Size:
840 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 481789) >+++ Makefile (working copy) >@@ -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}/ > >Index: files/kpasswdd-cracklib.c >=================================================================== >--- files/kpasswdd-cracklib.c (revision 481789) >+++ files/kpasswdd-cracklib.c (working copy) >@@ -16,7 +16,7 @@ > 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; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213157
:
175365
| 198033