Changelog for
python311-miniupnpc-2.2.6-1.1.x86_64.rpm :
* Sun Apr 07 2024 Andrea Manzini
- update to 2.2.6:
* includes charset=\"utf-8\" in Content-Type
* fix memory allocation error in minissdpc.c
* Make User-Agent compliant.
* add new binary listdevices => upnp-listdevices- added %check section to run unit tests
* Sat Jul 15 2023 Dirk Müller - update to 2.2.5:
* GetListOfPortMappings NewStartPort 0 => 1
* CheckPinholeWorking is optional
* add 60x errors from UPnP Device Architecture
* cmake: install binaries, man pages and external-ip.sh- drop python2 support
* Fri Dec 23 2022 Dirk Müller - update to 2.2.4:
* upnpc: use of AATT to replace local lan address
* python module : Allow to specify the root description url
* Change directory structure : include/ and src/ directories.- drop makefile-deps-fix.patch (upstream)
* Thu Jun 09 2022 Martin Hauke - Set LIBIR during \'make install\' to fix the library path in the generated pkg-config file.
* Tue May 18 2021 Andreas Stieger - add upstream signing key and validate source signature
* Wed Apr 28 2021 Martin Pluskal - Update to version 2.2.2:
* miniupnpcmodule.c: throw an exception in UPnP_discover()
* Fix usage of IP_MULTICAST_IF with struct ip_mreqn
* Thu Mar 25 2021 Ben Greiner - Can\'t assume non-existence of python38 macros in Leap. gh#openSUSE/python-rpm-macros#107 Test for suse_version instead. Only Tumbleweed has and needs the python_subpackage_only support.
* Tue Dec 29 2020 Dirk Müller - update to 2.2.1:
* Add miniupnpc.rc for .dll description
* Check properly for reserved IP addresses
* prevent infinite loop in upnpDiscover()
* Add Haiku support
* testminiwget.sh can use either \"ip addr\" or \"ifconfig -a
* fix UPNP_GetValidIGD() when several devices are found
* Allow Remote Host on upnpc command line
* fix error 708 description in strupnperror()
* Fix memory leak in upnpreplyparse.c with NewPortListing element
* connecthostport.c: Code simplification, error trace fix
* set timeout for select() in connecthostport()
* miniupnpcmodule.c: check return of WSAStartup()
* Sun Nov 22 2020 Benjamin Greiner - Fix the python subpackage generation gh#openSUSE/python-rpm-macros#79
* Sat Nov 14 2020 Benjamin Greiner - Support multiple python3 flavors gh#openSUSE/python-rpm-macros#66- Don\'t own the whole python sitearch directory