From 61121b9176a55b4f432d131bf7407da3ffcfb072 Mon Sep 17 00:00:00 2001 From: Henrique de Moraes Holschuh Date: Thu, 9 Sep 2021 10:02:05 -0300 Subject: [PATCH] simet-lmapd: version 0.15.1 Update CMakelists.txt, README.md, README.simet-lmap.md, debian/changelog for 0.15.1 --- CMakeLists.txt | 2 +- README.md | 2 +- README.simet-lmap.md | 6 ++++++ debian/changelog | 11 +++++++++++ 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ba37d2..e7a4bb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # So cmake can tell whether or not it can process this file cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) -project(simet-lmapd VERSION 0.15.0 LANGUAGES C) +project(simet-lmapd VERSION 0.15.1 LANGUAGES C) option(BUILD_SHARED_LIBS "Build the shared library" OFF) option(BUILD_TESTS "Build test programs (requires JSON and XML support)" ON) diff --git a/README.md b/README.md index 1200bb1..bb9d09e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The "merge back" contribution branches are those in the "for-upstream/" branch n The license of any changes and contributed code by NIC.br is the same as the upstream code. ### Version -0.4.1+simet0.15.0 (simet-lmapd fork 0.15.0) +0.4.1+simet0.15.1 (simet-lmapd fork 0.15.1) ### Dependencies diff --git a/README.simet-lmap.md b/README.simet-lmap.md index ba0835e..687d79e 100644 --- a/README.simet-lmap.md +++ b/README.simet-lmap.md @@ -13,6 +13,12 @@ merge the resulting effort. ## Extensions to IETF lmapd +### Process groups + +simet-lmapd runs each lmap task (action) on a process group of its own, +and sends a SIGTERM signal to the whole process group when ordered to stop +that lmap action. + ### Task (action) output dataflow 1. Output of an action goes to an "incoming" folder that belongs to the diff --git a/debian/changelog b/debian/changelog index 60f2e7f..f03ad3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +simet-lmapd (0.15.1) unstable; urgency=medium + + * simet-lmapd 0.15.1, based on lmapd 0.4.1 commit + 9c7a562464c29a4fa5d2c4c939c06e53f0cc97ee + * lmapd: runner: run actions on their own process groups + Run each task (lmap action) in their own process group, and + and send SIGTERM to the whole process group when forcefully + stopping it. + + -- NIC.br SIMET Team Thu, 09 Sep 2021 10:01:15 -0300 + simet-lmapd (0.15.0) unstable; urgency=medium * simet-lmapd 0.15.0, based on lmapd 0.4.1 commit