Date: Tue, 15 Dec 2009 07:52:08 GMT From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/141610: [PATCH] security/p5-Net-Radius-Server: update to 1.116 Message-ID: <200912150752.nBF7q8jZ087409@frieza.p6m7g8.net> Resent-Message-ID: <200912150800.nBF80C8w044293@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141610 >Category: ports >Synopsis: [PATCH] security/p5-Net-Radius-Server: update to 1.116 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 15 08:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec 8 02:25:55 UTC >Description: - Update to 1.116 Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Net-Radius-Server-1.116.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/p5-Net-Radius-Server/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 17 Sep 2009 15:55:53 -0000 1.1 +++ Makefile 15 Dec 2009 05:45:03 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-Radius-Server -PORTVERSION= 1.004 +PORTVERSION= 1.116 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Net @@ -26,10 +26,14 @@ PERL_CONFIGURE= yes MAN1= nrsd.1 \ + nrsdbtoyaml.1 \ pam-client.1 \ + rad-bulk-make.1 \ + rad-bulk.1 \ rad-client.1 MAN3= Net::Radius::Server.3 \ Net::Radius::Server::Base.3 \ + Net::Radius::Server::DBStore.3 \ Net::Radius::Server::Dump.3 \ Net::Radius::Server::Match.3 \ Net::Radius::Server::Match::LDAP.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/p5-Net-Radius-Server/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 17 Sep 2009 15:55:53 -0000 1.1 +++ distinfo 14 Dec 2009 06:41:00 -0000 @@ -1,3 +1,3 @@ -MD5 (Net-Radius-Server-1.004.tar.gz) = 632feb1b814a69760536ca6b6611fdf4 -SHA256 (Net-Radius-Server-1.004.tar.gz) = b3bc2a0277df4c7e820c762fa1ecde339099da0d5983cd6c1b257cd9baf6ffa4 -SIZE (Net-Radius-Server-1.004.tar.gz) = 39869 +MD5 (Net-Radius-Server-1.116.tar.gz) = df88a7819d902f455494f59756fea3ec +SHA256 (Net-Radius-Server-1.116.tar.gz) = 752eb6579240392076fcde2f7426f288cdb1ad7252c8cc75aa2b5e299ad4b264 +SIZE (Net-Radius-Server-1.116.tar.gz) = 60710 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/p5-Net-Radius-Server/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 17 Sep 2009 15:55:53 -0000 1.1 +++ pkg-plist 15 Dec 2009 07:47:29 -0000 @@ -1,7 +1,7 @@ -@comment $FreeBSD: ports/security/p5-Net-Radius-Server/pkg-plist,v 1.1 2009/09/17 15:55:53 pav Exp $ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Radius/Server/.packlist %%SITE_PERL%%/Net/Radius/Server.pm %%SITE_PERL%%/Net/Radius/Server/Base.pm +%%SITE_PERL%%/Net/Radius/Server/DBStore.pm %%SITE_PERL%%/Net/Radius/Server/Dump.pm %%SITE_PERL%%/Net/Radius/Server/Match.pm %%SITE_PERL%%/Net/Radius/Server/Match/LDAP.pm @@ -14,13 +14,12 @@ %%SITE_PERL%%/Net/Radius/Server/Set/Replace.pm %%SITE_PERL%%/Net/Radius/Server/Set/Simple.pm bin/nrsd +bin/nrsdbtoyaml bin/pam-client +bin/rad-bulk +bin/rad-bulk-make bin/rad-client @dirrmtry %%SITE_PERL%%/Net/Radius/Server/Set @dirrmtry %%SITE_PERL%%/Net/Radius/Server/Match @dirrmtry %%SITE_PERL%%/Net/Radius/Server -@dirrmtry %%SITE_PERL%%/Net/Radius -@dirrmtry %%SITE_PERL%%/Net @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Radius/Server -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Radius -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net --- p5-Net-Radius-Server-1.116.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912150752.nBF7q8jZ087409>