mutt: Update to version 2.2.4

This is a bug-fix release, fixing some regressions with Maildir/mh mailbox
path normalization that were added in 2.2.0.
This commit is contained in:
tron 2022-05-01 06:51:24 +00:00
parent b1f3574b34
commit 73e07e8d2f
3 changed files with 14 additions and 14 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.259 2022/04/13 08:24:37 tron Exp $
# $NetBSD: Makefile,v 1.260 2022/05/01 06:51:24 tron Exp $
DISTNAME= mutt-2.2.3
DISTNAME= mutt-2.2.4
CATEGORIES= mail
MASTER_SITES= http://ftp.mutt.org/pub/mutt/

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.107 2022/04/13 08:24:37 tron Exp $
$NetBSD: distinfo,v 1.108 2022/05/01 06:51:24 tron Exp $
BLAKE2s (mutt-2.2.3.tar.gz) = f8db483166cda2df11f25641de491f481a19466b72713bb7f84cd997db818846
SHA512 (mutt-2.2.3.tar.gz) = 47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
Size (mutt-2.2.3.tar.gz) = 5509344 bytes
BLAKE2s (mutt-2.2.4.tar.gz) = c5cff6dd0580f1b36d559a05c58b07cc724f7af766b970b1578802f1c7278c54
SHA512 (mutt-2.2.4.tar.gz) = 4a4b27069ab55ac557613659c210edc98016c8506e2281aa0cf1966fc18d04bb2e8d8f227c2a05b3e3657138c1ac9097f38e4693d49e42425b43ab63dd262b10
Size (mutt-2.2.4.tar.gz) = 5515825 bytes
SHA1 (patch-Makefile.in) = 646eab10790053fff80bf8012ea85f40412b330c
SHA1 (patch-color.c) = fc3777cace89e615b13118561ba133c504741bd0
SHA1 (patch-configure) = e9c8afff997485ec6e363d52744c7446c447f293
SHA1 (patch-configure) = 6ecee8d2aef0a6280d9eb9d195beed2c439a2c87
SHA1 (patch-doc_Makefile.in) = 8086887afeec554d0c78047a48ec3eb33d38f26c

View file

@ -1,11 +1,11 @@
$NetBSD: patch-configure,v 1.2 2021/06/13 07:55:28 tron Exp $
$NetBSD: patch-configure,v 1.3 2022/05/01 06:51:24 tron Exp $
- Allow build as an unpriviliged user
- Fix Kerberos related build failure under Solaris
--- configure.orig 2021-06-12 18:49:12.000000000 +0100
+++ configure 2021-06-13 08:48:19.007592143 +0100
@@ -9785,7 +9785,7 @@
--- configure.orig 2022-04-30 20:42:13.000000000 +0100
+++ configure 2022-05-01 07:47:26.388433920 +0100
@@ -10512,7 +10512,7 @@
if test x$mutt_cv_setgid = xyes; then
DOTLOCK_GROUP='mail'
@ -14,7 +14,7 @@ $NetBSD: patch-configure,v 1.2 2021/06/13 07:55:28 tron Exp $
else
DOTLOCK_GROUP=''
DOTLOCK_PERMISSION=755
@@ -10096,6 +10096,7 @@
@@ -10821,6 +10821,7 @@
case "`$KRB5CFGPATH --version`" in
"Kerberos 5 "*) GSSAPI_IMPL="MIT";;
?eimdal*) GSSAPI_IMPL="Heimdal";;
@ -22,7 +22,7 @@ $NetBSD: patch-configure,v 1.2 2021/06/13 07:55:28 tron Exp $
*) GSSAPI_IMPL="Unknown";;
esac
LIBS="$saved_LIBS $GSSAPI_LIBS"
@@ -10377,7 +10378,7 @@
@@ -11103,7 +11104,7 @@
rm -f confcache
as_fn_error $? "GSSAPI libraries not found" "$LINENO" 5
fi
@ -30,4 +30,4 @@ $NetBSD: patch-configure,v 1.2 2021/06/13 07:55:28 tron Exp $
+ if test "$GSSAPI_IMPL" = "Heimdal" || test "$GSSAPI_IMPL" = "Solaris"
then
$as_echo "#define HAVE_HEIMDAL 1" >>confdefs.h
printf "%s\n" "#define HAVE_HEIMDAL 1" >>confdefs.h