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