Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Apr 2012 11:49:41 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        freebsd-hackers@FreeBSD.org
Subject:   opensslv.h SHLIB_VERSION_NUMBER
Message-ID:  <4F7D5CA5.5030306@FreeBSD.org>

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

I wonder who can review the following change and what good or bad can come from it?

Index: crypto/openssl/crypto/opensslv.h
===================================================================
--- crypto/openssl/crypto/opensslv.h	(revision 233888)
+++ 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 */

Rationale for the change can be seen here:
http://article.gmane.org/gmane.comp.kde.freebsd/20645
TLDR: some software may depend on libssl.so.${SHLIB_VERSION_NUMBER } being correct.

-- 
Andriy Gapon



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