libnice is an implementation of the IETF's draft Interactice
Connectivity Establishment standard (ICE). It provides GLib-based
library, libnice and GStreamer elements.
ICE is useful for applications that want to establish peer-to-peer
UDP data streams. It automates the process of traversing NATs and
provides security against some attacks.
Existing standards that use ICE include Session Initiation Protocol
(SIP) and XMPP Jingle.
from tom (tdmurphy4@gmail.com) with tweaks by me
Treetop is a Ruby-based DSL for text parsing and interpretation.
It facilitates an extension of the object-oriented paradigm called
syntax-oriented programming.
ok bernd@
Polyglot provides a registry of file types that can be loaded by calling
its improved version of require.
This supports the creation of DSLs having a syntax that is most
appropriate to their purpose, instead of abusing the Ruby syntax.
ok bernd@
common::sense module implements some sane defaults for Perl programs,
as defined by two typical (or not so typical - use your common sense)
specimens of Perl coders.
- SECURITY BUGFIX in 1.26:
fix Bug in verify_hostname_of_cert where it matched only the prefix for
the hostname when no wildcard was given, e.g. www.example.org matched
against a certificate with name www.exam in it
Remove an assertion in ESourceSelector.
Related to bug #541192. Something accessibility-related is causing the
assertion to fail. The problem is still unknown, but the logic is more
forgiving now.
Fixes a crash when switching accounts in evolution when accessibility is
enabled.
greatly for debugging (needs cairo for building).
Add two patches (adapted from Ubuntu) to use installed ghostscript
headers instead of the bundle ones.
The BIRD project aims to develop a fully functional dynamic IP
routing daemon primarily targeted on (but not limited to) UNIX-like
systems and distributed under the GNU General Public License.
* Both IPv4 and IPv6
* Multiple routing tables (not on OpenBSD yet)
* BGP
* RIP
* OSPF (IPv4 only)
* Static routes
* Inter-table protocol
* Command-line interface
* Soft reconfiguration
* Powerful language for route filtering
Due to bird's build system, packages are split: the bird package
contains IPv4 daemons, bird-v6 contains IPv6 daemons (build with
FLAVOR=v6), and bird-doc contains the manual.