From: nbd Date: Tue, 14 May 2013 17:43:00 +0000 (+0000) Subject: uhttpd: update to latest version, fixes a SSL connection memory leak X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0913d2214b85a551c8afd69fc46711cd10f69258;p=openwrt.git uhttpd: update to latest version, fixes a SSL connection memory leak Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36636 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index be518355d3..9f8a397bf3 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-04-17 +PKG_VERSION:=2013-05-14 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:=d518cb32327492ad73c4583bb69d1d678410a631 +PKG_SOURCE_VERSION:=a5b6d0f4211fe22e86175b58d59876c81bbd3886 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau