nginx-util: add package 10960/head
authorPeter Stadler <peter.stadler@student.uibk.ac.at>
Thu, 5 Dec 2019 07:48:20 +0000 (08:48 +0100)
committerPeter Stadler <peter.stadler@student.uibk.ac.at>
Fri, 17 Jan 2020 00:11:17 +0000 (01:11 +0100)
commite054f34f74ee05639189ee6ca5089a63fca386d4
treed6a5dfc7bfd049f74976427bb365431119b96d75
parent67a95d4984211457397ca57243c851cdfbc549c2
nginx-util: add package

This can do the main work of nginx/nginx-ssl init script.
For nginx-ssl it can create selfsigned certificates, too.
It uses libpcre and libopenssl iff nginx(-ssl) uses them.

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