https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=156128 FC3 perl update coming soon. This is your last chance to add obviously correct fixes to FC3 (and FC4) perl before we push the FC3 update for security reasons.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=148847 This at least gives us an opportunity to push the FCGI fix that Rob has been crying about.
I suspect that the FC4 perl package would be fine to push as the FC3 update if we remove the CGI version upgrade. We of course need to do some verification and testing here before doing it.
Warren Togami wtogami@redhat.com
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=156288
Apparently a FC3 perl update was pushed yesterday, and due to a rel-eng problem is clashing and blocking updates on x86-64.
http://people.redhat.com/wtogami/temp/perl-FC3/ http://people.redhat.com/wtogami/temp/perl-FC4/ Built test packages with the security fix and other stuff.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=148847 Rob indicated that the FC3 package above actually does NOT fix the FCGI problem. Can somebody investigate?
Warren Togami wtogami@redhat.com
Warren Togami wrote:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=156288
Apparently a FC3 perl update was pushed yesterday, and due to a rel-eng problem is clashing and blocking updates on x86-64.
Oh crap. perl.i386 was never meant to be pushed in the original distro of FC3 and RHEL4, and users need to remove it manually on both in order to upgrade. Not a great situation... but spread the word.
'yum remove perl.i386' should do the trick.
Warren Togami wtogami@redhat.com
Warren Togami wrote:
http://people.redhat.com/wtogami/temp/perl-FC3/ http://people.redhat.com/wtogami/temp/perl-FC4/
Anybody else tested it? Should we push this update?
Warren
Warren Togami wrote:
Warren Togami wrote:
http://people.redhat.com/wtogami/temp/perl-FC3/ http://people.redhat.com/wtogami/temp/perl-FC4/
Anybody else tested it? Should we push this update?
Fast CGI is stil broken for me.
[robk@custard ~]$ rpm -q perl perl-5.8.5-12.FC3 [robk@custard ~]$ perl Config.pm-orig [robk@custard ~]$ perl -e "use CGI::Fast;" Can't locate FCGI.pm in @INC (@INC contains: [blah]
Rob Kearey rkearey@redhat.com writes:
Warren Togami wrote:
Warren Togami wrote:
http://people.redhat.com/wtogami/temp/perl-FC3/ http://people.redhat.com/wtogami/temp/perl-FC4/
Anybody else tested it? Should we push this update?
Fast CGI is stil broken for me.
[robk@custard ~]$ rpm -q perl perl-5.8.5-12.FC3 [robk@custard ~]$ perl Config.pm-orig [robk@custard ~]$ perl -e "use CGI::Fast;" Can't locate FCGI.pm in @INC (@INC contains: [blah]
I don't get what you're saying. FCGI is a separate perl module. perl and perl-CGI themselves doesn't (and likely will never) contain it. Install FCGI, that will fix it. I'm not sure why you expect updates to perl to fix this ?
Chip
Chip Turner wrote:
I don't get what you're saying. FCGI is a separate perl module. perl and perl-CGI themselves doesn't (and likely will never) contain it. Install FCGI, that will fix it. I'm not sure why you expect updates to perl to fix this ?
There's a simple explanation for that, and it's that I had my brain in backwards this morning. Please disregard :)
Chip
Rob Kearey rkearey@redhat.com writes:
Chip Turner wrote:
I don't get what you're saying. FCGI is a separate perl module. perl and perl-CGI themselves doesn't (and likely will never) contain it. Install FCGI, that will fix it. I'm not sure why you expect updates to perl to fix this ?
There's a simple explanation for that, and it's that I had my brain in backwards this morning. Please disregard :)
:)
It sucks that CGI.pm requires an external module tht perl doesn't ship... just not much we can do about it :(
Chip
perl-devel@lists.fedoraproject.org