From 38cb384d8d6c5c804c42b56835c938c3b3e5a3f9 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Thu, 27 Mar 2014 09:44:24 -0400 Subject: [PATCH] New upstream release 0.1.6 (CVE-2014-2525) --- .gitignore | 1 + libyaml.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6728bf7..750a2d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ yaml-0.1.3.tar.gz /yaml-0.1.4.tar.gz /yaml-0.1.5.tar.gz +/yaml-0.1.6.tar.gz diff --git a/libyaml.spec b/libyaml.spec index a11ef7a..ada17c0 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -3,7 +3,7 @@ #====================================================================# Name: libyaml -Version: 0.1.5 +Version: 0.1.6 Release: 1%{?dist} Summary: YAML 1.1 parser and emitter written in C @@ -73,6 +73,10 @@ rm -rf %{buildroot} %changelog +* Wed Mar 26 2014 John Eckersberg - 0.1.6-1 +- New upstream release 0.1.6 (bz1081492) +- Fixes CVE-2014-2525 (bz1078083) + * Tue Feb 4 2014 John Eckersberg - 0.1.5-1 - New upstream release 0.1.5 (bz1061087) - Removed patches for CVE-2013-6393; they are included in 0.1.5 diff --git a/sources b/sources index ad4b6ce..3a0df4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -24f6093c1e840ca5df2eb09291a1dbf1 yaml-0.1.5.tar.gz +5fe00cda18ca5daeb43762b80c38e06e yaml-0.1.6.tar.gz