Date: Tue, 30 Sep 2008 22:06:02 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: james@divide.org Subject: ports/127762: [PATCH] security/p5-NTLM: update to 1.05 Message-ID: <200810010506.m91562qJ004637@cn1.leeym.com> Resent-Message-ID: <200810010510.m915A4ru093811@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127762 >Category: ports >Synopsis: [PATCH] security/p5-NTLM: update to 1.05 >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: Wed Oct 01 05:10:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 1.05 Port maintainer (james@divide.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-NTLM-1.05.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/p5-Authen-NTLM/Makefile,v retrieving revision 1.3 diff -u -d -b -w -u -r1.3 Makefile --- Makefile 17 Apr 2008 14:27:59 -0000 1.3 +++ Makefile 1 Oct 2008 05:05:55 -0000 @@ -6,19 +6,25 @@ # $FreeBSD: ports/security/p5-Authen-NTLM/Makefile,v 1.3 2008/04/17 14:27:59 araujo Exp $ PORTNAME= NTLM -PORTVERSION= 1.03 +PORTVERSION= 1.05 CATEGORIES= security perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Authen PKGNAMEPREFIX= p5- MAINTAINER= james@divide.org -COMMENT= Perl extension to authenticate against an NTLM server +COMMENT= An NTLM authentication module -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC PERL_CONFIGURE= yes MAN3= Authen::NTLM.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/p5-Authen-NTLM/distinfo,v retrieving revision 1.2 diff -u -d -b -w -u -r1.2 distinfo --- distinfo 21 Jan 2008 13:35:03 -0000 1.2 +++ distinfo 1 Oct 2008 05:05:55 -0000 @@ -1,3 +1,3 @@ -MD5 (NTLM-1.03.tar.gz) = 5e851a4a2590069cb76f92f6db370493 -SHA256 (NTLM-1.03.tar.gz) = aef30926b23d52415037d3da055198e160ce33058703142fe61963dd9a68d4d4 -SIZE (NTLM-1.03.tar.gz) = 18206 +MD5 (NTLM-1.05.tar.gz) = 5d148e88d96785d996bdd8e1517b9d8c +SHA256 (NTLM-1.05.tar.gz) = e40da75fc9fdd8b96b3b7439b42823bbb5bc087f26f07b241fa608f6f7872fdf +SIZE (NTLM-1.05.tar.gz) = 11069 --- p5-NTLM-1.05.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?200810010506.m91562qJ004637>