Author: nbd Date: 2015-09-07 21:19:25 +0200 (Mon, 07 Sep 2015) New Revision: 46808
Modified: branches/chaos_calmer/package/network/services/uhttpd/Makefile Log: uhttpd: update to the latest version, fixes deferred cgi script processing (#20458) Signed-off-by: Felix Fietkau <[email protected]> Backport of r46807 Modified: branches/chaos_calmer/package/network/services/uhttpd/Makefile =================================================================== --- branches/chaos_calmer/package/network/services/uhttpd/Makefile 2015-09-07 19:18:58 UTC (rev 46807) +++ branches/chaos_calmer/package/network/services/uhttpd/Makefile 2015-09-07 19:19:25 UTC (rev 46808) @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_VERSION:=2015-08-17 +PKG_VERSION:=2015-09-07 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:=f91788b809d9726126e9cf4384fedbbb0c5b8a73 +PKG_SOURCE_VERSION:=993cace15114a0f06f720f34a4748ab54b695f0d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <[email protected]> PKG_LICENSE:=ISC _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
