diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-06-04 11:39:40 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-06-07 16:58:24 -0700 |
| commit | d93501969c7e917567e1fe5c6388a09612e0883f (patch) | |
| tree | c0bc2c8bc8ee3f14fc3bfe8a024a081050fdf5a3 /recipes-scanners/arpwatch | |
| parent | 2a90888cfd2bc194725da57010ec9050fcc227b1 (diff) | |
| download | meta-security-d93501969c7e917567e1fe5c6388a09612e0883f.tar.gz | |
arpwatch: update to 3.3
not compatible with musl
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-scanners/arpwatch')
| -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.patch | 8 |
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 @@ | |||
| 1 | SUMARRY = "The ethernet monitor program; for keeping track of ethernet/ip address pairings" | 1 | SUMARRY = "The ethernet monitor program; for keeping track of ethernet/ip address pairings" |
| 2 | LICENSE = "BSD-4-Clause" | 2 | LICENSE = "BSD-4-Clause" |
| 3 | HOME_PAGE = "http://ee.lbl.gov/" | 3 | HOME_PAGE = "http://ee.lbl.gov/" |
| 4 | LIC_FILES_CHKSUM = "file://configure;md5=74ca964ed34fda7b46c6fe3e50bded9d" | 4 | LIC_FILES_CHKSUM = "file://configure;md5=0f6cca2f69f384a14e2f5803210ca92e" |
| 5 | 5 | ||
| 6 | DEPENDS += "libpcap" | 6 | DEPENDS += "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 | ||
| 15 | SRC_URI[sha256sum] = "ee1d15d9a07952c0c017908b9dbfd5ac988fed0058c3cc4fa6c13e0be36f3a9f" | 15 | SRC_URI[sha256sum] = "d47fa8b291fc37a25a2d0f3e1b64f451dc0be82d714a10ffa6ef8b0b9e33e166" |
| 16 | 16 | ||
| 17 | inherit autotools-brokensep update-rc.d useradd | 17 | inherit autotools-brokensep update-rc.d useradd |
| 18 | 18 | ||
| @@ -82,5 +82,6 @@ FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ | |||
| 82 | 82 | ||
| 83 | COMPATIBLE_HOST:riscv32 = "null" | 83 | COMPATIBLE_HOST:riscv32 = "null" |
| 84 | COMPATIBLE_HOST:riscv64 = "null" | 84 | COMPATIBLE_HOST:riscv64 = "null" |
| 85 | OMPATIBLE_HOST:libc-musl = "null" | ||
| 85 | 86 | ||
| 86 | RDEPENDS:${PN} = "libpcap" | 87 | RDEPENDS:${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 | ||
| 5 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | 5 | Signed-off-by: Armin Kuster <akuster808@gmail.com> |
| 6 | 6 | ||
| 7 | Index: arpwatch-3.0/configure | 7 | Index: 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 |
