------------------------------------------------------------------- Tue Aug 2 13:40:16 UTC 2022 - Tina Müller - Add pyyaml.safer-load.patch, a backport of 5 commits, which address CVE-2017-18342, CVE-2020-14343 and related issues. The default yaml.Loader will now not be able to load certain !!python tags, and calling yaml.load(...) without a Loader parameter will issue a warning. For more information see https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation bsc#1099308 bsc#1174514 ------------------------------------------------------------------- Wed Mar 11 16:07:12 UTC 2015 - aplanas@suse.com - increase file-descriptor-count for s390x to make tests happy ------------------------------------------------------------------- Wed Mar 11 14:50:14 UTC 2015 - aplanas@suse.com - Add patch to fix CVE-2014-9130 (bnc#921588) from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772815 ------------------------------------------------------------------- Tue Mar 5 23:39:24 UTC 2013 - dvaleev@suse.com - increase file-descriptor-count for ppc to make tests happy ------------------------------------------------------------------- Thu Jan 10 19:06:25 UTC 2013 - p.drouand@gmail.com - Initial python3 support ------------------------------------------------------------------- Wed Dec 19 16:01:56 UTC 2012 - saschpe@suse.de - Build against libyaml to get the faster module ------------------------------------------------------------------- Tue Jan 31 13:15:21 UTC 2012 - saschpe@suse.de - Initial version