summaryrefslogtreecommitdiff
path: root/net/miniupnpd/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-07-10Changes 1.8.20140523:adam1-7/+6
* 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
2014-01-30Changes 1.8.20140127:adam1-2/+7
* 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)
2009-06-04Make it build on DragonFly.hasso1-2/+2
2009-04-29NetBSD GENERIC has IPFilter enabled and pf disabled by default. Therefore,sborrill1-3/+7
on NetBSD at least, we shouldn't default to pf. Bump PKGREVISION
2009-01-06* Change version to 1.2.0.20081009jmcneill1-2/+6
* Fix default config file path to honour PKG_SYSCONFDIR * Add rc.d script
2009-01-06Import miniupnpd version 20081009.jmcneill1-0/+19
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.