From 28b8d0efddec29a0952d89da19af6230453cacfe Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Wed, 23 Feb 2022 19:10:45 +0530 Subject: [PATCH] tshark: Rebuild against OpenSSL3 --- root-packages/tshark/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/root-packages/tshark/build.sh b/root-packages/tshark/build.sh index cd7b7ef19..d200ab6e9 100644 --- a/root-packages/tshark/build.sh +++ b/root-packages/tshark/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Network protocol analyzer and sniffer" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=3.4.8 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://www.wireshark.org/download/src/all-versions/wireshark-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=58a7fa8dfe2010a8c8b7dcf66438c653e6493d47eb936ba48ef49d4aa4dbd725 TERMUX_PKG_DEPENDS="glib, libgpg-error, libgcrypt, libnl, libpcap, libgnutls, openssl, libiconv, libcap, c-ares"