Commit graph

64 commits

Author SHA1 Message Date
wiz
4344dcb6e5 Add two patches from upstream bug tracking that fix MH box handling
that was broken in 1.5.20.

Tracked down by tonio@ with help from Antonio Radici.

Bump PKGREVISION.
2009-09-13 22:47:30 +00:00
wiz
f97477c19b Fix build with openssl in current.
Ok tonio@
2009-08-27 10:38:19 +00:00
apb
79835b2355 Add two patches:
* On some systems, curses.h defines TRUE and FALSE, so conditionalise
  them in lib.h to avoid compiler complaints about duplicate definitions.
* mutt_curses.h refers to event_t from mutt.h, and SHORT_STRING from lib.h,
  so include those headers fom mutt_curses.h.

These patches allow mutt-devel to build on NetBSD-5.99.15.

Bump PKGREVISION to 1.
2009-08-10 14:18:12 +00:00
tonnerre
5e3725e53c Use mutts builtin mutt_curses.h to discover the correct curses header.
Fixes PR 41790.
2009-08-09 20:05:37 +00:00
hasso
d6e3c8552b Fix breakages introduced with previous commit. 2009-08-05 11:41:12 +00:00
tonnerre
7b8e22163b Ensure that we always have a mvchgat at hand. Fixes sidebar patch for
NetBSD < 5.99 and curses != ncurses.
2009-07-25 17:37:03 +00:00
tonio
be7d76cc45 Update mail/mutt-devel to 1.5.20
The keys used are:
  !: modified feature, -: deleted feature, +: new feature

1.5.20 (2009-06-14):
  ! $fcc_attach is a quadoption now
  + $honor_disposition to honor Content-Disposition headers
  + $search_context specifies number of context lines for search results
    in pager/page-based menus
  + ssl_use_sslv2 defaults to no
  + uncolor works for header + body objects, too
  + the "flagged" and "replied" flags are enabled/supported for
    POP when built with header caching
  ! browser correctly displays maildir's mtime
  + <set-flag> and <clear-flag> work in the pager, too
  + ~x pattern also matches against In-Reply-To
  + lower case patterns for string searches perform case-insensitive
    search as regex patterns do (except IMAP)
  + $ssl_verify_dates controls whether mutt checks the validity period of
    SSL certificates
  + $ssl_verify_hostname controls whether mutt will accept certificates whose
    host names do not match the host name in the folder URL.

Disable temporarily mutt-compressed-mbox and mutt-xlabel as the patches are not
available for this version yet.
2009-07-16 20:23:41 +00:00
tonio
f790814a93 Enable sidebar patch support, as provided by tonnerre@.
This also fixes PR pkg/35917
2009-04-12 08:25:43 +00:00
joerg
d2b9b13d38 Add back compressed mbox option. 2009-03-23 00:24:31 +00:00
tonio
799c6f6ece Avoid crash with 64bit time_t.
From PR pkg/40548
2009-02-05 13:45:28 +00:00
tonio
5e410ed137 Install mutt_dotlock unconditionally
Re-enable user-destdir, by using SPECIAL_PERMS, thanks joerg@ for pointing that
2009-01-27 19:50:33 +00:00
tonio
485e89e839 Update mail/mutt-devel to 1.5.19
User destdir mode instead of user-destdir: this make sure the package is
correctly created when mutt_dotlock is needed.

Mostly bugfixes in changelog, among them:
- Only install mutt_dotlock(1) if binary is installed.
- Allow for mail addresses longer than 256 characters.
- Make multipart decoding a little more forgiving.
- Make $move default to no instead of ask-no.
- Show more information about problematic SMIME signatures under gpgme.
- Improve gpgme SMIME uid display.
- Support displaying application/pgp-keys with GPGME.
- Verify hostname in (Open)SSL certificate validation.
- Make text/enriched handler multibyte aware.
- translation updates.

UPDATING:
+ support for SSL certificate chains
+ <what-key> function works in pager, too
+ support for tokyocabinet (qdbm successor)
! $move now defaults to "no" instead of "ask-no"
+ $imap_pipeline_depth controls the number of commands that mutt can issue
  to an IMAP server before it must collect the responses
+ $ssl_client_cert available with gnutls as well as openssl
+ 'mime_lookup application/octet-stream' added to system Muttrc
2009-01-26 22:35:02 +00:00
joerg
40b6e68cdd Fix path names in Muttrc (PR 40068). Bump revision. 2008-11-29 21:31:58 +00:00
wiz
b2f928e473 Solve a problem with illegal byte sequences, causing mutt hangs.
Patch from Takehiko NOZAKI in
http://mail-index.netbsd.org/current-users/2008/11/19/msg006092.html

Bump PKGREVISION.
2008-11-19 12:06:41 +00:00
sketch
4ab8cba857 Remove duplicate code. 2008-06-02 16:42:34 +00:00
joerg
e41a860523 Add back compress-mbox option and a note to not remove it again, but
just comment it out.
2008-05-25 14:30:42 +00:00
tonio
a53340810e Update mail/mutt-devel to 1.5.18
From the announce:
"Mutt 1.5.18 contains 6 months of bug fixes, documentation improvements and
performance enhancements since the release of 1.5.17, but I believe only
one new feature ($time_inc, for controlling the rate at which status updates
are displayed)."
2008-05-18 08:26:30 +00:00
tonio
2c2902faee Add a mutt-xlabel option, for the edit-label patch, which improves the support
for the X-Label flag in mutt.

Suggested by Michael-John Turner
2008-04-26 11:11:15 +00:00
joerg
855f3d9bd1 Use PKGVERSION_NOREV as base for the compressed mbox patch.
Add patchsum.
2008-03-08 14:28:32 +00:00
cjs
def79e62d3 Add patch for change_folder_next option, which I stole from the patches
for mutt (non-devel).
2007-12-06 08:51:51 +00:00
wiz
36c45f6e86 Update to 1.5.17nb2:
Make smime_keys.pl work if .smime is in your home directory.
(mutt -Q reduces paths to ~, but smime_keys didn't expand that.)
Patch from Anon.
2007-12-03 16:47:25 +00:00
tonio
a7ee428adb Update mail/mutt-devel to 1.5.17
Changelog includes:
  ! --enable-exact-address works again
  + $message_cache_clean (clean cache on sync)
  + %P expando for $pager_format

  Improved autoconf code for bdb
  Large file support for mutt_pretty_size()
  bugfixes
2007-11-07 21:19:36 +00:00
joerg
b84c7f4d71 Readd compressed mailbox support. Please keep the fragment and just
remove the option if it doesn't get updated in time again.
2007-07-17 21:06:50 +00:00
tonio
71c3641ce4 Update mail/mutt-devel to 1.15.16
This release is largely a bug-fix release, but it does contain a couple of
small new features (next-unread-mailbox, $message_cache_clean).

The "change_folder_next" patches are gone, since a similar feature was added,
and it is now possible to use
bind index , next-unread-mailbox
to use , to cycle mailboxes with new mail
2007-06-10 20:01:34 +00:00
tonio
bb9a78e1f1 Add a fix for Fix CVE-2007-2683
Bump PKGREVISION

Use signed arithmetic in mutt_gecos_name to avoid an overflow.
From http://dev.mutt.org/hg/mutt/rev/47d08903b79b

And trac: http://dev.mutt.org/trac/ticket/2885
2007-05-27 17:39:47 +00:00
tonio
57d698b397 Update mail/mutt-devel to 1.5.15
- Remove the mutt-compressed option for now, as it is not updated upstream
- Add a mutt-smtp option (suggested by Brian de Alwis), to enable smtp relay
  support in mutt

Changes:
The keys used are:
  !: modified feature, -: deleted feature, +: new feature

  - $imap_home_namespace (useless clutter)
  + $check_mbox_size (use size change instead of atime for new mail)
  ! improved f=f support wraps lines at $wrap if $wrap is not 0
  + $wrap (>0 wraps at $wrap, <0 = $wrapmargin)
  + $assumed_charset, $attach_charset, $ignore_linear_white_space
  + $save_history, $history_file (save history across sessions)
  + $smtp_url (ESMTP relay support)
  + $crypt_use_pka (use GPGME PKA signature verification)
2007-04-21 18:27:21 +00:00
tonio
7357311d83 - Add an smime option (enables by default). When disabled, it removes the perl
dependancy (may be good for small systems)
- Make pkglint happy
- Fix a mistake in patch-ab
2007-03-04 17:22:45 +00:00
tonio
66ba22bd68 Update mail/mutt-devel to 1.5.14
Changelog:
- many bugfixes
* curs_lib.c: Clear the progress bar when the current operation
	has completed.
* lib.c: Even more paranoid temporary file creation.
2007-03-04 13:43:44 +00:00
salo
4027aab42d Use official upstream patch for CVE-2006-5297 and CVE-2006-5298 security
issues from mutt GIT repo.  Bump PKGREVISION.
2006-12-11 12:47:13 +00:00
tonio
fbeafb3c91 Make sure that a temporary has been opened with proper permissions.
Fixes the security problem reported in CVE-2006-5298.

Patch from tron@ for the mail/mutt package
2006-11-03 18:19:07 +00:00
tonio
3d6b5af529 Update mutt-compressed-mbox patch 2006-08-19 18:43:02 +00:00
tonio
e79c889140 Update mail/mutt-devel to 1.5.13
Changelog:
1.5.13 (2006-08-14):
 + thread patterns.  Use ~(...) to match all threads that
   contain a message that matches ...
2006-08-16 10:42:05 +00:00
joerg
9cfe81ea4d Keep compressed mailbox patch in sync with the main version. 2006-07-27 22:56:27 +00:00
tonio
1f13be6525 Update mail/mutt-devel to 1.5.12
Changelog :

The keys used are:
  !: modified feature, -: deleted feature, +: new feature
1.5.12 (2006-07-14):
  - $imap_cachedir replaced with $message_cachedir
  + Header/body caching for POP ($message_cachedir)
  + Header caching for MH folders
  ! $record now defaults to ~/sent
  ! $imap_idle now defaults to "yes" instead of "no"
  + Tab-completion for $my_* variable names and values
  + Expansion of mutt variables (except shell escape)
  + Self-defined variables with $my_* prefix
  + Pattern group support
  + $imap_cachedir
  + 'old' flag on IMAP folders
  + SASL-IR support for IMAP
  + IMAP IDLE support and $imap_idle
  + Pipeline-based IMAP communicaton
  + Full large file support
  + Attachment counting: attachments and unattachments commands,
    %Q and %X for $attach_format, %X for $index_format
  + Basque translation
  + QDBM backend for header caching
  + Irish translation
2006-07-15 19:34:15 +00:00
tonio
f6b166b53e Add fix for imap code from mutt's cvs repository:
A malicious IMAP server could cause at least DoS
Bomp PKGREVISION
2006-06-20 14:07:31 +00:00
joerg
69d222d364 Add option "mutt-compressed-mbox", which includes the compressed
folders patch. It adds hooks for open, close and append to handle
compressed or encrypted mboxes. Disabled by default.
2006-06-12 18:50:29 +00:00
tonio
4ac38b508e add patch-aj: apply the same fix as upstream to fix PR 31466
Thanks Jeff Ito for debugging this
2005-10-05 20:08:32 +00:00
tonio
0e62c89e11 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
2005-10-03 14:16:53 +00:00
tonio
a73d5604e8 Update mutt-devel to 1.5.10
This release contains many bug fixes for imap support and gpg support.
Change maintainer, i will take this one

Approved by cube@

Adding patch-ae fixing PR 30981
the same patch was comitted to mutt's cvs HEAD
http://dev.mutt.org/cgi-bin/gitweb.cgi?p=mutt/.git;a=commitdiff;h=7423dcab2c8ed2dff79354db0ab8a444a075bb64
2005-09-03 16:57:07 +00:00
jlam
6b4ddbe438 Fix detection of Berkeley db4 if /usr/include/db.h exists and happens
to pass mutt's weak configure tests.  Fixes build with the "mutt-hcache"
option on FreeBSD-4.
2005-09-03 03:21:23 +00:00
jlam
009f163ef3 Fix the PLIST to include the share/doc/mutt/samples symlink and the
mmdf manpage, but rename the manpage to mutt-mmdf.5 so as not to
conflict with the one from news/tin.  Bump the PKGREVISION to 1.
2005-08-20 21:58:00 +00:00
tonio
d8c05e2765 * update to 1.5.9 (see PR 30102 and PR 30841 by Brian de Alwis)
Main changelog entries are a function "rename-mailbox", better imap handling
(do not lose flags when uploading to an imap mailbox), and integration of
header cache patch.

Added option "hcache" to enable header cache (adds a dependancy to db4)

Approved by wiz@
2005-08-02 12:57:02 +00:00
minskim
6bc5e26b00 Honor CHGRP. 2005-05-29 05:09:55 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
jlam
8c73a455d6 The new wrapper script framework is much better at quoting strange
arguments, and now correctly handles things like:

	CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl"

in configure scripts without problems.  Remove the patches in both
mail/mutt and mail/mutt-devel that worked around this limitation in
the old buildlink3 wrappers.
2004-09-24 22:58:31 +00:00
jlam
d75bef1f62 Avoid using ncurses functions when using S-Lang as the curses library.
Fix from PR pkg/26758 by Holger Weiss.
2004-09-12 04:26:20 +00:00
jlam
be01417e13 Add localedir definition so that locale files are installed in the right
place when USE_PKGLOCALEDIR is set.
2004-08-05 03:24:39 +00:00
jlam
2c51c9e10b Resurrect mail/mutt-devel and make it install mutt-1.5.6, the development
version of Mutt, a text mail reader and PGP & S/MIME support.  This
is primarily to support a mutt that builds with SASLv2 support.
2004-07-21 22:37:10 +00:00
tron
5511251ac4 Remove the "mutt-devel" package which has been superseded by the lastest
version of the "mutt" package.
2002-05-29 12:15:36 +00:00
grant
f63811400c update to 1.3.99 2002-05-04 00:37:02 +00:00