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@xs4all.nl> (maintainer)
This commit is contained in:
Kurt Jaeger 2016-05-27 20:16:56 +00:00
parent 17fddecd82
commit e644b4dd2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415964
2 changed files with 5 additions and 5 deletions

View File

@ -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 Provider::Database
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:

View File

@ -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