File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
packages/security/openssl Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 33# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
44
55PKG_NAME ="openssl"
6- PKG_VERSION ="3.6.2 "
7- PKG_SHA256 ="aaf51a1fe064384f811daeaeb4ec4dce7340ec8bd893027eee676af31e83a04f "
6+ PKG_VERSION ="4.0.0 "
7+ PKG_SHA256 ="c32cf49a959c4f345f9606982dd36e7d28f7c58b19c2e25d75624d2b3d2f79ac "
88PKG_LICENSE ="Apache-2.0"
99PKG_SITE ="https://openssl-library.org"
1010PKG_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
3230PKG_CONFIGURE_OPTS_HOST="--prefix =${TOOLCHAIN} \
3331 --openssldir=${TOOLCHAIN}/etc/ssl"
You can’t perform that action at this time.
0 commit comments