updpkg(main/openssl-1.1): 1.1.1s

This commit is contained in:
Henrik Grimler 2022-11-01 17:01:31 +01:00
parent 389301ce03
commit 4de7428557
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 4 deletions

View File

@ -3,12 +3,10 @@ TERMUX_PKG_DESCRIPTION="Library implementing the SSL and TLS protocols as well a
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE_FILE="LICENSE"
TERMUX_PKG_MAINTAINER="@termux"
# Upstream has withdrawn 1.1.1r version:
# https://mta.openssl.org/pipermail/openssl-announce/2022-October/000237.html
_VERSION=1.1.1q
_VERSION=1.1.1s
TERMUX_PKG_VERSION=1:${_VERSION}
TERMUX_PKG_SRCURL=https://www.openssl.org/source/openssl-${_VERSION/\~/-}.tar.gz
TERMUX_PKG_SHA256=d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca
TERMUX_PKG_SHA256=c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa
TERMUX_PKG_DEPENDS="ca-certificates, zlib"
TERMUX_PKG_CONFFILES="etc/tls/openssl.cnf"
TERMUX_PKG_RM_AFTER_INSTALL="bin/c_rehash etc/"