aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ustream-ssl
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2018-06-21 15:30:30 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-07-07 18:29:14 +0200
commit10554cfcc17b7333f7f91658660adc21ba941ac5 (patch)
tree5a5c5f25e05841aab9ac30e8afc326b7ada41670 /package/libs/ustream-ssl
parentf15f3286e3d1106bc24eb495757bb097377921e8 (diff)
downloadupstream-10554cfcc17b7333f7f91658660adc21ba941ac5.tar.gz
upstream-10554cfcc17b7333f7f91658660adc21ba941ac5.tar.bz2
upstream-10554cfcc17b7333f7f91658660adc21ba941ac5.zip
mbedtls: Update to 2.11.0
Update mbed TLS to 2.11.0 Disable OFB block mode and XTS block cipher mode, added in 2.11.0. The soVersion of mbedtls changed, bump PKG_RELEASE for packages that use mbedTLS This is to avoid having a mismatch between packages when upgrading. The size of mbedtls increased a little bit: ipkg for mips_24kc before: 163.846 Bytes ipkg for mips_24kc after: 164.382 Bytes Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'package/libs/ustream-ssl')
-rw-r--r--package/libs/ustream-ssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index 54b69944fb..6cd08a6cb4 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:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/ustream-ssl.git