From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 30 14:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D09DD1FD for ; Wed, 30 Oct 2013 14:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 971B92528 for ; Wed, 30 Oct 2013 14:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9UEK0Qm013056 for ; Wed, 30 Oct 2013 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9UEK0QK013055; Wed, 30 Oct 2013 14:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 30 Oct 2013 14:20:00 GMT Resent-Message-Id: <201310301420.r9UEK0QK013055@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, Jake Guffey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 851F0F64 for ; Wed, 30 Oct 2013 14:15:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7332324E6 for ; Wed, 30 Oct 2013 14:15:33 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9UEFXl0017230 for ; Wed, 30 Oct 2013 14:15:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9UEFXhv017227; Wed, 30 Oct 2013 14:15:33 GMT (envelope-from nobody) Message-Id: <201310301415.r9UEFXhv017227@oldred.freebsd.org> Date: Wed, 30 Oct 2013 14:15:33 GMT From: Jake Guffey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183482: security/openssl reports incorrect version number X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 14:20:00 -0000 >Number: 183482 >Category: ports >Synopsis: security/openssl reports incorrect version number >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 14:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jake Guffey >Release: 9.0-RELEASE >Organization: eProtex >Environment: FreeBSD ePBLDSRV01X.eprotex.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Wed Feb 1 20:10:54 UTC 2012 root@build.eprotex.com:/usr/obj/nanobsd.epshield001/usr/src/sys/EPSHIELD-USB amd64 >Description: When attempting to build security/ipsec-tools, the configuration script fails on OpenSSL version detection. Specifically, a simple C program is generated to check #if OPENSSL_VERSION_NUMBER < 0x0090813fL, indicating that OpenSSL is at least version 0.9.8_13. The version indicated in /usr/include/openssl/opensslv.h is 0x0090811f, indicating version 0.9.8_11. The problem, though, is that the version of OpenSSL currently installed on this server is 1.0.1_8. >How-To-Repeat: portsnap fetch update cd /usr/ports/security/ipsec-tools (or any other port making use of similar checks) make view error >Fix: >Release-Note: >Audit-Trail: >Unformatted: