Package: ntopng / 2.4+dfsg1-3

Metadata

Package Version Patches format
ntopng 2.4+dfsg1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Check for presence of crsf in admin scripts.patch | (download)

src/Lua.cpp | 16 13 + 3 - 0 !
1 file changed, 13 insertions(+), 3 deletions(-)

 check for presence of crsf in admin scripts
Added fixes to avoid users to be manipulated with in.patch | (download)

scripts/lua/admin/add_user.lua | 2 2 + 0 - 0 !
scripts/lua/admin/change_user_prefs.lua | 2 2 + 0 - 0 !
scripts/lua/admin/delete_user.lua | 2 2 + 0 - 0 !
scripts/lua/admin/password_reset.lua | 2 2 + 0 - 0 !
4 files changed, 8 insertions(+)

 added fixes to avoid users to be manipulated with invalid csrf token
log filename.patch | (download)

src/Prefs.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use proper log dir.
no librt.patch | (download)

configure.seed | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 avoid not needed linking against librt.
use system ndpi.patch | (download)

configure.seed | 30 1 + 29 - 0 !
1 file changed, 1 insertion(+), 29 deletions(-)

 use system libndpi, and discover path by using pkg-config.
no pwd.patch | (download)

Makefile.in | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 use $(curdir) instead of ${pwd} during build.
kfreebsd tap.patch | (download)

src/PacketDumperTuntap.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs on kfreebsd-i386
reproducible build.patch | (download)

autogen.sh | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---