1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00

uhttpd: update to latest version, fixes a SSL connection memory leak

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 36636
This commit is contained in:
Felix Fietkau 2013-05-14 17:43:00 +00:00
parent d481486aad
commit d090eea125

View File

@ -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 <nbd@openwrt.org>