debian specific patch information for libdumbnet / 1.8-1.4

Summary

Package Version Package Type Source Package Format
1.8-1.4 Debian-diff 1.0

"Debian diff" Information

Diff file libdumbnet_1.8-1.4.diff.gz
Size189125
MD5sume51092c9214f0f071ee211c96f31c682
./debian only changes view download
non packaging (i.e. not ./debian) changes view download

Misc. Non-packaging "direct" style patches

file inserted deleted modified view download
Makefile.am220 view download
Makefile.in14100 view download
aclocal.m49621130 view download
config.guess149700 view download
config.sub160800 view download
config/acinclude.m486860 view download
config/config.guess2581400 view download
config/config.sub185760 view download
configure586525320 view download
configure.in31270 view download
dnet-config.in220 view download
include/Makefile.am220 view download
include/Makefile.in960 view download
include/config.h.in77600 view download
include/dnet.h19190 view download
include/dnet/Makefile.am220 view download
include/dnet/Makefile.in24200 view download
include/dnet/addr.h330 view download
include/dnet/arp.h330 view download
include/dnet/blob.h330 view download
include/dnet/eth.h330 view download
include/dnet/fw.h330 view download
include/dnet/icmp.h330 view download
include/dnet/intf.h330 view download
include/dnet/ip.h880 view download
include/dnet/ip6.h770 view download
include/dnet/os.h14140 view download
include/dnet/rand.h330 view download
include/dnet/route.h330 view download
include/dnet/tcp.h550 view download
include/dnet/udp.h330 view download
ltmain.sh632200 view download
man/Makefile.am330 view download
man/Makefile.in52130 view download
man/dnet.3330 view download
man/dumbnet-config.83000 view download
python/Makefile.in510 view download
src/Makefile.am550 view download
src/Makefile.in17130 view download
src/addr.c330 view download
src/arp-bsd.c110 view download
src/arp-ioctl.c110 view download
src/arp-none.c110 view download
src/arp-win32.c110 view download
src/blob.c110 view download
src/eth-bsd.c110 view download
src/eth-dlpi.c110 view download
src/eth-linux.c110 view download
src/eth-ndd.c110 view download
src/eth-none.c110 view download
src/eth-snoop.c110 view download
src/eth-win32.c110 view download
src/fw-ipchains.c110 view download
src/fw-ipf.c110 view download
src/fw-ipfw.c110 view download
src/fw-none.c110 view download
src/fw-pf.c110 view download
src/intf-win32.c110 view download
src/intf.c550 view download
src/ip-cooked.c110 view download
src/ip-util.c110 view download
src/ip-win32.c110 view download
src/ip.c110 view download
src/rand.c110 view download
src/route-bsd.c110 view download
src/route-hpux.c110 view download
src/route-linux.c110 view download
src/route-none.c110 view download
src/route-win32.c110 view download
test/Makefile.am110 view download
test/Makefile.in740 view download
test/check/Makefile.in620 view download
test/check/check_addr.c110 view download
test/check/check_arp.c110 view download
test/check/check_blob.c110 view download
test/check/check_eth.c110 view download
test/check/check_fw.c110 view download
test/check/check_intf.c110 view download
test/check/check_ip.c110 view download
test/check/check_rand.c110 view download
test/check/check_route.c110 view download
test/dnet/Makefile.am660 view download
test/dnet/Makefile.in26220 view download
test/dnet/addr.c220 view download
test/dnet/arp.c660 view download
test/dnet/aton.c110 view download
test/dnet/dnet.818180 view download
test/dnet/dnet.c330 view download
test/dnet/eth.c220 view download
test/dnet/fw.c330 view download
test/dnet/hex.c220 view download
test/dnet/icmp.c220 view download
test/dnet/intf.c660 view download
test/dnet/ip.c220 view download
test/dnet/rand.c220 view download
test/dnet/route.c550 view download
test/dnet/send.c220 view download
test/dnet/tcp.c220 view download
test/dnet/udp.c220 view download

"series" style patches

patch summary view raw
libdumbnet.patch
 Makefile.am              |    4 -
 config/acinclude.m4      |  172 +++++++++++++++++++++++------------------------
 include/Makefile.am      |    4 -
 include/dnet.h           |   38 +++++-----
 include/dnet/Makefile.am |    4 -
 include/dnet/addr.h      |    6 -
 include/dnet/arp.h       |    6 -
 include/dnet/blob.h      |    6 -
 include/dnet/eth.h       |    6 -
 include/dnet/fw.h        |    6 -
 include/dnet/icmp.h      |    6 -
 include/dnet/intf.h      |    6 -
 include/dnet/ip.h        |   16 ++--
 include/dnet/ip6.h       |   14 +--
 include/dnet/os.h        |   28 +++----
 include/dnet/rand.h      |    6 -
 include/dnet/route.h     |    6 -
 include/dnet/tcp.h       |   10 +-
 include/dnet/udp.h       |    6 -
 man/Makefile.am          |    6 -
 man/dnet.3               |    6 -
 man/dumbnet-config.8     |   30 ++++++++
 src/Makefile.am          |   10 +-
 src/addr.c               |    2 
 src/arp-bsd.c            |    2 
 src/arp-ioctl.c          |    2 
 src/arp-none.c           |    2 
 src/arp-win32.c          |    2 
 src/blob.c               |    2 
 src/eth-bsd.c            |    2 
 src/eth-dlpi.c           |    2 
 src/eth-linux.c          |    2 
 src/eth-ndd.c            |    2 
 src/eth-none.c           |    2 
 src/eth-snoop.c          |    2 
 src/eth-win32.c          |    2 
 src/fw-ipchains.c        |    2 
 src/fw-ipf.c             |    2 
 src/fw-ipfw.c            |    2 
 src/fw-none.c            |    2 
 src/fw-pf.c              |    2 
 src/intf-win32.c         |    2 
 src/intf.c               |   10 +-
 src/ip-cooked.c          |    2 
 src/ip-util.c            |    2 
 src/ip-win32.c           |    2 
 src/ip.c                 |    2 
 src/rand.c               |    2 
 src/route-bsd.c          |    2 
 src/route-hpux.c         |    2 
 src/route-linux.c        |    2 
 src/route-none.c         |    2 
 src/route-win32.c        |    2 
 test/Makefile.am         |    2 
 test/check/check_addr.c  |    2 
 test/check/check_arp.c   |    2 
 test/check/check_blob.c  |    2 
 test/check/check_eth.c   |    2 
 test/check/check_fw.c    |    2 
 test/check/check_intf.c  |    2 
 test/check/check_ip.c    |    2 
 test/check/check_rand.c  |    2 
 test/check/check_route.c |    2 
 test/dnet/Makefile.am    |   12 +--
 test/dnet/addr.c         |    4 -
 test/dnet/arp.c          |   12 +--
 test/dnet/aton.c         |    2 
 test/dnet/dnet.8         |   36 ++++-----
 test/dnet/dnet.c         |    6 -
 test/dnet/eth.c          |    4 -
 test/dnet/fw.c           |    6 -
 test/dnet/hex.c          |    4 -
 test/dnet/icmp.c         |    4 -
 test/dnet/intf.c         |   12 +--
 test/dnet/ip.c           |    4 -
 test/dnet/rand.c         |    4 -
 test/dnet/route.c        |   10 +-
 test/dnet/send.c         |    4 -
 test/dnet/tcp.c          |    4 -
 test/dnet/udp.c          |    4 -
 80 files changed, 326 insertions(+), 296 deletions(-)
view download