- tabled can now listen on a local fifo and on a network socket
- a command line client, tablec, has been added to speak to a tabled daemon
over the net
- network exchange can be protected by a secret hash
The main changes are: support for .desktop files that require a terminal
emulator; emblems for extended attributes are now optional; there's a
new "Fit" backdrop scaling mode (overscale); the unmount dialog
now includes an Eject button, and all mount commands can take arguments;
and there's a new display option to control whether filtering affects
directories or just files.
From Rui Reis <rui@rui.cx>
- add support for Internationalized Domain Names
from MAINTAINER Simon Kuhnle <simonkuhnle@web.de>
please note that TLS now requires either tls_trust_file
or a disabled tls_certcheck in order to work.
ok martynas@
- SHARED_ONLY=Yes
- sprinkle some -nowarn to reduce verbosity caused by building with
1.5 only (reqested by espie@)
- increase memory use during build to reduce jvm thrashing and cut 1/3 off
the build time
Make the APOP challenge parser more distrustful and have it reject challenges
that do not conform to RFC-822 msg-id format, in the hope to make mounting
man-in-the-middle attacks (MITM) against APOP a bit more difficult.
Detailed information:
http://fetchmail.berlios.de/fetchmail-SA-2007-01.txt
fixes:
- ClamAV CAB File Unstore Buffer Overflow Vulnerability
- File descriptor leak in CHM handler
- PDF fd leak
From the original annoucement:
**Important note**: on April 16th CHM, CAB and PDF handlers will be
disabled for 0.90 and 0.90.1 users through the dynamic engine
configuration module (DCONF). Please upgrade to 0.90.2 immediately.
child process to not set file descriptors back to blocking when closing
them. This fixes the netbeans build failure since a libpthread fix is not
evident.
- update the North America time zone file to account for the tz changes
(from ian@)
- use X11BASE
- SHARED_ONLY=Yes
- disable useless static plugins
- remove unnecessary pseudo flavors
- build pgp and aspell support by default
- install tools and scripts
- shorter DESCRs for plugins
Should be ready now, but more testing is welcome.
Input from Brad, Ulrich (maintainer), espie@ and steven@.
ok steven@
- Build a new version even if the old one is still installed
- Only chmod 700 the /var/clamav/quantine directory
From Jeremy Evans <jeremyevans0@gmail.com>
xbindkeys is a program that allows you to launch shell commands
with your keyboard or mouse under X11. It links commands to keys
or mouse buttons using a simple configuration file and is independant
of the window manager.
Originally submitted by Jarett Stevens, resubmitted by Giovanni Bechis,
and I also found a version sitting around on my laptop.