Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2018 09:59:16 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r481808 - branches/2018Q4/security/pecl-crack
Message-ID:  <201810110959.w9B9xGaw077332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810110959.w9B9xGaw077332>