ports/65346: [patch] security/openssl - /lib/libcrypto.so check fails

Edwin Groothuis edwin at mavetju.org
Fri Apr 9 04:40:24 UTC 2004


>Number:         65346
>Category:       ports
>Synopsis:       [patch] security/openssl - /lib/libcrypto.so check fails
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 08 21:40:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #3: Fri Feb 27 13:54:29 EST 2004 edwin at k7.mavetju:/usr/src/sys/i386/compile/k7 i386

>Description:

The port checks for /lib/libcrypt.so, but on my machine (5.2.1 from
CDs) all the shared libraries there have version numbers:

-r--r--r--  1 root  wheel    32740 Feb 24 06:41 /lib/libcrypt.so.2
-r--r--r--  1 root  wheel  1106720 Feb 24 06:42 /lib/libcrypto.so.3

>How-To-Repeat:
>Fix:

 .if defined(OPENSSL_OVERWRITE_BASE)
-.if exists(/lib/libcrypto.so)
+.if exists(/lib/libcrypto.so.3)
 pre-everything::
 	@${ECHO_CMD} "#"

but I haven't tested it.

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



More information about the freebsd-ports-bugs mailing list