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
This commit is contained in:
parent
ccb6b7e0a3
commit
0dcd9b2bee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a4298a98e3a95fdd73c858c17d4dd018525fb09dbb13bbd668a0c2243989e958
|
|
||||||
size 18868408
|
|
3
librsvg-2.50.4.tar.xz
Normal file
3
librsvg-2.50.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ab6107b4b972c10b5c8029ad8f3b42b3a0e77beae0ae368910f2189576140a3
|
||||||
|
size 18954216
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 13 14:32:46 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Thu Jan 28 18:58:15 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
%define librsvg_sover 2
|
%define librsvg_sover 2
|
||||||
|
|
||||||
Name: librsvg
|
Name: librsvg
|
||||||
Version: 2.50.3
|
Version: 2.50.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Library for Rendering SVG Data
|
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++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://wiki.gnome.org/Projects/LibRsvg
|
URL: https://wiki.gnome.org/Projects/LibRsvg
|
||||||
Source0: https://download.gnome.org/sources/librsvg/2.50/%{name}-%{version}.tar.xz
|
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}
|
%package -n librsvg-2-%{librsvg_sover}
|
||||||
Summary: A Library for Rendering SVG Data
|
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
|
Group: System/Libraries
|
||||||
Provides: librsvg2 = %{version}
|
Provides: librsvg2 = %{version}
|
||||||
Obsoletes: librsvg2 < %{version}
|
Obsoletes: librsvg2 < %{version}
|
||||||
@ -154,10 +154,12 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}
|
|||||||
%make_build check
|
%make_build check
|
||||||
|
|
||||||
%post -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig
|
%post -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n gdk-pixbuf-loader-rsvg
|
%post -n gdk-pixbuf-loader-rsvg
|
||||||
%{gdk_pixbuf_loader_post}
|
%{gdk_pixbuf_loader_post}
|
||||||
|
|
||||||
%postun -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig
|
%postun -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n gdk-pixbuf-loader-rsvg
|
%postun -n gdk-pixbuf-loader-rsvg
|
||||||
%{gdk_pixbuf_loader_postun}
|
%{gdk_pixbuf_loader_postun}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user