pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/mutt
Module Name: pkgsrc
Committed By: tron
Date: Sun Apr 26 08:24:07 UTC 2026
Modified Files:
pkgsrc/mail/mutt: Makefile distinfo
pkgsrc/mail/mutt/patches: patch-configure
Log Message:
mail/mutt: Update to version 2.3.2
This release fixes an assortment of issues, including a possible segv in
the GPGME code. For more details see the commits:
834c5a2e Fix IMAP auth_cram MD5 digest of secret to use memcpy().
12f54fe3 Check for embedded nul in url_pct_decode().
f547a849 Fix imap_auth_gss() security level size check and buf_size type.
fdc04a17 Fix infinite loop in gpgme data_object_to_stream().
ebfa2969 Fix NULL dereference in show_sig_summary().
To generate a diff of this commit:
cvs rdiff -u -r1.295 -r1.296 pkgsrc/mail/mutt/Makefile
cvs rdiff -u -r1.124 -r1.125 pkgsrc/mail/mutt/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/mutt/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/mutt/Makefile
diff -u pkgsrc/mail/mutt/Makefile:1.295 pkgsrc/mail/mutt/Makefile:1.296
--- pkgsrc/mail/mutt/Makefile:1.295 Fri Mar 20 08:55:11 2026
+++ pkgsrc/mail/mutt/Makefile Sun Apr 26 08:24:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.295 2026/03/20 08:55:11 tron Exp $
+# $NetBSD: Makefile,v 1.296 2026/04/26 08:24:07 tron Exp $
-DISTNAME= mutt-2.3.1
+DISTNAME= mutt-2.3.2
CATEGORIES= mail
MASTER_SITES= http://ftp.mutt.org/pub/mutt/
Index: pkgsrc/mail/mutt/distinfo
diff -u pkgsrc/mail/mutt/distinfo:1.124 pkgsrc/mail/mutt/distinfo:1.125
--- pkgsrc/mail/mutt/distinfo:1.124 Fri Mar 20 08:55:11 2026
+++ pkgsrc/mail/mutt/distinfo Sun Apr 26 08:24:07 2026
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.124 2026/03/20 08:55:11 tron Exp $
+$NetBSD: distinfo,v 1.125 2026/04/26 08:24:07 tron Exp $
-BLAKE2s (mutt-2.3.1.tar.gz) = 77b46c4774b7f4a8aeb24ac1ded85f38bd38dea93447efb2e8a8044a79a09df6
-SHA512 (mutt-2.3.1.tar.gz) = f30dd66af84928297b08b5fb05de460724fe5ce2ac705f33bb073c91f01eaecbb39cd7c14adc2ed3c310a982da54ae12c8a64b5fec7f937bca71ebd5699407ff
-Size (mutt-2.3.1.tar.gz) = 5561868 bytes
+BLAKE2s (mutt-2.3.2.tar.gz) = af366ed6eda9d0d0af9d43b0c763a7d4bd66496e19af20766cbd4d56039ba044
+SHA512 (mutt-2.3.2.tar.gz) = 78d7bcce1466bc7e188c579c00df0f308ea73b3f574b6fdecd399dc5f361ced971a6cecb09877b689a15aac8d02271b13d1f61e0d3197d79b6a348e6bf04f3ea
+Size (mutt-2.3.2.tar.gz) = 5570204 bytes
SHA1 (patch-Makefile.in) = 646eab10790053fff80bf8012ea85f40412b330c
SHA1 (patch-color.c) = fc3777cace89e615b13118561ba133c504741bd0
-SHA1 (patch-configure) = d481cfd7e1e288d70ff9d48ac07d758ede5d3d30
+SHA1 (patch-configure) = 214197f399431f25ca57e2567be88e7b4fb02e9a
SHA1 (patch-doc_Makefile.in) = 8086887afeec554d0c78047a48ec3eb33d38f26c
Index: pkgsrc/mail/mutt/patches/patch-configure
diff -u pkgsrc/mail/mutt/patches/patch-configure:1.4 pkgsrc/mail/mutt/patches/patch-configure:1.5
--- pkgsrc/mail/mutt/patches/patch-configure:1.4 Fri May 3 06:33:44 2024
+++ pkgsrc/mail/mutt/patches/patch-configure Sun Apr 26 08:24:07 2026
@@ -1,11 +1,11 @@
-$NetBSD: patch-configure,v 1.4 2024/05/03 06:33:44 jperkin Exp $
+$NetBSD: patch-configure,v 1.5 2026/04/26 08:24:07 tron Exp $
- Allow build as an unpriviliged user
- Fix Kerberos related build failure under Solaris
---- configure.orig 2024-03-09 10:29:18.000000000 +0000
-+++ configure
-@@ -10491,7 +10491,7 @@ fi
+--- configure.orig 2026-04-26 03:50:45.000000000 +0100
++++ configure 2026-04-26 09:20:20.999671764 +0100
+@@ -11312,7 +11312,7 @@
if test x$mutt_cv_setgid = xyes; then
DOTLOCK_GROUP='mail'
@@ -14,7 +14,7 @@ $NetBSD: patch-configure,v 1.4 2024/05/0
else
DOTLOCK_GROUP=''
DOTLOCK_PERMISSION=755
-@@ -10800,6 +10800,7 @@ fi
+@@ -11642,6 +11642,7 @@
case "`$KRB5CFGPATH --version`" in
"Kerberos 5 "*) GSSAPI_IMPL="MIT";;
?eimdal*) GSSAPI_IMPL="Heimdal";;
@@ -22,7 +22,7 @@ $NetBSD: patch-configure,v 1.4 2024/05/0
*) GSSAPI_IMPL="Unknown";;
esac
LIBS="$saved_LIBS $GSSAPI_LIBS"
-@@ -10964,7 +10965,7 @@ fi
+@@ -11831,7 +11832,7 @@
if test "$GSSAPI_IMPL" != "none"
then
CPPFLAGS="$saved_CPPFLAGS $GSSAPI_CFLAGS"
@@ -31,7 +31,7 @@ $NetBSD: patch-configure,v 1.4 2024/05/0
then
ac_fn_c_check_header_compile "$LINENO" "gssapi/gssapi_generic.h" "ac_cv_header_gssapi_gssapi_generic_h" "$ac_includes_default"
if test "x$ac_cv_header_gssapi_gssapi_generic_h" = xyes
-@@ -11082,7 +11083,7 @@ fi
+@@ -11914,7 +11915,7 @@
rm -f confcache
as_fn_error $? "GSSAPI libraries not found" "$LINENO" 5
fi
@@ -39,4 +39,4 @@ $NetBSD: patch-configure,v 1.4 2024/05/0
+ if test "$GSSAPI_IMPL" = "Heimdal" || test "$GSSAPI_IMPL" = "Solaris"
then
- printf "%s\n" "#define HAVE_HEIMDAL 1" >>confdefs.h
+ printf '%s\n' "#define HAVE_HEIMDAL 1" >>confdefs.h
Home |
Main Index |
Thread Index |
Old Index