From fbaffb0179b904e4a19a3a13af842f4ba9ee0b96 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 15 Oct 2022 23:58:29 +0200 Subject: [PATCH] package/igd2-for-linux: bump to version 2.2 This bump will fix the build with pupnp >= 1.14.13 raised since commit a9ee25b01b741ad4f68575974c89c65146ab87f2 and https://github.com/pupnp/pupnp/commit/2f99af26731ec7d5677e5576c006a35128b59d55: In file included from src/threadutil/FreeList.h:43, from src/threadutil/TimerThread.h:39, from src/gatedevice.h:32, from src/gatedevice.c:38: src/threadutil/ithread.h:917:12: error: expected ';' before 'int' 917 | EXPORT_SPEC int pthread_mutexattr_setkind_np( | ^~~~ | ; Fixes: - http://autobuild.buildroot.org/results/2eebf8264327bd492ee8cadc0c539d42c4f2e252 Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/igd2-for-linux/igd2-for-linux.hash | 2 +- package/igd2-for-linux/igd2-for-linux.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/igd2-for-linux/igd2-for-linux.hash b/package/igd2-for-linux/igd2-for-linux.hash index fe1272338a..3b4fd4f5c9 100644 --- a/package/igd2-for-linux/igd2-for-linux.hash +++ b/package/igd2-for-linux/igd2-for-linux.hash @@ -1,4 +1,4 @@ # Locally computed: -sha256 843f2b0a7597e6cc7af85da099a7cce3401a334cbb4a6ae9d38ce252311db9b9 igd2-for-linux-2.1.tar.gz +sha256 68ee10bf02b18890af8bf9e38be377f038627cd16fce54200fc1b26fd83e4375 igd2-for-linux-2.2.tar.gz sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 linuxigd2/doc/LICENSE sha256 c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3 linuxigd2/src/threadutil/COPYING diff --git a/package/igd2-for-linux/igd2-for-linux.mk b/package/igd2-for-linux/igd2-for-linux.mk index 8cc3c6ae18..c646c6bf92 100644 --- a/package/igd2-for-linux/igd2-for-linux.mk +++ b/package/igd2-for-linux/igd2-for-linux.mk @@ -4,7 +4,7 @@ # ################################################################################ -IGD2_FOR_LINUX_VERSION = 2.1 +IGD2_FOR_LINUX_VERSION = 2.2 IGD2_FOR_LINUX_SITE = \ $(call github,Orange-OpenSource,igd2-for-linux,v$(IGD2_FOR_LINUX_VERSION))