From 63f2e9470baa30f76e7d8ff2dbcfb3942a520862 Mon Sep 17 00:00:00 2001 From: sthen Date: Sun, 13 Feb 2022 13:07:36 +0000 Subject: [PATCH] update to mutt-2.2.0 --- mail/mutt/Makefile | 4 ++-- mail/mutt/distinfo | 4 ++-- mail/mutt/patches/patch-main_c | 4 ++-- mail/mutt/patches/patch-mutt_sasl_c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 36a31fdca81..6f3cc23a06a 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.156 2021/12/31 09:58:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.157 2022/02/13 13:07:36 sthen Exp $ COMMENT= tty-based e-mail client -DISTNAME= mutt-2.1.5 +DISTNAME= mutt-2.2.0 EPOCH= 3 CATEGORIES= mail diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo index 20f87ca89ca..dd07f657b1e 100644 --- a/mail/mutt/distinfo +++ b/mail/mutt/distinfo @@ -1,2 +1,2 @@ -SHA256 (mutt-2.1.5.tar.gz) = kqMJ5H42OpfWJCW8txrc6uWrXExBPbysN/qY7XDBK+A= -SIZE (mutt-2.1.5.tar.gz) = 5414049 +SHA256 (mutt-2.2.0.tar.gz) = 6EWX8G0DyoL4yjteyLwpTBUHCbQ+0qAXe/R5w+M0UxQ= +SIZE (mutt-2.2.0.tar.gz) = 5503348 diff --git a/mail/mutt/patches/patch-main_c b/mail/mutt/patches/patch-main_c index 0463fa17f51..902adc0537c 100644 --- a/mail/mutt/patches/patch-main_c +++ b/mail/mutt/patches/patch-main_c @@ -1,11 +1,11 @@ -$OpenBSD: patch-main_c,v 1.17 2021/06/13 21:04:46 sthen Exp $ +$OpenBSD: patch-main_c,v 1.18 2022/02/13 13:07:36 sthen Exp $ Pledge. Index: main.c --- main.c.orig +++ main.c -@@ -816,6 +816,30 @@ int main (int argc, char **argv, char **environ) +@@ -834,6 +834,30 @@ int main (int argc, char **argv, char **environ) } } diff --git a/mail/mutt/patches/patch-mutt_sasl_c b/mail/mutt/patches/patch-mutt_sasl_c index 5b7fcbfa069..c10e1ac3c1a 100644 --- a/mail/mutt/patches/patch-mutt_sasl_c +++ b/mail/mutt/patches/patch-mutt_sasl_c @@ -1,11 +1,11 @@ -$OpenBSD: patch-mutt_sasl_c,v 1.6 2017/05/30 21:21:47 sthen Exp $ +$OpenBSD: patch-mutt_sasl_c,v 1.7 2022/02/13 13:07:36 sthen Exp $ Pledge. Index: mutt_sasl.c --- mutt_sasl.c.orig +++ mutt_sasl.c -@@ -86,7 +86,6 @@ static sasl_callback_t mutt_sasl_callbacks[5]; +@@ -89,7 +89,6 @@ static sasl_callback_t mutt_sasl_callbacks[5]; static sasl_secret_t *secret_ptr = NULL;