KLettres aims to help a child to learn the french alphabet and
then to read some syllables. It has a very simple graphical interface
to allow the child to concentrate on the keyboard.
ccrypt is a utility for encrypting and decrypting files and streams.
It was designed to replace the standard unix crypt utility, which is
notorious for using a very weak encryption algorithm. ccrypt is based
on the Rijndael cipher, which is the U.S. government's chosen
candidate for the Advanced Encryption Standard. This cipher is believed
to provide very strong security.
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>).
tar.gz archive from a directory. The resulting file appears as a
shell script, and can be launched as is. The archive will then
uncompress itself to a temporary directory and an arbitrary command
will be executed (for example, an installation script).
---
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/
--
- fixes a possible security issue as posted to BugTraq (unconfirmed,
exploitability unknown)
- tmpnam() -> mkstemp() in htpasswd
- kqueue() fixes
- a number of other fixes and improvements