diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-07-20 19:41:22 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-08-04 12:17:25 -0700 |
commit | 2634aba3e19f25fdc0b076e79c1b2543a7f80e88 (patch) | |
tree | 1a92633345c2bef4b5f5e1390abebe5cedad7fa0 /recipes-ids/samhain/samhain.inc | |
parent | 270eefd7588ee1152b8a7a608e7ab9f24ad392e6 (diff) | |
download | meta-security-2634aba3e19f25fdc0b076e79c1b2543a7f80e88.tar.gz |
samhain: update to 4.3.3
remove PV from recipes names to make package update easier.
PV set in include file now
drop samhain-cross-compile.patch as stripping appears to have been removed.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-ids/samhain/samhain.inc')
-rw-r--r-- | recipes-ids/samhain/samhain.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ids/samhain/samhain.inc b/recipes-ids/samhain/samhain.inc index 1b9af39..16222ba 100644 --- a/recipes-ids/samhain/samhain.inc +++ b/recipes-ids/samhain/samhain.inc | |||
@@ -3,9 +3,9 @@ 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.3.3" | ||
6 | 7 | ||
7 | SRC_URI = "http://la-samhna.de/archive/samhain_signed-${PV}.tar.gz \ | 8 | SRC_URI = "http://la-samhna.de/archive/samhain_signed-${PV}.tar.gz \ |
8 | file://samhain-cross-compile.patch \ | ||
9 | file://samhain-mips64-aarch64-dnmalloc-hash-fix.patch \ | 9 | file://samhain-mips64-aarch64-dnmalloc-hash-fix.patch \ |
10 | file://samhain-samhainrc.patch \ | 10 | file://samhain-samhainrc.patch \ |
11 | file://samhain-samhainrc-fix-files-dirs-path.patch \ | 11 | file://samhain-samhainrc-fix-files-dirs-path.patch \ |
@@ -19,8 +19,8 @@ SRC_URI = "http://la-samhna.de/archive/samhain_signed-${PV}.tar.gz \ | |||
19 | file://samhain.service \ | 19 | file://samhain.service \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[md5sum] = "eae4674164d7c78f5bb39c72b7029c8b" | 22 | SRC_URI[md5sum] = "7be46ae7d03f53ba21afafd41cff8926" |
23 | SRC_URI[sha256sum] = "0582864ef56ab796031e8e611ed66c48adeb3a30ec34e1a8d0088572442035fc" | 23 | SRC_URI[sha256sum] = "33ad4bc3dad4699694553bd9635a6b5827939f965d1f0f05fce0b4e9cdadf21b" |
24 | 24 | ||
25 | UPSTREAM_CHECK_URI = "https://www.la-samhna.de/samhain/archive.html" | 25 | UPSTREAM_CHECK_URI = "https://www.la-samhna.de/samhain/archive.html" |
26 | UPSTREAM_CHECK_REGEX = "samhain_signed-(?P<pver>(\d+(\.\d+)+))\.tar" | 26 | UPSTREAM_CHECK_REGEX = "samhain_signed-(?P<pver>(\d+(\.\d+)+))\.tar" |