diff options
author | prlw1 <prlw1@pkgsrc.org> | 2013-12-08 15:37:53 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2013-12-08 15:37:53 +0000 |
commit | ac8a812ea4893e9bfbf54939444622cc153eef86 (patch) | |
tree | 9afd9640f9b36c01a7336170a9a15f12be86685a | |
parent | 6077d6d33138d896aba9b5d018212eaca607df13 (diff) | |
download | pkgsrc-ac8a812ea4893e9bfbf54939444622cc153eef86.tar.gz |
Update librsvg to 2.40.1
Note that we built with --disable-gtk-theme, so there is no change now that
the old theme engine is removed.
Version 2.40.1
- Build fixes
- Crash fixes
Version 2.40
- Add support for parsing rgba() colours and improve colour parsing
- rsvg-filter: Fix memory leak
- Remove support for GTK+2 along with the old theme engine
- Require at least version 3.2 of GTK+
- Remove support for old versions of gdk-pixbuf
- Add eps support to rsvg-convert
Version 2.39.0
- don't load resources from the net (#691708, CVE-2013-1881)
Version 2.37.0
- bump pango requirement to 1.32.6
- mark pixbuf loader as threadsafe
-rw-r--r-- | graphics/librsvg/Makefile | 13 | ||||
-rw-r--r-- | graphics/librsvg/distinfo | 11 |
2 files changed, 11 insertions, 13 deletions
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index ce9e87038fc..e6553d366a9 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.75 2013/10/10 14:41:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.76 2013/12/08 15:37:53 prlw1 Exp $ -DISTNAME= librsvg-2.36.4 -PKGREVISION= 7 +DISTNAME= librsvg-2.40.1 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/2.36/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://live.gnome.org/LibRsvg -COMMENT= SVG library for GNOME2 +HOMEPAGE= https://wiki.gnome.org/LibRsvg +COMMENT= SVG library for GNOME LICENSE= gnu-lgpl-v2 CONFLICTS+= librsvg2-gtk-[0-9]* librsvg2-[0-9]* @@ -18,7 +17,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES+= c c++ GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-gtk-theme --disable-tools +CONFIGURE_ARGS+= --disable-tools CONFIGURE_ARGS+= --disable-introspection CONFIGURE_ARGS+= --enable-Bsymbolic=auto diff --git a/graphics/librsvg/distinfo b/graphics/librsvg/distinfo index 58b72163a7b..0e4b5ed312e 100644 --- a/graphics/librsvg/distinfo +++ b/graphics/librsvg/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.26 2013/10/03 13:39:12 tez Exp $ +$NetBSD: distinfo,v 1.27 2013/12/08 15:37:53 prlw1 Exp $ -SHA1 (librsvg-2.36.4.tar.xz) = 1e0152e6745bac9632207252c67dda2299010db4 -RMD160 (librsvg-2.36.4.tar.xz) = b9765edaccd7e40997a3a141e4d21c5a13f6f2a1 -Size (librsvg-2.36.4.tar.xz) = 513028 bytes -SHA1 (patch-CVE-2013-1881) = 73e1d17960ce3e6da0bfd37ab5e4cd59326545ef +SHA1 (librsvg-2.40.1.tar.xz) = abbfed10433b26e88f18fe62a9b84d48fc00b9e1 +RMD160 (librsvg-2.40.1.tar.xz) = 6e0212214c7acc6d570d1dbb196bde3678e84525 +Size (librsvg-2.40.1.tar.xz) = 505664 bytes SHA1 (patch-ab) = 44985e1c02f925769f394007f924b8d6ec8151d5 -SHA1 (patch-rsvg-io.c) = 1bcb7164dda065eb2e231818dd9c5df8b98e49a5 +SHA1 (patch-rsvg-base.c) = 89330f4861ad9550527da3925aff3693355ca3d6 |