From: nbd Date: Mon, 15 Apr 2013 14:49:52 +0000 (+0000) Subject: uhttpd: update to latest version, fixes compile error with latest libubox X-Git-Tag: fast2504n-3.10.28-merged~2791 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=02d93855b3f37296c63880db22c39c12b2ff0d21;p=openwrt.git uhttpd: update to latest version, fixes compile error with latest libubox Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36338 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index d54c0ad3d9..6165ac3e4a 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-03-15 +PKG_VERSION:=2013-04-15 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:=3675d407ecf4908a231eb6bde6bb6408f20a9e81 +PKG_SOURCE_VERSION:=9d83bd3c524c4bbeb8e6583155dd7df9e8a1b5d3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau