From 2d470338ba15ae945c7631c3259be8962dd37978 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 21 Nov 2010 22:01:13 +0000 Subject: [PATCH] [package] update libupnp to 1.6.8 this patch updates libupnp to 1.6.8. There are lots of fixes since 1.6.6, and 3 concerning embedded devices: - fix segfault when there is no services on embedded devices - customize the stack size of the threads used by pupnp - fix several memory leaks And a security issue: - fix denial-of-service Signed-off-by: Raphael Huck SVN-Revision: 24066 --- libs/libupnp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libupnp/Makefile b/libs/libupnp/Makefile index 76d283aa29..113769f24c 100644 --- a/libs/libupnp/Makefile +++ b/libs/libupnp/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libupnp -PKG_VERSION:=1.6.6 -PKG_RELEASE:=2 +PKG_VERSION:=1.6.8 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/pupnp -PKG_MD5SUM:=8918dcf7428cd119d0c8275765ff2833 +PKG_MD5SUM:=7e162895b9d0f9efcccd07973012cdff PKG_FIXUP:=libtool PKG_INSTALL:=1 -- 2.30.2