summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/patches
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-10-03 14:16:53 +0000
committertonio <tonio@pkgsrc.org>2005-10-03 14:16:53 +0000
commit846c1ef1ea47609c9bc7a1ace90210da951a5aac (patch)
treeac3faf2c4f8df5056084374f843327232606596f /mail/mutt-devel/patches
parent0e361d333c4f3383b5f0f996840d0e6c5555994b (diff)
downloadpkgsrc-846c1ef1ea47609c9bc7a1ace90210da951a5aac.tar.gz
Update mail/mutt-devel to 1.5.11
Add support for Internationalized Domain Names (though disabled by default) This release features many bugfixes, ~h can match folded headers ~u match only suscribed lists, ~l all progress indication when uploading imap and pop messages This fixes PR 31451
Diffstat (limited to 'mail/mutt-devel/patches')
-rw-r--r--mail/mutt-devel/patches/patch-ae18
-rw-r--r--mail/mutt-devel/patches/patch-ag17
2 files changed, 4 insertions, 31 deletions
diff --git a/mail/mutt-devel/patches/patch-ae b/mail/mutt-devel/patches/patch-ae
deleted file mode 100644
index 778f547171b..00000000000
--- a/mail/mutt-devel/patches/patch-ae
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2005/09/03 16:57:07 tonio Exp $
-
-Fix PR 30981
-
---- imap/auth_sasl.c.orig 2005-09-03 18:38:04.000000000 +0200
-+++ imap/auth_sasl.c 2005-09-03 18:39:26.000000000 +0200
-@@ -150,7 +150,10 @@
- }
- }
-
-- if (!client_start)
-+ /* client-start is only available with the SASL-IR extension, but
-+ * SASL 2.1 seems to want to use it regardless, at least for DIGEST
-+ * fast reauth. Override if the server sent an initial continuation */
-+ if (!client_start || buf[0])
- {
- do
- {
diff --git a/mail/mutt-devel/patches/patch-ag b/mail/mutt-devel/patches/patch-ag
index 3ff01e206d3..bf14dc065c1 100644
--- a/mail/mutt-devel/patches/patch-ag
+++ b/mail/mutt-devel/patches/patch-ag
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.4 2005/09/03 16:57:07 tonio Exp $
+$NetBSD: patch-ag,v 1.5 2005/10/03 14:16:53 tonio Exp $
---- doc/Makefile.in.orig 2005-08-11 21:37:02.000000000 +0200
-+++ doc/Makefile.in 2005-09-03 11:16:26.000000000 +0200
-@@ -81,8 +81,8 @@
+--- doc/Makefile.in.orig 2005-09-15 14:19:54.000000000 +0000
++++ doc/Makefile.in
+@@ -79,8 +79,8 @@ install: all instdoc
./instdoc $(srcdir)/dotlock.man \
$(DESTDIR)$(mandir)/man1/mutt_dotlock.1
./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5
@@ -13,12 +13,3 @@ $NetBSD: patch-ag,v 1.4 2005/09/03 16:57:07 tonio Exp $
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)
for f in $(topsrcdir_DOCFILES) ; do \
$(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; \
-@@ -170,7 +170,7 @@
- -e 's,@docdir\@,$(docdir),g'
-
- mutt.1: $(srcdir)/mutt.man
-- $(EDIT) $< > $@
-+ $(EDIT) $(srcdir)/mutt.man > $@
-
- muttrc.man stamp-doc-man: ../makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
- $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -m | \