diff options
| author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-14 14:33:46 +0200 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-18 23:57:25 +0200 |
| commit | 7b758f7f4faceaea6b2d484658dfecd0e3ea3e23 (patch) | |
| tree | 13ee3111a6efbf684c616f875a4b538307230fc9 /package/libs | |
| parent | a6f24c9a78dd9f557c25b0e7c3add6bc7c74a07c (diff) | |
| download | upstream-7b758f7f4faceaea6b2d484658dfecd0e3ea3e23.tar.gz upstream-7b758f7f4faceaea6b2d484658dfecd0e3ea3e23.tar.bz2 upstream-7b758f7f4faceaea6b2d484658dfecd0e3ea3e23.zip | |
ustream-ssl: px5g: Rebuild package
mbedtls changed in version 2.7.0 the soversion of the libmbedcrypto.so
library, all applications using this shared library have to be
recompiled to be able to load the new 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.
Fixes: 75c5ab4ca ("mbedtls: update to version 2.7.0")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/libs')
| -rw-r--r-- | package/libs/ustream-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile index b5e773ba7fc..1a8e0e78b03 100644 --- a/package/libs/ustream-ssl/Makefile +++ b/package/libs/ustream-ssl/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustream-ssl -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/ustream-ssl.git |
