summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-31 22:07:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-31 22:07:09 +0000
commit719adb6471371b9ed01b63b55cb7d026ed394354 (patch)
treec407ab3547c6ec388c585044b6231fc971096fbf /package
parentb7f8f212ae2207de3e709445b158aec1ec263a3b (diff)
downloadmaster-31e0f0ae-719adb6471371b9ed01b63b55cb7d026ed394354.tar.gz
master-31e0f0ae-719adb6471371b9ed01b63b55cb7d026ed394354.tar.bz2
master-31e0f0ae-719adb6471371b9ed01b63b55cb7d026ed394354.zip
uhttpd: update to the latest version, fixes a crash on early cgi/lua process termination
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37628
Diffstat (limited to 'package')
-rw-r--r--package/network/services/uhttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index 556d9a8e0f..6194f4b834 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-07-26
+PKG_VERSION:=2013-07-31
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:=135afd6343e524cb4fb0e6579cc3447531a401fa
+PKG_SOURCE_VERSION:=fae8886f8aa5d996c8de607abea8b677216549b5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>