Package: tcpstat / 1.5-5

Metadata

Package Version Patches format
tcpstat 1.5-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
libdb4.8 | (download)

configure.in | 7 3 + 4 - 0 !
include/config.h.in | 3 0 + 3 - 0 !
src/stats.c | 60 35 + 25 - 0 !
3 files changed, 38 insertions(+), 32 deletions(-)

 upgrades tcpprof to use berkeley db 4.8
 Upstream version uses Berkeley DB 1.0, which is old and no longer
 available in debian repositories. This patch changes tcpprof in order
 for it to use version 4.8 of the library. It alsos change bdb version
 requirements in configure.in accordingly.

extraneous re warning | (download)

doc/tcpprof.1 | 1 0 + 1 - 0 !
doc/tcpstat.1 | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 fix groff warning
 groff warns about extraneous Re in both tcpprof.1 and tcpstat.1.  This
 patch removes the offending line.

kfreebsd | (download)

configure.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix build configuration to work in debian gnu/kfreebsd.
 Debian GNU/kfreebsd defaults to posix interface, just like linux. This
 patch defines _BSD_SOURCE in gnu/kfreebsd systems.