Package: firewalk / 5.0-6

Metadata

Package Version Patches format
firewalk 5.0-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
010_use libdumbnet.patch | (download)

configure.in | 2 1 + 1 - 0 !
include/firewalk.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use libdumbnet instead of libdnet
 This patch updates the build references from libdnet to libdumbnet, as the
 package known as libdnet in other distributions was renamed to libdumbnet in
 Debian in favour of the older DECnet library 'libdnet' [1].
 .
 [1] https://packages.debian.org/sid/libdumbnet-dev
020_terminate default.patch | (download)

src/firewalk.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 terminate default label in switch statement to appease gcc >= 3.4
030_fix manpage typos.patch | (download)

man/firewalk.8 | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix typos in manpage
040_nostrip.patch | (download)

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

 do not use build strip on build system
 This patch fixes a FTCBFS by disabling firewalk stripping on the build system,
 deferring it to dh_strip.  It could not be forwarded upstream as the upstream
 contact e-mail is bouncing.
050_use bsd bpf.patch | (download)

include/firewalk.h | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 fix ftbfs on debian gnu/kfreebsd
060_fix ftbfs gcc 15.patch | (download)

include/firewalk.h | 4 2 + 2 - 0 !
src/main.c | 2 1 + 1 - 0 !
src/signal.c | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 fix ftbfs with gcc-15