This commit is contained in:
parent
451fd25ce4
commit
a91c389366
@ -1,13 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Feb 7 16:25:48 UTC 2014 - dmueller@suse.com
|
|
||||||
|
|
||||||
- update to 0.1.5:
|
|
||||||
* Manually define PTRDIFF_MAX for VS C compiler
|
|
||||||
* Limit input size to SIZE_MAX/2
|
|
||||||
* Guard against overflows in indent and flow_level (CVE-2013-6393, bnc#860617)
|
|
||||||
* Prevent node index overflow (Reported by Florian Weimer).
|
|
||||||
* Fixed invalid size_t->int cast (Thank to Florian Weimer).
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 26 12:25:02 UTC 2013 - dmueller@suse.com
|
Tue Mar 26 12:25:02 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
13
libyaml.spec
13
libyaml.spec
@ -17,14 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libyaml
|
Name: libyaml
|
||||||
Version: 0.1.5
|
Version: 0.1.4
|
||||||
Release: 1
|
Release: 1
|
||||||
|
#
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
#
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
#
|
||||||
Url: http://pyyaml.org/wiki/LibYAML
|
Url: http://pyyaml.org/wiki/LibYAML
|
||||||
Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz
|
Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz
|
||||||
BuildRequires: pkg-config
|
#
|
||||||
Summary: A YAML 1.1 parser and emitter written in C
|
Summary: A YAML 1.1 parser and emitter written in C
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -33,8 +36,10 @@ A YAML 1.1 parser and emitter written in C
|
|||||||
%define lib_name libyaml-0-2
|
%define lib_name libyaml-0-2
|
||||||
|
|
||||||
%package -n %{lib_name}
|
%package -n %{lib_name}
|
||||||
License: MIT
|
|
||||||
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
#
|
||||||
Summary: Shared library from libyaml
|
Summary: Shared library from libyaml
|
||||||
|
|
||||||
%description -n %{lib_name}
|
%description -n %{lib_name}
|
||||||
@ -43,9 +48,9 @@ A YAML 1.1 parser and emitter written in C
|
|||||||
This package holds the shared library of libyaml.
|
This package holds the shared library of libyaml.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: MIT
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{lib_name} = %{version}
|
Requires: %{lib_name} = %{version}
|
||||||
|
#
|
||||||
Summary: Development files for libyaml
|
Summary: Development files for libyaml
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
|
3
yaml-0.1.4.tar.gz
Normal file
3
yaml-0.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37
|
||||||
|
size 471759
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa87ee8fb7b936ec04457bc044cd561155e1000a4d25029867752e543c2d3bef
|
|
||||||
size 504897
|
|
Loading…
Reference in New Issue
Block a user