Page 1 of 1

Help please with worked repo

Posted: 2017/05/30 07:22:13
by logros
Hi, please send an URL to work repo for centos 5.11.
Realy thanks

Re: Help please with worked repo

Posted: 2017/05/30 10:08:46
by TrevorH
CentOS 5 is End of Life and there will be no more updates to it. All content from the CentOS yum mirrors has been moved to vault.centos.org but re-pointing your repo definitions to there is only a short term solution as there will be no more updates to CentOS 5 ever. This means that it will get progressively less and less secure as time goes by and it already contains unpatched security vulnerabilities.

Migrate soon.

Re: Help please with worked repo

Posted: 2017/05/30 16:31:55
by IgorA100
Correct paths:
[base]
name=CentOS-$releasever - Base
baseurl=http://vault.centos.org/5.11/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#released updates
[updates]
name=CentOS-$releasever - Updates
baseurl=http://vault.centos.org/5.11/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl=http://vault.centos.org/5.11/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

But you will not get updates!