From 33e45ec16c848f35439ca2cd0a1126f8ba6528d1 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 14 Sep 2014 22:06:50 -0700 Subject: isic: Add new package This adds the ISIC is a suite of utilities to exercise the stability of an IP and its component stacks (TCP/UDP/ICMP etc.) It generates piles of pseudo random packets with configurable tendancies, then sent to the target to penetrate its firewall rules or find bug backported two patches from Redhat. Signed-off-by: Armin Kuster --- recipes-security/isic/isic_0.07.bb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 recipes-security/isic/isic_0.07.bb (limited to 'recipes-security/isic/isic_0.07.bb') diff --git a/recipes-security/isic/isic_0.07.bb b/recipes-security/isic/isic_0.07.bb new file mode 100644 index 0000000..fb6e904 --- /dev/null +++ b/recipes-security/isic/isic_0.07.bb @@ -0,0 +1,30 @@ +SUMMARY = "ISIC -- IP Stack Integrity Checker" +DESCRIPTION = "ISIC is a suite of utilities to exercise the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.)" +HOMEPAGE = "http://isic.sourceforge.net/" +SECTION = "security" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d41d8cd98f00b204e9800998ecf8427e" + +DEPENDS = "libnet" +PARALLEL_MAKE = "" + +SRC_URI = "http://prdownloads.sourceforge.net/isic/${BPN}-${PV}.tgz \ + file://configure_fix.patch \ + file://isic-0.07-netinet.patch \ + file://isic-0.07-make.patch \ + " + +SRC_URI[md5sum] = "29f70c9bde9aa9128b8f7e66a315f9a4" +SRC_URI[sha256sum] = "e033c53e03e26a4c72b723e2a5a1c433ee70eb4d23a1ba0d7d7e14ee1a80429d" + +S="${WORKDIR}/${BPN}-${PV}" + +inherit autotools-brokensep + +EXTRA_OECONF += "--with-libnet-dir=${STAGING_DIR_HOST}${libdir} " + +do_configure () { + oe_runconf +} + +RDEPNEDS += "libnet" -- cgit v1.2.3-54-g00ecf