diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-08 01:15:11 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-08 01:17:26 +0100 |
commit | 69f0c29b8b3339ef93c04f6c7f92481e8e223e2f (patch) | |
tree | b2b20e353d588437b6916fd8d23491662163993e | |
parent | 925e2a155ee4d4cc792fbf68aa9666e32a1f649b (diff) | |
download | upstream-69f0c29b8b3339ef93c04f6c7f92481e8e223e2f.tar.gz upstream-69f0c29b8b3339ef93c04f6c7f92481e8e223e2f.tar.bz2 upstream-69f0c29b8b3339ef93c04f6c7f92481e8e223e2f.zip |
ustream-ssl: update to Git version 2022-12-07
9217ab4 ustream-openssl: Disable renegotiation in TLSv1.2 and earlier
2ce1d48 ci: fix building with i.MX6 SDK
584f1f6 ustream-openssl: wolfSSL: provide detailed information in debug builds
aa8c48e cmake: add a possibility to set library version
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | package/libs/ustream-ssl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile index 3181f66c7e..f90a2edb75 100644 --- a/package/libs/ustream-ssl/Makefile +++ b/package/libs/ustream-ssl/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustream-ssl -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/ustream-ssl.git -PKG_SOURCE_DATE:=2022-01-16 -PKG_SOURCE_VERSION:=868fd8812f477c110f9c6c5252c0bd172167b94c -PKG_MIRROR_HASH:=dd28d5e846b391917cf83d66176653bdfa4e8a0d5b11144b65a012fe7693ddeb +PKG_SOURCE_DATE:=2022-12-08 +PKG_SOURCE_VERSION:=9217ab46536353c7c792951b57163063f5ec7a3b +PKG_MIRROR_HASH:=cd4dc6a6c18290348b1f8b1c01df3320e4954dc46d714c797bef066f7a91248d CMAKE_INSTALL:=1 PKG_LICENSE:=ISC |