From 77e209990e6445fa96fc0a2d737fc418d90b41eb Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 17 Feb 2020 19:11:08 -0800 Subject: [PATCH] libupnp: downgrade to 1.8.6 The newer libupnp is causing problems with libupnpp. While the latter has migraded to using a different library, it still has support for older libupnp. Keep using it. Signed-off-by: Rosen Penev --- libs/libupnp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libupnp/Makefile b/libs/libupnp/Makefile index 5391bf619..39c3e0f1a 100644 --- a/libs/libupnp/Makefile +++ b/libs/libupnp/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libupnp -PKG_VERSION:=1.12.0 +PKG_VERSION:=1.8.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/pupnp -PKG_HASH:=1bda3939976a9a2901382233db39379ce993b59a0e7fd0dd781212a44a9b44a2 +PKG_HASH:=65faf240f8ccee50cc0e7fe7fb21dcd79f743fc227a9b652b091f50f6956c2c7 PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=BSD-3-Clause