Package: ntop / 3:4.99.3+ndpi5517+dfsg3-1

Metadata

Package Version Patches format
ntop 3:4.99.3+ndpi5517+dfsg3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix manpage errors.patch | (download)

ntop.8 | 28 14 + 14 - 0 !
1 file changed, 14 insertions(+), 14 deletions(-)

 fix typos and syntax errors in ntop.8 manpage.
fix wget during build.patch | (download)

Makefile.am | 60 2 + 58 - 0 !
autogen.sh | 10 0 + 10 - 0 !
configure.in | 4 2 + 2 - 0 !
3 files changed, 4 insertions(+), 70 deletions(-)

---
dot path.patch | (download)

report.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix location of dot binary.
reduce autogen purged files.patch | (download)

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

 reduce the amount of files purged by autogen.sh in order to make
 the output of the clean target closer to the original state.
change plugin dir.patch | (download)

configure.in | 2 1 + 1 - 0 !
plugins/Makefile.am | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 change plugin directory to $(libdir)/plugins, as libdir is already
 pointing to a private library diretory in the debian package.
build without ntop darwin.patch | (download)

Makefile.am | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 build without ompiling ntop_drawin.c, as it conatins non-dfsg compliant code.
avoid copy maxmind db.patch | (download)

Makefile.am | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 avoid copying geoip*.dat files, as they have been removed from the dfsg-clean tarball.
hostaname in man description.patch | (download)

ntop.8 | 18 10 + 8 - 0 !
1 file changed, 10 insertions(+), 8 deletions(-)

 add servername:port in the description section of the man
 page, be less vague about the URL of ntop web interface
netflow plugin links.patch | (download)

plugins/netflowPlugin.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix links in netflow plugin description.
kfreebsd ftbfs.patch | (download)

configure.in | 2 1 + 1 - 0 !
ntop.h | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix building under kfreebsd.
do not require svn.patch | (download)

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

---
tcp option parsing.patch | (download)

ip.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix computation of beginning of tcp options.
l7_major_proto fix.patch | (download)

sessions.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid major_proto exceeding ipoque_max_supported_protocols.
install jqplot.patch | (download)

Makefile.am | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 install jqplot library
remove fragment handling.patch | (download)

globals-core.c | 5 0 + 5 - 0 !
globals-core.h | 2 0 + 2 - 0 !
globals-structtypes.h | 7 0 + 7 - 0 !
hash.c | 2 0 + 2 - 0 !
initialize.c | 2 0 + 2 - 0 !
ip.c | 287 0 + 287 - 0 !
ntop.c | 6 0 + 6 - 0 !
term.c | 3 0 + 3 - 0 !
webInterface.c | 6 0 + 6 - 0 !
9 files changed, 320 deletions(-)

 remove ip fragment handling code