Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  9 Apr 2004 14:34:21 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dinoex@FreeBSD.org
Subject:   ports/65346: [patch] security/openssl - /lib/libcrypto.so check fails
Message-ID:  <20040409043421.8486C63B8@k7.mavetju>
Resent-Message-ID: <200404090440.i394eHw4078906@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040409043421.8486C63B8>