maintainers to upgrade their BitlBee daemons as soon as possible,
since this release fixes a security bug that was probably there for
a long time already."""
more info, bitlbee.org
tested by merdely@, wcmaier@, Andrew Dalgleish, Wiktor Izdebski
ok merdely@, wcmaier@
1. what ff3's safebrowsing does it essentially allows google to
track users. every time ff3 would call to google w/ the address
of the particular site one is visiting. disable this crazy feature
2. don't visit mozilla's pages on updating / first starting the
browser; which serve no purpose but tracking
3. disable the crashreporter; which is supposed to automatically
talk to mozilla and send all sorts of information when you crash
discussed w/ porters. ok naddy@
Data::URIEncode allows for encoding and decoding complex (multi
level datastructures) using native Query String manipulators (such
as CGI.pm). It takes complex data and turns it into a flat hashref
which can then be turned into a URI query string using URL encoding.
It also takes a flat hashref of data passed in and translates it
back to a complex structure.
ok simon@
This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data
and then decodes it using the encoder of the detected charset.
It is similar to Encode::Guess, but does not require the configuration
of a set of expected encodings. Like Encode::Guess, it only supports
decoding--it cannot encode.
ok simon@
This package provides some basic statistics on numerical vectors.
All the subroutines can take a reference to the vector to be operated
on. In some cases a copy of the vector is acceptable, but is not
recommended for efficiency.
ok simon@
JSON::XS is by far the best JSON module on the CPAN. However, it
changed its API at version 2.01. If you have to maintain code which
may be run on systems with either version one or two then this is
a bit of a pain. This module takes the pain away without sacrificing
performance.
ok simon@
Mono is an open source implementation of .NET Development Framework.
Its objective is to enable UNIX developers to build and deploy cross-platform
.NET Applications. The project implements various technologies developed by
Microsoft that have now been submitted to the ECMA for standardization.
Mono provides the necessary software to develop and run .NET client and
server applications on BSD, Linux, Solaris, Mac OS X, Windows and Unix.
from alek@, modifications by me and some amd64 patches from
Giovanni Bechis
mono is not linked to the build yet, it's getting imported so we can
work on it in tree;