Up to [cvs.NetBSD.org] / pkgsrc / net / miniupnpd
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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
net: Remove SHA1 hashes for distfiles
Fixed a typo
miniupnpd: updated to 2.1 VERSION 2.1 * option to store remaining time in leasefile * pf: set dst address in rule if use_ext_ip_addr is set * Add options for netfilter scripts * Use monotonic clock for timeouts, etc. * Add option force_igd_desc_v1 to force devices and services versions to 1 in IGD v2 mode * Fix a few buffer overrun in SSDP and SOAP parsing * PCP : reset epoch after address change * merge https://github.com/miniupnp/miniupnp/tree/randomize_url branch * get SSDP packet receiving interface index and use it to check if the packet is from a LAN * default to client address for AddPortMapping when <NewInternalClient> is empty * pass ext_if_name to add_pinhole() * Fix UDA-1.2.10 Man header empty or invalid * Do not try to open IPv6 sockets once it is disabled * Fix "AddPinhole Twice" test * fixes build for Solaris/SunOS * fixes build error on DragonFly BSD
VERSION 2.0: 2016/04/18: linux/netfilter: fix compile time detection of iptables version >= 1.4.3 2016/03/08: linux/netfilter: do not add MASQUERADE rule if ports are equals 2016/02/19: set IPv6 Hop limit to 10 fix HOST: header of event notifications in IPv6 be more compliant on 64bit machines : ui4 in [0;2^32-1]
Changes 1.9.20160222: set IPv6 Hop limit to 10 fix HOST: header of event notifications in IPv6 be more compliant on 64bit machines : ui4 in [0;2^32-1]
Changes 1.9.20160113: * --disable-pppconn to disable WanPPPConnection more fixes in DeviceProtection service * improve syslog message for incoming HTTP requests
Changes 1.9.20151212: add commandline option to genconfig.sh to set UPnP (UDA) version advertise correct service and device versions when IGDv2 is enabled fix action arguments for DeviceProtection service fix event subscription renewal (include SID in response)
Add SHA512 digests for distfiles for net category Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Changes 2015/09/22: cleanup UPNP_VERSION macro / add UPNP_VERSION_MAJOR, UPNP_VERSION_MINOR Dont use packed structs anymore to read/write PCP messages
Changes 1.9.20150307: * don't die when IPv6 is enabled and interface has no IPv4 address * IP wildcard for AddPinhole() is empty string
Changes 1.9.20141209: fix upnp_add_inboundpinhole() : check inet_pton() return fix upnp_redirect() : check inet_aton() return fix potential memory corruption in upnpsoap.c/GetListOfPortMappings() fix buffer overrun in ParseHttpHeaders() if Content-Length doesn't contain any digit ! check if BuildHeader_upnphttp() failed to allocate memory
Changes 1.8.20141022: * Discard NAT-PMP packets coming from the WAN * small modifications to compile with exotic C libraries * add comments in miniupnpd.conf regarding security * DeletePortMapping now checks for client IP in Securemode * Various fixes : e->ipv6.flags |= IP6T_F_PROTO; (netfilter) fix natpmp.c byte order conversion add small delay before SSDP response to prevent flooding
Changes 1.8.20140523: * Add ipv6_bind_address (option "ipv6_listening_ip") * disable IPv6 when socket(PF_INTET6, ...) errors with EAFNOSUPPORT * Add IPV6 multicast membership only on selected "LAN" interfaces
Add comment for first chunk.
Changes 1.8.20140203: PCP : Add support for ANNOUNCE requests
Changes 1.8.20140127: * Attempt to compile with OS X/pf * Make all manufacturer info configurable thanks to Leo Moll Merge PCP support (see https://github.com/miniupnp/miniupnp)
Update miniupnpd to 1.8.20130730 (thanks to Sebastian Wiedenroth). Way too many changes, see full changelog at: https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
Don't force -ansi by really honouring the user CFLAGS.
Fix package Makefile to not override FWNAME if passed in from the build environment - addresses issue noted by Jan Danielsson on pkgsrc-users Bump PKGREVISION
Update miniupnpd to 1.6.20120320. per PR 46236 by David Howland. while here, set LICENSE=modified-bsd. 2012/03/19: Fix ipfilter support (thanks dhowland https://github.com/dhowland) 2012/03/14: Changes to miniupnpd.init.d.script by Shawn Landden 2012/03/05: fixed reload_from_lease_file(). 2012/02/15: Change parselanaddr() function to allow 192.168.1.1/255.255.255.0 in configuration file. Change read_permission_line() to allow 192.168.1.1/255.255.255.0 in permission line (in configuration file). 2012/02/12: More syntax checks in upnppermissions.c 2012/02/11: Fix ipfw/Mac OS X specific source files to compile ok with -ansi flag 2012/02/09: Make HTTP listen socket non blocking (so accept() can't block) Make SSDP receive sockets non blocking use sockaddr_to_string() in SendSSDPAnnonce2 to handle IPv6 addresses 2012/02/06: Make HTTP (SOAP) sockets non blocking. 2012/02/05: Compile ok with -ansi flag. Save a few bytes in options.c using a string repository, instead of a fixed size buffer for each option value. 2012/02/04: Added friendly_name= option to config file 2012/02/03: Anchor name (PF) is now configurable through the config file with anchor= Added test of presence of /lib/libip4tc.so and /lib/libip6tc.so files in Makefile.linux in order to add -lip4tc and -lip6tc to LIBS accordingly. 2012/02/01: always handle EAGAIN, EWOULDBLOCK and EINTR after recv()/recvfrom() calls 2012/01/20: Always #include <netinet/in.h> before #include <arpa/inet.h> (for OpenBSD) .onrdomain field was added in pf with OpenBSD 5.0. Add PFRULE_HAS_ONRDOMAIN 2012/01/02: Fixing netfilter/iptables_*.sh scripts for new ifconfig output format. getifaddr.c: added additional checks on structure returned by getifaddrs() Fixing Mac OS X makefile for installation 2011/11/18: avoid infinite loop in SendResp_upnphttp() in case of error Replaced SendResp_upnphttp() + CloseSocket_upnphttp() by SendRespAndClose_upnphttp() Tomato specifics in genconfig.sh 2011/07/30: netfilter : Added a tiny_nf_nat.h file to compile with iptables installed headers. include xtables.h instead of iptables.h VERSION 1.6 : released the 2011/07/25 A lot of work on IPv6 support and IGDv2. Support of lease duration, etc. VERSION 1.5 : released the 2011/01/01 bugfixed and is now compatible with OpenBSD >= 4.7. It includes preliminary support for the version 2 of the UPnP Internet Gateway specification.
Update to miniupnpd-1.4.20100308 Changes include: * ipfilter fixes * NAT-PMP source address should now be right
Make it build on DragonFly.
* Change version to 1.2.0.20081009 * Fix default config file path to honour PKG_SYSCONFDIR * Add rc.d script
Import miniupnpd version 20081009. The MiniUPnP project offers software which supports the UPnP Internet Gateway Device (IGD) specifications. Recently, NAT-PMP support was added to MiniUPnPd. For client side NAT-PMP support, use libnatpmp. UPnP and NAT-PMP are used to improve internet connectivity for devices behind a NAT router. Any peer to peer network application such as games, IM, etc. can benefit from a NAT router supporting UPnP and/or NAT-PMP. The latest generation Microsoft XBOX 360 and Sony Playstation 3 game machines use UPnP commands to enable the online play with the XBOX Live service and the Playstation Network. It has been reported that miniupnpd is correctly working with the two consoles.
Initial revision