uhttpd: update to latest version, fixes index page processing order
authorFelix Fietkau <nbd@openwrt.org>
Thu, 16 May 2013 11:38:19 +0000 (11:38 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 16 May 2013 11:38:19 +0000 (11:38 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36644

package/network/services/uhttpd/Makefile

index 9f8a397bf37b00cf95a0b4880c82ba6c1cc7620e..4b12727c897c87d34b4e40ebb64110f7767670b1 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uhttpd
-PKG_VERSION:=2013-05-14
+PKG_VERSION:=2013-05-16
 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:=a5b6d0f4211fe22e86175b58d59876c81bbd3886
+PKG_SOURCE_VERSION:=7a6811b705d6cca54b1367459fa19bb6d1234c45
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>