[openwrt/openwrt] ustream-ssl: update to Git version 2023-02-25

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 25 10:58:36 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/32a9fdfc02c9146b108c39a2f21679b6c64cb3e2

commit 32a9fdfc02c9146b108c39a2f21679b6c64cb3e2
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Feb 25 18:37:26 2023 +0100

    ustream-ssl: update to Git version 2023-02-25
    
    498f6e2 ustream-mbedtls: Use getrandom() instead of /dev/urandom
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 c94e9a97ca..ae5c8026c2 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-12-08
-PKG_SOURCE_VERSION:=9217ab46536353c7c792951b57163063f5ec7a3b
-PKG_MIRROR_HASH:=cd4dc6a6c18290348b1f8b1c01df3320e4954dc46d714c797bef066f7a91248d
+PKG_SOURCE_DATE:=2023-02-25
+PKG_SOURCE_VERSION:=498f6e268d4d2b0ad33b430f4ba1abe397d31496
+PKG_MIRROR_HASH:=a201d065dd613e30886c9f13a0851cec79538192cfe591b6f8ecd88724d55fb1
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=ISC




More information about the lede-commits mailing list