upgpkg(main/mbedtls): 3.6.0

Signed-off-by: Kevin Williams <admin@utermux.dev>
This commit is contained in:
Kevin Williams 2024-04-04 11:37:44 +08:00 committed by Kevin Williams
parent 49c82576c8
commit 9b1ddab837
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Light-weight cryptographic and SSL/TLS library"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_SRCURL=git+https://github.com/ARMmbed/mbedtls
TERMUX_PKG_VERSION="3.5.2"
TERMUX_PKG_VERSION="3.6.0"
TERMUX_PKG_GIT_BRANCH=mbedtls-$TERMUX_PKG_VERSION
TERMUX_PKG_BREAKS="mbedtls-dev"
TERMUX_PKG_REPLACES="mbedtls-dev"
@ -19,9 +19,9 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
termux_step_post_get_source() {
# Do not forget to bump revision of reverse dependencies and rebuild them
# after SOVERSION is changed.
local _SOVER_crypto=15
local _SOVER_tls=20
local _SOVER_x509=6
local _SOVER_crypto=16
local _SOVER_tls=21
local _SOVER_x509=7
local f
for f in crypto tls x509; do