From fda2adafefa095800d71941a661c2a4d197a0870c5fc346158c89fd8748cd4ce Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 29 Sep 2020 05:50:04 +0000 Subject: [PATCH] Accepting request 838355 from home:dirkmueller:branches:devel:libraries:c_c++ - update to 1.9.4: * This patch contains several fixes found through the OSS-Fuzz project fuzzing, increasing the security of the library, OBS-URL: https://build.opensuse.org/request/show/838355 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=61 --- jsoncpp-1.9.3.tar.gz | 3 --- jsoncpp-1.9.4.tar.gz | 3 +++ jsoncpp.changes | 7 +++++++ jsoncpp.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 jsoncpp-1.9.3.tar.gz create mode 100644 jsoncpp-1.9.4.tar.gz diff --git a/jsoncpp-1.9.3.tar.gz b/jsoncpp-1.9.3.tar.gz deleted file mode 100644 index f5663ab..0000000 --- a/jsoncpp-1.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8593c1d69e703563d94d8c12244e2e18893eeb9a8a9f8aa3d09a327aa45c8f7d -size 212922 diff --git a/jsoncpp-1.9.4.tar.gz b/jsoncpp-1.9.4.tar.gz new file mode 100644 index 0000000..01076be --- /dev/null +++ b/jsoncpp-1.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999 +size 214057 diff --git a/jsoncpp.changes b/jsoncpp.changes index 3d395d3..fdd38b3 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 28 18:11:44 UTC 2020 - Dirk Mueller + +- update to 1.9.4: + * This patch contains several fixes found through the OSS-Fuzz project + fuzzing, increasing the security of the library, + ------------------------------------------------------------------- Wed Jun 24 19:10:43 UTC 2020 - Guillaume GARDET diff --git a/jsoncpp.spec b/jsoncpp.spec index 30626a4..e552485 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -18,7 +18,7 @@ %define sover 24 Name: jsoncpp -Version: 1.9.3 +Version: 1.9.4 Release: 0 Summary: C++ library that allows manipulating with JSON License: MIT