diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2022-01-22 15:44:50 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-01-30 12:14:37 -0800 |
commit | c763e2715c78317f03bf1f5ccb92b5339804e6f3 (patch) | |
tree | fd8cb7c91014397ba09437b1c7891f28f952e25f | |
parent | b46386395b4156dceb93762a74166abeae796252 (diff) | |
download | meta-security-c763e2715c78317f03bf1f5ccb92b5339804e6f3.tar.gz |
samhain: upgrade 4.4.3 -> 4.4.6
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-ids/samhain/samhain.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ids/samhain/samhain.inc b/recipes-ids/samhain/samhain.inc index 97f5f2d..077e118 100644 --- a/recipes-ids/samhain/samhain.inc +++ b/recipes-ids/samhain/samhain.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.la-samhna.de/samhain/" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b" |
5 | 5 | ||
6 | PV = "4.4.3" | 6 | PV = "4.4.6" |
7 | 7 | ||
8 | SRC_URI = "https://la-samhna.de/archive/samhain_signed-${PV}.tar.gz \ | 8 | SRC_URI = "https://la-samhna.de/archive/samhain_signed-${PV}.tar.gz \ |
9 | file://${INITSCRIPT_NAME}.init \ | 9 | file://${INITSCRIPT_NAME}.init \ |
@@ -21,7 +21,7 @@ SRC_URI = "https://la-samhna.de/archive/samhain_signed-${PV}.tar.gz \ | |||
21 | file://samhain-fix-initializer-element-is-not-constant.patch \ | 21 | file://samhain-fix-initializer-element-is-not-constant.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI[sha256sum] = "3e57574036d5055e9557ec5095818b419ea6c4365370fc2ccce1e9f87f9fad08" | 24 | SRC_URI[sha256sum] = "0b511a184066759cd864f6d15fe941ed3fe60f0cdc886dab68daa191d567de24" |
25 | 25 | ||
26 | UPSTREAM_CHECK_URI = "https://www.la-samhna.de/samhain/archive.html" | 26 | UPSTREAM_CHECK_URI = "https://www.la-samhna.de/samhain/archive.html" |
27 | UPSTREAM_CHECK_REGEX = "samhain_signed-(?P<pver>(\d+(\.\d+)+))\.tar" | 27 | UPSTREAM_CHECK_REGEX = "samhain_signed-(?P<pver>(\d+(\.\d+)+))\.tar" |