Our PCI scan alerted us to vulnerabilities in Apache 2.4.7. while these affect modules we aren't even using, in order to pass the scan I'd have to upgrade to 2.4.12. It seems that apt-get upgrade does not do this atm.
Consequently, I have a few questions:
Does anyone know if it is safe to do this with a PPA? I'd guess no.
Should I just wait until it is include in the existing Ubuntu repos?
Is there a way to find out if/when it will be included in the Ubuntu repos?
Kind of a novice question, because I'm a novice.
2.4.7-1ubuntu4.4
but you can upgrade it to newer one using commands like suggested in A.B.'s answer. – JoKeR Jul 08 '15 at 17:41apt-cache policy apache2
. Or the Ubuntu Package Search – A.B. Jul 08 '15 at 17:53apt-cache policy
gives you results for packages that you have in currently enabled repositories. Also you can search withapt search
command. – JoKeR Jul 08 '15 at 17:54