Yauap is a simple commandline audio player based on the GStreamer multimedia
framework. There is also a DBus interface that allows yauap to act as a backend
for the Amarok audio player
PuDB is a full-screen, console-based visual debugger for Python.
Its goal is to provide all the niceties of modern GUI-based debuggers in a
more lightweight and keyboard-friendly package. PuDB allows you to debug code
right where you write and test it--in a terminal. If you've worked with the
excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI
might look familiar.
import pudb
libowl-av (OpenedHand Widget Library - Audio/Video) is a collection of objects
for use in multimedia applications. These include a video widget, as well as
audio player and metadata reader objects. All of these are backed by GStreamer
and include Vala bindings.
Arpdig is a tool to probe a whole IP address segment or a list of
IP addresses on the LAN via ARP whohas requests, collecting ARP is-at
responses and showing the results.
rtpbreak detects, reconstructs and analyzes any RTP [rfc1889] session through
heuristics over the UDP network traffic. It works well with SIP, H.323, SCCP
and any other signaling protocol. In particular, it doesn't require the presence
of RTCP packets (voipong needs them) that aren't always transmitted from the
recent VoIP clients.
The SRecord package is a collection of powerful tools for manipulating
EPROM load files. SRecord is written in C++ and polymorphism is used to
provide the file format flexibility and arbitrary filter chaining. Adding
more file formats and filters is relatively simple.
These tools are for use by developers so that they can create more robust
applications. Especially of use to those developing multi-threaded
applications in C++ with templates. Includes TCMalloc, heap-checker,
heap-profiler and cpu-profiler.
Changelog for Dovecot 1.2.1: Mainly fixes to some issues found by people when
upgrading to v1.2.0.
* GSSAPI: Changed logging levels and improved the messages. Changed the way
cross-realm authentication handling is done, hopefully it's working now for
everyone.
* imap/pop3 logins now fail if home directory path is relative. v1.2.0 deliver
was already failing with these and they could have caused problems even with
v1.1.
* IMAP: Custom authentication failure messages are now prefixed with [ALERT] to
get more clients to actually show them.
+ Improved some error messages.
- pop3: AUTH PLAIN was broken when SASL initial response wasn't given.
- mbox: New mailboxes were created with UIDVALIDITY 1.
- quota-fs was defaulting to group quota instead of user quota.
- Fixed ACLs to work with mbox.
- Fixed fchmod(-1, -1) errors with BSDs
- convert plugin / convert-tool: Fixed changing hierarchy separators in mailbox
names when alt_hierarchy_char isn't set.
Changelog for Sieve v0.1.8:
- Fixed AIX compile problem. For portability, the typeof operator is not used
anymore.
+ Added partial support for the deprecated notify extension. However, it turns
out that the implementation provided by cmusieve is even older (2001),
meaning that this is currently not backwards compatible with cmusieve. Should
be fixed in next release.
Changelog for ManageSieve v0.11.7:
* Adjusted to changes in the Dovecot login API. This release now depends on
Dovecot v1.2.1 or newer.
* Incorporated various small changes in IMAP into ManageSieve. This includes
properly enabling the generation of core dumps.
- The previous release implicitly resolved the FreeBSD script truncation error.
This release adds a small correction to the code that detects the truncation.
- Fixed panic occurring when many errors are produced by the Sieve compiler
(bug found by Pascal Volk).
- Fixed memory leak in the PUTSCRIPT command.
(ManageSieve patch)
- Forgot to add the managesieve_logout_format setting to the config file. Now
it works (bug reported by Pascal Volk).