From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 1 05:10:26 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12D071067B1C for ; Wed, 1 Oct 2008 05:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E34598FC0A for ; Wed, 1 Oct 2008 05:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m915A4qx093812 for ; Wed, 1 Oct 2008 05:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m915A4ru093811; Wed, 1 Oct 2008 05:10:04 GMT (envelope-from gnats) Resent-Date: Wed, 1 Oct 2008 05:10:04 GMT Resent-Message-Id: <200810010510.m915A4ru093811@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A943E10683DF for ; Wed, 1 Oct 2008 05:06:04 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 761DE8FC13 for ; Wed, 1 Oct 2008 05:06:04 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m91562HN004638; Tue, 30 Sep 2008 22:06:02 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m91562qJ004637; Tue, 30 Sep 2008 22:06:02 -0700 (PDT) (envelope-from leeym) Message-Id: <200810010506.m91562qJ004637@cn1.leeym.com> Date: Tue, 30 Sep 2008 22:06:02 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: james@divide.org Subject: ports/127762: [PATCH] security/p5-NTLM: update to 1.05 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 05:10:26 -0000 >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 +.include + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +.endif + +.include 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: