summaryrefslogtreecommitdiffstats
path: root/package/system/rpcd
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-11 15:54:33 +0000
committerJohn Crispin <john@openwrt.org>2015-03-11 15:54:33 +0000
commit59c20174f84ee535c97c21c8dd5f8dfdaa5e47e1 (patch)
treee5fd4e122412f0e5b9c46ad4e4a34940af50e09a /package/system/rpcd
parent24e29efb2f04526e3ff13d9a72e212b035c78dd7 (diff)
downloadmaster-31e0f0ae-59c20174f84ee535c97c21c8dd5f8dfdaa5e47e1.tar.gz
master-31e0f0ae-59c20174f84ee535c97c21c8dd5f8dfdaa5e47e1.tar.bz2
master-31e0f0ae-59c20174f84ee535c97c21c8dd5f8dfdaa5e47e1.zip
json-c: update to 0.12 and bump all depending services
Version 0.12 deprecates json_object_object_get and moves the header files around Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44657
Diffstat (limited to 'package/system/rpcd')
-rw-r--r--package/system/rpcd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 0694ae5afd..970f849661 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcd
-PKG_VERSION:=2015-02-09
+PKG_VERSION:=2015-03-11
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/rpcd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
-PKG_SOURCE_VERSION:=7b7f254682d24aee497a545a3e20cdaf7cec4f22
+PKG_SOURCE_VERSION:=ae3fe30b6a1d4a45a34b3a896e9a4997c5da500f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>