diff options
author | wiz <wiz> | 2013-02-12 20:08:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-02-12 20:08:29 +0000 |
commit | 0024e06bca09b10ccdc3f8775cd769982cd72e05 (patch) | |
tree | a30337876e7b4f43cd29f2dab3efdb56fd6ebb84 /graphics | |
parent | 68d14b1f947f99c3d9e62a1737ccfa67d380b6ce (diff) | |
download | pkgsrc-0024e06bca09b10ccdc3f8775cd769982cd72e05.tar.gz |
Update cairo* to 1.12.14:
Release 1.12.14 (2013-02-10 Chris Wilson <chris@chris-wilson.co.uk>)
====================================================================
In the last week we had a few more bugs reported and promptly resolved.
As these are a combination of regressions and stability issues, it is
time for a prompt update and release. Many thanks to everyone for
testing and reporting issues, and helping to make Cairo better.
Bug fixes
---------
Prevent user callbacks accessing user-data during destroy to prevent
use-after-free bugs.
https://bugzilla.mozilla.org/show_bug.cgi?id=722975
Use standard names for glyphs in subset fonts (PDF).
https://bugs.freedesktop.org/show_bug.cgi?id=60248
Fix detection of Win98. The logic for detecting Win98 (and its broken
AlphaBlend()) was inverted, disabling AlphaBlend() for everyone.
Prevent numeric overflow from extrapolating polygon edges to the clip
boundary and causing severe render artifacts.
https://bugs.freedesktop.org/show_bug.cgi?id=60489
Fix computation of glyph string coordinates when breaking up runs
for xlib.
Fix an assertion in the win32 backend for failing to clear its
similar-images.
https://bugs.freedesktop.org/show_bug.cgi?id=60519
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo-gobject/Makefile | 5 | ||||
-rw-r--r-- | graphics/cairo/Makefile | 5 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 8 |
3 files changed, 8 insertions, 10 deletions
diff --git a/graphics/cairo-gobject/Makefile b/graphics/cairo-gobject/Makefile index 4b4ef467812..84ad924ab72 100644 --- a/graphics/cairo-gobject/Makefile +++ b/graphics/cairo-gobject/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2013/02/06 23:22:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2013/02/12 20:08:29 wiz Exp $ -DISTNAME= cairo-1.12.12 +DISTNAME= cairo-1.12.14 PKGNAME= ${DISTNAME:S/-/-gobject-/} -PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ EXTRACT_SUFX= .tar.xz diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 04854092225..890d157b294 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.124 2013/02/06 23:22:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.125 2013/02/12 20:08:29 wiz Exp $ -DISTNAME= cairo-1.12.12 -PKGREVISION= 1 +DISTNAME= cairo-1.12.14 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ EXTRACT_SUFX= .tar.xz diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index d3e863ed55e..b1a582e70e1 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.74 2013/02/03 16:58:16 wiz Exp $ +$NetBSD: distinfo,v 1.75 2013/02/12 20:08:29 wiz Exp $ -SHA1 (cairo-1.12.12.tar.xz) = 8e597874da5b861287893d87dd4ab32471e99c82 -RMD160 (cairo-1.12.12.tar.xz) = cc5328806fe9aad6975f5f210ef34deadd63c039 -Size (cairo-1.12.12.tar.xz) = 42139096 bytes +SHA1 (cairo-1.12.14.tar.xz) = 9106ab09b2e7b9f90521b18dd4a7e9577eba6c15 +RMD160 (cairo-1.12.14.tar.xz) = 8198930d820f91480b69c8736b5b090b1a2e3100 +Size (cairo-1.12.14.tar.xz) = 42132464 bytes SHA1 (patch-aa) = b01bc60f77a7122b0c0d0d9b25ad512bac7c190c SHA1 (patch-ab) = 11f7e0e59bd5c51a8fdacb48dcf2f2fefdf3b768 SHA1 (patch-ac) = 1785bbef6bcab4781bf89e1b986a7eb96e5f2b64 |