bump(main/libwolfssl): 5.6.6, rebuild(main/vde2): libwolfssl bump

This commit is contained in:
Biswapriyo Nath 2024-01-19 18:32:06 +00:00 committed by Chongyun Lee
parent 85dec5dc81
commit f4acc94003
2 changed files with 4 additions and 4 deletions

View File

@ -2,16 +2,16 @@ TERMUX_PKG_HOMEPAGE=https://www.wolfssl.com/
TERMUX_PKG_DESCRIPTION="A small, fast, portable implementation of TLS/SSL for embedded devices to the cloud"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="5.6.4"
TERMUX_PKG_VERSION="5.6.6"
TERMUX_PKG_SRCURL=https://github.com/wolfSSL/wolfssl/archive/refs/tags/v${TERMUX_PKG_VERSION}-stable.tar.gz
TERMUX_PKG_SHA256=031691906794ff45e1e792561cf31759f5d29ac74936bc8dffb8b14f16d820b4
TERMUX_PKG_SHA256=3d2ca672d41c2c2fa667885a80d6fa03c3e91f0f4f72f87aef2bc947e8c87237
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+\.\d+"
termux_step_pre_configure() {
# Do not forget to bump revision of reverse dependencies and rebuild them
# after SOVERSION is changed.
local _SOVERSION=41
local _SOVERSION=42
local a
for a in LIBTOOL_CURRENT LIBTOOL_AGE; do

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Virtual Distributed Ethernet for emulators like qemu"
TERMUX_PKG_LICENSE="GPL-2.0, LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.3.3
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/virtualsquare/vde-2/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a7d2cc4c3d0c0ffe6aff7eb0029212f2b098313029126dcd12dc542723972379
TERMUX_PKG_DEPENDS="libpcap, libwolfssl"