diff options
| author | Andre Heider | 2022-07-19 11:31:31 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-07-20 11:02:57 +0000 |
| commit | 5451b03b7ceb2315445c683fe174e28bbdd49c2f (patch) | |
| tree | a75609a74d9e07209bd3d7345eb0b632113f32d8 | |
| parent | bc43ad88ed18722c0621fd6dfef0ff68268f4e14 (diff) | |
| download | openwrt-5451b03b7ceb2315445c683fe174e28bbdd49c2f.tar.gz | |
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@gmail.com>
| -rw-r--r-- | tools/libressl/Makefile | 4 |
1 files 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 |