[openwrt/openwrt] ustream-ssl: px5g: Rebuild package
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 18 15:05:10 PDT 2018
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/7b758f7f4faceaea6b2d484658dfecd0e3ea3e23
commit 7b758f7f4faceaea6b2d484658dfecd0e3ea3e23
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Apr 14 14:33:46 2018 +0200
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 at hauke-m.de>
---
package/libs/ustream-ssl/Makefile | 2 +-
package/utils/px5g/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index b5e773b..1a8e0e7 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
diff --git a/package/utils/px5g/Makefile b/package/utils/px5g/Makefile
index 8d1f04d..4ea4958 100644
--- a/package/utils/px5g/Makefile
+++ b/package/utils/px5g/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=px5g
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_LICENSE:=LGPL-2.1
PKG_BUILD_DIR:=$(BUILD_DIR)/px5g-$(BUILD_VARIANT)
More information about the lede-commits
mailing list