SHA256
1
0
forked from pool/libupnp

3 Commits

6 changed files with 14 additions and 34 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 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,28 +1,3 @@
-------------------------------------------------------------------
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,15 +20,14 @@
%define pnpver 17
%define ixmlver 11
Name: libupnp
Version: 1.14.24
Version: 1.14.20
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/archive/refs/tags/release-%version.tar.gz
Source: https://github.com/pupnp/pupnp/releases/download/release-%version/%name-%version.tar.bz2
Source3: baselibs.conf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkg-config
@@ -66,8 +65,7 @@ UPnP-compliant control points, devices, and bridges on several operating
systems.
%prep
%autosetup -n pupnp-release-%version
autoreconf -fi
%autosetup
%build
# the openssl simply does not compile

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

Binary file not shown.