aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-04-14 14:33:46 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-04-14 14:44:43 +0200
commit09d95e44fc3d1a9f900b7305b10dc241a12d6f37 (patch)
treea8523a95003d961b9afe1061082193a99b31fd20 /package/utils
parent4673a0bffc890b5137d6c20664efad5d01791782 (diff)
downloadupstream-09d95e44fc3d1a9f900b7305b10dc241a12d6f37.tar.gz
upstream-09d95e44fc3d1a9f900b7305b10dc241a12d6f37.tar.bz2
upstream-09d95e44fc3d1a9f900b7305b10dc241a12d6f37.zip
mbedtls: change libmbedcrypto.so soversion back to 0
mbedtls changed in version 2.7.0 and 2.7.2 the soversion of the libmbedcrypto.so library, use the old version again to be able to use the new library with binaries compiled against the old mbedtls library. Some binaries got rebuild to for the 2.7.0 release and are now using libmbedcrypto.so.1, the older ones are still using libmbedcrypto.so.0. Go back to libmbedcrypto.so.0 and make the system rebuild the binaries which were rebuild for 2.7.0 again. This should make the libmbedcrypto.so library be compatible with the old version shipped with 17.01. Fixes: 3ca1438ae0 ("mbedtls: update to version 2.7.2") Fixes: f609913b5c ("mbedtls: update to version 2.7.0") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/px5g/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/px5g/Makefile b/package/utils/px5g/Makefile
index 4ea495867c..da8d56dcc0 100644
--- a/package/utils/px5g/Makefile
+++ b/package/utils/px5g/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=px5g
-PKG_RELEASE:=5
+PKG_RELEASE:=6
PKG_LICENSE:=LGPL-2.1
PKG_BUILD_DIR:=$(BUILD_DIR)/px5g-$(BUILD_VARIANT)