So, we have a virtual server with Debian 5 installed.
Whenever I run "apt-get update" and "apt-get upgrade", it wont upgrade Apache, MySQL or PHP.
The current versions are:
- Apache 2.2.3 (Newest version is 2.2.13 I think)
MySQL Client API version 5.0.32 (From phpinfo();, dont know if this is the server version)
PHP: 5.2.0-8 (The newest is 5.3.0 of couse)
My sources.list file:
- Code: Select all
deb http://security.debian.org etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free
deb http://ftp.de.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.de.debian.org/debian/ etch main contrib non-free
What am I doing wrong here?

