Merge pull request #6974 from neheb/miniupnopc

miniupnpc: Update to 2.1
This commit is contained in:
Hannu Nyman 2018-11-10 11:24:15 +02:00 committed by GitHub
commit d785b15857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=miniupnpc
PKG_VERSION:=2.0.20170509
PKG_VERSION:=2.1
PKG_RELEASE:=1
PKG_SOURCE_URL:=http://miniupnp.free.fr/files
PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_HASH:=d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a
PKG_HASH:=e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
PKG_INSTALL:=1
@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/miniupnpc/Default
TITLE:=Lightweight UPnP
URL:=http://miniupnp.tuxfamily.org/
URL:=https://miniupnp.tuxfamily.org
endef
define Package/miniupnpc

View File

@ -1,7 +1,7 @@
--- a/Makefile
+++ b/Makefile
@@ -187,8 +187,8 @@ installpythonmodule3: pythonmodule3
python3 setup.py install
@@ -186,8 +186,8 @@ installpythonmodule3: pythonmodule3
MAKE=$(MAKE) python3 setup.py install
validateminixml: minixmlvalid
- @echo "minixml validation test"

View File

@ -1,6 +1,6 @@
--- a/upnpcommands.c
+++ b/upnpcommands.c
@@ -370,7 +370,7 @@ UPNP_AddPortMapping(const char * control
@@ -371,7 +371,7 @@ UPNP_AddPortMapping(const char * control
AddPortMappingArgs[5].elt = "NewEnabled";
AddPortMappingArgs[5].val = "1";
AddPortMappingArgs[6].elt = "NewPortMappingDescription";