diff options
author | Armin Kuster <akuster808@gmai.com> | 2021-02-28 19:16:32 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-03-02 11:56:27 -0800 |
commit | b1d0346eb832f02793911ef21e8069394489ebbe (patch) | |
tree | e0cdce84cd9bebc8a74be340da8033642a25792a | |
parent | f97a8bef14690f2ea3d8246285c05712320fc66d (diff) | |
download | meta-security-b1d0346eb832f02793911ef21e8069394489ebbe.tar.gz |
arpwatch: upgrade 3.0 -> 3.1
LIC_FILES_CHKSUM update do to yr change
-rw-r--r-- | recipes-scanners/arpwatch/arpwatch_3.1.bb (renamed from recipes-scanners/arpwatch/arpwatch_3.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-scanners/arpwatch/arpwatch_3.0.bb b/recipes-scanners/arpwatch/arpwatch_3.1.bb index 9be319a..44aeca0 100644 --- a/recipes-scanners/arpwatch/arpwatch_3.0.bb +++ b/recipes-scanners/arpwatch/arpwatch_3.1.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=212742e55562cf47527d31c2a492411a" | 4 | LIC_FILES_CHKSUM = "file://configure;md5=74ca964ed34fda7b46c6fe3e50bded9d" |
5 | 5 | ||
6 | DEPENDS += "libpcap postfix" | 6 | DEPENDS += "libpcap postfix" |
7 | 7 | ||
@@ -12,7 +12,7 @@ SRC_URI = "https://ee.lbl.gov/downloads/arpwatch/${BP}.tar.gz \ | |||
12 | file://postfix_workaround.patch \ | 12 | file://postfix_workaround.patch \ |
13 | file://host_contam_fix.patch " | 13 | file://host_contam_fix.patch " |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "82e137e104aca8b1280f5cca0ebe61b978f10eadcbb4c4802c181522ad02b25b" | 15 | SRC_URI[sha256sum] = "ee1d15d9a07952c0c017908b9dbfd5ac988fed0058c3cc4fa6c13e0be36f3a9f" |
16 | 16 | ||
17 | inherit autotools-brokensep update-rc.d useradd | 17 | inherit autotools-brokensep update-rc.d useradd |
18 | 18 | ||