From owner-freebsd-ports Fri Feb 15 11:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F81237B417 for ; Fri, 15 Feb 2002 11:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FJU1o20670; Fri, 15 Feb 2002 11:30:01 -0800 (PST) (envelope-from gnats) Received: from mail.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 5406D37B405 for ; Fri, 15 Feb 2002 11:24:03 -0800 (PST) Received: (qmail 58389 invoked by uid 85); 15 Feb 2002 19:16:54 -0000 Message-Id: <20020215191652.58380.qmail@pris.polaris.ca> Date: 15 Feb 2002 19:16:52 -0000 From: Seamus Venasse Reply-To: Seamus Venasse To: FreeBSD-gnats-submit@freebsd.org Cc: Michael Haro X-Send-Pr-Version: 3.113 Subject: ports/34978: security/p5-Crypt-RSA missing required module Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34978 >Category: ports >Synopsis: security/p5-Crypt-RSA missing required module >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 11:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD pris 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Sep 4 01:09:13 PDT 2001 root@kaiser-old.polaris.ca:/usr/obj/usr/src/sys/NEXUS7 i386 >Description: The security/p5-Crypt-RSA port requires that the security/p5-MD5 be installed. Symptoms include not being able to use the module. Additionally, 11 out of 16 tests fail when doing a "make test". The following diff simply adds security/p5-MD5 to the BUILD_DEPENDS line. >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/p5-Crypt-RSA/Makefile p5-Crypt-RSA/Makefile --- /usr/ports/security/p5-Crypt-RSA/Makefile Fri Feb 15 11:01:42 2002 +++ p5-Crypt-RSA/Makefile Fri Feb 15 11:02:08 2002 @@ -27,7 +27,8 @@ ${PERLBASE}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader \ ${PERLBASE}/${PERL_ARCH}/Digest/MD2.pm:${PORTSDIR}/security/p5-Digest-MD2 \ ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${PERLBASE}/Tie/EncryptedHash.pm:${PORTSDIR}/security/p5-Tie-EncryptedHash + ${PERLBASE}/Tie/EncryptedHash.pm:${PORTSDIR}/security/p5-Tie-EncryptedHash \ + ${PERLBASE}/MD5.pm:${PORTSDIR}/security/p5-MD5 RESTRICTED= "Crypto; export-controlled" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message