| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libupnp17 | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 1.14.15 | Vendor: openSUSE |
| Release: bp155.1.5 | Build date: Wed May 17 15:34:23 2023 |
| Group: System/Libraries | Build host: obs-arm-10 |
| Size: 267109 | Source RPM: libupnp-1.14.15-bp155.1.5.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/pupnp/pupnp | |
| Summary: An implementation of Universal Plug and Play (UPnP) | |
The Portable Universal Plug and Play (UPnP) SDK provides support for building UPnP-compliant control points, devices, and bridges on several operating systems
BSD-3-Clause
* Sat Nov 19 2022 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.15
* Fix for some CMake missing files in the autotools distro
* Thu Oct 06 2022 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.14
* Skip leading UTF-8 BOM in XML documents
* Wed Aug 03 2022 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.13
* http: RecvMessage: Fix potential allocation failure
* Tue Sep 28 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.12
* Changes to build system only; nothing user-visible.
* Tue Aug 17 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.10
* Changes to build system only; nothing user-visible.
* Wed Aug 11 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.9
* Removes references to deprecated pthread_mutexattr_{g,s}etkind_np
* Wed May 12 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.7
* Build fixes for Windows
* Wed Apr 21 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.6
* Fix for a DNS Rebind exploit. [CVE-2021-29462]
* Tue Apr 06 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.5
* Non-recursive version of ixmlNode_free() avoids stack overflow
attack (Fixes CVE-2021-28302).
* Tue Mar 30 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.4
* Fix for gena leak.
* Mon Mar 01 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.2
* Fix crash in UpnpGetIfInfo due to unexpected null addresses
showing up for tunnel netdevices.
* Wed Feb 10 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.1
* Remove port >= 49152 restriction.
* Sun Aug 16 2020 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.14.0
* Remove deprecated "UpnpInit" function
* Reworked the miniserver code to deal with SO_REUSEADDR
- Drop 0001-Fixes-177-NULL-pointer-dereference-in-FindServiceCon.patch
(merged)
* Tue Jun 09 2020 Jan Engelhardt <jengelh@inai.de>
- Add 0001-Fixes-177-NULL-pointer-dereference-in-FindServiceCon.patch
[boo#1172625]
* Tue Apr 21 2020 Michal Vyskocil <mvyskocil@opensuse.org>
- Update to version 1.12.1:
* #129: Remove and replace the list.h file
* Reduce spurious HTTP 416 errors due to ill-defined bytes header
* #138: Use stdbool.h instead of BOOL typedef and defines
* #140: Remove IN, OUT and INOUT defines
* #129: Remove and replace the list.h file
* and many more, see ChangeLog
- Bump libpnpn defines to 16 following upstream changes (also in
baselibs.conf).
- ChangeLog installed with devel package, not libXY ones
* Mon Dec 30 2019 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.10.1:
+ Fix format string for ExtraHeaders.
+ Use higher port when reuseaddr is set and the default port is
busy (boo#1132829).
- Drop libupnp-configure.patch: patch seems no longer needed (patch
was added before 2013 and only ever rebased without validating
its usefulness).
- Drop libtool BuildRequires and no longer call autoreconf: since
we have no patch left, there is no need to bootstrap.
- Bump libpnpn defines to 15 and libixmlver to 11, following
upstream chanes (also in baselibs.conf).
* Thu Nov 29 2018 Jan Engelhardt <jengelh@inai.de>
- Update descriptions. "Portable" is part of the proper noun,
and needs an uppercase P here.
* Wed Nov 28 2018 davejplater@gmail.com
- Split off libixml10 and renamed libupnp6 to it's correct name
libupnp13. Major version 6 was last seen long ago.
- libthreadutil was merged with libupnp in version 1.8.1
* Thu Nov 15 2018 Tomáš Chvátal <tchvatal@suse.com>
- Version update to 1.8.4:
* Various fixes to communicate right with some TVs
* Compiler fixes
* Testsuite fun
- Rebase patch libupnp-configure.patch
* Fri Apr 13 2018 adam.majer@suse.de
- Install license with %license tag instead of as documentation
* Fri Apr 13 2018 bjorn.lie@gmail.com
- Update to version 1.6.25:
+ Fix and add more compat helpers.
+ Fix assertion error when http_MakeMessage is called with E in
fmt.
+ libupnp.pc: drop -pthread from Cflags.
+ Fix segmentation fault in http_MakeMessage.
- Changes from version 1.6.23:
+ Allow extra headers to be sent to client in the File_Info
struct by adding extra_headers, an array of struct
Extra_Headers.
+ Queue events on their subscription object instead of adding
them to the thread pool immediately.
- Changes from version 1.6.22:
+ Fix some compiler warning messages on md5.c.
+ Replace MD5 impmplementation with public-domain version.
+ ixml/test/test_document.c is missing the string.h include,
therefore the compiler complains about an implicit declaration.
- Rebase libupnp-configure.patch with quilt.
- Run spec-cleaner, modernize spec.
* Thu Mar 02 2017 jengelh@inai.de
- Rectify RPM groups, use find -delete over -exec rm.
* Fri Feb 24 2017 olaf@aepfle.de
- Update to version 1.6.21 (bsc#898167)
* use stderr if log file cannot be opened
* fix out-of-bounds access [CVE-2016-8863] (bsc#1006256)
* miniserver: fix binding to ipv6 link-local addresses
* fix for file write via POST [CVE-2016-6255] (bsc#989948)
- Replace individual packages from Packman to make migration to
Tumbleweed easier.
- Package LICENSE file
* Thu Feb 19 2015 p.drouand@gmail.com
- Update to version 1.6.19
* Fix access violation due to changed usage of pthreads-win32
(closes SF Bug Tracker #119)
- Update libupnp-configure.patch
- added baselibs.conf to sources
- add .sha1 download from sf ... (not much useful)
/usr/lib64/libupnp.so.17 /usr/lib64/libupnp.so.17.1.6 /usr/share/licenses/libupnp17 /usr/share/licenses/libupnp17/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 16:42:20 2026