Date: Thu, 24 May 2012 08:55:59 +0300 (EEST) From: Andriy Gapon <avg@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/168292: [exp-run] test a change to system opensslv.h header Message-ID: <201205240555.q4O5txVH092790@trant.local.> Resent-Message-ID: <201205240600.q4O60852058779@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168292 >Category: ports >Synopsis: [exp-run] test a change to system opensslv.h header >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 24 06:00:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Andriy Gapon >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD 10.0-CURRENT amd64 >Description: I would like to commit the following change. It should help some thirdparty software to better detect libssl by providing the actual shlib version number in SHLIB_VERSION_NUMBER. But it potentially could break some ports that might have a dependency on the current value or format of the variable. >How-To-Repeat: >Fix: For FreeBSD 10/9/8: =================================================================== --- crypto/openssl/crypto/opensslv.h (revision 235884) +++ crypto/openssl/crypto/opensslv.h (working copy) @@ -83,7 +83,7 @@ * should only keep the versions that are binary compatible with the current. */ #define SHLIB_VERSION_HISTORY "" -#define SHLIB_VERSION_NUMBER "0.9.8" +#define SHLIB_VERSION_NUMBER "6" #endif /* HEADER_OPENSSLV_H */ For FreeBSD 7: =================================================================== --- crypto/openssl/crypto/opensslv.h (revision 235884) +++ crypto/openssl/crypto/opensslv.h (working copy) @@ -83,7 +83,7 @@ * should only keep the versions that are binary compatible with the current. */ #define SHLIB_VERSION_HISTORY "" -#define SHLIB_VERSION_NUMBER "0.9.8" +#define SHLIB_VERSION_NUMBER "5" #endif /* HEADER_OPENSSLV_H */ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205240555.q4O5txVH092790>