From e87cf9e0821b01e5a8e56f5f68de20f0e906188b Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 13 Jul 2023 14:08:09 +0200 Subject: [PATCH] libupnp, bump version (#9031) --- .../{libupnp-1.14.12.recipe => libupnp-1.14.17.recipe} | 9 +++++---- ...libupnp-1.14.12.patchset => libupnp-1.14.17.patchset} | 0 2 files changed, 5 insertions(+), 4 deletions(-) rename net-libs/libupnp/{libupnp-1.14.12.recipe => libupnp-1.14.17.recipe} (91%) rename net-libs/libupnp/patches/{libupnp-1.14.12.patchset => libupnp-1.14.17.patchset} (100%) diff --git a/net-libs/libupnp/libupnp-1.14.12.recipe b/net-libs/libupnp/libupnp-1.14.17.recipe similarity index 91% rename from net-libs/libupnp/libupnp-1.14.12.recipe rename to net-libs/libupnp/libupnp-1.14.17.recipe index da62b764e..9f25cbce3 100644 --- a/net-libs/libupnp/libupnp-1.14.12.recipe +++ b/net-libs/libupnp/libupnp-1.14.17.recipe @@ -9,9 +9,9 @@ COPYRIGHT="2000-2003 Intel Corporation 2005-2006 Rémi Turboult 2006 Michel Pfeiffer and others" LICENSE="BSD (3-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/pupnp/pupnp/archive/release-$portVersion.tar.gz" -CHECKSUM_SHA256="6a7f26818d5aa3949bc2e68739387a261c564430ba612f793c61d31619dde1e4" +CHECKSUM_SHA256="6616d1eef11bbbe3015bf3f4d42138ad09cf38560ab4ffc3e42d3f93a7794699" SOURCE_DIR="pupnp-release-$portVersion" PATCHES="libupnp-$portVersion.patchset" @@ -20,7 +20,7 @@ SECONDARY_ARCHITECTURES="x86" libIxmlVersion="11.1.2" libIxmlVersionCompat="$libIxmlVersion compat >= ${libIxmlVersion%%.*}" -libUpnpVersion="17.1.3" +libUpnpVersion="17.1.8" libUpnpVersionCompat="$libUpnpVersion compat >= ${libUpnpVersion%%.*}" PROVIDES=" @@ -57,7 +57,8 @@ BUILD_PREREQUIRES=" BUILD() { autoreconf -fi - runConfigure ./configure --disable-static + runConfigure ./configure --disable-static \ + --enable-reuseaddr make } diff --git a/net-libs/libupnp/patches/libupnp-1.14.12.patchset b/net-libs/libupnp/patches/libupnp-1.14.17.patchset similarity index 100% rename from net-libs/libupnp/patches/libupnp-1.14.12.patchset rename to net-libs/libupnp/patches/libupnp-1.14.17.patchset