diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-06-02 12:07:35 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-06-05 18:48:26 +0200 |
commit | 88ba88e5adc43c1c971abf1cbee1137ed9ad9de8 (patch) | |
tree | eac4b13fb6fbe9d27efa31ce6df7ef979627c676 /package/libs/mbedtls/patches/300-soversion-compatibility.patch | |
parent | 2328977fed81cf2fc367d8eea2f9bf04e51a761f (diff) | |
download | upstream-88ba88e5adc43c1c971abf1cbee1137ed9ad9de8.tar.gz upstream-88ba88e5adc43c1c971abf1cbee1137ed9ad9de8.tar.bz2 upstream-88ba88e5adc43c1c971abf1cbee1137ed9ad9de8.zip |
mbedtls: update mbedtls to version 2.7.3
This fixes some minor security problems and other bugs.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/libs/mbedtls/patches/300-soversion-compatibility.patch')
-rw-r--r-- | package/libs/mbedtls/patches/300-soversion-compatibility.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/mbedtls/patches/300-soversion-compatibility.patch b/package/libs/mbedtls/patches/300-soversion-compatibility.patch index 4d33be2686..320482c7cd 100644 --- a/package/libs/mbedtls/patches/300-soversion-compatibility.patch +++ b/package/libs/mbedtls/patches/300-soversion-compatibility.patch @@ -8,8 +8,8 @@ the new library with binaries compiled against the old library. if(USE_SHARED_MBEDTLS_LIBRARY) add_library(mbedcrypto SHARED ${src_crypto}) -- set_target_properties(mbedcrypto PROPERTIES VERSION 2.7.2 SOVERSION 2) -+ set_target_properties(mbedcrypto PROPERTIES VERSION 2.7.2 SOVERSION 0) +- set_target_properties(mbedcrypto PROPERTIES VERSION 2.7.3 SOVERSION 2) ++ set_target_properties(mbedcrypto PROPERTIES VERSION 2.7.3 SOVERSION 0) target_link_libraries(mbedcrypto ${libs}) add_library(mbedx509 SHARED ${src_x509}) @@ -22,5 +22,5 @@ the new library with binaries compiled against the old library. -SOEXT_CRYPTO=so.2 +SOEXT_CRYPTO=so.0 - DLEXT=so - # OSX shared library extension: + # Set DLEXT=dylib to compile as a shared library for Mac OS X + DLEXT ?= so |