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 <[email protected]> --- .../{checksecurity_2.0.14.bb => checksecurity_2.0.15.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-security/checksecurity/{checksecurity_2.0.14.bb => checksecurity_2.0.15.bb} (81%) diff --git a/recipes-security/checksecurity/checksecurity_2.0.14.bb b/recipes-security/checksecurity/checksecurity_2.0.15.bb similarity index 81% rename from recipes-security/checksecurity/checksecurity_2.0.14.bb rename to 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 SRC_URI = "http://ftp.de.debian.org/debian/pool/main/c/checksecurity/checksecurity_${PV}.tar.gz \ file://setuid-log-folder.patch" -SRC_URI[md5sum] = "ad6cfe0cd66ebdd16dd5d4ee5fa8fa17" -SRC_URI[sha256sum] = "a2bc2355358d6daf3cb72485d564e82cb541e8516f23b50522c816853ecd13c2" +SRC_URI[md5sum] = "a30161c3e24d3be710b2fd13fcd1f32f" +SRC_URI[sha256sum] = "67abe3d6391c96146e96f376d3fd6eb7a9418b0f7fe205b465219889791dba32" do_compile() { } -- 1.9.1 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
