Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 737C8A5683 for ; Sun, 8 Dec 2013 15:37:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AF10114A217; Sun, 8 Dec 2013 15:37:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F38AC14A20D for ; Sun, 8 Dec 2013 15:37:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id am7BJXKpSz7H for ; Sun, 8 Dec 2013 15:37:53 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 68BC514A198 for ; Sun, 8 Dec 2013 15:37:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1C44496; Sun, 8 Dec 2013 15:37:53 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Dec 2013 15:37:53 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/graphics/librsvg To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20131208153753.1C44496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: prlw1 Date: Sun Dec 8 15:37:53 UTC 2013 Modified Files: pkgsrc/graphics/librsvg: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/graphics/librsvg/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/librsvg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.