Subject: pkg/17728: security/p5-Net-SSLeay has the wrong OpenSSL dependency
To: None <gnats-bugs@gnats.netbsd.org>
From: Eric Schnoebelen <eric@cirr.com>
List: netbsd-bugs
Date: 07/26/2002 01:29:12
>Number: 17728
>Category: pkg
>Synopsis: security/p5-Net-SSLeay has the wrong OpenSSL dependency
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jul 25 23:30:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Eric Schnoebelen
>Release: 2002-07-25
>Organization:
Central Iowa (Model) Railroad, Plano, TX US
>Environment:
System: NetBSD milo.cirr.com 1.5.3 NetBSD 1.5.3 (MILO) #11: Sat Jul 20 12:00:15 CDT 2002 eric@milo.cirr.com:/home/milo/eric/work/usr/src/sys/arch/alpha/compile/MILO alpha
>Description:
security/p5-Net-SSLeay-1.17 depends upon OpenSSL 0.9.6D, while
the current Makefile only calls out 0.9.6B. This should be
corrected to build on older platforms.
>How-To-Repeat:
On 1.5.X, attempt to build security/p5-Net-SSLeay.
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/p5-Net-SSLeay/Makefile,v
retrieving revision 1.13
diff -u -b -w -b -u -w -r1.13 Makefile
--- Makefile 2002/06/10 01:53:32 1.13
+++ Makefile 2002/07/26 06:27:16
@@ -14,7 +14,7 @@
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist
MAKE_PARAMS= ${BUILDLINK_DIR}
-USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096B}
+USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096D}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS}
>Release-Note:
>Audit-Trail:
>Unformatted: