From 0dcd9b2bee49a96820a6e286b496379ee9f5605110c8fc467c694977a7b27a94 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Apr 2021 13:17:10 +0000 Subject: [PATCH] Accepting request 885050 from home:polslinux:branches:GNOME:Factory - Update to version 2.50.4: + Update dependent crates that had security vulnerabilities: - generic-array to 0.13.3 - RUSTSEC-2020-0146 + Reduced stack usage + Add limit for too-large radiuses on the feMorphology filter + Properly ignore elements in an error state inside the "switch" element OBS-URL: https://build.opensuse.org/request/show/885050 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=186 --- librsvg-2.50.3.tar.xz | 3 --- librsvg-2.50.4.tar.xz | 3 +++ librsvg.changes | 11 +++++++++++ librsvg.spec | 8 +++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 librsvg-2.50.3.tar.xz create mode 100644 librsvg-2.50.4.tar.xz diff --git a/librsvg-2.50.3.tar.xz b/librsvg-2.50.3.tar.xz deleted file mode 100644 index 57026ee..0000000 --- a/librsvg-2.50.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4298a98e3a95fdd73c858c17d4dd018525fb09dbb13bbd668a0c2243989e958 -size 18868408 diff --git a/librsvg-2.50.4.tar.xz b/librsvg-2.50.4.tar.xz new file mode 100644 index 0000000..3c423f5 --- /dev/null +++ b/librsvg-2.50.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab6107b4b972c10b5c8029ad8f3b42b3a0e77beae0ae368910f2189576140a3 +size 18954216 diff --git a/librsvg.changes b/librsvg.changes index d5e65c0..1270cc9 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Apr 13 14:32:46 UTC 2021 - Paolo Stivanin + +- Update to version 2.50.4: + + Update dependent crates that had security vulnerabilities: + - generic-array to 0.13.3 - RUSTSEC-2020-0146 + + Reduced stack usage + + Add limit for too-large radiuses on the feMorphology filter + + Properly ignore elements in an error state inside + the "switch" element + ------------------------------------------------------------------- Thu Jan 28 18:58:15 UTC 2021 - Bjørn Lie diff --git a/librsvg.spec b/librsvg.spec index e098284..0fe5b18 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -20,10 +20,10 @@ %define librsvg_sover 2 Name: librsvg -Version: 2.50.3 +Version: 2.50.4 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 +License: Apache-2.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT Group: Development/Libraries/C and C++ URL: https://wiki.gnome.org/Projects/LibRsvg Source0: https://download.gnome.org/sources/librsvg/2.50/%{name}-%{version}.tar.xz @@ -57,7 +57,7 @@ http://www.w3c.org). %package -n librsvg-2-%{librsvg_sover} Summary: A Library for Rendering SVG Data -License: LGPL-2.0-or-later AND Apache-2.0 AND MIT +License: Apache-2.0 AND LGPL-2.0-or-later AND MIT Group: System/Libraries Provides: librsvg2 = %{version} Obsoletes: librsvg2 < %{version} @@ -154,10 +154,12 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name} %make_build check %post -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig + %post -n gdk-pixbuf-loader-rsvg %{gdk_pixbuf_loader_post} %postun -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig + %postun -n gdk-pixbuf-loader-rsvg %{gdk_pixbuf_loader_postun}