From owner-svn-ports-all@freebsd.org Tue Oct 9 08:45:50 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 D76DD10C5E63; Tue, 9 Oct 2018 08:45:50 +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 7C90F7D797; Tue, 9 Oct 2018 08:45:50 +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 713047CA7; Tue, 9 Oct 2018 08:45:50 +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 w998joew039224; Tue, 9 Oct 2018 08:45:50 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w998joQx039223; Tue, 9 Oct 2018 08:45:50 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810090845.w998joQx039223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 9 Oct 2018 08:45:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481611 - head/security/revelation X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/security/revelation X-SVN-Commit-Revision: 481611 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: Tue, 09 Oct 2018 08:45:51 -0000 Author: tobik Date: Tue Oct 9 08:45:49 2018 New Revision: 481611 URL: https://svnweb.freebsd.org/changeset/ports/481611 Log: security/revelation: Chase dictionary rename from r408137 r408137 of security/cracklib renamed pw_dict to cracklib-words and revelation now fails to check passwords with 9 characters or more: Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/revelation/dialog.py", line 1183, in __cb_changed util.check_password(password) File "/usr/local/lib/python2.7/site-packages/revelation/util.py", line 97, in check_password cracklib.FascistCheck(password, "/usr/local/libdata/cracklib/pw_dict") OSError: [Errno 2] No such file or directory: '/usr/local/libdata/cracklib/pw_dict.pwd' PR: 212367 Submitted by: Tomoaki AOKI Modified: head/security/revelation/Makefile Modified: head/security/revelation/Makefile ============================================================================== --- head/security/revelation/Makefile Tue Oct 9 08:24:02 2018 (r481610) +++ head/security/revelation/Makefile Tue Oct 9 08:45:49 2018 (r481611) @@ -3,7 +3,7 @@ PORTNAME= revelation PORTVERSION= 0.4.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security gnome MASTER_SITES= https://bitbucket.org/erikg/revelation/downloads/ @@ -31,7 +31,7 @@ GCONF_SCHEMAS= revelation.schemas CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -DICTPATH= ${LOCALBASE}/libdata/cracklib/pw_dict +DICTPATH= ${LOCALBASE}/libdata/cracklib/cracklib-words post-patch: @${REINPLACE_CMD} -e \