Subject: pkg/14155: security/p5-Crypt-RSA: more DEPENDS updates
To: None <gnats-bugs@gnats.netbsd.org>
From: None <sen@eccosys.com>
List: netbsd-bugs
Date: 10/04/2001 05:15:37
>Number: 14155
>Category: pkg
>Synopsis: security/p5-Crypt-RSA: more DEPENDS updates
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 04 05:16:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Sen Nagata
>Release: 1.5.2
>Organization:
>Environment:
>Description:
1) p5-Crypt-RSA should depend on p5-Digest-SHA1 and p5-Digest-MD2.
The current Makefile has them commented out because at the time
of package creation, p5-Digest-MD5 contained the Digest::SHA1 and
Digest::MD2 perl modules.
2) If the change in 1) is made, I think it makes sense to
update the dependency on p5-Digest-MD5 to be >= 2.16.
>How-To-Repeat:
>Fix:
See cvs diff output below.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/p5-Crypt-RSA/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 2001/10/03 02:31:20 1.3
+++ Makefile 2001/10/04 12:05:16
@@ -16,9 +16,9 @@
DEPENDS+= p5-Tie-EncryptedHash-[0-9]*:../../security/p5-Tie-EncryptedHash
DEPENDS+= p5-Convert-ASCII-Armour-[0-9]*:../../textproc/p5-Convert-ASCII-Armour
DEPENDS+= p5-SortVersions-[0-9]*:../../devel/p5-SortVersions
-#DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
-DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
-#DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2
+DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
+DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5
+DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2
DEPENDS+= p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader
DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer
>Release-Note:
>Audit-Trail:
>Unformatted: