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
Note that due to limitations with our package versioning,
I have decided to call this version `6.0.270.PL'.
This allows me to move back to 6.0.PL if using the beta causes problems.
I may later change the package version number to 6.0.10PL if people do
not object to the beta being used here.
* 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
portsdb(3):
- Fix the EXTRA_CATEGORIES support that was broken in recent updates.
PR: ports/35319
Submitted by: Ryan Davis <ryand-bsd@zenspider.com>
pkgtools.conf(5):
- Add a note that a user must run portsdb -Ufu to reflect values of
EXTRA_CATEGORIES and IGNORE_CATEGORIES.
For the victims of the above bug, please run "portsdb -qu" and then
"portupgrade -q portupgrade".
by another application that had the IFHEAD flag set. This fixes
truncation of incoming and outgoing packets because pipsecd expects this
flags to be cleared.
The MAINTAINER of this port (Patrick Bihan-Faou <patrick@mindstep.com>)
has asked to be removed as the maintainer of the port. As I still use
this port, I am adopting it as it's new MAINTAINER.
PR: ports/24753
Submitted by: quinot@inf.enst.fr
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>