Package: libdumbnet / 1.18.2-1

Metadata

Package Version Patches format
libdumbnet 1.18.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01rename_library.patch | (download)

Makefile.am | 6 3 + 3 - 0 !
configure.ac | 8 4 + 4 - 0 !
dnet-config.in | 92 0 + 92 - 0 !
dumbnet-config.in | 92 92 + 0 - 0 !
include/Makefile.am | 4 2 + 2 - 0 !
include/dnet.h | 33 0 + 33 - 0 !
include/dnet/Makefile.am | 8 0 + 8 - 0 !
include/dnet/Makefile.in | 600 0 + 600 - 0 !
include/dnet/addr.h | 67 0 + 67 - 0 !
include/dnet/arp.h | 105 0 + 105 - 0 !
include/dnet/blob.h | 56 0 + 56 - 0 !
include/dnet/eth.h | 77 0 + 77 - 0 !
include/dnet/fw.h | 54 0 + 54 - 0 !
include/dnet/icmp.h | 267 0 + 267 - 0 !
include/dnet/intf.h | 68 0 + 68 - 0 !
include/dnet/ip.h | 434 0 + 434 - 0 !
include/dnet/ip6.h | 188 0 + 188 - 0 !
include/dnet/ndisc.h | 35 0 + 35 - 0 !
include/dnet/os.h | 130 0 + 130 - 0 !
include/dnet/rand.h | 33 0 + 33 - 0 !
include/dnet/route.h | 38 0 + 38 - 0 !
include/dnet/sctp.h | 178 0 + 178 - 0 !
include/dnet/tcp.h | 160 0 + 160 - 0 !
include/dnet/tun.h | 25 0 + 25 - 0 !
include/dnet/udp.h | 32 0 + 32 - 0 !
include/dumbnet.h | 33 33 + 0 - 0 !
include/dumbnet/Makefile.am | 8 8 + 0 - 0 !
include/dumbnet/Makefile.in | 600 600 + 0 - 0 !
include/dumbnet/addr.h | 67 67 + 0 - 0 !
include/dumbnet/arp.h | 105 105 + 0 - 0 !
include/dumbnet/blob.h | 56 56 + 0 - 0 !
include/dumbnet/eth.h | 77 77 + 0 - 0 !
include/dumbnet/fw.h | 54 54 + 0 - 0 !
include/dumbnet/icmp.h | 267 267 + 0 - 0 !
include/dumbnet/intf.h | 68 68 + 0 - 0 !
include/dumbnet/ip.h | 434 434 + 0 - 0 !
include/dumbnet/ip6.h | 188 188 + 0 - 0 !
include/dumbnet/ndisc.h | 35 35 + 0 - 0 !
include/dumbnet/os.h | 130 130 + 0 - 0 !
include/dumbnet/rand.h | 33 33 + 0 - 0 !
include/dumbnet/route.h | 38 38 + 0 - 0 !
include/dumbnet/sctp.h | 178 178 + 0 - 0 !
include/dumbnet/tcp.h | 160 160 + 0 - 0 !
include/dumbnet/tun.h | 25 25 + 0 - 0 !
include/dumbnet/udp.h | 32 32 + 0 - 0 !
man/Makefile.am | 6 3 + 3 - 0 !
man/dnet.3 | 856 0 + 856 - 0 !
man/dumbnet.3 | 866 866 + 0 - 0 !
python/Makefile.am | 4 2 + 2 - 0 !
python/dnet.pyx | 1561 0 + 1561 - 0 !
python/dumbnet.pyx | 1561 1561 + 0 - 0 !
src/Makefile.am | 8 4 + 4 - 0 !
src/addr-util.c | 2 1 + 1 - 0 !
src/addr.c | 2 1 + 1 - 0 !
src/arp-bsd.c | 2 1 + 1 - 0 !
src/arp-ioctl.c | 2 1 + 1 - 0 !
src/arp-none.c | 2 1 + 1 - 0 !
src/arp-win32.c | 2 1 + 1 - 0 !
src/blob.c | 2 1 + 1 - 0 !
src/eth-bsd.c | 2 1 + 1 - 0 !
src/eth-dlpi.c | 2 1 + 1 - 0 !
src/eth-linux.c | 2 1 + 1 - 0 !
src/eth-ndd.c | 2 1 + 1 - 0 !
src/eth-none.c | 2 1 + 1 - 0 !
src/eth-pfilt.c | 2 1 + 1 - 0 !
src/eth-snoop.c | 2 1 + 1 - 0 !
src/eth-win32.c | 2 1 + 1 - 0 !
src/fw-ipchains.c | 2 1 + 1 - 0 !
src/fw-ipf.c | 2 1 + 1 - 0 !
src/fw-ipfw.c | 2 1 + 1 - 0 !
src/fw-none.c | 2 1 + 1 - 0 !
src/fw-pf.c | 2 1 + 1 - 0 !
src/fw-pktfilter.c | 2 1 + 1 - 0 !
src/intf-win32.c | 2 1 + 1 - 0 !
src/intf.c | 2 1 + 1 - 0 !
src/ip-cooked.c | 2 1 + 1 - 0 !
src/ip-util.c | 2 1 + 1 - 0 !
src/ip-win32.c | 2 1 + 1 - 0 !
src/ip.c | 2 1 + 1 - 0 !
src/ip6.c | 2 1 + 1 - 0 !
src/ndisc-linux.c | 2 1 + 1 - 0 !
src/ndisc-none.c | 2 1 + 1 - 0 !
src/rand.c | 2 1 + 1 - 0 !
src/route-bsd.c | 2 1 + 1 - 0 !
src/route-hpux.c | 2 1 + 1 - 0 !
src/route-linux.c | 2 1 + 1 - 0 !
src/route-none.c | 2 1 + 1 - 0 !
src/route-win32.c | 2 1 + 1 - 0 !
src/tun-bsd.c | 2 1 + 1 - 0 !
src/tun-linux.c | 2 1 + 1 - 0 !
src/tun-none.c | 2 1 + 1 - 0 !
src/tun-solaris.c | 2 1 + 1 - 0 !
test/Makefile.am | 2 1 + 1 - 0 !
test/check/Makefile.am | 2 1 + 1 - 0 !
test/check/check_addr.c | 2 1 + 1 - 0 !
test/check/check_arp.c | 2 1 + 1 - 0 !
test/check/check_blob.c | 2 1 + 1 - 0 !
test/check/check_eth.c | 2 1 + 1 - 0 !
test/check/check_fw.c | 2 1 + 1 - 0 !
test/check/check_intf.c | 2 1 + 1 - 0 !
test/check/check_ip.c | 2 1 + 1 - 0 !
test/check/check_rand.c | 2 1 + 1 - 0 !
test/check/check_route.c | 2 1 + 1 - 0 !
test/dnet/Makefile.am | 18 0 + 18 - 0 !
test/dnet/Makefile.in | 729 0 + 729 - 0 !
test/dnet/addr.c | 53 0 + 53 - 0 !
test/dnet/arp.c | 173 0 + 173 - 0 !
test/dnet/aton.c | 224 0 + 224 - 0 !
test/dnet/aton.h | 21 0 + 21 - 0 !
test/dnet/dnet.8 | 262 0 + 262 - 0 !
test/dnet/dnet.c | 96 0 + 96 - 0 !
test/dnet/eth.c | 89 0 + 89 - 0 !
test/dnet/fw.c | 197 0 + 197 - 0 !
test/dnet/hex.c | 62 0 + 62 - 0 !
test/dnet/icmp.c | 82 0 + 82 - 0 !
test/dnet/intf.c | 185 0 + 185 - 0 !
test/dnet/ip.c | 114 0 + 114 - 0 !
test/dnet/mod.h | 26 0 + 26 - 0 !
test/dnet/rand.c | 60 0 + 60 - 0 !
test/dnet/route.c | 100 0 + 100 - 0 !
test/dnet/send.c | 76 0 + 76 - 0 !
test/dnet/tcp.c | 109 0 + 109 - 0 !
test/dnet/udp.c | 88 0 + 88 - 0 !
test/dumbnet/Makefile.am | 18 18 + 0 - 0 !
test/dumbnet/Makefile.in | 729 729 + 0 - 0 !
test/dumbnet/addr.c | 53 53 + 0 - 0 !
test/dumbnet/arp.c | 173 173 + 0 - 0 !
test/dumbnet/aton.c | 224 224 + 0 - 0 !
test/dumbnet/aton.h | 21 21 + 0 - 0 !
test/dumbnet/dumbnet.8 | 272 272 + 0 - 0 !
test/dumbnet/dumbnet.c | 96 96 + 0 - 0 !
test/dumbnet/eth.c | 89 89 + 0 - 0 !
test/dumbnet/fw.c | 197 197 + 0 - 0 !
test/dumbnet/hex.c | 62 62 + 0 - 0 !
test/dumbnet/icmp.c | 82 82 + 0 - 0 !
test/dumbnet/intf.c | 185 185 + 0 - 0 !
test/dumbnet/ip.c | 114 114 + 0 - 0 !
test/dumbnet/mod.h | 26 26 + 0 - 0 !
test/dumbnet/rand.c | 60 60 + 0 - 0 !
test/dumbnet/route.c | 100 100 + 0 - 0 !
test/dumbnet/send.c | 76 76 + 0 - 0 !
test/dumbnet/tcp.c | 109 109 + 0 - 0 !
test/dumbnet/udp.c | 88 88 + 0 - 0 !
143 files changed, 7950 insertions(+), 7930 deletions(-)

 rename upstream's conflicting libdnet to libdumbnet
06use_tun_bsd.patch | (download)

configure.ac | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 the existence of <stropts.h> is no discerning criterion between
  Solaris and BSD. Debian is only concerned with BSD, so choose that.
07noconfig script multiarch path.patch | (download)

dumbnet-config.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 noconfig-script-multiarch-path
empty line in manpages.patch | (download)

test/dumbnet/dumbnet.8 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix groff warning about empty lines