diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-04 08:50:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-04 08:50:55 +0000 |
commit | b122866e4430ecf998104ea79484eb466cbf4b06 (patch) | |
tree | 38540da83ddd817912f84fb7cf9e3b4abf4fc5cd /graphics | |
parent | 8ab136b1d2235fb00db11e2d4ae15c41bf2b82bb (diff) | |
download | pkgsrc-b122866e4430ecf998104ea79484eb466cbf4b06.tar.gz |
Update to 2.40.8:
Version 2.40.8
- Bugs fixed from fuzz testing: #744688 - possible double g_free()
when processing stroke-dasharray
- Optimize rendering of polylines, lines, rectangles, circles, and
ellipses. These should be marginally faster, marginally more
precise, and should put less pressure on the memory allocator.
Version 2.40.7
- Bugs fixed from fuzz testing: #703102, #738050, #738169, #744270, #744299
- Fixed unfiled bug from fuzz testing, where the convolution filter
had an integer multiplication overflow.
- Fix build of rsvg-convert on Windows.
- Fix a bunch of compiler warnings.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg/Makefile | 4 | ||||
-rw-r--r-- | graphics/librsvg/PLIST | 5 | ||||
-rw-r--r-- | graphics/librsvg/distinfo | 8 |
3 files changed, 7 insertions, 10 deletions
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index 4f2ee0e12a6..189cf192523 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2015/01/16 09:39:12 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2015/03/04 08:50:55 wiz Exp $ -DISTNAME= librsvg-2.40.6 +DISTNAME= librsvg-2.40.8 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/graphics/librsvg/PLIST b/graphics/librsvg/PLIST index b34b1e67d5e..371d3e0b790 100644 --- a/graphics/librsvg/PLIST +++ b/graphics/librsvg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2015/01/16 09:39:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2015/03/04 08:50:55 wiz Exp $ bin/rsvg-convert include/librsvg-2.0/librsvg/librsvg-enum-types.h include/librsvg-2.0/librsvg/librsvg-features.h @@ -22,11 +22,9 @@ share/gtk-doc/html/rsvg-2.0/api-index-full.html share/gtk-doc/html/rsvg-2.0/home.png share/gtk-doc/html/rsvg-2.0/index.html share/gtk-doc/html/rsvg-2.0/index.sgml -share/gtk-doc/html/rsvg-2.0/left-insensitive.png share/gtk-doc/html/rsvg-2.0/left.png share/gtk-doc/html/rsvg-2.0/licence.html share/gtk-doc/html/rsvg-2.0/object-tree.html -share/gtk-doc/html/rsvg-2.0/right-insensitive.png share/gtk-doc/html/rsvg-2.0/right.png share/gtk-doc/html/rsvg-2.0/rsvg-2.0.devhelp2 share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html @@ -35,5 +33,4 @@ share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html share/gtk-doc/html/rsvg-2.0/rsvg-Version-check-and-feature-tests.html share/gtk-doc/html/rsvg-2.0/rsvg.html share/gtk-doc/html/rsvg-2.0/style.css -share/gtk-doc/html/rsvg-2.0/up-insensitive.png share/gtk-doc/html/rsvg-2.0/up.png diff --git a/graphics/librsvg/distinfo b/graphics/librsvg/distinfo index f276d65c32b..046b4d54eaf 100644 --- a/graphics/librsvg/distinfo +++ b/graphics/librsvg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2015/01/16 09:39:12 wiz Exp $ +$NetBSD: distinfo,v 1.31 2015/03/04 08:50:55 wiz Exp $ -SHA1 (librsvg-2.40.6.tar.xz) = 22854596f8ab2fe8f549b0f35ca468387c785cf9 -RMD160 (librsvg-2.40.6.tar.xz) = cb3be08a7a3a4782123536d3d2391a52f3ed1633 -Size (librsvg-2.40.6.tar.xz) = 512500 bytes +SHA1 (librsvg-2.40.8.tar.xz) = dcf8419e704163442f0eb7441c749a8eb51a05e6 +RMD160 (librsvg-2.40.8.tar.xz) = 4fb8458fe5e492289b772a9644ef98a43fa1514b +Size (librsvg-2.40.8.tar.xz) = 515512 bytes SHA1 (patch-ab) = 684e885aec9af2cfeff9e9708e3be9e158bba3f9 |