diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-04-25 18:40:15 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-04-25 18:40:15 +0000 |
commit | 68ca6358becc33fffb9483a4fcd9b3879d46a0cb (patch) | |
tree | fdfc9707ca1d6f17b095dbeaf2f0996cc8c88399 /app/antivirus/clamav/clamav.mkbuild | |
parent | 0acad88550b0d36d7195ee729956859b3b63439d (diff) | |
download | mkbuilds-68ca6358becc33fffb9483a4fcd9b3879d46a0cb.tar.gz mkbuilds-68ca6358becc33fffb9483a4fcd9b3879d46a0cb.tar.bz2 |
clamav: updating to fix CVE-2008-5050 and CVE-2008-5314
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@431 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'app/antivirus/clamav/clamav.mkbuild')
-rw-r--r-- | app/antivirus/clamav/clamav.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/antivirus/clamav/clamav.mkbuild b/app/antivirus/clamav/clamav.mkbuild index 47e5e77..8e8f82b 100644 --- a/app/antivirus/clamav/clamav.mkbuild +++ b/app/antivirus/clamav/clamav.mkbuild @@ -28,7 +28,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://ufpr.dl.sourceforge.net/sourceforge/clamav/clamav-0.94.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/clamav/clamav-0.95.1.tar.gz" # # Documentation files. Null ("") to auto-set commom doc-files: @@ -71,6 +71,7 @@ off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 on: gpg_signature_check + on: manifest_check on: untar_source off: patch_source on: configure |