Page 1 of 1

[Solved] GHOST vulnerability affects Salix OS?

Posted: 1. Feb 2015, 14:27
by icaroperseo
Recently there has been much bewilderment about the GHOST vulnerability. Some news feeds indicate that glibc 2.18 and lower are vulnerable. Because of this two questions arise me:

GHOST vulnerability affects Salix OS? In my system slapt-get indicates that the package glibc is excluded, do I need to follow a special procedure in case there is an update?

(For all I know Slackware already launched the corresponding patches and my system have no recently appeared new updates.)

Thanks in advance...

Re: GHOST vulnerability affects Salix OS?

Posted: 1. Feb 2015, 14:46
by gapan
The glibc package has already been updated (by slackware). Just install it with:

Code: Select all

sudo slapt-get -u
sudo slapt-get -i glibc

Re: GHOST vulnerability affects Salix OS?

Posted: 1. Feb 2015, 14:56
by icaroperseo
gapan wrote:The glibc package has already been updated (by slackware). Just install it with:

Code: Select all

sudo slapt-get -u
sudo slapt-get -i glibc
Thanks again gapan!!!