This module uses a Patricia Trie data structure to quickly perform IP
address prefix matching for applications such as IP subnet, network or
routing table lookups.
From dlg@
/sbin/vgetty.
Disable sysvinit support unconditionally since we don't need it and it
causes the "make fake" stage to fail if a sysvinit startup directory exists
(ie. /etc/init.d/)
ok sturm@
Add a message to that effect so that users don't get confused.
(specifically, make itself does not change dirs, so if you do ^Z,
you're not where you think you are...)
QDataStream freely. Under qt3, there's no mechanism to make sure the
underlying FILE * gets flushed between an fread() and an fwrite(), and
so the data gets written at the wrong location.
ZSyncer is a Zope 2 product that allows you to synchronize and compare
objects from one zope (source) to another (destination). It is a lot
more convenient than the old manual export/transfer/import procedure.
ZSyncer supports SSL as well as insecure HTTP.
ZSyncer also allows you to view a diff against the destination object,
for many types of objects.
OK mbalmer@.
wxPython is a GUI toolkit for the Python programming language. It allows
Python programmers to create programs with a robust, highly functional
graphical user interface, simply and easily. It is implemented as a
Python extension module (native code) that wraps the popular wxWidgets
cross platform GUI library, which is written in C++.
SECURITY fix:
A vulnerable describes an SQL injection attack against versions less
than 2.0.15.
Submitted by: Will Maier <willmaier at ml1.net>
- drop maintainership
Anti-Grain Geometry (AGG) is a general purpose graphical toolkit
written completely in standard and platform independent C++. It can be
used in many areas of computer programming where high quality 2D
graphics is an essential part of the project.
from Deanna Phillips <deanna at sdf.lonestar.org>
feedback and ok bernd@
end up there with PACKAGING not set.
We do not try to `fix it' ourselves, because PACKAGING not set may have
some non obvious issues, like PKG_ARCH or PERMIT_PACKAGE_* not set correctly
at all.