From owner-svn-ports-head@freebsd.org Fri May 27 20:16:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7E68B4CB6B; Fri, 27 May 2016 20:16:57 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 812411675; Fri, 27 May 2016 20:16:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RKGu4I035947; Fri, 27 May 2016 20:16:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RKGuDo035943; Fri, 27 May 2016 20:16:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605272016.u4RKGuDo035943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 27 May 2016 20:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415964 - head/security/p5-Dancer2-Plugin-Auth-Extensible X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 20:16:57 -0000 Author: pi Date: Fri May 27 20:16:56 2016 New Revision: 415964 URL: https://svnweb.freebsd.org/changeset/ports/415964 Log: security/p5-Dancer2-Plugin-Auth-Extensible: 0.501 -> 0.502 Changes: https://metacpan.org/source/HORNBURG/Dancer2-Plugin-Auth-Extensible-0.502/Changes - Use getpwnam/getgrent in Unix provider instead of Unix::Passwd::File. In addition to the obvious benefit of removing a dependency this also solves a problem with Unix::Passwd::File where it likes to lock the passwd file but that will fail if the user does not have permissions which is normal for a web app (Peter Mottram). Thanks to Jason Lewis for the heads up about this issue. PR: 209801 Submitted by: Henk van Oers (maintainer) Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Fri May 27 20:03:59 2016 (r415963) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Fri May 27 20:16:56 2016 (r415964) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.501 +PORTVERSION= 0.502 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,8 +27,7 @@ DPAEPD_DESC= Extra dependencies for Prov DPAEPU_DESC= Extra dependencies for Provider::Unix DPAEPD_BUILD_DEPENDS= p5-Dancer2-Plugin-Database>=0:databases/p5-Dancer2-Plugin-Database -DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:security/p5-Authen-Simple-PAM \ - p5-Unix-Passwd-File>=0:security/p5-Unix-Passwd-File +DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:security/p5-Authen-Simple-PAM # bin/generate-crypted-password belongs to D1 version post-patch: Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Fri May 27 20:03:59 2016 (r415963) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Fri May 27 20:16:56 2016 (r415964) @@ -1,2 +1,3 @@ -SHA256 (Dancer2-Plugin-Auth-Extensible-0.501.tar.gz) = 88090c6c0287b4acfa9af3b3549501a3d5a7b4399a4c37946eb3ac7aca0acf16 -SIZE (Dancer2-Plugin-Auth-Extensible-0.501.tar.gz) = 39614 +TIMESTAMP = 1464379942 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.502.tar.gz) = 1a1e7f23f133712db20c7da1fce3f5e7a19f852a0c92f1444e9cb7da7bcb108b +SIZE (Dancer2-Plugin-Auth-Extensible-0.502.tar.gz) = 40454