miniupnpd: bump to 2.2.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
3836218ba6
commit
b8f9e4354e
2 changed files with 5 additions and 5 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=miniupnpd
|
PKG_NAME:=miniupnpd
|
||||||
PKG_VERSION:=2.2.1
|
PKG_VERSION:=2.2.2
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files
|
PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_HASH:=f158dc73b718ca72da69e25ef23c57c3a10a0d7e7d1b4b9b57d5690823040ec2
|
PKG_HASH:=4b01c403d01c6ab140c9e4e744c89cdb66cbe25145d7a0d4566cc3fdcc0240c3
|
||||||
|
|
||||||
PKG_MAINTAINER:=
|
PKG_MAINTAINER:=
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
|
|
@ -33,7 +33,7 @@ Date: Sun Jul 5 10:42:52 2020 +0800
|
||||||
return 1;
|
return 1;
|
||||||
--- a/miniupnpd.c
|
--- a/miniupnpd.c
|
||||||
+++ b/miniupnpd.c
|
+++ b/miniupnpd.c
|
||||||
@@ -1225,6 +1225,10 @@ init(int argc, char * * argv, struct run
|
@@ -1241,6 +1241,10 @@ init(int argc, char * * argv, struct run
|
||||||
case UPNPEXT_IP:
|
case UPNPEXT_IP:
|
||||||
use_ext_ip_addr = ary_options[i].value;
|
use_ext_ip_addr = ary_options[i].value;
|
||||||
break;
|
break;
|
||||||
|
@ -54,7 +54,7 @@ Date: Sun Jul 5 10:42:52 2020 +0800
|
||||||
+#ext_ip_reserved_ignore=yes
|
+#ext_ip_reserved_ignore=yes
|
||||||
# WAN interface must have public IP address. Otherwise it is behind NAT
|
# WAN interface must have public IP address. Otherwise it is behind NAT
|
||||||
# and port forwarding is impossible. In some cases WAN interface can be
|
# and port forwarding is impossible. In some cases WAN interface can be
|
||||||
# behind unrestricted NAT 1:1 when all incoming traffic is NAT-ed and
|
# behind unrestricted full-cone NAT 1:1 when all incoming traffic is NAT-ed and
|
||||||
--- a/options.c
|
--- a/options.c
|
||||||
+++ b/options.c
|
+++ b/options.c
|
||||||
@@ -34,6 +34,7 @@ static const struct {
|
@@ -34,6 +34,7 @@ static const struct {
|
||||||
|
|
Loading…
Reference in a new issue