import json-c-0.13.1-2.el8

This commit is contained in:
CentOS Sources 2021-10-06 12:25:58 -04:00 committed by Stepan Oksanichenko
parent 86def13a1a
commit ca458c66ec
2 changed files with 217 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
Name: json-c Name: json-c
Version: 0.13.1 Version: 0.13.1
Release: 0.4%{?dist} Release: 2%{?dist}
Summary: JSON implementation in C Summary: JSON implementation in C
License: MIT License: MIT
@ -25,6 +25,9 @@ Source0: %{url}/archive/%{name}-%{version}-%{reldate}.tar.gz
%if 0%{?bootstrap} %if 0%{?bootstrap}
Source1: %{url}/archive/%{name}-%{version_old}-%{reldate_old}.tar.gz Source1: %{url}/archive/%{name}-%{version_old}-%{reldate_old}.tar.gz
%endif %endif
# CVE-2020-12762 json-c: integer overflow and out-of-bounds write via a large JSON file
# rhbz#1835626
Patch0: json-c-int-overflow.patch
BuildRequires: libtool BuildRequires: libtool
@ -166,6 +169,13 @@ end
%changelog %changelog
* Thu May 20 2021 Joe Orton <jorton@redhat.com> - 0.13.1-2
- rebuild (#1954436)
* Thu Apr 15 2021 Tomas Korbar <tkorbar@redhat.com> - 0.13.1-1
- Fix CVE-2020-12762 out-of-bounds write via a large JSON file
- Resolves: rhbz#1835626
* Wed Feb 03 2021 Petr Menšík <pemensik@redhat.com> - 0.13.1-0.4 * Wed Feb 03 2021 Petr Menšík <pemensik@redhat.com> - 0.13.1-0.4
- Move json-c-devel to AppStream - Move json-c-devel to AppStream