Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax.
tested by djm@ and mpech@ (but more tests are needed!)
mbalmer@ and xsa@ want it to go in
SOAP (Simple Object Access Protocol) is a method for access remote
XML resources on another machine. It is a standard defined by The
World Wide Web consortium (W3C). Information about XSLT and related
technologies can be found at http://www.w3.org/TR/soap.
From: Ben Lindstrom <mouring@etoh.eviladmin.org>
* Fixed an obscure heap-overflow vulnerability in the PNM reader.
* Avoid infinite loop if bogus XWD rad/green/blue masks are 0.
Also:
* Regression test fixes.
* No need to remove previously installed ImageMagick.
From new maintainer Bernd Ahlers <b.ahlers@ba-net.org>.
in or below the current working directory. Fixes a security problem with
jar. From FreeBSD.
- Fix timezone issues. Allow /etc/localtime to be a symlink and fix the case
where /etc/localtime points to a tz that the jdk doesn't know about.
- timezone is a function on BSD, not a variable, so move the timezone
== 0 check to the non-BSD section. from millert@
- Change bootstrap method. No longer use 1.3-linux port to bootstrap.
Use class files from a linux binary jdk and extra source and header
files from my website.
- Remove plugin support. plugin has security issues and doesn't work
with recent mozilla/firefox versions.
- Patches for arm native-threads are included but not enabled yet.
I prefer to have all arches use green-threads to avoid arch specific
pkg files. Also noticed some regressions with native-threads on i386.
arm support from Dale Rahn (drahn@).
- quiet pre-patch phase
okay ian@
PHP::Session allows to read or write PHP session files from a CGI or a
perl script.
If you like the Apache::Session interface for session management, there
is glue for Apache::Session to this module, Apache::Session::PHP.
from Alexandre Anriot <aanriot at atlantilde.com>