On Sun, 2014-06-01 at 09:13 +0100, Martin Gregorie wrote: > On Sun, 2014-06-01 at 03:01 +0200, Karsten Bräckelmann wrote:
> > https://bugzilla.redhat.com/show_bug.cgi?id=1096405 > > > > Comment 5 also mentions an issue with Perl Net::DNS 0.75, which is the > > exact version the package upgrade pulled in on your system before this > > started. The report matches the first "insecure dependency" above. > > Yes, that does look like it. If that hasn't made it into the standard > Fedora repo by the time of my next scheduled update I'll pull it it from > Testing - I've got enough other stuff I need to deal with right now > without adding in a 3.3.2->3.4.0 conversion. Without moving from SA 3.3.2 (current Fedora) to 3.4.0, regardless of it getting promoted up... If that is the culprit, the easiest, fastest and most painless way of getting a fully functional SA back, is to revert the recent Perl Net::DNS upgrade. Just manually download and install the previous Net::DNS package. Besides likely fixing your issue, it would be nice as a confirmation for the list. -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}