mutt: Update from 1.7.0 to 1.7.1
This commit is contained in:
parent
3d9d67c703
commit
a860b0fb9e
@ -1,8 +1,8 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=http://www.mutt.org/
|
TERMUX_PKG_HOMEPAGE=http://www.mutt.org/
|
||||||
TERMUX_PKG_DESCRIPTION="Mail client with patches from neomutt"
|
TERMUX_PKG_DESCRIPTION="Mail client with patches from neomutt"
|
||||||
TERMUX_PKG_VERSION=1.7.0
|
TERMUX_PKG_VERSION=1.7.1
|
||||||
TERMUX_PKG_SRCURL=ftp://ftp.mutt.org/pub/mutt/mutt-${TERMUX_PKG_VERSION}.tar.gz
|
TERMUX_PKG_SRCURL=ftp://ftp.mutt.org/pub/mutt/mutt-${TERMUX_PKG_VERSION}.tar.gz
|
||||||
TERMUX_PKG_SHA256=1d3e987433d8c92ef88a604f4dcefdb35a86ce73f3eff0157e2e491e5b55b345
|
TERMUX_PKG_SHA256=e9c6f88e83d48690033f0d862a70293ac746286b77241554f5448bc23bd0d6df
|
||||||
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, gdbm, openssl, libsasl"
|
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, gdbm, openssl, libsasl"
|
||||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-smtp --enable-imap --enable-pop --with-mailpath=$TERMUX_PREFIX/var/mail --with-ssl --enable-compressed --without-idn --enable-hcache --with-sasl"
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-smtp --enable-imap --enable-pop --with-mailpath=$TERMUX_PREFIX/var/mail --with-ssl --enable-compressed --without-idn --enable-hcache --with-sasl"
|
||||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-exec-shell=$TERMUX_PREFIX/bin/sh"
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-exec-shell=$TERMUX_PREFIX/bin/sh"
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
diff -u -r ../mutt-1.6.0/getdomain.c ./getdomain.c
|
diff -u -r ../mutt-1.7.1/getdomain.c ./getdomain.c
|
||||||
--- ../mutt-1.6.0/getdomain.c 2016-04-02 14:12:22.000000000 -0400
|
--- ../mutt-1.7.1/getdomain.c 2016-10-08 15:30:21.000000000 -0400
|
||||||
+++ ./getdomain.c 2016-04-06 06:18:24.614628451 -0400
|
+++ ./getdomain.c 2016-10-08 17:58:14.895654111 -0400
|
||||||
@@ -44,7 +44,9 @@
|
@@ -46,7 +46,9 @@
|
||||||
hints.ai_flags = AI_CANONNAME;
|
|
||||||
hints.ai_family = AF_UNSPEC;
|
hints.ai_family = AF_UNSPEC;
|
||||||
|
|
||||||
|
/* A DNS name can actually be only 253 octets, string is 256 */
|
||||||
+#ifdef _SC_HOST_NAME_MAX
|
+#ifdef _SC_HOST_NAME_MAX
|
||||||
if ((node_len = sysconf(_SC_HOST_NAME_MAX)) == -1)
|
if ((node_len = sysconf(_SC_HOST_NAME_MAX)) == -1)
|
||||||
+#endif
|
+#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user