diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-19 22:55:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-19 22:55:46 +0000 |
commit | b5a9786bc087f3de1ac6046e84c56fa6a04bf2e8 (patch) | |
tree | 8e7b0ad7a184d2be7dbe82e576497da6a7967eff | |
parent | 317f27c62f6269dfcc561e6227873e37253a14bd (diff) | |
download | master-187ad058-b5a9786bc087f3de1ac6046e84c56fa6a04bf2e8.tar.gz master-187ad058-b5a9786bc087f3de1ac6046e84c56fa6a04bf2e8.tar.bz2 master-187ad058-b5a9786bc087f3de1ac6046e84c56fa6a04bf2e8.zip |
uhttpd: update to a newer version, fixes chunked transfer on some POST requests
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35249 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/network/services/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index 9285b55b59..e3c8417a1c 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -14,7 +14,7 @@ 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:=3560e89406c81814254bdb45db19498387265cb7 +PKG_SOURCE_VERSION:=56278d4af64256e703a6c4cf3d854aac689c391c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |