update to neomutt-20180223

This commit is contained in:
sthen 2018-02-23 20:02:48 +00:00
parent 74bb7d0e69
commit dc37fdb4b3
6 changed files with 13 additions and 13 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.24 2018/01/05 13:56:02 sthen Exp $
# $OpenBSD: Makefile,v 1.25 2018/02/23 20:02:48 sthen Exp $
COMMENT= tty-based e-mail client, Mutt with patches
GH_ACCOUNT= neomutt
GH_PROJECT= neomutt
GH_TAGNAME= neomutt-20171215
GH_TAGNAME= neomutt-20180223
DISTNAME= ${GH_TAGNAME}
CATEGORIES= mail

View File

@ -1,2 +1,2 @@
SHA256 (neomutt-20171215.tar.gz) = f7dumanyNxWtdyrY9wCMbi2wXu00SBcFUXbHbb1gwbU=
SIZE (neomutt-20171215.tar.gz) = 2680191
SHA256 (neomutt-20180223.tar.gz) = ELoBABfPfba7WsPiEW1t761W00vg3O6p1wpm2FEJJ7s=
SIZE (neomutt-20180223.tar.gz) = 2695087

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-auto_def,v 1.1 2017/12/15 20:51:22 sthen Exp $
$OpenBSD: patch-auto_def,v 1.2 2018/02/23 20:02:48 sthen Exp $
Index: auto.def
--- auto.def.orig
+++ auto.def
@@ -361,12 +361,14 @@ if {[get-define want-smime]} {
@@ -373,12 +373,14 @@ if {[get-define want-smime]} {
# SASL
if {[get-define want-sasl]} {
foreach sasl_lib {sasl2 sasl} {

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-conn_sasl_c,v 1.1 2017/12/15 20:14:24 sthen Exp $
$OpenBSD: patch-conn_sasl_c,v 1.2 2018/02/23 20:02:48 sthen Exp $
Index: conn/sasl.c
--- conn/sasl.c.orig
+++ conn/sasl.c
@@ -184,7 +184,7 @@ static int mutt_sasl_cb_log(void *context, int priorit
@@ -185,7 +185,7 @@ static int mutt_sasl_cb_log(void *context, int priorit
*
* Call before doing an SASL exchange - initialises library (if necessary).
*/

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-main_c,v 1.10 2017/12/15 20:14:24 sthen Exp $
$OpenBSD: patch-main_c,v 1.11 2018/02/23 20:02:48 sthen Exp $
Pledge
Index: main.c
--- main.c.orig
+++ main.c
@@ -414,6 +414,30 @@ int main(int argc, char **argv, char **env)
}
@@ -410,6 +410,30 @@ int main(int argc, char **argv, char **env)
}
}
+#ifdef USE_SASL

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-newsrc_c,v 1.3 2017/12/15 20:14:24 sthen Exp $
$OpenBSD: patch-newsrc_c,v 1.4 2018/02/23 20:02:48 sthen Exp $
Index: newsrc.c
--- newsrc.c.orig
+++ newsrc.c
@@ -595,7 +595,7 @@ static int active_get_cache(struct NntpServer *nserv)
@@ -600,7 +600,7 @@ static int active_get_cache(struct NntpServer *nserv)
if (!fp)
return -1;