Subject: pkg/14139: security/p5-Crypt-RSA: misc DEPENDS updates in Makefile
To: None <gnats-bugs@gnats.netbsd.org>
From: None <sen@eccosys.com>
List: netbsd-bugs
Date: 10/02/2001 19:22:21
>Number:         14139
>Category:       pkg
>Synopsis:       security/p5-Crypt-RSA: misc DEPENDS updates in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 02 19:23:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sen Nagata
>Release:        1.5.2
>Organization:
>Environment:
>Description:
Makefile for p5-Convert-PEM uses -* for wildcard in DEPENDs.
Also dependency on p5-Digest-MD5 updated to use >=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.2
diff -u -r1.2 Makefile
--- Makefile    2001/10/02 16:59:39     1.2
+++ Makefile    2001/10/03 02:21:55
@@ -10,17 +10,17 @@
 #HOMEPAGE=     
 COMMENT=               perl5 module of the RSA public key algorithm
 
-DEPENDS+=              p5-Math-Pari-*:../../math/p5-Math-Pari
-DEPENDS+=              p5-Crypt-Random-*:../../security/p5-Crypt-Random
-DEPENDS+=              p5-Crypt-Primes-*:../../security/p5-Crypt-Primes
-DEPENDS+=              p5-Tie-EncryptedHash-*:../../security/p5-Tie-EncryptedHash
-DEPENDS+=              p5-Convert-ASCII-Armour-*:../../textproc/p5-Convert-ASCII-Armour
-DEPENDS+=              p5-SortVersions-*:../../devel/p5-SortVersions
-#DEPENDS+=             p5-Digest-SHA1-*:../../security/p5-Digest-SHA1
-DEPENDS+=              p5-Digest-MD5-*:../../security/p5-Digest-MD5
-#DEPENDS+=             p5-Digest-MD2-*:../../security/p5-Digest-MD2
-DEPENDS+=              p5-Class-Loader-*:../../devel/p5-Class-Loader
-DEPENDS+=              p5-Data-Buffer-*:../../devel/p5-Data-Buffer
+DEPENDS+=              p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari
+DEPENDS+=              p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
+DEPENDS+=              p5-Crypt-Primes-[0-9]*:../../security/p5-Crypt-Primes
+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>=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
 
 USE_PERL5=             # defined
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Crypt/RSA/.packlist



>Release-Note:
>Audit-Trail:
>Unformatted: