- documentation improvement
- introduced first and last n-gram in the output
- made _reduce_to_limit more efficient (--limit parameter)
PR: ports/69779
Submitted by: maintainer
reported in http://www.greymagic.com/security/advisories/gm005-mc/.
This vulnerability only exists when using the Internet Explorer to
access IMP and only when using the inline MIME viewer for HTML messages.
- Commented out the complete <style> tags in the HTML viewer to avoid CSS
code appearing in the message.
- Fixed a cosmetic issue with broken mail servers that return quotes where
they should not (Bug #292). <- edwin ;-)
- Updated translations: Estonian, German.
o Changes in httpd.conf
- mod_userdir:
. set Userdir if mod_userdir is loaded [1]
. Userdir is denied for users from /etc/ftpusers
- set more "secure" permissions.
By default, policy is to deny access to filesystem.
You HAVE to _ENABLE_ access to your filesystem in httpd.conf.
- Add an "Includes" directory to ${PREFIX}/etc/apache2/
to make configuration more flexible
${PREFIX}/etc/apache2/*.conf files are now automatically loaded.
o apache.sh
- be closer to apachectl, apache.sh need envvars [2]
It should restore subversion behavior.
Partially submitted by:
kuriyama [1],
Gregory (Grisha) Trubetskoy <grisha at apache dot org> [2]
Future changes are mostly written, they should be committed during the
week-end.
If you're interrested in changes, feel free contact me.
Cake is pretty advanced Quake III Arena map viewer. It
features BSP support, multiple viewports, sound, models,
record/playback demo support and plenty more. Right now, sound
support is disabled since cake uses FMOD library which is not
available on FreeBSD. I hope to resolve this issue in the
future though.
PR: ports/69738
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
mod_proxy_html is an output filter to rewrite HTML links
in a proxy situation, to ensure that links work for users
outside the proxy. It serves the same purpose as Apache's
ProxyPassReverse directive does for HTTP headers, and is
an essential component of a reverse proxy.
WWW: http://apache.webthing.com/mod_proxy_html/
- David Lay <dsl@webize.com.au>
PR: ports/69737
Submitted by: David Lay <dsl@webize.com.au>