From aa371ee5341b8a3e445d83557a413c821fd0309d Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 23 Oct 2022 22:54:40 +0200 Subject: [PATCH] package/libminiupnpc: bump to version 2.2.4 2022/02/20: upnpc: use of @ to replace local lan address 2021/11/09: python module : Allow to specify the root description url - Drop patch (already in version) - Update hash of LICENSE file (license "refined" for github with https://github.com/miniupnp/miniupnp/commit/af812c877532f2432b0566633e1e539797ef9c13) http://miniupnp.free.fr/files/changelog.php?file=miniupnpc-2.2.4.tar.gz Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- ...akeLists-txt-fix-install-for-headers.patch | 43 ------------------- package/libminiupnpc/libminiupnpc.hash | 4 +- package/libminiupnpc/libminiupnpc.mk | 2 +- 3 files changed, 3 insertions(+), 46 deletions(-) delete mode 100644 package/libminiupnpc/0001-miniupnpc-CMakeLists-txt-fix-install-for-headers.patch diff --git a/package/libminiupnpc/0001-miniupnpc-CMakeLists-txt-fix-install-for-headers.patch b/package/libminiupnpc/0001-miniupnpc-CMakeLists-txt-fix-install-for-headers.patch deleted file mode 100644 index 2e4c8a69e6..0000000000 --- a/package/libminiupnpc/0001-miniupnpc-CMakeLists-txt-fix-install-for-headers.patch +++ /dev/null @@ -1,43 +0,0 @@ -From f82b0563a72e33800f5918ead68c41bcda1fd4c1 Mon Sep 17 00:00:00 2001 -From: heitbaum -Date: Fri, 1 Oct 2021 00:00:27 +1000 -Subject: [PATCH] miniupnpc/CMakeLists.txt: fix install for headers - -[Retrieved from: -https://github.com/miniupnp/miniupnp/commit/f82b0563a72e33800f5918ead68c41bcda1fd4c1] -Signed-off-by: Fabrice Fontaine ---- - miniupnpc/CMakeLists.txt | 20 ++++++++++---------- - 1 file changed, 10 insertions(+), 10 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 0553eeb3..6b0904c0 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -221,16 +221,16 @@ endif () - - if (NOT UPNPC_NO_INSTALL) - install (FILES -- miniupnpc.h -- miniwget.h -- upnpcommands.h -- igd_desc_parse.h -- upnpreplyparse.h -- upnperrors.h -- upnpdev.h -- miniupnpctypes.h -- portlistingparse.h -- miniupnpc_declspec.h -+ include/miniupnpc.h -+ include/miniwget.h -+ include/upnpcommands.h -+ include/igd_desc_parse.h -+ include/upnpreplyparse.h -+ include/upnperrors.h -+ include/upnpdev.h -+ include/miniupnpctypes.h -+ include/portlistingparse.h -+ include/miniupnpc_declspec.h - DESTINATION include/miniupnpc - ) - diff --git a/package/libminiupnpc/libminiupnpc.hash b/package/libminiupnpc/libminiupnpc.hash index 4714dd6f48..5dca8dd6cf 100644 --- a/package/libminiupnpc/libminiupnpc.hash +++ b/package/libminiupnpc/libminiupnpc.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 dce41b4a4f08521c53a0ab163ad2007d18b5e1aa173ea5803bd47a1be3159c24 miniupnpc-2.2.3.tar.gz -sha256 90bb92bf524970569296022fea562c85a4ec4d99a16f3aef2144d13d7087b631 LICENSE +sha256 481a5e4aede64e9ef29895b218836c3608d973e77a35b4f228ab1f3629412c4b miniupnpc-2.2.4.tar.gz +sha256 a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021 LICENSE diff --git a/package/libminiupnpc/libminiupnpc.mk b/package/libminiupnpc/libminiupnpc.mk index f3661396ca..9dc5c719a9 100644 --- a/package/libminiupnpc/libminiupnpc.mk +++ b/package/libminiupnpc/libminiupnpc.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBMINIUPNPC_VERSION = 2.2.3 +LIBMINIUPNPC_VERSION = 2.2.4 LIBMINIUPNPC_SOURCE = miniupnpc-$(LIBMINIUPNPC_VERSION).tar.gz LIBMINIUPNPC_SITE = http://miniupnp.free.fr/files LIBMINIUPNPC_INSTALL_STAGING = YES