- Changes in this version (5.0.4) are:
- Added login task to autocreate special mailboxes.
- Improved rendering of attachments in broken multipart/related messages.
- Improved ACL support.
- Improved flag support.
- Fixed a few links in the preferences.
- Small bugfixes and improvements.
Approved by: itetcu (mentor)(implicit)
- Fix lang/ghc/bsd.cabal.mk to depend on devel/hs-haddock for documentation
- Split textproc/hs-xhtml into a separate -docs port (required by haddock)
- Bump PORTREVISION of devel/hs-haskell-platform, depends on textproc/hs-xhtml
Obtained from: FreeBSD Haskell
Note: do not bump PORTREVISION since absence of this file prevents
the port from installing (let alone packaging). Unfortunately both my
workstation and tinderbox have got the file while porting and testing...
Reported by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (by email)
<ChangeLog>
*) Feature: the "auth_basic_user_file" directive supports "$apr1",
"{PLAIN}", and "{SSHA}" password encryption methods.
Thanks to Maxim Dounin.
*) Feature: the "geoip_org" directive and $geoip_org variable.
Thanks to Alexander Uskov, Arnaud Granal, and Denis F. Latypoff.
*) Feature: ngx_http_geo_module and ngx_http_geoip_module support IPv4
addresses mapped to IPv6 addresses.
*) Bugfix: a segmentation fault occurred in a worker process during
testing IPv4 address mapped to IPv6 address, if access or deny rules
were defined only for IPv6; the bug had appeared in 0.8.22.
*) Bugfix: a cached reponse may be broken if proxy/fastcgi/scgi/
uwsgi_cache_bypass and proxy/fastcgi/scgi/uwsgi_no_cache directive
values were different; the bug had appeared in 0.8.46.
</ChangeLog>
Changes:
- Corrected "make install". Will now create the installation-directory
$(DESTDIR)$(htmldir) for holding the symbolic links for HTML access to the
unit database if that directory doesn't exist.
- Modified "formatter.c" to more rigorously handle the return value of
snprintf().
- Modified documentation on ut_format() to indicate that the number of bytes
returned depends on the snprintf() function that's used.
University and supported and developed as a product by Transarc Corporation
(now IBM Pittsburgh Labs). It offers a client-server architecture for
federated file sharing and replicated read-only content distribution,
providing location independence, scalability, security, and transparent
migration capabilities. AFS is available for a broad range of heterogeneous
systems including UNIX, Linux, MacOS X, and Microsoft Windows.
IBM branched the source of the AFS product, and made a copy of the source
available for community development and maintenance. They called the
release OpenAFS.
WWW: http://www.openafs.org/
PR: ports/152467
Submitted by: Ben Kaduk <kaduk@mit.edu>