diff options
author | Ørjan Malde <red@foxi.me> | 2020-06-17 19:55:38 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-06-17 19:08:23 +0100 |
commit | 8522e3799fe6e051da4fa4c5cccb9a166ba6ab10 (patch) | |
tree | 627415cbded7b77ae7087f6bb9261d516d8ebecd | |
parent | dfba3978c91781a6ff0563802303ac773d32b910 (diff) | |
download | midipix_build-8522e3799fe6e051da4fa4c5cccb9a166ba6ab10.tar.bz2 midipix_build-8522e3799fe6e051da4fa4c5cccb9a166ba6ab10.tar.xz |
groups/241.native_packages_inet.group: mutt: switch to gnutls
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r-- | groups/241.native_packages_inet.group | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/groups/241.native_packages_inet.group b/groups/241.native_packages_inet.group index 5e335290..50e47e44 100644 --- a/groups/241.native_packages_inet.group +++ b/groups/241.native_packages_inet.group @@ -127,11 +127,11 @@ pacman proxytunnel rsync socat thttpd w3m weechat wget whois")"; : ${PKG_MTR_VERSION:=0.92}; : ${PKG_MTR_URL:=ftp://ftp.bitwizard.nl/mtr/mtr-${PKG_MTR_VERSION}.tar.gz}; : ${PKG_MTR_DISABLED:=1}; -: ${PKG_MUTT_DEPENDS:="libressl libz ncursesw"}; +: ${PKG_MUTT_DEPENDS:="gnutls libz ncursesw"}; : ${PKG_MUTT_SHA256SUM:=734a3883158ec3d180cf6538d8bd7f685ce641d2cdef657aa0038f76e79a54a0}; : ${PKG_MUTT_VERSION:=1.10.1}; : ${PKG_MUTT_URL:=ftp://ftp.mutt.org/pub/mutt/mutt-${PKG_MUTT_VERSION}.tar.gz}; -: ${PKG_MUTT_CONFIGURE_ARGS_EXTRA:="--enable-imap --enable-pop --enable-smtp --enable-sidebar --with-curses --with-mailpath=/var/spool/mail --without-included-gettext --with-ssl --disable-doc"}; +: ${PKG_MUTT_CONFIGURE_ARGS_EXTRA:="--enable-imap --enable-pop --enable-smtp --enable-sidebar --with-curses --with-mailpath=/var/spool/mail --without-included-gettext --with-gnutls --disable-doc"}; : ${PKG_NGINX_DEPENDS:="libz pcre"}; : ${PKG_NGINX_SHA256SUM:=4a667f40f9f3917069db1dea1f2d5baa612f1fa19378aadf71502e846a424610}; : ${PKG_NGINX_VERSION:=1.11.3}; |