I just upgraded from perl-5.8.4 to perl-5.8.4-r1 and found that things like qmail-queue/qmail-scanner stopped working. Qmail-scanner-queue.pl is using suidperl, which is now removed. Just changing it to use /usr/bin/perl does not work correctly. Reproducible: Always Steps to Reproduce: 1. 2. 3.
OK, I understand now that suidperl is said to be insecure which is why it is removed. To bad the qmail-scanner I use needed it.. I had to to a ln perl5.8.4 suidperl and then chmod +s suidperl. :/
*** This bug has been marked as a duplicate of 63437 ***
Created attachment 40307 [details, diff] Patch to add suid USE flag
Sorry, didn't mean to post that patch to this bug, it should really be on bug 64823.