diff --git a/librsvg-2.46.1.tar.xz b/librsvg-2.46.1.tar.xz deleted file mode 100644 index a760726..0000000 --- a/librsvg-2.46.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2da1f2547a63a24ead121ad345011d5fd4f038ef46f74712ec82a1e85ec67643 -size 12741720 diff --git a/librsvg-2.46.2.tar.xz b/librsvg-2.46.2.tar.xz new file mode 100644 index 0000000..f67955e --- /dev/null +++ b/librsvg-2.46.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379ec0bbf9ce249c2bc03f4a124d8f532abe0916d908c5cf26821e5af1668197 +size 12671048 diff --git a/librsvg.changes b/librsvg.changes index b0162f5..4092a89 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Oct 14 17:06:58 UTC 2019 - Bjørn Lie + +- Update to version 2.46.2: + + Patterns and gradients reused across more than one element will + only get resolved once now; this should make things marginally + faster for patterns or gradients with fallbacks. + + glgo#GNOME/librsvg#515: Librsvg now has limits on the number of + loaded XML elements, and the number of referenced elements + within an SVG document. This is to mitigate malicious SVGs + which try to consume all memory, and those which try to consume + an exponential amount of CPU time. + ------------------------------------------------------------------- Mon Oct 7 16:57:23 UTC 2019 - Bjørn Lie diff --git a/librsvg.spec b/librsvg.spec index 8d8e8c0..7b8ec5d 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -20,7 +20,7 @@ %define librsvg_sover 2 Name: librsvg -Version: 2.46.1 +Version: 2.46.2 Release: 0 Summary: A Library for Rendering SVG Data License: LGPL-2.0-or-later AND GPL-2.0-or-later AND Apache-2.0 AND MIT