From: <abe...@us...> - 2016-01-17 18:08:16
|
Revision: 7465 http://sourceforge.net/p/astlinux/code/7465 Author: abelbeck Date: 2016-01-17 18:08:14 +0000 (Sun, 17 Jan 2016) Log Message: ----------- miniupnpd, version bump to 1.9.20160113, use new --disable-pppconn option Ref: https://github.com/miniupnp/miniupnp/issues/176 Modified Paths: -------------- branches/1.0/package/miniupnpd/miniupnpd.mk Modified: branches/1.0/package/miniupnpd/miniupnpd.mk =================================================================== --- branches/1.0/package/miniupnpd/miniupnpd.mk 2016-01-17 17:39:32 UTC (rev 7464) +++ branches/1.0/package/miniupnpd/miniupnpd.mk 2016-01-17 18:08:14 UTC (rev 7465) @@ -4,7 +4,7 @@ # ############################################################# -MINIUPNPD_VERSION = 1.9.20151212 +MINIUPNPD_VERSION = 1.9.20160113 MINIUPNPD_SOURCE = miniupnpd-$(MINIUPNPD_VERSION).tar.gz MINIUPNPD_SITE = http://miniupnp.free.fr/files MINIUPNPD_DEPENDENCIES = host-pkg-config linux iptables @@ -22,7 +22,7 @@ define MINIUPNPD_BUILD_CMDS $(TARGET_CONFIGURE_OPTS) \ - CONFIG_OPTIONS="--leasefile --portinuse --vendorcfg" \ + CONFIG_OPTIONS="--leasefile --portinuse --vendorcfg --disable-pppconn" \ $(MAKE) -f Makefile.linux -C $(@D) miniupnpd endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |