トップ «前の日記(2014年11月20日) 最新 次の日記(2014年11月26日)» 編集

Masa's blog

検索キーワード:

2014年11月23日 Bug fix for clamav-0.98.5 [長年日記]

_ Bug fix for clamav-0.98.5

I have done version up from clamav-0.98.4 to clamav-0.98.5, but it couldn't work with following message :(

ERROR: This tool requires libclamav with functionality level 79 or higher (current f-level: 77)

I needed next patch for clamav-0.98.5 to fix it :P

*** ./m4/reorganization/version.m4.ORG	2014-11-23 22:20:58.069013093 +0900
--- ./m4/reorganization/version.m4	2014-11-23 22:30:26.675280024 +0900
***************
*** 3,9 ****
  VERSION="0.98.5"

  LC_CURRENT=7
! LC_REVISION=22
  LC_AGE=1
  LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
  AC_SUBST([LIBCLAMAV_VERSION])
--- 3,9 ----
  VERSION="0.98.5"

  LC_CURRENT=7
! LC_REVISION=24
  LC_AGE=1
  LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
  AC_SUBST([LIBCLAMAV_VERSION])
*** ./configure.ORG	2014-11-23 22:21:24.861418269 +0900
--- ./configure	2014-11-23 22:30:44.610559507 +0900
***************
*** 5090,5096 ****
  VERSION="0.98.5"

  LC_CURRENT=7
! LC_REVISION=22
  LC_AGE=1
  LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"

--- 5090,5096 ----
  VERSION="0.98.5"

  LC_CURRENT=7
! LC_REVISION=24
  LC_AGE=1
  LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"