When trying "yum upgrade php" I'm getting a "No Packages marked for Update".
Here's my php -v
Code:
PHP 5.2.10 (cli) (built: Nov 13 2009 11:24:03)
It should update if everything was configured correctly, seems *.repo is not correct
Here is the *.repo files
Code:
/etc/yum.repos.d/CentOS-Base.repo
/etc/yum.repos.d/CentOS-Media.repo
/etc/yum.repos.d/asl.repo
/var/asl/data/templates/template-asl.repo
Here is my asl.repo
Code:
[asl-2.0]
name=Atomicorp - - Atomic Secured Linux 2.0
baseurl=http://***:***@atomicorp.com/channels/asl-2.0/centos/5/i386
enabled=1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck=1
[asl-2.0-testing]
name=Atomicorp - - Atomic Secured Linux 2.0 (TESTING)
baseurl=http://***:***@atomicorp.com/channels/asl-2.0-testing/centos/5/i386
enabled=0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck=1
Of course "***" represents the real name and password.
So the big question why is PHP not being updated?