106 Commits

Author SHA1 Message Date
sthen
41e5bd8702 update to Mutt 1.5.23, rolling in the security fix added in a patch earlier,
and fixing a couple of other issues.
2014-03-12 22:33:01 +00:00
sthen
d19707b7c5 SECURITY update for Mutt; fix buffer overrun caused by not updating a
string length after address expansion (rfc2047 header decode).

http://dev.mutt.org/trac/changeset/9bf7593e3c08cc32bd69595d5c1cac75c29ba09d
2014-03-12 21:20:58 +00:00
sthen
c52da71dc4 use a newer sidebar patch, adding a fix for the status line in the pager
display from Vincent Brillault via Gentoo, problem reported by Mark Patruck
2013-11-18 16:34:05 +00:00
ajacoutot
e3edfdd3aa Remove SECURITY files. They have served their purpose in the past but
have become pretty useless nowadays (and the pkg tools do not display
them anyway).
Some which contained valuable information have been turned into READMEs.

ok jasper@ sthen@
input/ok naddy@
2013-11-07 07:08:59 +00:00
sthen
cb9b7167f5 Remove use of tbl as pointed out by kili; mandoc can handle this just fine. 2013-10-21 19:21:20 +00:00
sthen
d4248eca77 Update to mutt 1.5.22 - thanks landry@, rpe@ and jung@ for tests and OKs,
and Fabian Groffen (Gentoo) for updating the sidebar patch just in time that
I didn't have to duplicate work :)

Disable groff while there, mandoc is perfectly good (only changes being
quotes and whitespace).
2013-10-18 21:08:57 +00:00
sthen
8e37afe9ca Mutt has sanity checks for header cache structs, but doesn't use base types
when it calculates its hash. Give it some extra text so it knows that time_t
has changed so it can correctly invalidate old header caches.
2013-08-23 16:40:29 +00:00
ajacoutot
64a6588efb No need for pthread. 2013-06-20 08:26:13 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
ajacoutot
9920238d6f Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
2013-06-17 19:30:22 +00:00
sthen
7d091d0e89 add a comment saying where the trashfolder patch comes from 2013-03-14 10:16:06 +00:00
sthen
547207e096 add the trashfolder patch to mutt/snapshot, req'd by aja. 2013-03-14 10:14:10 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
sthen
0faf9405d3 bump; make sure people get updated packages now that cyrus-sasl is fixed 2011-09-29 09:38:13 +00:00
sthen
2847da92d2 move ftp.mutt.org to the top of the list, and let peek-ftp work for snapshot 2011-05-04 07:49:40 +00:00
sthen
bcdfe3675f Bump EPOCHs, we previously had a 1.4.2i version which doesn't fit with
the usual version comparison. Noticed by naddy@ in i386 bulk pkg build with
older PLIST_DB files.
2011-04-26 14:04:05 +00:00
sthen
45ac9162c9 i said _remove_ unneeded patches, not make them zero bytes! :) 2011-04-16 09:16:12 +00:00
sthen
221b808ba2 remove unneeded patches (NULL casts) 2011-04-16 09:00:44 +00:00
sthen
3c1600e6d4 use correct autoconf; from Brad 2011-03-28 16:19:45 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
naddy
f3c987ac03 tbl(1) is no longer in /usr/bin 2010-10-22 17:00:20 +00:00
jsg
521279458c no need to link libdes for kerberos
ok sthen@
2010-10-18 20:29:53 +00:00
espie
051dfa8362 USE_GROFF=Yes 2010-10-18 19:59:15 +00:00
sthen
30de05b08a add patches from upstream repo;
- fix segfault when $message_cachedir is set and opening a POP3 mailbox.
- RFC2047 encode/decode the group name in an address list.
2010-10-02 01:22:12 +00:00
sthen
3569a326e4 update Mutt to 1.5.21 2010-09-15 18:42:38 +00:00
sthen
1e1a4b8dc8 - update the sidebar/compressed patches to work with this snapshot.
- new LIB_DEPENDS/REVISION.
- switch to a newer snapshot pulled from the repo, rolling in the
upstream patches.

requested by edd@. thanks to jasper@, landry@, pea@ for testing.
2010-09-08 09:57:28 +00:00
dcoppa
7c9020055c Fix bug in imap_keepalive() which erroneously free Context when the
IMAP connection is shut down by the server.

From upstream, via edd@

OK espie@
2010-08-09 09:54:14 +00:00
sthen
28a86041d8 Remove a couple of pointless hunks from the patch. Spotted by dcoppa@ 2010-05-18 08:31:02 +00:00
sthen
35ad27af80 Add a patch for mutt ticket #3296, IMAP header cache misbehaves on sparc64.
Bump PKGNAME.
2009-07-29 20:26:45 +00:00
sthen
e16b2f90e2 Add MASTER_SITE_SOURCEFORGE, they are now mirroring most Mutt versions. 2009-07-28 09:21:24 +00:00
sthen
3809e2b321 don't try and free a static buffer, avoiding a segfault with unmailboxes;
regression since 1.5.19. From Mutt upstream.
2009-06-19 21:35:37 +00:00
sthen
70a298fcd2 dhill@ had a crash with smtp_url specifying a port (I added one diff
but another followed); update the relevant file to the newer revision,
fixing the problem. ok dhill@
2009-06-19 21:28:24 +00:00
sthen
7a418f67c2 - bug-fix and SECURITY update to 1.5.20; fixes CVE-2009-1390 (X.509
Certificate Chain Security Bypass vulnerability).

- added a couple of post-1.5.20 patches from upstream for regressions

- cleanup the port's handling of sample config files

testing by Simon Kuhnle, Edd Barrett, testing and ok landry@.
2009-06-16 09:37:19 +00:00
sthen
99562abb70 ..hot on the heels of the last one, another update to the sidebar patch,
makes Maildir folders work better. bump PKGNAME.
2009-05-22 15:21:25 +00:00
sthen
0b4d874bea Terry Chan rolled patches/sidebar-buffy_c into the sidebar patch upstream;
no need to maintain it separately here now. No package change -> no bump.
2009-05-22 08:00:58 +00:00
sthen
075b497e2e update to 1.5.19 and take MAINTAINER. thanks to Simon Kuhnle,
landry@ and Brad for testing various versions of this diff.

ok landry@ after a few rounds of pain with Maildir and the sidebar
patch, eventually resulting in snapshot/patches/sidebar-buffy_c.
2009-04-20 07:43:21 +00:00
sthen
a51d7d839c Fix problem reported by naddy@: the sidebar patchset is only for snapshot,
so move it out of Makefile.inc and fix stable/distinfo. Bump not necessary.

ok naddy
2008-05-22 14:40:12 +00:00
sthen
da08eef7b1 update to 1.5.18, tested by many. ok merdely 2008-05-21 13:46:19 +00:00
bernd
76ec27bad0 Some cleanup of the mutt Makefile's. Moving the common
WANTLIB stuff to Makefile.inc. Sorting the CONFIGURE_ARGS
options. Having the stable release of mutt use the appropriate
version of autoconf.

from brad@
2008-05-09 17:46:51 +00:00
okan
51bb21b6fa fix "garbled characters" issue in imap rename, as reported by marco@
"get it in" sthen@, ok merdely@
2008-02-06 15:01:56 +00:00
sthen
df4efa83a9 Update Mutt to 1.5.17, fix WANTLIB for 1.5.xx (adding qdbm in 1.5.16
brought in a dependency on libz).

feedback/ok bernd@, simon@
2007-11-11 10:09:43 +00:00
merdely
8b76ad71d8 Remove surrounding quotes in COMMENT*/PERMIT_* 2007-09-16 00:17:04 +00:00
todd
09d3999f72 add sasl flavor to mutt
this works for me, tested by me and others, from brad
2007-07-19 00:18:12 +00:00
bernd
3c62b0b027 Update to mutt-1.5.16.
Initial diff and sidebar-patch hosting by Stuart Henderson. Thanks!

Enable the Maildir/POP3/IMAP header cache by default and remove
the hcache FLAVOR.

Tested by many. Corrections from simon@.

ok simon@, steven@
2007-06-21 17:26:29 +00:00
kili
b76042086c Fix buffer overflow in mutt_gecos_name().
From ray@ (snapshot), applied to stable and tested by me. Feedback
from wilfried@ and (via ray@) moritz@.

ok moritz@ steven@
2007-05-04 09:09:31 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
bernd
909e1ec157 Update to mutt-1.5.12 snapshot.
tested by many
2006-08-02 14:30:09 +00:00
bernd
da7e53023f Fix a buffer overflow in the IMAP code.
Diff from mutt CVS via TAKAHASHI Tamotsu, thanks!

ok naddy@
2006-06-21 08:16:45 +00:00
bernd
4dd9b2a726 Correct path to gpg in the gpg.rc example file. Bump PKGNAMEs.
ok sturm@
2006-03-22 12:43:09 +00:00