From 35d2ba0c2b7e6957b85b34b89985b8b45898cf84 Mon Sep 17 00:00:00 2001 From: Firehose merge bot Date: Tue, 15 Sep 2015 09:08:03 +0000 Subject: Firehose test commit --- strata/networking-utils/conntrack-tools.morph | 4 ---- strata/networking-utils/ebtables.morph | 7 ------- strata/networking-utils/iputils.morph | 24 ---------------------- strata/networking-utils/libnet.morph | 16 --------------- .../networking-utils/libnetfilter_conntrack.morph | 3 --- .../networking-utils/libnetfilter_cthelper.morph | 3 --- .../networking-utils/libnetfilter_cttimeout.morph | 3 --- strata/networking-utils/libnetfilter_queue.morph | 3 --- strata/networking-utils/libnfnetlink.morph | 3 --- strata/networking-utils/libpcap.morph | 3 --- strata/networking-utils/tcpdump.morph | 3 --- 11 files changed, 72 deletions(-) delete mode 100644 strata/networking-utils/conntrack-tools.morph delete mode 100644 strata/networking-utils/ebtables.morph delete mode 100644 strata/networking-utils/iputils.morph delete mode 100644 strata/networking-utils/libnet.morph delete mode 100644 strata/networking-utils/libnetfilter_conntrack.morph delete mode 100644 strata/networking-utils/libnetfilter_cthelper.morph delete mode 100644 strata/networking-utils/libnetfilter_cttimeout.morph delete mode 100644 strata/networking-utils/libnetfilter_queue.morph delete mode 100644 strata/networking-utils/libnfnetlink.morph delete mode 100644 strata/networking-utils/libpcap.morph delete mode 100644 strata/networking-utils/tcpdump.morph (limited to 'strata/networking-utils') diff --git a/strata/networking-utils/conntrack-tools.morph b/strata/networking-utils/conntrack-tools.morph deleted file mode 100644 index e0ef7234..00000000 --- a/strata/networking-utils/conntrack-tools.morph +++ /dev/null @@ -1,4 +0,0 @@ -name: conntrack-tools -kind: chunk -build-system: autotools -max-jobs: 1 diff --git a/strata/networking-utils/ebtables.morph b/strata/networking-utils/ebtables.morph deleted file mode 100644 index a4d9fc76..00000000 --- a/strata/networking-utils/ebtables.morph +++ /dev/null @@ -1,7 +0,0 @@ -name: ebtables -kind: chunk -build-system: manual -build-commands: -- make -install-commands: -- make install DESTDIR="$DESTDIR" BINDIR="$PREFIX/sbin" diff --git a/strata/networking-utils/iputils.morph b/strata/networking-utils/iputils.morph deleted file mode 100644 index c9736cc8..00000000 --- a/strata/networking-utils/iputils.morph +++ /dev/null @@ -1,24 +0,0 @@ -name: iputils -kind: chunk -build-system: manual -pre-configure-commands: -# gnutls is not currently integrated in definitions so, disabling this -# is required in order to build ping6. If this is not disabled, it will try -# to find gnutls/openssl.h header failing to compile ping6. -- sed -i "s/USE_GNUTLS=yes/USE_GNUTLS=no/" Makefile -build-commands: -- make -- make ninfod -install-commands: -- install -D -m 755 clockdiff "$DESTDIR$PREFIX"/bin/clockdiff -- install -D -m 755 rdisc "$DESTDIR$PREFIX"/bin/rdisc -- install -D -m 755 tracepath "$DESTDIR$PREFIX"/bin/tracepath -- install -D -m 755 tracepath6 "$DESTDIR$PREFIX"/bin/tracepath6 -- install -D -m 755 ninfod/ninfod "$DESTDIR$PREFIX"/bin/ninfod -- install -D -m 755 rarpd "$DESTDIR$PREFIX"/bin/rarpd -# The following binaries are installed to overwrite busybox binaries. -- install -D -m 755 traceroute6 "$DESTDIR$PREFIX"/bin/traceroute6 -- install -D -m 755 arping "$DESTDIR$PREFIX"/sbin/arping -- install -D -m 755 tftpd "$DESTDIR$PREFIX"/sbin/tftpd -- install -D -m 755 ping "$DESTDIR"/bin/ping -- install -D -m 755 ping6 "$DESTDIR"/bin/ping6 diff --git a/strata/networking-utils/libnet.morph b/strata/networking-utils/libnet.morph deleted file mode 100644 index ddb2cf3e..00000000 --- a/strata/networking-utils/libnet.morph +++ /dev/null @@ -1,16 +0,0 @@ -name: libnet -kind: chunk -build-system: manual -pre-configure-commands: -# Avoid building the docs as they require doxygen -- sed -i 's@doc @@' libnet/Makefile.am -- sed -i 's@doc/.*Makefile@@' libnet/configure.ac - -- cd libnet && ./autogen.sh -configure-commands: -- cd libnet && ./configure --prefix="$PREFIX" --disable-samples --enable-shared=yes - --with-pic -build-commands: -- cd libnet && make -install-commands: -- cd libnet && make DESTDIR="$DESTDIR" install diff --git a/strata/networking-utils/libnetfilter_conntrack.morph b/strata/networking-utils/libnetfilter_conntrack.morph deleted file mode 100644 index ef6ebb48..00000000 --- a/strata/networking-utils/libnetfilter_conntrack.morph +++ /dev/null @@ -1,3 +0,0 @@ -name: libnetfilter_conntrack -kind: chunk -build-system: autotools diff --git a/strata/networking-utils/libnetfilter_cthelper.morph b/strata/networking-utils/libnetfilter_cthelper.morph deleted file mode 100644 index 7f410a4a..00000000 --- a/strata/networking-utils/libnetfilter_cthelper.morph +++ /dev/null @@ -1,3 +0,0 @@ -name: libnetfilter_cthelper -kind: chunk -build-system: autotools diff --git a/strata/networking-utils/libnetfilter_cttimeout.morph b/strata/networking-utils/libnetfilter_cttimeout.morph deleted file mode 100644 index b2281a5b..00000000 --- a/strata/networking-utils/libnetfilter_cttimeout.morph +++ /dev/null @@ -1,3 +0,0 @@ -name: libnetfilter_cttimeout -kind: chunk -build-system: autotools diff --git a/strata/networking-utils/libnetfilter_queue.morph b/strata/networking-utils/libnetfilter_queue.morph deleted file mode 100644 index d2b80d38..00000000 --- a/strata/networking-utils/libnetfilter_queue.morph +++ /dev/null @@ -1,3 +0,0 @@ -name: libnetfilter_queue -kind: chunk -build-system: autotools diff --git a/strata/networking-utils/libnfnetlink.morph b/strata/networking-utils/libnfnetlink.morph deleted file mode 100644 index f4fe79ab..00000000 --- a/strata/networking-utils/libnfnetlink.morph +++ /dev/null @@ -1,3 +0,0 @@ -name: libnfnetlink -kind: chunk -build-system: autotools diff --git a/strata/networking-utils/libpcap.morph b/strata/networking-utils/libpcap.morph deleted file mode 100644 index 7c5ee932..00000000 --- a/strata/networking-utils/libpcap.morph +++ /dev/null @@ -1,3 +0,0 @@ -name: libpcap -kind: chunk -build-system: autotools diff --git a/strata/networking-utils/tcpdump.morph b/strata/networking-utils/tcpdump.morph deleted file mode 100644 index 7a974dab..00000000 --- a/strata/networking-utils/tcpdump.morph +++ /dev/null @@ -1,3 +0,0 @@ -name: tcpdump -kind: chunk -build-system: autotools -- cgit v1.2.1