Debian Wheezy 上的最新 ClamAV(ClamAV 安装已过时日志消息)

Sfi*_*oza 5 clamav debian-wheezy

我已经使用 apt 从官方存储库在 Debian Wheezy 上安装了 ClamAV。系统是最新的,我没有通过 获得任何更新apt-get upgrade,但我仍然在日志中收到此消息:

Your ClamAV installation is OUTDATED!
Run Code Online (Sandbox Code Playgroud)

我的版本是:

$ clamscan -V
ClamAV 0.98.1/19186/Sun Jul 13 00:34:56 2014
Run Code Online (Sandbox Code Playgroud)

在官方页面上:

最新的 ClamAV® 稳定版本是:0.98.4

看起来 Wheezy 的官方稳定存储库不是最新的。我找到的唯一信息是有关 Debian Volatile 项目的官方信息,该项目自 Squeeze 以来已关闭。

有没有替代的存储库?
如何让 ClamAV 始终保持最新状态并确保系统稳定?

编辑:

我的/etc/apt/sources.list

deb http://ftp.ru.debian.org/debian/ wheezy main non-free contrib
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.ru.debian.org/debian/ wheezy-updates main contrib non-free



$ dpkg -l 'clamav*'


||/ Name                                     Version                   Architecture              Description
+++-========================================-=========================-=========================-======================================================================================
ii  clamav                                   0.98.4+dfsg-0+deb7u2      amd64                     anti-virus utility for Unix - command-line interface
ii  clamav-base                              0.98.4+dfsg-0+deb7u2      all                       anti-virus utility for Unix - base package
ii  clamav-daemon                            0.98.4+dfsg-0+deb7u2      amd64                     anti-virus utility for Unix - scanner daemon
un  clamav-data                              <none>                                              (no description available)
ii  clamav-docs                              0.98.4+dfsg-0+deb7u2      all                       anti-virus utility for Unix - documentation
ii  clamav-freshclam                         0.98.4+dfsg-0+deb7u2      amd64                     anti-virus utility for Unix - virus database update utility
Run Code Online (Sandbox Code Playgroud)

小智 1

确保基本wheezy存储库已在/etc/apt/sources.list.

这有点奇怪;Wheezy 上最新的 clamav 不在wheezy-updates存储库中,而是wheezy在存储库中:

wheezy-update: 0.98.1+dfsg-1+deb7u4
wheezy       : 0.98.4+dfsg-0+deb7u2
Run Code Online (Sandbox Code Playgroud)

如果您尚未启用任何 apt 固定(如果您不知道这些设置,则不必担心,否则固定必须撤消),apt-get upgrade或者apt-get dist-upgrade应该在apt-get update.