- Implementation of the new Vista file dialogs.
- Initial support for patching in MSI installers.
- Improvements to the calendar control.
- A few fixes for file associations.
- Menus cleaned up in built-in applications.
- Various bug fixes.
g32pbm to g3topbm, which already exists in netpbm.
The g3topbm alias is intended for 3rd party fax viewers, however
no ports depend on comms/mgetty+sendfax. g3topbm is also not
referenced anywhere in lib/mgetty+sendfax.
- Update amd64 host bsd-user linker script to fix build on
-current/amd64. [1]
- Some updates to the pkg-message.
PR: ports/155558 [1]
Submitted by: Garrett Cooper <yanegomi@gmail.com> [1]
There are still some problems with it on 8.X (and presumably 7.X), see
pkg-message for a possible workaround.
This would not have been possible without:
- portmgr@ for drawing me into this in October last year
- beat@ for providing a development repository
- dhw@ for creating the freebsd-chromium list
- all the patch contributors and testers on the freebsd-chromium list
textproc/gsed is installed during build time.
This preserves issues in case textproc/gsed is removed
from the system after build time.
Issue described by Ryusuke SUZUKI <ryusuke _at_ FreeBSD.org>
With Hat: apache@
this is the fourth release candidate of the upcoming 2.14 stable release.
All users are invited to experiment with this version. New features since
2.12.3 are listed in the "Changes" manual on the website section about
Development.
- Restore USE_AUTOTOOLS
- Augment MASTER_SITES [1]
- Use MASTER_SITE_GOOGLE_CODE macro
- Drop HAS_CONFIGURE, now unused (and was bogus before that, GNU_CONFIGURE
should had been used instead)
- Improve port description
Submitted by: maintainer [1]
- Expand submitter's name to FQPI in the Makefile header
- Add LICENSE (GPLv2)
- Replace non-standard `${INSTALL} -d' with more common ${MKDIR}
- Unmute installation of PORTDOCS
- Drop trailing slashes from directory names
hang" problem of Adobe Flash plugin 10.1 and above. For now, we completely
ignore ButtonPress event from Button3 and always return false as Adobe Flash
10.0 plugin does. Opera and Chromium seem to do something similar.
- add additional patch for mpm-itk [2]
- add mod_substitute to apache22 [3]
- add some documentation into the mpm-itk* patches
- bump portrevision
Changes:
[1] apache2.2-mpm-itk 2.2.17-01, released 2011-03-21:
* Fixed CVE-2011-1176: If NiceValue was set, the default with no
AssignUserID was to run as root:root instead of the default Apache user
and group, due to the configuration merger having an incorrect default
configuration.
* Rebase against Apache 2.2.17.
* Fix an issue where users can sometimes get spurious 403s on persistent
connections, if the .htaccess files are not world readable.
* In the config merger, don't reallocate the username, since it's already
in the correct pool. (This is not a memory leak, only a small inefficiency.)
[2] http://httpd.apache.org/docs/2.2/mod/mod_substitute.html
Source:
http://mpm-itk.sesse.net/ [1]
http://www.pvv.ntnu.no/~knuta/mpm-itk/ [2]
http://lists.freebsd.org/pipermail/freebsd-apache/2011-March/002184.html [3]
With Hat: apache@
PR: ports/156024 [1][2]
Submitted by: Lukasz Wasikowski <lukasz _at_ wasikowski.net> [1][2]
Nick Gieczewski <sorongo _at_ gmail.com> [3]