Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 14:15:33 GMT
From:      Jake Guffey <jake.guffey@eprotex.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183482: security/openssl reports incorrect version number
Message-ID:  <201310301415.r9UEFXhv017227@oldred.freebsd.org>
Resent-Message-ID: <201310301420.r9UEK0QK013055@freefall.freebsd.org>

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

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



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