Author: jow
Date: 2014-10-27 11:25:07 +0100 (Mon, 27 Oct 2014)
New Revision: 43078

Modified:
   trunk/package/network/services/uhttpd/Makefile
Log:
uhttpd: fix HTTP incompatibilities in file handler

 * Fixes sending an extraneous message body for 204 and 304 resoponses which
   breaks Chrome in keep-alive mode.

 * Adds mimetypes for JSON and JSONP.

Signed-off-by: Jo-Philipp Wich <[email protected]>

Modified: trunk/package/network/services/uhttpd/Makefile
===================================================================
--- trunk/package/network/services/uhttpd/Makefile      2014-10-26 20:33:34 UTC 
(rev 43077)
+++ trunk/package/network/services/uhttpd/Makefile      2014-10-27 10:25:07 UTC 
(rev 43078)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uhttpd
-PKG_VERSION:=2014-08-25
+PKG_VERSION:=2014-10-27
 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:=dabd7dea6445aaa0e5b8d9add1872fa7393b3a85
+PKG_SOURCE_VERSION:=fd8e5e379c23c5fbcec3e76894b839233df09067
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to