- While upgrading www/tomcat55 port, if there any directories with spaces in
their names within $TOMCAT_HOME/webapps or $TOMCAT_HOME/work directories,
setting up permissions fail. Rewrite the "Fixing permissions" loop. [2]
PR: 115463
Gabor Tjong A Hung <g.v.tjongahung@gmail.com> [1]
Alexey Rubtsov <arubtsov@swsoft.com> [2]
Approved by: Tomas Verbaitis <tomasv@megalogika.lt> (maintainer):x
2007-08-19 mail/wanderlust-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/rmime: emacs20 and related ports are obsolete; also, distfile is unfetchable
2007-08-19 mail/mew2-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/mew-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 mail/emh-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 lang/tuareg-mode.el: emacs20 and related ports are obsolete; this port needs an update
2007-08-19 korean/hanemacs: depends on emacs19 which is obsolete
2007-08-19 japanese/weather-emacs20: emacs20 and related ports are obsolete; please use a more recent version
NetSurf is a lightweight cross-platform Web browser. It supports the
HTML 4 and CSS standards and provides a small, fast, and comprehensive
Web browsing solution. NetSurf was originally written for RISC OS.
WWW: http://www.netsurf-browser.org/
Update patch for nginx.conf.
Rewrote pkg-plist as describe in FreeBSD Porter's Handbook,
section 7.3 for fix package installation. (*)
Problem found by: Denis Shaposhnikov dsh at vlink dot ru (*)
<ChangeLog>
*) Change: now the paths specified in the "include",
"auth_basic_user_file", "perl_modules", "ssl_certificate",
"ssl_certificate_key", and "ssl_client_certificate" directives
are relative to directory of nginx configuration file
nginx.conf, but no to nginx prefix directory.
*) Change: the --sysconfdir=PATH option in configure was canceled.
*) Change: the special make target "upgrade1" was defined for
online upgrade of 0.1.x versions.
*) Feature: the "server_name" and "valid_referers" directives
support regular expressions.
*) Feature: the "server" directive in the "upstream" context
supports the "backup" parameter.
*) Feature: the ngx_http_perl_module supports the
$r->discard_request_body.
*) Feature: the "add_header Last-Modified ..." directive changes
the "Last-Modified" response header line.
*) Bugfix: if an response different than 200 was returned to an
request with body and connection went to the keep-alive state
after the request, then nginx returned 400 for the next request.
*) Bugfix: a segmentation fault occurred in worker process if
invalid address was set in the "auth_http" directive.
*) Bugfix: now nginx uses default listen backlog value 511 on all
platforms except FreeBSD.
Thanks to Jiang Hong.
*) Bugfix: a worker process may got caught in an endless loop,
if an "server" inside "upstream" block was marked as "down";
bug appeared in 0.6.6.
*) Bugfix: now Solaris sendfilev() is not used to transfer the
client request body to FastCGI-server via the unix domain
socket.
</ChangeLog>
Rewrote pkg-plist as describe in FreeBSD Porter's Handbook,
section 7.3 for fix package installation. (*)
Problem found by: Denis Shaposhnikov dsh at vlink dot ru (*)
<ChangeLog>
*) Feature: named locations.
*) Feature: the "proxy_store" and "fastcgi_store" directives.
*) Feature: the "proxy_store_access" and "fastcgi_store_access"
directives.
</ChangeLog>
Changelog prewikka 0.9.12.1:
- Implement an Auto-Refresh system (fix#231). (including code from
Paul Robert Marino <prmarino1@gmail.com>).
- Ability to filter on missing/offline/online/unknown agents. Make more
easier to read each agent status in collapsed mode.
- Fix filter load/save/delete issue with translation.
- New 'My account' tabs, under the Settings section (fix#241).
- New messageid and analyzerid parameters, allowing link to a Prewikka alert
from an external tool (previously required a database query in order to
retrieve the database event id).
- Don't redirect to user listing once an user preference are recorded. Fix
changing of another user language by an user with PERM_USER_MANAGEMENT.
Display target user language rather than current user language.
- Improve the timeline control table layout.
- Fix translation of string possibly using plural.
- Fix a template compilation problem with certain version of Cheetah
(Giandomenico De Tullio <ghisha at email.it>)
PR: ports/115234
Submitted by: maintainer (Robin Gruyters)
- Add some knobs to change sbox settings, like UID_MIN, GID_MIN, SAFE_PATH,
and LOGFILE. These values are not the same as distribution default, but
the same as bsd.apache.mk.
- Remove dependency on Apache as this is only a CGI. This will fix brokenness
for sysutils/dtc (conflict dependency).
- Refine COMMENT from author's version of this port
- Add WWW entry
http://www.squid-cache.org/Versions/v2/2.6/changesets/ for details)
- Add two new authentication helpers: DB and squid_kerb_auth
- Add the website mirrors to the list of download sites as a last resort
in case the distfiles do not make it to the FTP mirrors in time
- Update the mirror server list a bit after checking with the official list
at http://www.squid-cache.org/Download/mirrors.dyn
- Stop handling the "WITH_DEBUG" case: bsd.port.mk handles this just fine
- Add a new rc configuration variable "squid_pidfile" that defaults to
$PREFIX/squid/logs/squid.pid, use this variable for $pidfile in
the rc script and document it in the Squid default/example configuration
- Update the ICAP-2.6-bootstrap patch to reflect changes in the Squid
sources
Submitted by: maintainer
PR: ports/115453 (in followup)
Changes in the files "CHANGES", "README", and "example-config".
Additional the example-config is now installed -> PORTREVISION bump
Reported by: clemens fischer
single process. Much of the internal Catalyst flow now uses POE yield calls.
Application code will still block of course, but all I/O, header processing,
and POST body processing is handled asynchronously.