From: Stan Grishin Date: Wed, 2 Jun 2021 04:56:56 +0000 (+0000) Subject: miniupnpd: disable ext_ip_reserved_ignore by default; fix grammar X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cf5b982fe316db2d5409d74cbd8b1d01a8cf0b75;p=feed%2Fpackages.git miniupnpd: disable ext_ip_reserved_ignore by default; fix grammar Signed-off-by: Stan Grishin --- diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 64e7667a46..b597b596f9 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd PKG_VERSION:=2.2.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/net/miniupnpd/files/upnpd.config b/net/miniupnpd/files/upnpd.config index 7c408683c8..bd7c3ec400 100644 --- a/net/miniupnpd/files/upnpd.config +++ b/net/miniupnpd/files/upnpd.config @@ -12,7 +12,6 @@ config upnpd config option port 5000 option upnp_lease_file /var/run/miniupnpd.leases option igdv1 1 - option ext_ip_reserved_ignore '1' config perm_rule option action allow diff --git a/net/miniupnpd/patches/301-ext_ip_reserved_ignore.patch b/net/miniupnpd/patches/301-ext_ip_reserved_ignore.patch index 55551eb301..3a498720e7 100644 --- a/net/miniupnpd/patches/301-ext_ip_reserved_ignore.patch +++ b/net/miniupnpd/patches/301-ext_ip_reserved_ignore.patch @@ -24,7 +24,7 @@ Date: Sun Jul 5 10:42:52 2020 +0800 size_t i; + if(GETFLAG(EXTIPRESERVEDIGNOREMASK)) { -+ syslog(LOG_NOTICE, "private/reserved address checking is ignore"); ++ syslog(LOG_NOTICE, "private/reserved address checking is ignored"); + return 0; + } +