forked from pool/libupnp
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
edab2e296f | ||
| 67b0f85680 | |||
| a7359ec39f | |||
| 529e9c752b | |||
| 2480dc6011 | |||
| 6a526c107d | |||
| 00d1ecd910 |
BIN
libupnp-1.14.19.tar.bz2
LFS
BIN
libupnp-1.14.19.tar.bz2
LFS
Binary file not shown.
BIN
libupnp-1.14.25.tar.bz2
LFS
Normal file
BIN
libupnp-1.14.25.tar.bz2
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to release 1.14.20
|
||||
* Add CORS header to avoid browser warnings
|
||||
* Implement setting allow-origin in header
|
||||
* Allow setting MaxJobsTotal for ThreadPools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 21:50:57 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
29
libupnp.spec
29
libupnp.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libupnp
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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.19
|
||||
Version: 1.14.25
|
||||
Release: 0
|
||||
Summary: An implementation of Universal Plug and Play (UPnP)
|
||||
License: BSD-3-Clause
|
||||
@@ -28,7 +28,8 @@ 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: libtool
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: cmake >= 3.11
|
||||
BuildRequires: pkg-config
|
||||
|
||||
%description
|
||||
@@ -65,21 +66,22 @@ UPnP-compliant control points, devices, and bridges on several operating
|
||||
systems.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
# the openssl simply does not compile
|
||||
%configure \
|
||||
--disable-samples \
|
||||
--enable-ipv6 \
|
||||
--disable-static \
|
||||
--enable-reuseaddr \
|
||||
--disable-open_ssl \
|
||||
--enable-unspecified_server
|
||||
%make_build
|
||||
%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
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%cmake_install
|
||||
find "%buildroot" -type f -name "*.la" -delete -print
|
||||
|
||||
%ldconfig_scriptlets -n %name%pnpver
|
||||
@@ -99,5 +101,6 @@ find "%buildroot" -type f -name "*.la" -delete -print
|
||||
%_libdir/libixml.so
|
||||
%_libdir/libupnp.so
|
||||
%_includedir/upnp/
|
||||
%_libdir/cmake/
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user