From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 8 21:40:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E87916A4CE for ; Thu, 8 Apr 2004 21:40:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3091343D95 for ; Thu, 8 Apr 2004 21:40:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i394eHbv078907 for ; Thu, 8 Apr 2004 21:40:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i394eHw4078906; Thu, 8 Apr 2004 21:40:17 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 8 Apr 2004 21:40:17 -0700 (PDT) Resent-Message-Id: <200404090440.i394eHw4078906@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F45516A4CE; Thu, 8 Apr 2004 21:34:24 -0700 (PDT) Received: from mailout2.barnet.com.au (mailout2.barnet.com.au [218.185.88.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B584F43D5D; Thu, 8 Apr 2004 21:34:23 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: by mailout2.barnet.com.au (Postfix, from userid 27) id 0808AAA621B; Fri, 9 Apr 2004 14:34:23 +1000 (EST) Received: from mail2-auth.barnet.com.au (localhost [127.0.0.1]) by mail2.barnet.com.au (Postfix) with ESMTP id CD01EB29D0D; Fri, 9 Apr 2004 14:34:22 +1000 (EST) Received: from k7.mavetju (unknown [10.10.12.2]) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 7933B1964B; Fri, 9 Apr 2004 14:34:22 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 8486C63B8; Fri, 9 Apr 2004 14:34:21 +1000 (EST) Message-Id: <20040409043421.8486C63B8@k7.mavetju> Date: Fri, 9 Apr 2004 14:34:21 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dinoex@FreeBSD.org Subject: ports/65346: [patch] security/openssl - /lib/libcrypto.so check fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 04:40:24 -0000 >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: