New upstream release 0.1.5
This commit is contained in:
parent
9f5106c689
commit
af36a5f6e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
yaml-0.1.3.tar.gz
|
||||
/yaml-0.1.4.tar.gz
|
||||
/yaml-0.1.5.tar.gz
|
||||
|
||||
18
libyaml.spec
18
libyaml.spec
@ -3,8 +3,8 @@
|
||||
#====================================================================#
|
||||
|
||||
Name: libyaml
|
||||
Version: 0.1.4
|
||||
Release: 6%{?dist}
|
||||
Version: 0.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: YAML 1.1 parser and emitter written in C
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -13,12 +13,6 @@ URL: http://pyyaml.org/
|
||||
Source0: http://pyyaml.org/download/libyaml/%{tarballname}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# CVE-2013-6393
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1033990
|
||||
Patch0: libyaml-CVE-2013-6393-string-overflow.patch
|
||||
Patch1: libyaml-CVE-2013-6393-node-id-hardening.patch
|
||||
Patch2: libyaml-CVE-2013-6393-indent-column-overflow-v2.patch
|
||||
|
||||
%description
|
||||
YAML is a data serialization format designed for human readability and
|
||||
interaction with scripting languages. LibYAML is a YAML parser and
|
||||
@ -38,9 +32,6 @@ developing applications that use LibYAML.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{tarballname}-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -82,6 +73,11 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 4 2014 John Eckersberg <jeckersb@redhat.com> - 0.1.5-1
|
||||
- New upstream release 0.1.5 (bz1061087)
|
||||
- Removed patches for CVE-2013-6393; they are included in 0.1.5
|
||||
upstream
|
||||
|
||||
* Wed Jan 29 2014 John Eckersberg <jeckersb@redhat.com> - 0.1.4-6
|
||||
- Add patches for CVE-2013-6393 (bz1033990)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user