summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2014-09-19 19:51:34 -0700
committerArmin Kuster <akuster808@gmail.com>2014-10-26 12:35:55 -0700
commitb584aa13f67ca3d551659bcef55cdc426dad5313 (patch)
tree1b6305c0fe095ad624a3eed88853d0567dfbe08b
parent33e45ec16c848f35439ca2cd0a1126f8ba6528d1 (diff)
downloadmeta-security-b584aa13f67ca3d551659bcef55cdc426dad5313.tar.gz
checksecurity: update to version 2.0.15
update fixed: * Fix bug in the CS_NFSAFS definition in etc/check-setuid.conf that prevents the script from matching any filesystem. This bug was, actually, making the script not do anything in the default configuration. Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/checksecurity/checksecurity_2.0.15.bb (renamed from recipes-security/checksecurity/checksecurity_2.0.14.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/checksecurity/checksecurity_2.0.14.bb b/recipes-security/checksecurity/checksecurity_2.0.15.bb
index 70dfd03..ddf63fd 100644
--- a/recipes-security/checksecurity/checksecurity_2.0.14.bb
+++ b/recipes-security/checksecurity/checksecurity_2.0.15.bb
@@ -8,8 +8,8 @@ RDEPENDS_${PN} = "perl libenv-perl perl-module-tie-array perl-module-getopt-long
8SRC_URI = "http://ftp.de.debian.org/debian/pool/main/c/checksecurity/checksecurity_${PV}.tar.gz \ 8SRC_URI = "http://ftp.de.debian.org/debian/pool/main/c/checksecurity/checksecurity_${PV}.tar.gz \
9 file://setuid-log-folder.patch" 9 file://setuid-log-folder.patch"
10 10
11SRC_URI[md5sum] = "ad6cfe0cd66ebdd16dd5d4ee5fa8fa17" 11SRC_URI[md5sum] = "a30161c3e24d3be710b2fd13fcd1f32f"
12SRC_URI[sha256sum] = "a2bc2355358d6daf3cb72485d564e82cb541e8516f23b50522c816853ecd13c2" 12SRC_URI[sha256sum] = "67abe3d6391c96146e96f376d3fd6eb7a9418b0f7fe205b465219889791dba32"
13 13
14do_compile() { 14do_compile() {
15} 15}