Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2006 09:29:01 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        des@FreeBSD.org
Subject:   ports/94712: [PATCH] security/p5-Authen-PAM: Update to 0.16
Message-ID:  <20060320002901.7885C1D@eastasia.home.utahime.org>
Resent-Message-ID: <200603200030.k2K0UP2i033903@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94712
>Category:       ports
>Synopsis:       [PATCH] security/p5-Authen-PAM: Update to 0.16
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 20 00:30:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.0-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.0-RELEASE-p5 FreeBSD 6.0-RELEASE-p5 #0: Thu Mar 2 04:36:25 JST 2006 xxxx i386


	
>Description:
	

	Update security/p5-Authen-PAM to latest version 0.16.
	Since archive of 0.14 seems to disappear from CPAN sites,
	priority of this update may be a bit high.

>How-To-Repeat:
	
>Fix:

	

--- patch-p5-Authen-PAM begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/security/p5-Authen-PAM/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	7 Mar 2003 06:10:43 -0000	1.13
+++ Makefile	20 Mar 2006 00:02:32 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Authen-PAM
-PORTVERSION=	0.14
+PORTVERSION=	0.16
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Authen
@@ -19,7 +19,7 @@
 CONFIGURE_ARGS=	-DPAM_STRERROR_NEEDS_PAMH
 
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3=		Authen::FAQ.3 \
-		Authen::PAM.3
+MAN3=		Authen::PAM.3 \
+		Authen::PAM::FAQ.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/security/p5-Authen-PAM/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	24 Jan 2006 01:03:11 -0000	1.9
+++ distinfo	19 Mar 2006 23:58:46 -0000
@@ -1,3 +1,3 @@
-MD5 (Authen-PAM-0.14.tar.gz) = cc17168f6645022ff52b594ef96940ab
-SHA256 (Authen-PAM-0.14.tar.gz) = c7f6c5b4c0e71329c79627f9c4d60cc33d99a682b7a4b7f43d15c668688c4141
-SIZE (Authen-PAM-0.14.tar.gz) = 43455
+MD5 (Authen-PAM-0.16.tar.gz) = 7278471dfa694d9ef312bc92d7099af2
+SHA256 (Authen-PAM-0.16.tar.gz) = 0e949bd9a2a9df0f829971030fe9169cbaf6cec78b92faf22f547ff6c6155c9b
+SIZE (Authen-PAM-0.16.tar.gz) = 45922
Index: pkg-plist
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/security/p5-Authen-PAM/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	22 Jan 2006 02:50:23 -0000	1.4
+++ pkg-plist	20 Mar 2006 00:05:16 -0000
@@ -1,5 +1,5 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/Authen/FAQ.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Authen/PAM.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Authen/PAM/FAQ.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PAM/.packlist
--- patch-p5-Authen-PAM ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060320002901.7885C1D>