summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-scanners/arpwatch/arpwatch_3.3.bb (renamed from recipes-scanners/arpwatch/arpwatch_3.1.bb)9
-rw-r--r--recipes-scanners/arpwatch/files/host_contam_fix.patch8
2 files changed, 9 insertions, 8 deletions
diff --git a/recipes-scanners/arpwatch/arpwatch_3.1.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb
index 3d8c5ae..8efb339 100644
--- a/recipes-scanners/arpwatch/arpwatch_3.1.bb
+++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb
@@ -1,7 +1,7 @@
1SUMARRY = "The ethernet monitor program; for keeping track of ethernet/ip address pairings" 1SUMARRY = "The ethernet monitor program; for keeping track of ethernet/ip address pairings"
2LICENSE = "BSD-4-Clause" 2LICENSE = "BSD-4-Clause"
3HOME_PAGE = "http://ee.lbl.gov/" 3HOME_PAGE = "http://ee.lbl.gov/"
4LIC_FILES_CHKSUM = "file://configure;md5=74ca964ed34fda7b46c6fe3e50bded9d" 4LIC_FILES_CHKSUM = "file://configure;md5=0f6cca2f69f384a14e2f5803210ca92e"
5 5
6DEPENDS += "libpcap" 6DEPENDS += "libpcap"
7 7
@@ -9,10 +9,10 @@ SRC_URI = "https://ee.lbl.gov/downloads/arpwatch/${BP}.tar.gz \
9 file://arpwatch.conf \ 9 file://arpwatch.conf \
10 file://arpwatch.default \ 10 file://arpwatch.default \
11 file://arpwatch_init \ 11 file://arpwatch_init \
12 file://postfix_workaround.patch \ 12 file://host_contam_fix.patch \
13 file://host_contam_fix.patch " 13 "
14 14
15SRC_URI[sha256sum] = "ee1d15d9a07952c0c017908b9dbfd5ac988fed0058c3cc4fa6c13e0be36f3a9f" 15SRC_URI[sha256sum] = "d47fa8b291fc37a25a2d0f3e1b64f451dc0be82d714a10ffa6ef8b0b9e33e166"
16 16
17inherit autotools-brokensep update-rc.d useradd 17inherit autotools-brokensep update-rc.d useradd
18 18
@@ -82,5 +82,6 @@ FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \
82 82
83COMPATIBLE_HOST:riscv32 = "null" 83COMPATIBLE_HOST:riscv32 = "null"
84COMPATIBLE_HOST:riscv64 = "null" 84COMPATIBLE_HOST:riscv64 = "null"
85OMPATIBLE_HOST:libc-musl = "null"
85 86
86RDEPENDS:${PN} = "libpcap" 87RDEPENDS:${PN} = "libpcap"
diff --git a/recipes-scanners/arpwatch/files/host_contam_fix.patch b/recipes-scanners/arpwatch/files/host_contam_fix.patch
index 7d7ffac..2e27aa4 100644
--- a/recipes-scanners/arpwatch/files/host_contam_fix.patch
+++ b/recipes-scanners/arpwatch/files/host_contam_fix.patch
@@ -4,11 +4,11 @@ Upstream-Status: Inappropriate [embedded specific]
4 4
5Signed-off-by: Armin Kuster <akuster808@gmail.com> 5Signed-off-by: Armin Kuster <akuster808@gmail.com>
6 6
7Index: arpwatch-3.0/configure 7Index: arpwatch-3.3/configure
8=================================================================== 8===================================================================
9--- arpwatch-3.0.orig/configure 9--- arpwatch-3.3.orig/configure
10+++ arpwatch-3.0/configure 10+++ arpwatch-3.3/configure
11@@ -4349,8 +4349,8 @@ fi 11@@ -4353,8 +4353,8 @@ fi
12 CC=cc 12 CC=cc
13 export CC 13 export CC
14 fi 14 fi