From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 24 06:00:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12BD41065673 for ; Thu, 24 May 2012 06:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CBB938FC19 for ; Thu, 24 May 2012 06:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4O608TU058780 for ; Thu, 24 May 2012 06:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4O60852058779; Thu, 24 May 2012 06:00:08 GMT (envelope-from gnats) Resent-Date: Thu, 24 May 2012 06:00:08 GMT Resent-Message-Id: <201205240600.q4O60852058779@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, Andriy Gapon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4CD7106566B for ; Thu, 24 May 2012 05:56:03 +0000 (UTC) (envelope-from avgapon@voliacable.com) Received: from forward10.mail.yandex.net (forward10.mail.yandex.net [IPv6:2a02:6b8:0:202::5]) by mx1.freebsd.org (Postfix) with ESMTP id E080D8FC12 for ; Thu, 24 May 2012 05:56:02 +0000 (UTC) Received: from smtp8.mail.yandex.net (smtp8.mail.yandex.net [77.88.61.54]) by forward10.mail.yandex.net (Yandex) with ESMTP id F13A410220B4 for ; Thu, 24 May 2012 09:56:00 +0400 (MSK) Received: from smtp8.mail.yandex.net (localhost [127.0.0.1]) by smtp8.mail.yandex.net (Yandex) with ESMTP id DCB421B60506 for ; Thu, 24 May 2012 09:56:00 +0400 (MSK) Received: from deductionness-coupon.volia.net (deductionness-coupon.volia.net [93.72.158.56]) by smtp8.mail.yandex.net (nwsmtp/Yandex) with ESMTP id txWShINq-u0W4t0MH; Thu, 24 May 2012 09:56:00 +0400 Received: from trant.local. (localhost [127.0.0.1]) by trant.local. (8.14.5/8.14.5) with ESMTP id q4O5tx0b092791 for ; Thu, 24 May 2012 08:55:59 +0300 (EEST) (envelope-from avg@trant.local) Received: (from avg@localhost) by trant.local. (8.14.5/8.14.5/Submit) id q4O5txVH092790; Thu, 24 May 2012 08:55:59 +0300 (EEST) (envelope-from avg) Message-Id: <201205240555.q4O5txVH092790@trant.local.> Date: Thu, 24 May 2012 08:55:59 +0300 (EEST) From: Andriy Gapon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/168292: [exp-run] test a change to system opensslv.h header X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2012 06:00:09 -0000 >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: