update to neomutt-20220429

This commit is contained in:
sthen 2022-04-29 14:33:37 +00:00
parent 3098adee90
commit f7786649c8
4 changed files with 5 additions and 8 deletions

View File

@ -2,7 +2,7 @@ COMMENT= tty-based e-mail client, Mutt with patches
GH_ACCOUNT= neomutt
GH_PROJECT= neomutt
GH_TAGNAME= 20220415
GH_TAGNAME= 20220429
CATEGORIES= mail
HOMEPAGE= https://neomutt.org/

View File

@ -1,2 +1,2 @@
SHA256 (neomutt-20220415.tar.gz) = hJgstML+1j6Q1x+rRfqpBzi/xYBQQwYGE1y9iSTZRoI=
SIZE (neomutt-20220415.tar.gz) = 3770700
SHA256 (neomutt-20220429.tar.gz) = RUllQol7qN5rx8zj9ZUdkDPtHEnl1vE1Otru/nldkEM=
SIZE (neomutt-20220429.tar.gz) = 3774374

View File

@ -1,7 +1,4 @@
XXX these functions don't exist in our old libcurses, but the
toolchain doesn't return an error when trying to link a program
that has missing functions, you actually need to try to run it
to notice the problem
Cope with some problem, possibly related to the old version of curses in OpenBSD
Index: auto.def
--- auto.def.orig

View File

@ -1,7 +1,7 @@
Index: conn/sasl.c
--- conn/sasl.c.orig
+++ conn/sasl.c
@@ -277,7 +277,7 @@ static int mutt_sasl_cb_log(void *context, int priorit
@@ -269,7 +269,7 @@ static int mutt_sasl_cb_log(void *context, int priorit
*
* Call before doing an SASL exchange (initialises library if necessary).
*/