Bug 659930
| Summary: | php-pear-Auth-OpenID-2.1.1 is incompatible with PHP 5.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kurt Seifried <kurt> |
| Component: | php-pear-Auth-OpenID | Assignee: | Axel Thimm <Axel.Thimm> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | Axel.Thimm |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | php-pear-Auth-OpenID-2.2.2-1.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-04-06 22:26:41 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Kurt Seifried
2010-12-04 08:18:41 UTC
Quick and dirty fix: Download the 2.2.2 package, unpack in /root/tmp/ Copy the 2.2.2 files over the existing 2.1.1 ones: cp -Rv /root/tmp/openid-php-openid-782224d/Auth/* /usr/share/pear/Auth_OpenID fix the require_once paths: for i in *.php; do sed 's/Auth\//Auth_OpenID\//' $i > $i.2; mv -f $i.2 $i ; done Try to login using an OpenID, success: Verification succeeded Return to Special:OpenIDFinish. http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers This is contact attempt #2 (one month delay). Is the package maintainer still interested in this package? http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers This is contact attempt #3 (another week has gone by). Is the package maintainer still interested in this package? php-pear-Auth-OpenID-2.2.2-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/php-pear-Auth-OpenID-2.2.2-1.fc14 php-pear-Auth-OpenID-2.2.2-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/php-pear-Auth-OpenID-2.2.2-1.fc13 php-pear-Auth-OpenID-2.2.2-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/php-pear-Auth-OpenID-2.2.2-1.fc15 Package php-pear-Auth-OpenID-2.2.2-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing php-pear-Auth-OpenID-2.2.2-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/php-pear-Auth-OpenID-2.2.2-1.fc15 then log in and leave karma (feedback). php-pear-Auth-OpenID-2.2.2-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. php-pear-Auth-OpenID-2.2.2-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. php-pear-Auth-OpenID-2.2.2-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |