View previous topic :: View next topic |
Author |
Message |
Matthijs70 n00b

Joined: 01 Oct 2006 Posts: 43 Location: the Netherlands
|
Posted: Mon Jul 14, 2008 7:59 am Post subject: clamav, how to upgrade to 0.93.3 (now 0.93.1) |
|
|
I just noticed a warning from my Gentoo box:
Received signal: wake up
ClamAV update process started at Mon Jul 14 09:30:08 2008
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.93.1 Recommended version: 0.93.3
DON'T PANIC! Read http://www.clamav.net/support/faq
I use the latest package as clamav in mention in etc/portage/package.keywords.
However if I try to emerge again .. it still wants to install 0.93.1, is this the latest Gentoo version ???
I also notice there is an 0.94RC1, so to me the latest version should be 0.93.3 right ???
Cheers,
Matthijs |
|
Back to top |
|
 |
steveb Advocate


Joined: 18 Sep 2002 Posts: 4564
|
Posted: Mon Jul 14, 2008 9:30 am Post subject: Re: clamav, how to upgrade to 0.93.3 (now 0.93.1) |
|
|
Matthijs70 wrote: | WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.93.1 Recommended version: 0.93.3
DON'T PANIC! Read http://www.clamav.net/support/faq | It is just a warning. Nothing more and nothing less.
If you spot in the change log below an issue you have with your 0.93.1 then update yourself (either writing a new ebuild or bumping the current one or open a bug report at b.g.o asking for a version bump) to 0.93.3: Code: | Mon Jul 7 19:31:24 CEST 2008
-----------------------------
* 0.93.3: fix handling of .cld files
Mon Jul 7 15:48:48 CEST 2008
-----------------------------
* 0.93.2
Mon Jul 7 15:41:02 CEST 2008 (tk)
----------------------------------
* libclamav/ole2_extract.c, sigtool: make sigtool compatible with the new
OLE2 scan scheme (bb#1086)
Thu Jul 3 16:15:23 CEST 2008
-----------------------------
* libclamav/petite.c: fix another out of bounds memory read (bb#1000)
Reported by Secunia (CVE-2008-2713)
Thu Jul 3 16:04:01 CEST 2008
-----------------------------
* clamd/others.c: add missing checks for recv() failures (bb#1079)
Thu Jul 3 16:02:03 EEST 2008 (edwin)
-------------------------------------
* libclamav/scanners.c: add missing check for file open failure (bb #1083).
Wed Jul 2 13:24:25 CEST 2008 (tk)
----------------------------------
* sigtool/sigtool.c: make use of the UNLINK command in cdiffs (bb#1080)
Wed Jul 2 12:43:46 CEST 2008 (tk)
----------------------------------
* sigtool/sigtool.c: verify MD5's in --run-cdiff
Tue Jul 1 14:13:21 CEST 2008 (tk)
----------------------------------
* libclamav/matcher-ac.c: fix handling of nodes which also match single
bytes (bb#1054)
Tue Jul 1 13:41:49 CEST 2008 (tk)
----------------------------------
* libclamav: faster loading of uncompressed .cld files, also fixes bb#1064
Mon Jun 30 21:28:23 EEST 2008 (edwin)
------------------------------------
* merge r3816 from trunk (bb #947, AIX name collisions)
Mon Jun 30 21:14:03 EEST 2008 (edwin)
------------------------------------
* freshclam/manager.c: add missing closesocket on error path (bb #1073). |
Matthijs70 wrote: | However if I try to emerge again .. it still wants to install 0.93.1, is this the latest Gentoo version ??? | Yes. That's the latest in Portage.
Matthijs70 wrote: | I also notice there is an 0.94RC1, so to me the latest version should be 0.93.3 right ??? | Yes. Official latest Gentoo version today in Portage is 0.93.1.
// SteveB |
|
Back to top |
|
 |
Matthijs70 n00b

Joined: 01 Oct 2006 Posts: 43 Location: the Netherlands
|
Posted: Mon Jul 14, 2008 9:48 am Post subject: |
|
|
Clear .. thanks Steve. |
|
Back to top |
|
 |
Akhouk Guru


Joined: 23 May 2003 Posts: 476 Location: The Two Niles, Africa
|
Posted: Mon Jul 14, 2008 9:53 am Post subject: |
|
|
Do an emerge --sync and then check the versions with equery...
Code: | # equery list -p app-antivirus/clamav
[ Searching for package 'clamav' in 'app-antivirus' among: ]
* installed packages
* Portage tree (/usr/portage)
[-P-] [ ] app-antivirus/clamav-0.91.2 (0)
[-P-] [ ] app-antivirus/clamav-0.91.2-r1 (0)
[-P-] [ ] app-antivirus/clamav-0.92 (0)
[-P-] [ ] app-antivirus/clamav-0.92.1 (0)
[-P-] [M~] app-antivirus/clamav-0.92.1-r1 (0)
[-P-] [ ] app-antivirus/clamav-0.93 (0)
[-P-] [M~] app-antivirus/clamav-0.93.1 (0)
|
You can see the 0.93 is the latest unmasked version. _________________ AMD 64 3500+, 2Gb RAM DDR400, 2 x 180Gb SATA, 256Mb Nvidia |
|
Back to top |
|
 |
|