From owner-svn-ports-all@freebsd.org Thu Oct 11 09:59:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ACC410B487E; Thu, 11 Oct 2018 09:59:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1C619151C; Thu, 11 Oct 2018 09:59:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCA046E23; Thu, 11 Oct 2018 09:59:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9B9xGlF077333; Thu, 11 Oct 2018 09:59:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9B9xGaw077332; Thu, 11 Oct 2018 09:59:16 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810110959.w9B9xGaw077332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 11 Oct 2018 09:59:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481808 - branches/2018Q4/security/pecl-crack X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2018Q4/security/pecl-crack X-SVN-Commit-Revision: 481808 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 09:59:17 -0000 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 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