commit:     d4b20381baa5e2e753a1e9b5d5b3f8d1a3d43251
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  7 21:50:03 2026 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Feb  7 23:22:57 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b20381

net-libs/libupnp: add 1.14.26

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-libs/libupnp/Manifest               |  1 +
 net-libs/libupnp/libupnp-1.14.26.ebuild | 49 +++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 23a671845f21..8314c5ca3065 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,2 +1,3 @@
 DIST libupnp-1.14.24.tar.gz 820880 BLAKE2B 
a8b6a9a39a2b4f4e85af09eb8950a39fa51e9fb3199652ade580ec07a73e4d6c7ff7f9d4de4059c1032a581926187a181b1083cb7c6fc0c907ca43e695c1ee33
 SHA512 
0ec4d2af846e1f85be6e5142540ed5f61c65cfc1dc6a30668c94cbced615d53abb126699c6ee557646dd30f47a9f29ff2554d6a4345f7cbf8f0a998dc9df3048
 DIST libupnp-1.14.25.tar.gz 821381 BLAKE2B 
e502dbc8e57030e807e5f92a6bea41bab696d4fcc5259ce5ba4d130f9f88d56f77300757c988aecb913547a21cf1382791c72801aa26c64aaf71cbc32199f74a
 SHA512 
2aed5c72cb8e33b89d85e6755b99e7bd4e82ffb58d03ef58c2cdd790d4dc6c33b3a9f91168595930be53f0bb803e266e2bb02ea5fcc5cda8edada9453bf56492
+DIST libupnp-1.14.26.tar.gz 823989 BLAKE2B 
f2d630de1b3dba71d1c19736921d26b83826289f5f1f70c5d545e6a6434993e690cbdfa72874aa7f5f26f9abcba8da732962fc4d1b6a3d37d798d269efb6e551
 SHA512 
0ee631d5cfa45329b93a963e07cb250bc8f430c2d95cfb97658d786aaa15207d117a9d382698bfad1ce9913e73c2fb4a694b4a557002b0f75be67ef75bfb9e07

diff --git a/net-libs/libupnp/libupnp-1.14.26.ebuild 
b/net-libs/libupnp/libupnp-1.14.26.ebuild
new file mode 100644
index 000000000000..fdd5020cb41c
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.26.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
+
+src_prepare() {
+       default
+       eautoreconf
+}
+
+src_configure() {
+       local myeconfargs=(
+               $(use_enable blocking-tcp blocking-tcp-connections)
+               $(use_enable debug)
+               --enable-ipv6
+               $(use_enable reuseaddr)
+               $(use_enable samples)
+               $(use_enable ssl open_ssl)
+               $(use_enable static-libs static)
+       )
+
+       econf ${myeconfargs[@]}
+}
+
+src_install() {
+       default
+
+       find "${D}" -name '*.la' -delete || die
+}

Reply via email to