diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-09-13 13:24:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-09-13 13:24:45 +0000 |
commit | c3cc912ed9d7822bbb87c459edb7224567d4fe1e (patch) | |
tree | 0a00bd6763a4fec2da5a30e9cb0ce625b5e9fa79 /package | |
parent | c6c1c381d6bb989aea8d24503955fec12be38d4f (diff) | |
download | upstream-c3cc912ed9d7822bbb87c459edb7224567d4fe1e.tar.gz upstream-c3cc912ed9d7822bbb87c459edb7224567d4fe1e.tar.bz2 upstream-c3cc912ed9d7822bbb87c459edb7224567d4fe1e.zip |
uhttpd: udpat to git head
- fixes buffer corruption with JSON-RPC list calls
- change JSON-RPC protocol to include the session ID into the call
attributes instead of passing it via the URL
- forcibly pass effective session ID as "ubus_rpc_session" attribute
to called procedures
- change ubus acl checking to conform with new ubus session namespace
SVN-Revision: 37962
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/uhttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index 6194f4b834..7c3ea5b055 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_VERSION:=2013-07-31 +PKG_VERSION:=2013-09-13 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/uhttpd2.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=fae8886f8aa5d996c8de607abea8b677216549b5 +PKG_SOURCE_VERSION:=8eb20e0aad7412468975b2c9ce7e374ea3084e42 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |