aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-08-17 17:09:42 +0200
committerJo-Philipp Wich <jo@mein.io>2019-09-04 13:41:10 +0200
commit730befb9e6241d335d5609cb6daed560f7bf090b (patch)
treec02c795f8575c15bece9334eefcd8b2b8d2c53b9 /package/libs
parentf7d6579b47a38bf83782a7be5c0c1be3c0a6eb9a (diff)
downloadupstream-730befb9e6241d335d5609cb6daed560f7bf090b.tar.gz
upstream-730befb9e6241d335d5609cb6daed560f7bf090b.tar.bz2
upstream-730befb9e6241d335d5609cb6daed560f7bf090b.zip
ustream-ssl: update to latest git HEAD
e8f9c22 Revise supported ciphersuites 7e9e269 wolfssl, openssl: use TLS 1.3, set ciphersuites Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit ced2b7bb988426aaece07a78c17d5a7c268e54c4)
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/ustream-ssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index b8d0967282..5d94ada4d8 100644
--- a/package/libs/ustream-ssl/Makefile
+++ b/package/libs/ustream-ssl/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/ustream-ssl.git
-PKG_SOURCE_DATE:=2019-06-24
-PKG_SOURCE_VERSION:=738e8d2489fc64f782affd1292388c66f6d69e82
-PKG_MIRROR_HASH:=29e69fce0a334746ed3a68d27f5ca5bffbfc144d04329335be47983fdd7cbdfd
+PKG_SOURCE_DATE:=2019-08-17
+PKG_SOURCE_VERSION:=e8f9c22d02fccde1d992f324280fb9966d3b4be6
+PKG_MIRROR_HASH:=b735fc259337c0ea3cc93fc05ad9151b841a8f85a4168f37b1d20979415d5a19
CMAKE_INSTALL:=1
PKG_LICENSE:=ISC
href='#n192'>192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240