From 6bfba0fdbca70a4618517e455efe59bce5ed571c Mon Sep 17 00:00:00 2001 From: "Jared K. Smith" Date: Thu, 13 Feb 2014 08:32:03 -0500 Subject: [PATCH 1/3] Add new sources for jansson-2.6 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7dc41ff..c200d07 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ sphinx-fix.diff /jansson-2.1.tar.bz2 /jansson-2.3.tar.bz2 /jansson-2.4.tar.bz2 +/jansson-2.6.tar.gz diff --git a/sources b/sources index 3b13488..9d1a2d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3aaa1bb1195d705fac602b7504c9b945 jansson-2.4.tar.bz2 +00dd7b55c01c74cac59df398208b92ed jansson-2.6.tar.gz From ef6e8d98d083ac2a80d825d2adcbff17691fa4b9 Mon Sep 17 00:00:00 2001 From: "Jared K. Smith" Date: Thu, 13 Feb 2014 08:34:02 -0500 Subject: [PATCH 2/3] Update to upstream 2.6 release for CVE-2013-6401 --- jansson.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jansson.spec b/jansson.spec index 4260346..119ce1c 100644 --- a/jansson.spec +++ b/jansson.spec @@ -1,6 +1,6 @@ Name: jansson -Version: 2.4 -Release: 3%{?dist} +Version: 2.6 +Release: 1%{?dist} Summary: C library for encoding, decoding and manipulating JSON data Group: System Environment/Libraries @@ -59,6 +59,9 @@ rm -rf "$RPM_BUILD_ROOT" %{_includedir}/* %changelog +* Thu Feb 13 2014 Jared Smith - 2.6-1 +- Update to Jansson 2.6 for CVE-2013-6401 + * Sat Aug 03 2013 Fedora Release Engineering - 2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 83c6a605115a589999f17447f735339f495ced9c Mon Sep 17 00:00:00 2001 From: "Jared K. Smith" Date: Thu, 13 Feb 2014 09:58:18 -0500 Subject: [PATCH 3/3] Add the new 2.6 source (bz2 compressed instead of gzip) --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c200d07..9fbe7ef 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ sphinx-fix.diff /jansson-2.3.tar.bz2 /jansson-2.4.tar.bz2 /jansson-2.6.tar.gz +/jansson-2.6.tar.bz2 diff --git a/sources b/sources index 9d1a2d6..e271832 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00dd7b55c01c74cac59df398208b92ed jansson-2.6.tar.gz +c70a52488db623a26f7213c7c6b7c878 jansson-2.6.tar.bz2