Navigation Menu

Skip to content

Commit

Permalink
Bump openssl soname to 1.0.2
Browse files Browse the repository at this point in the history
This matches what debian does, and we already use the
version-script that debian uses for the 1.0.2 soname ABI.

See flatpak/freedesktop-sdk-images#25
for details.
  • Loading branch information
alexlarsson committed Apr 20, 2017
1 parent 67adb8e commit cff4acf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
@@ -0,0 +1,13 @@
Index: openssl-1.0.2d/crypto/opensslv.h
===================================================================
--- openssl-1.0.2d.orig/crypto/opensslv.h
+++ openssl-1.0.2d/crypto/opensslv.h
@@ -88,7 +88,7 @@ extern "C" {
* should only keep the versions that are binary compatible with the current.
*/
# define SHLIB_VERSION_HISTORY ""
-# define SHLIB_VERSION_NUMBER "1.0.0"
+# define SHLIB_VERSION_NUMBER "1.0.2"


#ifdef __cplusplus
@@ -0,0 +1,4 @@
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
SRC_URI += "\
file://debian/soname.patch \
"

0 comments on commit cff4acf

Please sign in to comment.