pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt mutt: Update to version 2.2.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/530e40b7b2b3
branches: trunk
changeset: 378248:530e40b7b2b3
user: tron <tron%pkgsrc.org@localhost>
date: Sun May 01 06:51:24 2022 +0000
description:
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.
diffstat:
mail/mutt/Makefile | 4 ++--
mail/mutt/distinfo | 10 +++++-----
mail/mutt/patches/patch-configure | 14 +++++++-------
3 files changed, 14 insertions(+), 14 deletions(-)
diffs (73 lines):
diff -r f386e5cc6492 -r 530e40b7b2b3 mail/mutt/Makefile
--- a/mail/mutt/Makefile Sun May 01 06:47:25 2022 +0000
+++ b/mail/mutt/Makefile Sun May 01 06:51:24 2022 +0000
@@ -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/
diff -r f386e5cc6492 -r 530e40b7b2b3 mail/mutt/distinfo
--- a/mail/mutt/distinfo Sun May 01 06:47:25 2022 +0000
+++ b/mail/mutt/distinfo Sun May 01 06:51:24 2022 +0000
@@ -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
diff -r f386e5cc6492 -r 530e40b7b2b3 mail/mutt/patches/patch-configure
--- a/mail/mutt/patches/patch-configure Sun May 01 06:47:25 2022 +0000
+++ b/mail/mutt/patches/patch-configure Sun May 01 06:51:24 2022 +0000
@@ -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 @@
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 @@
*) 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 @@
+ 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
Home |
Main Index |
Thread Index |
Old Index