silly version string, but the library symbol doesnt exist for it
to resolve. this points it at tidyVersion instead.
you can reproduce the problem this solves by enabling the tidy
extension and running "php-5.3 -i" or by writing a script that calls
phpinfo(). they should segfault after ld complains about a missing
symbol.
the only caveat to this is the meaning of tidyReleaseDate doesnt
map well to what tidyVersion returns now (which is a version number),
but i dont care.
ok jasper@
ability to write messages in an external editor, and regular bugfixes.
The default texapprc has been tweaked to more closely follow the style of
alpha (the web-based app written by the founders of app.net).
Fix WANTLIB after kerb/gdal update, new MASTER_SITES. Actually install
the README by adding it to PLIST.. and use enough XXXX's in mktemp call
during regress tests.
query that includes malformed rdata can cause named to terminate with an
assertion failure while rejecting the malformed query. Authoritative and
recursive servers are equally vulnerable. Intentional exploitation of
this condition can cause a denial of service in all nameservers running
affected versions of BIND 9. Access Control Lists do not provide any
protection from malicious clients.
MessagePack is a fast, compact binary serialization format, suitable for
similar data to JSON. This package provides CPython bindings for reading
and writing MessagePack data.
ok rpointel@
See http://mapserver.org/development/announce/6-2.html for a list of new
features in the 6.2 branch.
- Uses its own local copy of agg (as mapnik..)
- now uses libtool and installs a library. Adapt chroot setups as needed.
- provides an install target, so install perl examples and mapscript.ini
in post-install.
- dont install php examples, they're badly outdated
pefile is a multi-platform Python module to read and work with Portable
Executable (aka PE) files. Most of the information in the PE Header is
accessible, as well as all the sections, section's information and data.
ok landry@ (thanks).