diff options
author | adam <adam> | 2014-10-29 13:05:34 +0000 |
---|---|---|
committer | adam <adam> | 2014-10-29 13:05:34 +0000 |
commit | 71e4d8728cad99716b05412a5c0c8e1b01dcda09 (patch) | |
tree | 40974c5eab996109775af80d5e05d56f569c4486 /net | |
parent | 7c1008e32b20c4f2bc4a6221d621f0876d74ab1a (diff) | |
download | pkgsrc-71e4d8728cad99716b05412a5c0c8e1b01dcda09.tar.gz |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/miniupnpd/Makefile | 4 | ||||
-rw-r--r-- | net/miniupnpd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 506b9869458..007db3c858d 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2014/07/10 13:44:22 adam Exp $ +# $NetBSD: Makefile,v 1.13 2014/10/29 13:05:34 adam Exp $ -DISTNAME= miniupnpd-1.8.20140523 +DISTNAME= miniupnpd-1.8.20141022 CATEGORIES= net MASTER_SITES= http://miniupnp.free.fr/files/download.php?file= diff --git a/net/miniupnpd/distinfo b/net/miniupnpd/distinfo index 57e60ca005e..a60d8e9542e 100644 --- a/net/miniupnpd/distinfo +++ b/net/miniupnpd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2014/07/10 13:44:22 adam Exp $ +$NetBSD: distinfo,v 1.13 2014/10/29 13:05:34 adam Exp $ -SHA1 (miniupnpd-1.8.20140523.tar.gz) = 1f29d76df57fcf4046c7cb9c7312d7fbc3f28e26 -RMD160 (miniupnpd-1.8.20140523.tar.gz) = 215e7b930aa78a9ebe5880b8350adb4e3ff7eab7 -Size (miniupnpd-1.8.20140523.tar.gz) = 190936 bytes +SHA1 (miniupnpd-1.8.20141022.tar.gz) = e868d8f5c302457109e9574650011e4df0716d7b +RMD160 (miniupnpd-1.8.20141022.tar.gz) = f4502b680bc90a82829867269047d9035806b7bd +Size (miniupnpd-1.8.20141022.tar.gz) = 191630 bytes SHA1 (patch-genconfig.sh) = 2bd34c785bf4812e191144fd6cb5af89dccce1ee |