diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-05-15 22:07:50 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-05-21 08:18:36 -0700 |
commit | 7b9206d346a9aa9a424e4e13060c154e9aba1ace (patch) | |
tree | 404f5863f5dcc0e209e14282577497a7875bdf07 | |
parent | 9f5cc2a7ebef70181644bb18321b8c6c80afd0d2 (diff) | |
download | meta-security-7b9206d346a9aa9a424e4e13060c154e9aba1ace.tar.gz |
checksec: update to 1.11.1
* checksec.sh: Updated to 1.11.1
* checksec.sh: resolved issues with readelf
* checksec.sh: Added docker images for testing
* checksec.sh: Added armhf and aarch64 libc locations
* checksec.sh: Replace FS_COUNT with fgrep
* checksec.sh: Fixed symbols count in csv
* checksec.sh: Fixed RW-RPATH and RW-RUNPATH
* checksec.sh: Added stack canaries generated by intel compiler
* checksec.sh: Mute stat errors for non-existent directories
* checksec.sh: Removed invalid json structures and duplicate kernel checks
* checksec.sh: fixed spaces in -d option
* checksec.sh: Added stack-protector-string check
* checksec.sh: Add arm64 specific kernel checks
* checksec.sh: Add REFCOUNT_FULL to kernel tests
* checksec.sh: Remove OSX support
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/checksec/checksec_1.11.1.bb (renamed from recipes-security/checksec/checksec_1.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/checksec/checksec_1.11.bb b/recipes-security/checksec/checksec_1.11.1.bb index 59a67bd..835dffc 100644 --- a/recipes-security/checksec/checksec_1.11.bb +++ b/recipes-security/checksec/checksec_1.11.1.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE="https://github.com/slimm609/checksec.sh" | |||
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=93fddcca19f6c897871f9b5f9a035f4a" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=93fddcca19f6c897871f9b5f9a035f4a" |
8 | 8 | ||
9 | SRCREV = "a57e03c4f62dbaca0ec949bbc58491fb0c461447" | 9 | SRCREV = "3c15cb89641c700096fdec0c1904a0cf9b83c5e2" |
10 | SRC_URI = "git://github.com/slimm609/checksec.sh" | 10 | SRC_URI = "git://github.com/slimm609/checksec.sh" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |