Skip to content

Commit

Permalink
jsonrpc: upgrade 1.3.0 -> 1.4.1
Browse files Browse the repository at this point in the history
0001-Fix-build-with-libmicrohttpd.patch
removed since it's included in 1.4.1

Changelog:
===========
- Fedora CI build by updating to Catch v2.13.7
- Typo in README (openembedded#313)
- Deprecation warnings for Jsoncpp (openembedded#312)
- Compatibility with newer libmicrohttpd versions (>= 0.9.71) (openembedded#298 openembedded#299)
- Typo in diagram (openembedded#293)
- File descriptor leaks in connectors

- Vendoring catch library instead of downloading from github
- Moved from travis-ci to circleci (openembedded#311)
- Use '.empty()' checks instead of '.size() == 0'

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Feb 18, 2023
1 parent 735991a commit 9cfcc75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ SECTION = "libs"

DEPENDS = "curl jsoncpp libmicrohttpd hiredis"

SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp;branch=master;protocol=https \
file://0001-Fix-build-with-libmicrohttpd.patch \
"
SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp;branch=master;protocol=https"

SRCREV = "c696f6932113b81cd20cd4a34fdb1808e773f23e"
SRCREV = "ec5ce12fc9c0299e1454cc002c70218b5a6f005b"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 9cfcc75

Please sign in to comment.