Skip to content

Commit 7eb160b

Browse files
committed
openssl: update to 4.0.0
Release notes: - https://www.openssl.org Release notes: - https://www.openssl.org/news/vulnerabilities.html
1 parent 4521369 commit 7eb160b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/security/openssl/package.mk

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
44

55
PKG_NAME="openssl"
6-
PKG_VERSION="3.6.2"
7-
PKG_SHA256="aaf51a1fe064384f811daeaeb4ec4dce7340ec8bd893027eee676af31e83a04f"
6+
PKG_VERSION="4.0.0"
7+
PKG_SHA256="c32cf49a959c4f345f9606982dd36e7d28f7c58b19c2e25d75624d2b3d2f79ac"
88
PKG_LICENSE="Apache-2.0"
99
PKG_SITE="https://openssl-library.org"
1010
PKG_URL="https://github.com/openssl/openssl/releases/download/${PKG_NAME}-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
@@ -22,12 +22,10 @@ PKG_CONFIGURE_OPTS_SHARED="--libdir=lib \
2222
no-rfc3779 \
2323
no-sctp \
2424
no-ssl-trace \
25-
no-ssl3 \
2625
no-unit-test \
2726
no-weak-ssl-ciphers \
2827
no-zlib \
29-
no-zlib-dynamic \
30-
no-static-engine"
28+
no-zlib-dynamic"
3129

3230
PKG_CONFIGURE_OPTS_HOST="--prefix=${TOOLCHAIN} \
3331
--openssldir=${TOOLCHAIN}/etc/ssl"

0 commit comments

Comments
 (0)