termux-packages/packages/msmtp/build.sh
Henrik Grimler 026cf0d9cc msmtp: use gnutls instead of openssl
The openssl code is unmaintained [1] and I get errors about
certificate verification failure on one of my emails ("TLS certificate
verification failed: the certificate owner does not match
hostname"). With gnutls everything works.

[1] https://marlam.de/msmtp/news/openssl-discouraged
2020-08-01 12:45:13 +02:00

10 lines
379 B
Bash

TERMUX_PKG_HOMEPAGE=https://marlam.de/msmtp/
TERMUX_PKG_DESCRIPTION="Lightweight SMTP client"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=1.8.11
TERMUX_PKG_REVISION=4
TERMUX_PKG_SRCURL=https://marlam.de/msmtp/releases/msmtp-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=f25f0fa177ce9e0ad65c127e790a37f35fb64fee9e33d90345844c5c86780e60
TERMUX_PKG_DEPENDS="libgnutls, libidn2"