./net/miniupnpc, Client and library for UPnP IGD services

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.4, Package name: miniupnpc-2.2.4, Maintainer: pkgsrc-users

Simple and small footprint client and library for setuping gateway port
redirections using UPnP Internet Gateway Device services.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 100.52 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-03 22:13:17 by Nikita | Files touched by this commit (3) | Package updated
Log message:
miniupnpc: update to version 2.2.4

Changelog:

miniUPnP client Changelog.

2022/02/20:
  upnpc: use of @ to replace local lan address

2021/11/09:
  python module : Allow to specify the root description url
   2022-04-11 12:04:39 by Nikita | Files touched by this commit (6)
Log message:
miniupnpc: Update to 2.2.3

Changelog:

2021/08/13:
  Change directory structure : include/ and src/ directories.
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2021-06-10 18:45:22 by Nia Alarie | Files touched by this commit (2)
Log message:
miniupnpc: Hack around build failure on NetBSD

sed 's/\(.*MINIUPNPC_API_VERSION\s\+\)[0-9]\+/\117/' < miniupnpc.h.bak > \ 
miniupnpc.h
sed: 1: "s/\(.*MINIUPNPC_API_VER ...": RE error: trailing backslash (\)

I held back on updating this package because of exactly this error...
   2021-06-04 20:57:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
miniupnpc: updated to 2.2.2

2.2.2:
miniupnpcmodule.c: throw an exception in UPnP_discover()
Fix usage of IP_MULTICAST_IF with struct ip_mreqn
   2021-01-24 17:58:16 by Nia Alarie | Files touched by this commit (2)
Log message:
miniupnpc: Update to 2.2.1

2020/11/30:
  Add miniupnpc.rc for .dll description
   2020-11-23 21:15:19 by Nia Alarie | Files touched by this commit (4)
Log message:
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.