[openwrt/openwrt] ustream-ssl: update to Git version 2022-01-16

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 12 11:10:29 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/4108d02a29037cd733acfbd9a68f5dc4d58c3a56

commit 4108d02a29037cd733acfbd9a68f5dc4d58c3a56
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jan 16 21:51:21 2022 +0100

    ustream-ssl: update to Git version 2022-01-16
    
    868fd88 ustream-openssl: wolfSSL: Add compatibility for wolfssl >= 5.0
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit e74529552cf8fa16bd40b3db9d5cc82a913a49b4)
---
 package/libs/ustream-ssl/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index f762c89d29..7d9e830381 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:=2020-12-10
-PKG_SOURCE_VERSION:=68d09243b6fd4473004b27ff6483352e76e6af1a
-PKG_MIRROR_HASH:=a620090dee08c0624d167c10e9e45d54aa2b953a1f356eff7325a8fe53c622e6
+PKG_SOURCE_DATE:=2022-01-16
+PKG_SOURCE_VERSION:=868fd8812f477c110f9c6c5252c0bd172167b94c
+PKG_MIRROR_HASH:=dd28d5e846b391917cf83d66176653bdfa4e8a0d5b11144b65a012fe7693ddeb
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=ISC



More information about the lede-commits mailing list