- see http://www.mozilla.org/en-US/firefox/25.0/releasenotes/
- fixes MFSA 2013-93 -> 102
- remove USE_GROFF (from naddy@)
- remove LDEP on gst-plugins-base, gst is dlopened at runtime now, and
there's a RDEP on gst-plugins-good anyway.
- add patch from #927898 to fix gst runtime dlopening (reminded by dcoppa@)
- add comment about ipc patches from #927810 & #909005
- remove 3 useless patches
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python, released under
the MIT license. With this library, you can quickly create keypairs (signing
key and verifying key), sign messages, and verify the signatures. The keys
and signatures are very short, making them easy to handle and incorporate
into other protocols.
ok sthen@
("java.lang.InternalError: platform not recognized"), but instead
creates an instance of BsdAsynchronousChannelProvider().
From FreeBSD PR 183389
okay kurt@ (maintainer)
port. See http://www.gdal.org/frmt_jp2openjpeg.html for features and
differences with the jasper-based driver (mainly, being able to use
GeoJP2 support without needing a hacked up jasper library).
Doing so makes the child hang indefinitely (undefined behaviour as per POSIX).
It is now possible to log out of GNOME and log back in again.
bug analyzed by guenther@ ok aja@
This module generates Clover compatible coverage XML files which
can be used in various continuous integration software systems.
It is designed to be called from the cover(1) program distributed
in the p5-Devel-Cover package.
ok benoit@ (who updated p5-Devel-Cover earlier this year) and sthen@
here as cURL is a fairly common package).
Earlier version without cURL support ok rpe@, additional tests on various
arch from brett@, Florian Stinglmayr and Donovan Watteau (who also reminded
me about a change of name for mubusy needed in DESCR).
standing bug with some video formats when gstreamer1-plugins-pulse was
installed (output sounded like static).
While here, replace some printf with GST_DEBUG.