svn commit: r415964 - head/security/p5-Dancer2-Plugin-Auth-Extensible

Kurt Jaeger pi at FreeBSD.org
Fri May 27 20:16:57 UTC 2016


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 <hvo.pm at xs4all.nl> (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


More information about the svn-ports-all mailing list