Commit graph

7 commits

Author SHA1 Message Date
nia
2f7443c8ef miniupnpc: Update to 2.2.1
2020/11/30:
  Add miniupnpc.rc for .dll description
2021-01-24 16:58:15 +00:00
nia
15781a79cd miniupnpc: Update to 2.2.0
VERSION 2.2.0 : released 2020/11/09

2020/09/24:
  Check properly for reserved IP addresses

2020/09/23:
  prevent infinite loop in upnpDiscover()

2020/02/16:
  Add Haiku support

2019/10/22:
  testminiwget.sh can use either "ip addr" or "ifconfig -a

2019/10/13:
  fix UPNP_GetValidIGD() when several devices are found
  which are reachable from != local address

2019/08/24:
  Allow Remote Host on upnpc command line
  fix error 708 description in strupnperror()

2019/04/05:
  Fix memory leak in upnpreplyparse.c with NewPortListing element

2019/03/10:
  connecthostport.c: Code simplification, error trace fix

2019/01/23:
  set timeout for select() in connecthostport()

2018/10/31:
  miniupnpcmodule.c: check return of WSAStartup()

2018/07/14:
  Fix and improve MSVC project :
    Add Dll configurations
    improve genminiupnpcstrings.vbs

2018/06/18:
  Fixes for windows 64-bits.
2020-11-23 20:15:19 +00:00
nia
e68933d57c net/miniupnpc: add -lsocket -lnsl on SunOS. 2018-10-03 22:37:09 +00:00
nia
79dc95ccf0 net/miniupnpc: update PLIST. should have happened in last commit... 2018-10-03 22:35:03 +00:00
nia
e903003f2c net/miniupnpc: update to version 2.1
Changes:

VERSION 2.1 : released 2018/05/07

2018/05/07:
  CMake Modernize and cleanup CMakeLists.txt
  Update MS Visual Studio projects

2018/04/30:
  listdevices: show devices sorted by XML desc URL

2018/04/26:
  Small fix in miniupnpcmodule.c (python module)
  Support cross compiling in Makefile.mingw

2018/04/06:
  Use SOCKET type instead of int (for Win64 compilation)
  Increments API_VERSION to 17

2018/02/22:
  Disable usage of MiniSSDPd when using -m option

2017/12/11:
  Fix buffer over run in minixml.c
  Fix uninitialized variable access in upnpreplyparse.c

2017/05/05:
  Fix CVE-2017-8798   Thanks to tin/Team OSTStrom

2016/11/11:
  check strlen before memcmp in XML parsing portlistingparse.c
  fix build under SOLARIS and CYGWIN

2016/10/11:
  Add python 3 compatibility to IGD test
2018-10-03 22:27:05 +00:00
wiedi
4ea22d0ee1 add support for PKGMANDIR and fix build on SunOS 2017-07-03 11:53:57 +00:00
adam
000de6d0b5 Simple and small footprint client and library for setuping gateway port
redirections using UPnP Internet Gateway Device services.
2016-12-01 22:28:29 +00:00