diff options
| author | Ivan Pavlov <AuthorReflex@gmail.com> | 2023-09-23 18:09:36 +0300 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-09-24 12:41:54 +0200 |
| commit | bfd54529fac075eeb70f2408042e0da03b5ec8cc (patch) | |
| tree | 5b6d25fdeb8d41f798151103250046f9b71e0bb8 /package/libs/openssl/Makefile | |
| parent | ab12a01cd78772b4cfc82db7d0002c05dc0f97b5 (diff) | |
| download | upstream-bfd54529fac075eeb70f2408042e0da03b5ec8cc.tar.gz upstream-bfd54529fac075eeb70f2408042e0da03b5ec8cc.tar.bz2 upstream-bfd54529fac075eeb70f2408042e0da03b5ec8cc.zip | |
openssl: update to 3.0.11
Changes between 3.0.10 and 3.0.11 [19 Sep 2023]
* Fix POLY1305 MAC implementation corrupting XMM registers on Windows. ([CVE-2023-4807])
Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
Diffstat (limited to 'package/libs/openssl/Makefile')
| -rw-r--r-- | package/libs/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 7bee249676f..459d367372f 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=3.0.10 +PKG_VERSION:=3.0.11 PKG_RELEASE:=1 PKG_BUILD_FLAGS:=no-mips16 gc-sections no-lto @@ -24,7 +24,7 @@ PKG_SOURCE_URL:= \ ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/ \ ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/old/$(PKG_BASE)/ -PKG_HASH:=1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323 +PKG_HASH:=b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |
