update to mutt-2.2.0

This commit is contained in:
sthen 2022-02-13 13:07:36 +00:00
parent 8a9d6d4836
commit 63f2e9470b
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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)
}
}

View File

@ -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;