- 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.
Pinot is a D-Bus service that crawls, indexes your documents and
monitors them for changes, with a GTK-based user interface that enables
to query the index built by the service or your favourite Web engine,
and display and analyze the results.
If you have the deskbar-applet package installed, you will be able to
use the pinot-live.py or pinot-module.py plugins from the applet.
Thanks to pinot developer Fabrice Colin for making me porting it and for
his hints.
- remove a dependency on x11/gnome/vfs2
- remove a hidden dependency on devel/iso-codes
- let it build with different python versions
- regen plist
ok sthen@, "i guess it makes sense" landry@
openfire's/java's DIGEST-MD5 implementation doesn't interoperate
very well with popular clients like pidgin, iChat, etc. workaround
found by ian@, thanks
MFSA 2009-44 Location bar and SSL indicator spoofing via window.open()
on invalid URL
MFSA 2009-43 Heap overflow in certificate regexp parsing
MFSA 2009-42 Compromise of SSL-protected communication
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
racc--which does by default use a C extension). RP's output is the same
as ParseTree's output: s-expressions using ruby's arrays and base types.
This way, the frozen-bubble client works out-of-the-box for LAN games
(the client auto starts the server if it cannot find one on the local
net).
James Wright (maintainer) is ok with it.
ok sthen@