- remove pre-extract target
- hopefully allow gettext to be built with an existing copy of gettext
installed, one suggestion from naddy@
- add regression tests
- rename checksums file
The Laboratory intexxia found a remote exploitable format string
vulnerability in libgtop_daemon which could cause privilege escalation
on a remote system.
The libgtop_daemon is not running by default if you run GNOME.
New since last version:
- security fix
- update for parallel install with libgtop-2.0
+ Only install shared libraries on shared arches.
From maintainer (Nils Nordman <nino@nforced.com>).
---
Optik is a powerful, flexible, extensible, easy-to-use command-line
parsing library for Python. Using Optik, you can add intelligent,
sophisticated handling of command-line options to your scripts with
very little overhead.
License: BSD License
WWW: http://optik.sf.net/
- use gtk_clist_set_column_title to set clist column titles
when possible so that they get the alignment of the column.
- Backport code that cleans up widget hash table in the
GladeXML object on widget destruction. This means that
glade_xml_get_widget() should always return a valid widget
or NULL.
- Move headers to a a libglade-1.0/ subdirectory. This is to
allow parallel installation of stable and development
versions of libglade. Libraries depending on libglade will
probably need to be rebuilt so that their *-config scripts
contain the correct CPP flags.
- update shared library number
* Better compability for installing gconf 1 & 2 side by side
* Better UTF8 handling
* Lots of compilation and configuring fixes
* Some portability fixes
* Plus a lot of other fixes, see Changelog for full description
individual port, introduce a new variable for bsd.port.mk, VMEM_WARNING.
By setting this variable to `Yes', the user is given a warning about the
virtual memory requirements just before the pre-build stage.
o Also give some examples for different shells for what to do about
it, and mention login.conf(5). bash, for example, has a confusing
-v flag to ulimit.
o Document this in bsd.port.mk.5
espie@ ok