From 2ca35674da99b2a0172b3c50cef5a4694d129e2f Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Fri, 16 Mar 2018 13:39:55 +0100 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ rulengd ] ------------------------------------------------------------------------------- * 8285c86 Support multiple rules with same event type * e1f9223 rulengd: update README ------------------------------------------------------------------------------- commit 8285c86691a9af4d2e4644fffbfc25ff8a09f816 Author: Matija Amidzic Date: 2018-03-05 10:40:06 +0100 Support multiple rules with same event type Multiple rules with with same event type will now be matched based on their event_data. Signed-off-by: Matija Amidzic Base directory -> / src/ruleng_ubus.c | 53 +++++++++++++++++++++++++---------------------------- 1 file changed, 25 insertions(+), 28 deletions(-) ------------------------------------------------------------------------------- commit e1f92234c2f278155888c8dce0348c3672ad0ca3 Author: Sukru Senli Date: 2018-02-22 10:52:55 +0100 rulengd: update README Base directory -> / README | 61 ++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 17 deletions(-) ------------------------------------------------------------------------------- --- rulengd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rulengd/Makefile b/rulengd/Makefile index 564a1d837..2d27a8438 100644 --- a/rulengd/Makefile +++ b/rulengd/Makefile @@ -12,7 +12,7 @@ PKG_INSTALL:=1 PKG_SOURCE_PROTO=git PKG_SOURCE_URL:=http://public.inteno.se/rulengd.git -PKG_SOURCE_VERSION:=ba3bc1d0e0219c43c970bb7a332132572da6115a +PKG_SOURCE_VERSION:=8285c86691a9af4d2e4644fffbfc25ff8a09f816 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=${PKG_NAME}-${PKG_VERSION} PKG_MAINTAINER:=Sartura Support for Inteno