[openwrt/openwrt] jsonfilter: update to Git HEAD (2024-01-23)
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 23 00:09:49 PST 2024
jow pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/78beef6aee72f7f3e862b3057d9ea2734f1d0fe9
commit 78beef6aee72f7f3e862b3057d9ea2734f1d0fe9
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Tue Jan 23 09:07:16 2024 +0100
jsonfilter: update to Git HEAD (2024-01-23)
013b75ab0598 jsonfilter: drop legacy json-c support
594cfa86469c main: fix spurious premature parse aborts in array mode
Fixes: https://bugs.openwrt.org/?task_id=3683
Fixes: https://github.com/openwrt/openwrt/issues/8703
Fixes: https://github.com/openwrt/openwrt/issues/11649
Fixes: https://github.com/openwrt/openwrt/issues/12344
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
(cherry picked from commit 33f15dd6d41873b02eb8895b8886763659f1390c)
---
package/utils/jsonfilter/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/utils/jsonfilter/Makefile b/package/utils/jsonfilter/Makefile
index 56f96d52b5..fda66bbfb4 100644
--- a/package/utils/jsonfilter/Makefile
+++ b/package/utils/jsonfilter/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/jsonpath.git
-PKG_SOURCE_DATE:=2018-02-04
-PKG_SOURCE_VERSION:=c7e938d6582a436dddc938539e72dd1320625c54
-PKG_MIRROR_HASH:=0601b4d7aa5ee096e99388a57cb0701673ab58fccd6ed2984a2abbd4f846e045
+PKG_SOURCE_DATE:=2024-01-23
+PKG_SOURCE_VERSION:=594cfa86469c005972ba750614f5b3f1af84d0f6
+PKG_MIRROR_HASH:=70d2e0870b746920af4569631218c38c1dddfee4f5d029ec8ea0a67999bdafcd
CMAKE_INSTALL:=1
PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
More information about the lede-commits
mailing list