|
From: <abe...@us...> - 2015-05-26 23:31:58
|
Revision: 7081
http://sourceforge.net/p/astlinux/code/7081
Author: abelbeck
Date: 2015-05-26 23:31:54 +0000 (Tue, 26 May 2015)
Log Message:
-----------
miniupnpd, version bump to 1.9.20150430, no longer requires the 'libnfnetlink' library
Modified Paths:
--------------
branches/1.0/astlinux-ast11.config
branches/1.0/astlinux-ast13.config
branches/1.0/astlinux18.config
branches/1.0/package/miniupnpd/Config.in
branches/1.0/package/miniupnpd/miniupnpd.mk
Modified: branches/1.0/astlinux-ast11.config
===================================================================
--- branches/1.0/astlinux-ast11.config 2015-05-26 21:23:53 UTC (rev 7080)
+++ branches/1.0/astlinux-ast11.config 2015-05-26 23:31:54 UTC (rev 7081)
@@ -604,7 +604,7 @@
BR2_PACKAGE_NEON_LIBXML2=y
# BR2_PACKAGE_LIBMNL is not set
# BR2_PACKAGE_LIBNET is not set
-BR2_PACKAGE_LIBNFNETLINK=y
+# BR2_PACKAGE_LIBNFNETLINK is not set
# BR2_PACKAGE_LIBNL is not set
BR2_PACKAGE_LIBPCAP=y
# BR2_PACKAGE_PJSIP is not set
Modified: branches/1.0/astlinux-ast13.config
===================================================================
--- branches/1.0/astlinux-ast13.config 2015-05-26 21:23:53 UTC (rev 7080)
+++ branches/1.0/astlinux-ast13.config 2015-05-26 23:31:54 UTC (rev 7081)
@@ -604,7 +604,7 @@
BR2_PACKAGE_NEON_LIBXML2=y
# BR2_PACKAGE_LIBMNL is not set
# BR2_PACKAGE_LIBNET is not set
-BR2_PACKAGE_LIBNFNETLINK=y
+# BR2_PACKAGE_LIBNFNETLINK is not set
# BR2_PACKAGE_LIBNL is not set
BR2_PACKAGE_LIBPCAP=y
BR2_PACKAGE_PJSIP=y
Modified: branches/1.0/astlinux18.config
===================================================================
--- branches/1.0/astlinux18.config 2015-05-26 21:23:53 UTC (rev 7080)
+++ branches/1.0/astlinux18.config 2015-05-26 23:31:54 UTC (rev 7081)
@@ -604,7 +604,7 @@
BR2_PACKAGE_NEON_LIBXML2=y
# BR2_PACKAGE_LIBMNL is not set
# BR2_PACKAGE_LIBNET is not set
-BR2_PACKAGE_LIBNFNETLINK=y
+# BR2_PACKAGE_LIBNFNETLINK is not set
# BR2_PACKAGE_LIBNL is not set
BR2_PACKAGE_LIBPCAP=y
# BR2_PACKAGE_PJSIP is not set
Modified: branches/1.0/package/miniupnpd/Config.in
===================================================================
--- branches/1.0/package/miniupnpd/Config.in 2015-05-26 21:23:53 UTC (rev 7080)
+++ branches/1.0/package/miniupnpd/Config.in 2015-05-26 23:31:54 UTC (rev 7081)
@@ -2,7 +2,6 @@
bool "miniupnpd"
depends on BR2_LINUX_KERNEL
select BR2_PACKAGE_IPTABLES
- select BR2_PACKAGE_LIBNFNETLINK
help
Implements UPnP and NAT-PMP/PCP protocols.
Modified: branches/1.0/package/miniupnpd/miniupnpd.mk
===================================================================
--- branches/1.0/package/miniupnpd/miniupnpd.mk 2015-05-26 21:23:53 UTC (rev 7080)
+++ branches/1.0/package/miniupnpd/miniupnpd.mk 2015-05-26 23:31:54 UTC (rev 7081)
@@ -4,10 +4,10 @@
#
#############################################################
-MINIUPNPD_VERSION = 1.9.20141209
+MINIUPNPD_VERSION = 1.9.20150430
MINIUPNPD_SOURCE = miniupnpd-$(MINIUPNPD_VERSION).tar.gz
MINIUPNPD_SITE = http://miniupnp.free.fr/files
-MINIUPNPD_DEPENDENCIES = host-pkg-config linux iptables libnfnetlink
+MINIUPNPD_DEPENDENCIES = host-pkg-config linux iptables
define MINIUPNPD_IPTABLES_PATH_FIX
$(SED) 's:/sbin/iptables:/usr/sbin/iptables:g' \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|