Control: tags 808930 + patch Control: tags 808930 + pending Dear maintainer,
I've prepared an NMU for lsat (versioned as 0.9.7.1-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should delay it longer. Regards. -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'
diff -u lsat-0.9.7.1/debian/changelog lsat-0.9.7.1/debian/changelog --- lsat-0.9.7.1/debian/changelog +++ lsat-0.9.7.1/debian/changelog @@ -1,3 +1,10 @@ +lsat (0.9.7.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use "find -perm /x" instead of "find -perm +x". Closes: #808930 + + -- Andreas Metzler <[email protected]> Fri, 25 Dec 2015 14:38:30 +0100 + lsat (0.9.7.1-2) unstable; urgency=low * Updated debian/control (Standard-Version). diff -u lsat-0.9.7.1/debian/patches/00list lsat-0.9.7.1/debian/patches/00list --- lsat-0.9.7.1/debian/patches/00list +++ lsat-0.9.7.1/debian/patches/00list @@ -4,0 +5 @@ +005_find-perm_+.diff only in patch2: unchanged: --- lsat-0.9.7.1.orig/debian/patches/005_find-perm_+.diff +++ lsat-0.9.7.1/debian/patches/005_find-perm_+.diff @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 005_find-perm_+.diff by Andreas Metzler <[email protected]> +## +## DP: Use find -perm /x instead of -perm +x, the latter stooped working +## DP: in find 4.5.11. + +@DPATCH@ +diff -NuradBbp a/checkset.c b/checkset.c +--- a/checkset.c 2008-05-04 15:17:28.000000000 +0200 ++++ b/checkset.c 2015-12-25 14:46:35.725578813 +0100 +@@ -44,7 +44,7 @@ int html; + + } + +- shellcode="find / -mount -perm +4000 2>/dev/null | tee >/tmp/lsat1.lsat"; ++ shellcode="find / -mount -perm /4000 2>/dev/null | tee >/tmp/lsat1.lsat"; + header ="This is a list of SUID files on the system:\n"; + if ((dostuff(tempfile, filename, shellcode, header, html)) < 0) + {
signature.asc
Description: PGP signature

