mbedtls: update to version 2.7.5
[openwrt/staging/pepe2k.git] / package / libs / mbedtls / patches / 300-soversion-compatibility.patch
index 320482c7cde36b2b141d7140e1c4df5a53dfafe8..dc957871eaf7defea2f893ca89298aaa0e4ec2a5 100644 (file)
@@ -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.3 SOVERSION 2)
-+    set_target_properties(mbedcrypto PROPERTIES VERSION 2.7.3 SOVERSION 0)
+-    set_target_properties(mbedcrypto PROPERTIES VERSION 2.7.5 SOVERSION 2)
++    set_target_properties(mbedcrypto PROPERTIES VERSION 2.7.5 SOVERSION 0)
      target_link_libraries(mbedcrypto ${libs})
  
      add_library(mbedx509 SHARED ${src_x509})