245 Commits

Author SHA1 Message Date
sthen
3b0a6ea91d fix bug introduced in mutt's last bugfix commit (spurious , added after headers) 2014-12-13 22:55:24 +00:00
sthen
4de1a0cd88 add crash fix to mutt, "Somewhat corrupted mail headers can cause mutt to call
mutt_substrdup with begin end, which leads to crash" - found by american fuzzy
lop. Fix from debian though not committed upstream yet so this may change later.
Requested by "Kenta S."
2014-12-01 17:55:24 +00:00
sthen
b2b9687b2c add gpgme support to mutt, from Mike Burns, DESCR entry from me 2014-10-20 23:53:42 +00:00
sthen
c1f0ce3215 remove some old flavours for mutt; idn (merged to main), mixmaster (removed). 2014-09-17 12:50:38 +00:00
sthen
86997b2be7 build dep on www/lynx, problem reported by frantisek holop 2014-09-08 22:36:22 +00:00
ajacoutot
8d28dad502 Cope with openssl(1) move from /usr/sbin to /usr/bin
ok landry@
2014-08-27 06:58:00 +00:00
sthen
9817eef0c4 in sample config, expand the list of encr algorithms for s/mime and change
default to aes256
2014-06-29 10:28:56 +00:00
sthen
4d3f9e056c Remove old version of mutt, which is missing fixes made to the 1.5
"snapshot" branch 9 years ago (in fact the 1.4 branch has really only
received a couple of security fixes since 2002).

No naysayers, and positive feedback about the removal from ajacoutot and brad.
2014-05-13 14:27:53 +00:00
ajacoutot
fdc1752540 Drop useless patches. 2014-04-21 19:21:49 +00:00
sthen
bd7d813a70 disable gss support and add an old patch sitting in my tree for >1 year to
fix F1 help text display in stable.
2014-04-21 18:57:49 +00:00
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
juanfra
3a52e55631 +snapshot,slang
ok sthen@
2013-10-14 22:09:47 +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
ea1e7b8d87 PERMIT_* 2013-03-11 12:17:36 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +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
a5ba2728ca fix bad .so for muttbug(1) manual; pointed out by patrick keshishian 2011-09-12 20:32:18 +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
3fc575c8db add a comment reminding me why this isn't using sourceforge MASTER_SITES 2011-05-04 07:47:22 +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
espie
e929ba7078 fix some WANTLIB we missed 2010-11-11 19:46:30 +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
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
sthen
46be77c869 +snapshot,compressed,sidebar,sasl,slang
I'd like to get an slang flavour built by default and todd uses
this set of options.
2009-10-14 15:45:47 +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
0e74d2dca5 iff the variable DEBUG is set, add --enable-debug to configure args. 2009-06-20 10:20:09 +00:00