Hello community, here is the log from the commit of package libyaml for openSUSE:Factory checked in at 2018-01-09 14:35:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyaml (Old) and /work/SRC/openSUSE:Factory/.libyaml.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyaml" Tue Jan 9 14:35:55 2018 rev:14 rq:561304 version:0.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libyaml/libyaml.changes 2014-12-19 09:38:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libyaml.new/libyaml.changes 2018-01-09 14:35:56.292351285 +0100 @@ -1,0 +2,11 @@ +Sun Dec 31 22:20:11 UTC 2017 - [email protected] + +- update to 0.1.7 + * Fixed segfault in yaml_string_write_handler + * Fixed invalid simple key assertion (CVE-2014-9130) + * Fixed error handling in some examples +- remove CVE-2014-9130.patch + - fixed upstream in 946596172d140497b560e016e581accb0a92cca4 +- cleanup spec file with spec-cleaner + +------------------------------------------------------------------- Old: ---- CVE-2014-9130.patch yaml-0.1.6.tar.gz New: ---- yaml-0.1.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyaml.spec ++++++ --- /var/tmp/diff_new_pack.O2Q3MC/_old 2018-01-09 14:35:59.292210568 +0100 +++ /var/tmp/diff_new_pack.O2Q3MC/_new 2018-01-09 14:35:59.296210380 +0100 @@ -1,7 +1,7 @@ # # spec file for package libyaml # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,14 @@ Name: libyaml -Version: 0.1.6 +Version: 0.1.7 Release: 0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Url: http://pyyaml.org/wiki/LibYAML -Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz -Patch0: CVE-2014-9130.patch -BuildRequires: pkg-config Summary: A YAML 1.1 parser and emitter written in C License: MIT Group: Development/Libraries/C and C++ +Url: http://pyyaml.org/wiki/LibYAML +Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz +BuildRequires: pkgconfig %description A YAML 1.1 parser and emitter written in C @@ -43,9 +41,9 @@ This package holds the shared library of libyaml. %package devel -Requires: %{lib_name} = %{version} Summary: Development files for libyaml Group: Development/Libraries/C and C++ +Requires: %{lib_name} = %{version} %description devel A YAML 1.1 parser and emitter written in C @@ -53,31 +51,27 @@ This package holds the development files for libyaml. %prep -%setup -n yaml-%{version} -%patch0 -p1 +%setup -q -n yaml-%{version} %build %configure --with-pic --disable-static -make %{?_smp_flags} +make %{?_smp_mflags} %install -%makeinstall -find %{buildroot} -name \*.la -delete -print +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %check -make check +make %{?_smp_mflags} check %post -n %{lib_name} -p /sbin/ldconfig - %postun -n %{lib_name} -p /sbin/ldconfig %files -n %{lib_name} -%defattr(-,root,root,-) %{_libdir}/libyaml-0.so.2 %{_libdir}/libyaml-0.so.2.0.* %files devel -%defattr(-,root,root,-) %{_includedir}/yaml.h %{_libdir}/libyaml.so %{_libdir}/pkgconfig/yaml-0.1.pc ++++++ yaml-0.1.6.tar.gz -> yaml-0.1.7.tar.gz ++++++ ++++ 37866 lines of diff (skipped)
