From: <abe...@us...> - 2016-02-16 22:53:25
|
Revision: 7535 http://sourceforge.net/p/astlinux/code/7535 Author: abelbeck Date: 2016-02-16 22:53:23 +0000 (Tue, 16 Feb 2016) Log Message: ----------- miniupnpd, version bump to 1.9.20160216 Modified Paths: -------------- branches/1.0/package/miniupnpd/Config.in branches/1.0/package/miniupnpd/miniupnpd.mk Modified: branches/1.0/package/miniupnpd/Config.in =================================================================== --- branches/1.0/package/miniupnpd/Config.in 2016-02-15 22:35:36 UTC (rev 7534) +++ branches/1.0/package/miniupnpd/Config.in 2016-02-16 22:53:23 UTC (rev 7535) @@ -2,6 +2,9 @@ bool "miniupnpd" depends on BR2_LINUX_KERNEL select BR2_PACKAGE_IPTABLES + select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_UTIL_LINUX + select BR2_PACKAGE_UTIL_LINUX_LIBUUID help Implements UPnP and NAT-PMP/PCP protocols. Modified: branches/1.0/package/miniupnpd/miniupnpd.mk =================================================================== --- branches/1.0/package/miniupnpd/miniupnpd.mk 2016-02-15 22:35:36 UTC (rev 7534) +++ branches/1.0/package/miniupnpd/miniupnpd.mk 2016-02-16 22:53:23 UTC (rev 7535) @@ -4,14 +4,15 @@ # ############################################################# -MINIUPNPD_VERSION = 1.9.20160113 +MINIUPNPD_VERSION = 1.9.20160216 MINIUPNPD_SOURCE = miniupnpd-$(MINIUPNPD_VERSION).tar.gz MINIUPNPD_SITE = http://miniupnp.free.fr/files -MINIUPNPD_DEPENDENCIES = host-pkg-config linux iptables +MINIUPNPD_DEPENDENCIES = host-pkg-config linux iptables openssl util-linux define MINIUPNPD_IPTABLES_PATH_FIX $(SED) 's:/sbin/iptables:/usr/sbin/iptables:g' \ -e 's:/sbin/ip6tables:/usr/sbin/ip6tables:g' $(@D)/netfilter/ip*.sh + $(SED) 's:#define ENABLE_PORT_TRIGGERING:/*&*/:' $(@D)/genconfig.sh endef MINIUPNPD_POST_PATCH_HOOKS += MINIUPNPD_IPTABLES_PATH_FIX This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |