- 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()
OBS-URL: https://build.opensuse.org/request/show/859233
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=34
- Update to 1.9.20151026
* snprintf() overflow check. check overflow in simpleUPnPcommand2()
* fix compilation with old macs
* fix compilation with mingw32 (for Appveyor)
* fix python module for python <= 2.3
* Change sameport to localport
see https://github.com/miniupnp/miniupnp/pull/120
* increments API_VERSION to 15
* Fix buffer overflow in igd_desc_parse.c/IGDstartelt()
Discovered by Aleksandar Nikolic of Cisco Talos
* move ssdpDiscoverDevices() to minissdpc.c
* avoid unix socket leak in getDevicesFromMiniSSDPD()
* Also accept "Up" as ConnectionStatus value
* split getDevicesFromMiniSSDPD
* add ttl argument to upnpDiscover() functions
* increments API_VERSION to 14
* Read USN from SSDP messages.
* Check malloc/calloc
* update getDevicesFromMiniSSDPD() to process longer minissdpd
responses
* add searchalltypes param to upnpDiscoverDevices()
* increments API_VERSION to 13
* upnpc: output version on the terminal
_BSD_SOURCE is deprecated in favor of _DEFAULT_SOURCE
* fix CMakeLists.txt COMPILE_DEFINITIONS
* fix getDevicesFromMiniSSDPD() not setting scope_id
* improve -r command of upnpc command line tool
* search all :
upnpDiscoverDevices() / upnpDiscoverAll() functions
listdevices executable
OBS-URL: https://build.opensuse.org/request/show/344963
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=15
- Update to 1.9:
* added argument remoteHost to UPNP_GetSpecificPortMappingEntry()
increment API_VERSION to 10
* --help and -h arguments in upnpc.c
* fixed potential buffer overrun in miniwget.c
bnc#881990
CVE-2014-3985
Modified UPNP_GetValidIGD() to check for ExternalIpAddress
* define MAXHOSTNAMELEN if not already done
* update upnpreplyparse to allow larger values (128 chars instead of 64)
* Update upnpreplyparse to take into account "empty" elements
validate upnpreplyparse.c code with "make check"
* Fix Solaris build thanks to Maciej Małecki
* Fix testminiwget.sh for BSD
* Fixed Makefile for *BSD
* Update Makefile to use JNAerator version 0.11
* Fix testminiwget.sh for use with dash
Use $(DESTDIR) in Makefile
OBS-URL: https://build.opensuse.org/request/show/236817
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=12