- Add support for modular sbin/envvars
You can now put your own scripts you want to execute at envvars
stage in ${PREFIX}/etc/apache2/envvars.d
Only script ending by *.env are run.
Example:
/usr/local/etc/apache2/envvars.d/mod_python3.env
Discussed with: perky on -apache@
- info messages moved to ${PKGMESSAGE} for pkg_add(1).
- remove old messages.
- employ PLIST_FILES.
- respect CFLAGS if user wants.
- add WWW: line.
- add messages for old users that why this daemon runs as root.
Submitted by: sf (except WWW: line)
livecd.sh fails due to bad syntax used in the file.
running sh livecd.sh will report syntax error.
PR: ports/74900
Submitted by: J. Johnston <jeremy@smart-serv.net>
I believe a symbolic link to /compat/linux/usr/X11R6/lib/libGL.so.1
is needed in /usr/local/share/q3ademo
Otherwise, quake will complain that it can not find the
libGL.so. Perhaps /compat/linux/usr/X11R6/lib/ could also
be added to the library path, but creating a link may be a
simplier solution.
PR: ports/74934
Submitted by: Yonas <yonas_@yahoo.com>
Attached is a new set of files to replace the entire
textproc/py-xml port. I am the port maintainer.
This version of the port installs PyXML 0.8.4 rather than
0.8.3, turns off XSLT support by default (it is experimental
and may conflict with 4Suite), adds WITHOUT_XPATH and
WITH_XSLT options, uses USE_PYTHON with a version spec
instead of using a pkg-req file to require the right version
of Python, and has an improved pkg-descr.
If this new version is accepted, please also clear PR 74568:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/74568
PR: ports/74974
Submitted by: Mike Brown <mike@skew.org>
Per notice from the Janitor... the conf file was missing
from pkg-plist. It no longer is. No other changes.
Actually took the solution provides later in the PR
PR: ports/75018
Submitted by: Paul Chvostek <paul+ports@it.ca>
- Update to 4.37.3
Change Log:
* New Features and Improvements *
- When stripping HTML messages to plain text, the contents of script and
style tags are omitted.
- Phishing net improved to ignore email addresses.
- Now supports split sendmail queues where any incoming mqueue.in directory
can have qf, df, xf, tf subdirectories, each containing the appropriate
type of file for each message. This will greatly speed operation on big
queues as the directories will be less than half the size of a combined
queue directory.
- New option "Keep Spam And MCP Archive Clean" which forces it to virus scan
all spam that is quarantined. Any spam (or MCP messages) found to be virus-
infected are removed from the quarantine, so you can safely let your users
have access to the spam archive safe in the knowledge that they cannot get
any viruses out of it.
Note: This feature is disabled by default, as most people won't want the
performance hit of all the extra scanning, as they don't their users
access to the spam quarantine anyway.
- Changed Postfix handling so that "Archive Mail" feature creates files
with unique names so that re-used message-ids don't cause overwriting of
older files in the same day with the same message-id.
* Fixes *
- Fixed sendmail and ZMailer problem where subject lines starting with a
line-break were not tagged correctly.
- Fixed minor problems with multi-line Subject: headers.
- Fixed bugs with some MTAs when keeping spam archive clean.
PR: ports/75128
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
- Update to 4.36.4
Removed file(s):
- files/patch-lib:MailScanner:Message.pm
ChangeLog:
* New Features and Improvements *
- Improved URL trimming in phishing net.
- Various improvements and fixes in phishing net.
- Added support for RedHat Enterprise Linux 4.
- Added check for Password-Protected Archives setting when using clamavmodule.
- Added support for "fast" parameter to all installation scripts.
This reduces all waits to 1 second, greatly speeds installation!
- Improved logging when there are too many attachments.
- Added message ID to log of phishing attempts.
- Added autoupdater for Panda.
- Added %variables% to text and HTML report messages, so the email "signature"
added to the end of each report is customised centrally from
MailScanner.conf. This currently uses %org-long-name% and %web-site%.
- Added upgrade_languages_conf script to automate upgrading of
the languages.conf file in whatever translation directory you use.
* Fixes *
- Fixed outstanding problem in bitdefender-autoupdate, so that it works
properly on new installations.
- Fixed logging problem with phishing net on a few malformed messages.
- Removed /var/tmp files from MailScanner-MIME-Base64 rpm build.
- Fixed problem in Vexira parser.
- Fixed problem where All-Viruses would cause every problem to be silent.
PR: ports/75127
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>