nginx-util: fix issues and cleanup 12323/head
authorPeter Stadler <peter.stadler@student.uibk.ac.at>
Tue, 26 May 2020 14:21:10 +0000 (16:21 +0200)
committerPeter Stadler <peter.stadler@student.uibk.ac.at>
Tue, 26 May 2020 16:36:03 +0000 (18:36 +0200)
commit2d359a45566ea02792d3f63d7fe4ec1bdb1de2ae
treedfafc29439d2569fef9a6c5771ace2c76db19659
parent5e6b871e9ee1c10337d02f6049bfe780f381e25a
nginx-util: fix issues and cleanup

* fix regex capture (to conform std)
* fix issues for Clang/libcxx (warnings/includes)
* fix CONFLICTS in the Makefile
* use /bin/sh in host scripts and shellcheck them
* add callback for setting arguments in ubus::call

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
13 files changed:
net/nginx-util/Makefile
net/nginx-util/src/CMakeLists.txt
net/nginx-util/src/nginx-ssl-util.hpp
net/nginx-util/src/nginx-util.cpp
net/nginx-util/src/nginx-util.hpp
net/nginx-util/src/px5g-openssl.hpp
net/nginx-util/src/px5g.cpp
net/nginx-util/src/regex-pcre.hpp
net/nginx-util/src/test-nginx-util-root.sh
net/nginx-util/src/test-nginx-util.sh
net/nginx-util/src/test-px5g.sh
net/nginx-util/src/ubus-cxx.cpp [new file with mode: 0644]
net/nginx-util/src/ubus-cxx.hpp