svn commit: r481808 - branches/2018Q4/security/pecl-crack
Tobias Kortkamp
tobik at FreeBSD.org
Thu Oct 11 09:59:17 UTC 2018
Author: tobik
Date: Thu Oct 11 09:59:16 2018
New Revision: 481808
URL: https://svnweb.freebsd.org/changeset/ports/481808
Log:
MFH: r481802
security/pecl-crack: Chase cracklib dictionary rename from r408137
This also makes all tests pass.
PR: 213157
Submitted by: Florian Riehm <mail at friehm.de>
Approved by: 2 year bug anniversary
Approved by: ports-secteam runtime fix blanket
Modified:
branches/2018Q4/security/pecl-crack/Makefile
Directory Properties:
branches/2018Q4/ (props changed)
Modified: branches/2018Q4/security/pecl-crack/Makefile
==============================================================================
--- branches/2018Q4/security/pecl-crack/Makefile Thu Oct 11 09:58:38 2018 (r481807)
+++ branches/2018Q4/security/pecl-crack/Makefile Thu Oct 11 09:59:16 2018 (r481808)
@@ -3,7 +3,7 @@
PORTNAME= crack
PORTVERSION= 0.4
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= security www
@@ -22,11 +22,10 @@ CONFIGURE_ARGS= --with-crack=${LOCALBASE}
CFLAGS+= -Wno-deprecated
post-configure:
- @${REINPLACE_CMD} -e 's|^\$$ini_overwrites.*|&'"'"'crack.default_dictionary=\"${LOCALBASE}/libdata/cracklib/pw_dict\"'"'"',|' \
+ @${REINPLACE_CMD} -e 's|^\$$ini_overwrites.*|&'"'"'crack.default_dictionary=\"${LOCALBASE}/libdata/cracklib/cracklib-words\"'"'"',|' \
${WRKSRC}/run-tests.php
do-test:
- # XXX: 3 of 4 test fail
${MAKE_CMD} -C ${WRKSRC} test < /dev/null
.include <bsd.port.mk>
More information about the svn-ports-branches
mailing list