5 Commits

Author SHA256 Message Date
a7359ec39f libupnp 1.14.24 2025-06-12 09:34:28 +02:00
529e9c752b libupnp 1.14.23 2025-06-07 20:17:31 +02:00
2480dc6011 libupnp 1.14.22 2025-06-02 23:25:14 +02:00
6a526c107d libupnp 1.14.21 2025-06-02 10:09:44 +02:00
00d1ecd910 libupnp 1.14.20 2024-10-08 10:57:35 +02:00
4 changed files with 42 additions and 7 deletions

BIN
libupnp-1.14.19.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
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>

View File

@@ -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,14 +20,15 @@
%define pnpver 17
%define ixmlver 11
Name: libupnp
Version: 1.14.19
Version: 1.14.24
Release: 0
Summary: An implementation of Universal Plug and Play (UPnP)
License: BSD-3-Clause
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
Source: https://github.com/pupnp/pupnp/archive/refs/tags/release-%version.tar.gz
Source3: baselibs.conf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkg-config
@@ -65,7 +66,8 @@ UPnP-compliant control points, devices, and bridges on several operating
systems.
%prep
%autosetup
%autosetup -n pupnp-release-%version
autoreconf -fi
%build
# the openssl simply does not compile

BIN
release-1.14.24.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.