[openwrt/openwrt] tools/libressl: bump to v3.5.3

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 20 08:03:41 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5451b03b7ceb2315445c683fe174e28bbdd49c2f

commit 5451b03b7ceb2315445c683fe174e28bbdd49c2f
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Tue Jul 19 13:31:31 2022 +0200

    tools/libressl: bump to v3.5.3
    
    This includes API additions required for u-boot v2022.07 and Python 3.10.
    
    https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0-relnotes.txt
    https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.1-relnotes.txt
    https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.2-relnotes.txt
    https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.3-relnotes.txt
    
    Signed-off-by: Andre Heider <a.heider at gmail.com>
---
 tools/libressl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile
index 0679961d17..236a7c2c30 100644
--- a/tools/libressl/Makefile
+++ b/tools/libressl/Makefile
@@ -8,8 +8,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libressl
-PKG_VERSION:=3.4.3
-PKG_HASH:=ff88bffe354818b3ccf545e3cafe454c5031c7a77217074f533271d63c37f08d
+PKG_VERSION:=3.5.3
+PKG_HASH:=3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28
 PKG_RELEASE:=1
 
 PKG_CPE_ID:=cpe:/a:openbsd:libressl




More information about the lede-commits mailing list