3 Commits

6 changed files with 23 additions and 55 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1728377855
commit: 00d1ecd9106189fa4f71f17629eefe37acee255a8a80ec6179b8c28e20a1ca57
url: https://src.opensuse.org/jengelh/libupnp
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64f8f7b765278bdad1cdbeb6b520444063345219f35a73dd1afec59fabb69254
size 256

BIN
libupnp-1.14.20.tar.bz2 LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,39 +1,3 @@
-------------------------------------------------------------------
Sun Nov 9 19:07:04 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Switch to cmake
-------------------------------------------------------------------
Sun Sep 28 20:56:08 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.25
* Handle multiple results of `getaddrinfo`
-------------------------------------------------------------------
Thu Jun 12 07:34:09 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.24
* Fix possible close() on non-initialized socket
-------------------------------------------------------------------
Sat Jun 7 18:16:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.23
* Improve SSDP initialization and error handling
-------------------------------------------------------------------
Mon Jun 2 21:24:49 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.22
* Resolve FTBFS on musl
-------------------------------------------------------------------
Mon Jun 2 08:05:18 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.4.21
* IXML fuzzer fixes
* Bind SSDP UDP response to port 1900
-------------------------------------------------------------------
Tue Oct 8 08:51:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libupnp
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
%define pnpver 17
%define ixmlver 11
Name: libupnp
Version: 1.14.25
Version: 1.14.20
Release: 0
Summary: An implementation of Universal Plug and Play (UPnP)
License: BSD-3-Clause
@@ -28,8 +28,7 @@ Group: Development/Libraries/C and C++
URL: https://github.com/pupnp/pupnp
Source: https://github.com/pupnp/pupnp/releases/download/release-%version/%name-%version.tar.bz2
Source3: baselibs.conf
BuildRequires: c++_compiler
BuildRequires: cmake >= 3.11
BuildRequires: libtool
BuildRequires: pkg-config
%description
@@ -66,22 +65,21 @@ UPnP-compliant control points, devices, and bridges on several operating
systems.
%prep
%autosetup -p1
%autosetup
%build
# the openssl simply does not compile
%cmake \
-DUPNP_BUILD_SAMPLES=OFF \
-DUPNP_ENABLE_IPV6=ON \
-DUPNP_BUILD_STATIC=OFF \
-DUPNP_MINISERVER_REUSEADDR=ON \
-DUPNP_ENABLE_OPEN_SSL=OFF \
-DUPNP_ENABLE_UNSPECIFIED_SERVER=ON \
-DBUILD_TESTING=ON
%cmake_build
%configure \
--disable-samples \
--enable-ipv6 \
--disable-static \
--enable-reuseaddr \
--disable-open_ssl \
--enable-unspecified_server
%make_build
%install
%cmake_install
%make_install
find "%buildroot" -type f -name "*.la" -delete -print
%ldconfig_scriptlets -n %name%pnpver
@@ -101,6 +99,5 @@ find "%buildroot" -type f -name "*.la" -delete -print
%_libdir/libixml.so
%_libdir/libupnp.so
%_includedir/upnp/
%_libdir/cmake/
%changelog