summaryrefslogtreecommitdiff
path: root/strata/networking-utils.morph
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-05-22 14:04:28 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-05-26 13:44:02 +0000
commitfdbea24797f7559ec8edc0c34f71a8dc5e0a94dc (patch)
tree1acd7c1450c1f868c91a6f76118419a932502c7d /strata/networking-utils.morph
parent74fac2adda7467f1eb55dca293057cbe81b0a13b (diff)
downloaddefinitions-fdbea24797f7559ec8edc0c34f71a8dc5e0a94dc.tar.gz
Add `arping` to networking-utils
Because `arping` requires the libpcap library, move tcpdump and libpcap to networking-utils. Add also `arping`'s libnet dependency. Change-Id: Ie459e5295bc2770856e06cb005845ee3f172e68e
Diffstat (limited to 'strata/networking-utils.morph')
-rw-r--r--strata/networking-utils.morph25
1 files changed, 25 insertions, 0 deletions
diff --git a/strata/networking-utils.morph b/strata/networking-utils.morph
index 689bec87..951e2d29 100644
--- a/strata/networking-utils.morph
+++ b/strata/networking-utils.morph
@@ -25,3 +25,28 @@ chunks:
unpetrify-ref: v6.24
build-depends:
- libmnl
+- name: libpcap
+ morph: strata/networking-utils/libpcap.morph
+ repo: upstream:libpcap
+ ref: 098a643f817e8a9929c70dfba157e4d399398375
+ unpetrify-ref: libpcap-1.7
+- name: tcpdump
+ morph: strata/networking-utils/tcpdump.morph
+ repo: upstream:tcpdump
+ ref: 8aa5edea1b8846740514dee4158b6c707d38fc13
+ unpetrify-ref: tcpdump-4.7
+ build-depends:
+ - libpcap
+- name: libnet
+ morph: strata/networking-utils/libnet.morph
+ repo: upstream:libnet
+ ref: 05df365769597e1d64d02af931d6127762ff2658
+ unpetrify-ref: libnet-1.2
+- name: arping
+ morph: strata/networking-utils/arping.morph
+ repo: upstream:arping
+ ref: a416764b03f4d5960b61372e27d84606899bfe2c
+ unpetrify-ref: arping-2.15
+ build-depends:
+ - libpcap
+ - libnet