be consistent with the other knobs.
2) Move --enable-pop and --enable-imap up to CONFIGURE_ARGS from where
they were originally defined lower in the Makefile so they can be
overridden by using MUTT_CONFIGURE_ARGS.
3) s/directory/file/ in a comment in the Makefile.
4) Bump PORTREVISION.
3) Submitted by: maintainer
Approved by: maintainer
Quite a few bugfixes and two new features. I'm not going to try to
cover changes in commit logs for this port; the software's still
in the early stages of its release cycle, and version-chasers should
be reading the ChangeLog and NewStuff documentation.
I've also changed the way the distribution version numbers are stored
so that I don't have to modify the pkg-plist every time I update the
port.
faces leads to a wrong URL for the source file. Due to this error
a directory tree was fetched and the checksum and build process
failed.
PR: -
Submitted by: setantae@submonkey.net (Problem description)
Version-chasers beware; exim-4 configuration files are significantly
different from exim-3 configuration files. Do not attempt to upgrade
without reading POST-INSTALL-NOTES.
Add patches:
----- MEDIUM -----
mikea@kconline.com:
Sendmail 8.12.x has an implementation bug in the milter
code that causes the milter daemons to fail when they
are bombarded with 20-30 messages from a mail server.
mail sendmail[82323]: g1N53lNY082323: Milter
(milter-amavis): select(read): Interrupted system call
The patch available at the link above definitely fixes the Milter timeout
problem. Before applying the patch, I would see this every 5 to 15 minutes
in our logs.
here hasn't been another one since I applied the patch 5 hours ago.
----- LOW -----
dionex@freebsd.org:
Fix SafeFileEnv, it won't work if configured up with a trailing '/'
-----
PR: 35363
Submitted by: mikea@kconline.com,dinoex
* Adding the missing patch fixes the breakage if not built without
defining WITHOUT_MUTT_SGMLFORMAT.
* Fix for if both WITH_MUTT_NNTP and WITH_MUTT_PGP_OUTLOOK_PATCH are
defined.
* Fix pkg-plist if WITH_MUTT_PGP_OUTLOOK_PATCH and WITH_MUTT_HTML
are both defined.
Submitted by: maintainer
Introduce two new build knobs:
- WITH_CLEAR_PASSWD actually enable the clear passwords management
that was turned on by default in 5.2 (hello, POLA!)
- WITH_MD5_PASSWORDS for the encrypted passwords, use MD5 hashes.
Prompted by: Claus Rasmussen <claus@webclaus.com>
- Add the pgp outlook compat patch via the new knob
MUTT_WITH_PGP_OUTLOOK_PATCH which is on by default if pgp is
installed. Patch submitted by: Stefan Walter <dunkelkammer@gmx.de>.
- Fix some trailing whitespaces to make portlint a little happier.
- Increment PORTREVISION.
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>