From dc9b995c1e0ecb894b86f79c69b35c4cceb62cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gaul?= Date: Fri, 23 May 2014 19:55:05 +0200 Subject: [PATCH 001/368] [alfred] fix missing alfred-gpsd binary fixes #22 Signed-off-by: Simon Wunderlich --- alfred/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alfred/Makefile b/alfred/Makefile index 648a5ef..de1a801 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -73,7 +73,7 @@ define Package/alfred/install $(INSTALL_DIR) $(1)/usr/sbin cp -fpR $(PKG_BUILD_DIR)/alfred $(1)/usr/sbin/ [ "x$(CONFIG_PACKAGE_ALFRED_VIS)" == "xy" ] && cp -fpR $(PKG_BUILD_DIR)/vis/batadv-vis $(1)/usr/sbin/ ; true - [ "x$(CONFIG_PACKAGE_ALFRED_GPSD)" == "xy" ] && cp -fpR $(PKG_BUILD_DIR)/vis/alfred-gpsd $(1)/usr/sbin/ ; true + [ "x$(CONFIG_PACKAGE_ALFRED_GPSD)" == "xy" ] && cp -fpR $(PKG_BUILD_DIR)/gpsd/alfred-gpsd $(1)/usr/sbin/ ; true $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/alfred.init $(1)/etc/init.d/alfred $(INSTALL_DIR) $(1)/etc/config From ee80086e1ad08b6dc554b3945373347dfee10f48 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 15 Sep 2014 11:51:21 +0200 Subject: [PATCH 002/368] miniupnpd: bump to 1.8.20140906 Signed-off-by: Steven Barth --- miniupnpd/Makefile | 6 +++--- miniupnpd/patches/100-no-ssl.patch | 4 +--- miniupnpd/patches/101-ipv6-pinhole.patch | 13 ------------- miniupnpd/patches/102-ipv6-ext-port.patch | 10 ++++------ miniupnpd/patches/103-nat-pmp-fix-writenu16.patch | 11 ----------- 5 files changed, 8 insertions(+), 36 deletions(-) delete mode 100644 miniupnpd/patches/101-ipv6-pinhole.patch delete mode 100644 miniupnpd/patches/103-nat-pmp-fix-writenu16.patch diff --git a/miniupnpd/Makefile b/miniupnpd/Makefile index af9a940..139320f 100644 --- a/miniupnpd/Makefile +++ b/miniupnpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd -PKG_VERSION:=1.8.20140523 -PKG_RELEASE:=4 +PKG_VERSION:=1.8.20140906 +PKG_RELEASE:=1 PKG_SOURCE_URL:=http://miniupnp.free.fr/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=fcac89e11da091b1cc61f43d83c9e4f5 +PKG_MD5SUM:=72a68c5757031d906a555f84e9a2a8f2 PKG_MAINTAINER:=Markus Stenberg diff --git a/miniupnpd/patches/100-no-ssl.patch b/miniupnpd/patches/100-no-ssl.patch index f058c3b..343e615 100644 --- a/miniupnpd/patches/100-no-ssl.patch +++ b/miniupnpd/patches/100-no-ssl.patch @@ -1,8 +1,6 @@ -diff --git a/Makefile.linux b/Makefile.linux -index bcca779..7946108 100644 --- a/Makefile.linux +++ b/Makefile.linux -@@ -147,7 +147,8 @@ LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libmnl) +@@ -147,7 +147,8 @@ LDLIBS += $(shell $(PKG_CONFIG) --static LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libnetfilter_conntrack) endif # ($(TEST),1) diff --git a/miniupnpd/patches/101-ipv6-pinhole.patch b/miniupnpd/patches/101-ipv6-pinhole.patch deleted file mode 100644 index 0ab4d4d..0000000 --- a/miniupnpd/patches/101-ipv6-pinhole.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/netfilter/iptpinhole.c b/netfilter/iptpinhole.c -index 61ed41b..5cb0e0e 100644 ---- a/netfilter/iptpinhole.c -+++ b/netfilter/iptpinhole.c -@@ -206,6 +206,8 @@ int add_pinhole(const char * ifname, - - e = calloc(1, sizeof(struct ip6t_entry)); - e->ipv6.proto = proto; -+ if (proto) -+ e->ipv6.flags |= IP6T_F_PROTO; - - if(ifname) - strncpy(e->ipv6.iniface, ifname, IFNAMSIZ); diff --git a/miniupnpd/patches/102-ipv6-ext-port.patch b/miniupnpd/patches/102-ipv6-ext-port.patch index d0c68ae..fdb2af4 100644 --- a/miniupnpd/patches/102-ipv6-ext-port.patch +++ b/miniupnpd/patches/102-ipv6-ext-port.patch @@ -1,12 +1,10 @@ -diff --git a/pcpserver.c b/pcpserver.c -index dec4b58..3cdf460 100644 --- a/pcpserver.c +++ b/pcpserver.c -@@ -1020,6 +1020,7 @@ static int CreatePCPMap_FW(pcp_info_t *pcp_msg_info) - &uid); +@@ -1004,6 +1004,7 @@ static int CreatePCPMap_NAT(pcp_info_t * + timestamp); if (r < 0) return PCP_ERR_NO_RESOURCES; + pcp_msg_info->ext_port = pcp_msg_info->int_port; return PCP_SUCCESS; - #else - return PCP_ERR_NO_RESOURCES; + } + diff --git a/miniupnpd/patches/103-nat-pmp-fix-writenu16.patch b/miniupnpd/patches/103-nat-pmp-fix-writenu16.patch deleted file mode 100644 index 6e94ad8..0000000 --- a/miniupnpd/patches/103-nat-pmp-fix-writenu16.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/natpmp.c -+++ b/natpmp.c -@@ -54,7 +54,7 @@ INLINE void writenu32(uint8_t * p, uint3 - #define WRITENU32(p, n) writenu32(p, n) - INLINE void writenu16(uint8_t * p, uint16_t n) - { -- p[0] = (n < 0xff00) >> 8; -+ p[0] = (n & 0xff00) >> 8; - p[1] = n & 0xff; - } - #define WRITENU16(p, n) writenu16(p, n) From d7a3c105864568993717738c841c5f220a75fef6 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 26 Sep 2014 09:33:42 +0200 Subject: [PATCH 003/368] hnetd: stability and bug fixes --- hnetd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hnetd/Makefile b/hnetd/Makefile index c9d7ce6..4ca21d3 100644 --- a/hnetd/Makefile +++ b/hnetd/Makefile @@ -7,9 +7,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hnetd -PKG_SOURCE_VERSION:=91aaab8bdd4de8bc96ad906673a79a6600cf93ac -PKG_VERSION:=2014-09-02-$(PKG_SOURCE_VERSION) -PKG_RELEASE:=2 +PKG_SOURCE_VERSION:=0c1d55d03983c726aaad010738236c2da64ca7df +PKG_VERSION:=2014-09-26-$(PKG_SOURCE_VERSION) +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/sbyx/hnetd.git From 416e1d77494809ff24dae70a5c2d1d1a5351585c Mon Sep 17 00:00:00 2001 From: Andreas Thienemann Date: Sun, 28 Sep 2014 16:52:25 +0200 Subject: [PATCH 004/368] Prevent miniupnpd compile failure when building IPv4 only. --- .../patches/103-no-ipv6-autodetection.patch | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 miniupnpd/patches/103-no-ipv6-autodetection.patch diff --git a/miniupnpd/patches/103-no-ipv6-autodetection.patch b/miniupnpd/patches/103-no-ipv6-autodetection.patch new file mode 100644 index 0000000..acef536 --- /dev/null +++ b/miniupnpd/patches/103-no-ipv6-autodetection.patch @@ -0,0 +1,29 @@ +The miniupnpd makefile tries to autodetect iptables capabilities. +This will incorrectly detect capabilities such as ipv6 support even though it is disabled for the target build. + +As the OpenWRT buildsystem already passes the right compile flags, we can skip the autodetection. + + +diff -up miniupnpd-1.8.20140906/netfilter/Makefile.orig miniupnpd-1.8.20140906/netfilter/Makefile +--- miniupnpd-1.8.20140906/netfilter/Makefile.orig 2014-09-28 16:39:56.652296642 +0200 ++++ miniupnpd-1.8.20140906/netfilter/Makefile 2013-12-13 14:12:11.000000000 +0100 +@@ -38,6 +38,4 @@ endif + endif + endif + +-LIBS += /lib/libip4tc.so /lib/libip6tc.so +- + all: iptcrdr.o testiptcrdr iptpinhole.o \ + testiptcrdr_peer testiptcrdr_dscp test_nfct_get + # testiptpinhole +diff -up miniupnpd-1.8.20140906/Makefile.linux.orig miniupnpd-1.8.20140906/Makefile.linux +--- miniupnpd-1.8.20140906/Makefile.linux.orig 2014-09-28 16:46:06.781835136 +0200 ++++ miniupnpd-1.8.20140906/Makefile.linux 2014-09-28 16:46:14.388907413 +0200 +@@ -70,7 +70,6 @@ CPPFLAGS += -DIPTABLES_143 + endif + + CFLAGS += $(shell $(PKG_CONFIG) --cflags libiptc) +-LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libiptc) + LDFLAGS += $(shell $(PKG_CONFIG) --libs-only-L libiptc) + LDFLAGS += $(shell $(PKG_CONFIG) --libs-only-other libiptc) + else From 76a1f8109dbcd95b2998678f7a0887b0b68d4d4e Mon Sep 17 00:00:00 2001 From: Markus Stenberg Date: Mon, 29 Sep 2014 11:03:54 +0300 Subject: [PATCH 005/368] ohybridproxy: Added -4 and -6 options to explicitly specify AF. --- ohybridproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ohybridproxy/Makefile b/ohybridproxy/Makefile index 2680a9b..6ed8b91 100644 --- a/ohybridproxy/Makefile +++ b/ohybridproxy/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ohybridproxy -PKG_SOURCE_VERSION:=3a9489615c488afa85a823a40aea89b39bbac391 -PKG_VERSION:=2014-06-19-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=ab6559bd5df88967e08478ab486b307c1b7eb759 +PKG_VERSION:=2014-09-29-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git From f874b34485d482a6cf84049448b81ffb7df7eb1a Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 30 Sep 2014 19:31:44 +0200 Subject: [PATCH 006/368] hnetd: remove exit statement in postinst script --- hnetd/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/hnetd/Makefile b/hnetd/Makefile index 4ca21d3..25cbd60 100644 --- a/hnetd/Makefile +++ b/hnetd/Makefile @@ -101,7 +101,6 @@ define Package/hnetd/postinst /etc/init.d/hnetd enable /etc/init.d/hnetd start } -exit 0 endef $(eval $(call BuildPackage,hnetd)) From 3c424899edefabac04dd40093b5f5393998b51cb Mon Sep 17 00:00:00 2001 From: Marek Lindner Date: Mon, 13 Oct 2014 14:07:10 +0800 Subject: [PATCH 007/368] batman-adv: upgrade package to latest release 2014.3.0 Signed-off-by: Marek Lindner --- batman-adv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batman-adv/Makefile b/batman-adv/Makefile index 889dea7..6103cd2 100644 --- a/batman-adv/Makefile +++ b/batman-adv/Makefile @@ -10,9 +10,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=batman-adv -PKG_VERSION:=2014.2.0 +PKG_VERSION:=2014.3.0 PKG_RELEASE:=1 -PKG_MD5SUM:=1243029b3a3e2f4fa721d1a59c2faaf5 +PKG_MD5SUM:=e9ee1d42ff4b0254699c779668054bed PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) From 93f7d5cacb64aa229e5aa17e95d0b2761ab2e675 Mon Sep 17 00:00:00 2001 From: Marek Lindner Date: Mon, 13 Oct 2014 14:07:34 +0800 Subject: [PATCH 008/368] batctl: upgrade package to latest release 2014.3.0 Signed-off-by: Marek Lindner --- batctl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batctl/Makefile b/batctl/Makefile index ae22286..43c9098 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=batctl -PKG_VERSION:=2014.2.0 +PKG_VERSION:=2014.3.0 PKG_RELEASE:=1 -PKG_MD5SUM:=c196cf95b7324d9123b701a56b06b31d +PKG_MD5SUM:=7d2b8c129424c014d020c4b1a2add31b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) From 8bc38fccc73b40e9599b897e335f2e7a5a67e879 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 15 Oct 2014 23:05:34 +0200 Subject: [PATCH 009/368] miniupnpd: avoid unnecessary restarts, add SPDX tag --- miniupnpd/Makefile | 3 ++- miniupnpd/files/miniupnpd.hotplug | 29 ++++++++++++++++++----------- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/miniupnpd/Makefile b/miniupnpd/Makefile index 139320f..4575dad 100644 --- a/miniupnpd/Makefile +++ b/miniupnpd/Makefile @@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd PKG_VERSION:=1.8.20140906 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://miniupnp.free.fr/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MD5SUM:=72a68c5757031d906a555f84e9a2a8f2 PKG_MAINTAINER:=Markus Stenberg +PKG_LICENSE:=BSD-3-Clause include $(INCLUDE_DIR)/package.mk diff --git a/miniupnpd/files/miniupnpd.hotplug b/miniupnpd/files/miniupnpd.hotplug index 09a4913..8b643f1 100644 --- a/miniupnpd/files/miniupnpd.hotplug +++ b/miniupnpd/files/miniupnpd.hotplug @@ -16,22 +16,29 @@ fi [ ! "$ACTION" = "ifup" ] && service_check /usr/sbin/miniupnpd && exit 0 -# DEVICE is set only in ifup as of 20140625 netifd -[ -z "$DEVICE" ] && network_get_device DEVICE $INTERFACE - local iface -local ext_iface -local ext_iface6 +local ifname +local tmpconf="/var/etc/miniupnpd.conf" +local extiface=$(uci get upnpd.config.external_iface) +local extzone=$(uci get upnpd.config.external_zone) . /lib/functions/network.sh -network_find_wan ext_iface -network_find_wan6 ext_iface6 -for iface in $ext_iface $ext_iface6 $(uci_get upnpd config internal_iface; uci_get upnpd config external_iface); do +for iface in $(uci get upnpd.config.internal_iface); do network_get_device device $iface [ "$DEVICE" = "$device" ] && /etc/init.d/miniupnpd restart && exit 0 done -for device in $(fw3 -q zone `uci_get upnpd config external_zone`); do - [ "$DEVICE" = "$device" ] && /etc/init.d/miniupnpd restart && exit 0 -done + +if [ -z "$extiface" ] ; then + # manual external zone (if dynamically find interfaces + # belonging to it) overrides network_find_wan* + if [ -n "$extzone" ] ; then + ifname=$(fw3 -q zone $extzone | head -1) + fi + [ -n "$extiface" ] || network_find_wan extiface + [ -n "$extiface" ] || network_find_wan6 extiface +fi + +[ -n "$ifname" ] || network_get_device ifname ${extiface} +grep -q "ext_ifname=$ifname" $tmpconf || /etc/init.d/miniupnpd restart From 8374881b3c9772320e942a7554392d1a1635ffbf Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 15 Oct 2014 23:07:34 +0200 Subject: [PATCH 010/368] babels: add SPDX tag --- babels/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/babels/Makefile b/babels/Makefile index 2652c00..521dea5 100644 --- a/babels/Makefile +++ b/babels/Makefile @@ -15,6 +15,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/boutier/babeld.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_LICENSE:=MIT include $(INCLUDE_DIR)/package.mk From 21e4cc47bd7a2f84d2f656bafa161eaff2794f38 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 15 Oct 2014 23:07:59 +0200 Subject: [PATCH 011/368] pim6sd/mcast-tools: abandon package --- mcast-tools/Makefile | 62 ----- mcast-tools/files/pim6sd.conf | 105 -------- mcast-tools/files/pim6sd.init | 14 -- ...0001-Fix-compilation-on-recent-Linux.patch | 90 ------- ...x-configure.in-for-cross-compilation.patch | 49 ---- ...03-Add-compatibility-code-for-uclibc.patch | 227 ------------------ .../0004-fix_linux_pim.h_include.patch | 11 - 7 files changed, 558 deletions(-) delete mode 100644 mcast-tools/Makefile delete mode 100644 mcast-tools/files/pim6sd.conf delete mode 100644 mcast-tools/files/pim6sd.init delete mode 100644 mcast-tools/patches/0001-Fix-compilation-on-recent-Linux.patch delete mode 100644 mcast-tools/patches/0002-Fix-configure.in-for-cross-compilation.patch delete mode 100644 mcast-tools/patches/0003-Add-compatibility-code-for-uclibc.patch delete mode 100644 mcast-tools/patches/0004-fix_linux_pim.h_include.patch diff --git a/mcast-tools/Makefile b/mcast-tools/Makefile deleted file mode 100644 index 7a918bd..0000000 --- a/mcast-tools/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# -# Copyright (C) 2014 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=mcast-tools -PKG_SOURCE_VERSION:=e5c860f174c6deb4cc30211e895831aca0a55b7f -PKG_VERSION:=2014-04-06 -PKG_RELEASE:=1 - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/F0rth/mcast-tools.git -PKG_MAINTAINER:=Steven Barth - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) - -include $(INCLUDE_DIR)/package.mk - -CONFIGURE_ARGS+=--enable-mldv2host --disable-pim6dd --disable-mcastread --disable-mcastsend --disable-mfc --disable-mtrace6 --disable-pmsft -TARGET_CFLAGS+=-DIP6OPT_RTALERT_LEN=4 -D_GNU_SOURCE - -define Package/pim6sd - SECTION:=net - CATEGORY:=Network - SUBMENU:=Routing and Redirection - TITLE:=Sparse PIM IPv6 Multicast Routing Daemon -endef - -define Package/pim6sd/description - pim6sd is an IPv6 multicast routing daemon, which supports PIMv2(Protocol - Independent Multicast Version 2) sparse mode and SSM(Source-Specific- - Multicast) for IPv6. -endef - -define Package/pim6sd/conffiles -/etc/pim6sd.conf -endef - -define Build/Prepare - $(call Build/Prepare/Default) - ( cd $(PKG_BUILD_DIR) ; \ - aclocal ; \ - autoheader ; \ - automake --add-missing; \ - autoconf ; \ - ) -endef - -define Package/pim6sd/install - $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_CONF) ./files/pim6sd.conf $(1)/etc - $(INSTALL_BIN) ./files/pim6sd.init $(1)/etc/init.d/pim6sd - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/pim6sd/pim6sd $(1)/usr/sbin/pim6sd -endef - -$(eval $(call BuildPackage,pim6sd)) diff --git a/mcast-tools/files/pim6sd.conf b/mcast-tools/files/pim6sd.conf deleted file mode 100644 index 63e1223..0000000 --- a/mcast-tools/files/pim6sd.conf +++ /dev/null @@ -1,105 +0,0 @@ -#The timer granularity. -#More this value is small,more pim6sd will be accurate -#default if not specified : 5 -#BE SURE to have to same granularity on ALL routers, -#otherwise.... - -#granularity 5; - -#syntax : phyint [metric] [preference] -#metric and pref are for the asserts messages -#samples : - -#phyint ed1 disable; -#phyint de0 disable; -#phyint ed0 disable; -#phyint gif0 disable; - -#---------------Protocol timer specifications---------------------------# -#Notes : theses value are the default spec value! -#do not touch it if you don't know what you do!! -#you MUST change theses values according to the granularity value! -#syntax : 'hello_period '. -# number is the period in second between 2 hello messages -# and coef is the coef to determine the hello holdtime=hello_period*coef -# default if not specified: 30 3.5 - -#hello_period 30 3.5; - -#syntax : 'join_prune_period '. -# number is the period in second between 2 join/prune messages -# and coef is the coef to determine the join/prune holdtime=join_prune_period*coef -# default if not specified : 60 3.5 - -#join_prune_period 60 3.5; - -#syntax : 'data_timeout '. -# number is the time after which (S,G) state for a silent source will be deleted -# default if not specified : 210 - -#data_timeout 210; - -#syntax : 'register_suppression_timeout '. -# This is the mean interval between receiving a Register-Stop and allowing -#Register to be send again. -# default if not specified : 60 - -#register_suppression_timeout 60; - -#syntax : 'probe_time '. -#This is the time between sending a null Register and the Register-Suppression-Timer -#expiring unless it is restarted by receiving a Register-Stop. -#default if not specified : 5 - -#probe_time 5; - -#syntax : 'assert_timeout '. -#this is the interval between the last time an Assert is received and the time at which the -#assert is timeout -#default if not specified : 180 - -#assert_timeout 180; - -#syntax :