forked from pool/python-CairoSVG
Accepting request 1085642 from devel:languages:python
- Update to 2.7.0: WARNING: this is a security update. When processing SVG files, CairoSVG could access other files online, possibly leading to very long renderings or other security problems. This feature is now disabled by default. External resources can still be accessed using the "unsafe" or the "url_fetcher" parameter. OBS-URL: https://build.opensuse.org/request/show/1085642 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CairoSVG?expand=0&rev=12
This commit is contained in:
commit
3f554898e7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3aacfc595740e3030e52e67c6581a7de8511deffce869c144806d732456b8508
|
||||
size 262793230
|
3
CairoSVG-2.7.0.obscpio
Normal file
3
CairoSVG-2.7.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:785ec7af79d9915d555ecd4b154621948779e174b9ccc2bb292f4ace6cf4a057
|
||||
size 262793742
|
@ -1,4 +1,4 @@
|
||||
name: CairoSVG
|
||||
version: 2.6.0
|
||||
mtime: 1673542007
|
||||
commit: f5170f8d5a1cb8f9738228038edd6efab52566d7
|
||||
version: 2.7.0
|
||||
mtime: 1679322684
|
||||
commit: 33007d4af9195e2bfb2ff9af064c4c2d8e4b2b53
|
||||
|
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/Kozea/CairoSVG.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">enable</param>
|
||||
<param name="revision">f5170f8</param>
|
||||
<param name="revision">33007d4af9195e2bfb2ff9af064c4c2d8e4b2b53</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 06:33:14 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update to 2.7.0:
|
||||
WARNING: this is a security update.
|
||||
|
||||
When processing SVG files, CairoSVG could access other files online,
|
||||
possibly leading to very long renderings or other security problems.
|
||||
|
||||
This feature is now disabled by default. External resources can still be
|
||||
accessed using the "unsafe" or the "url_fetcher" parameter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:20:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -16,11 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-CairoSVG
|
||||
Version: 2.6.0
|
||||
Version: 2.7.0
|
||||
Release: 0
|
||||
Summary: A Python SVG converter based on Cairo
|
||||
License: LGPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user