summaryrefslogtreecommitdiffstats
path: root/antivirus
diff options
context:
space:
mode:
authorJulien ROZO2008-01-20 14:04:10 +0100
committerJulien ROZO2008-01-20 14:04:10 +0100
commit8a20ae7a4a4b5a78237468db75549cbc2c9ff13c (patch)
treeabb906cf869ac2b7299f1aabfca573832efb63bb /antivirus
parent1cc8dd0ff2f8fbf853d994fd482a1481aa7d5a26 (diff)
klamav: updated version to 0.42, fixed WEB_SITE;
BUILD now uses default_kde3_build; removed PRE_BUILD and gcc.diff as they are no longer needed
Diffstat (limited to 'antivirus')
-rwxr-xr-xantivirus/klamav/BUILD2
-rwxr-xr-xantivirus/klamav/DETAILS6
-rw-r--r--antivirus/klamav/HISTORY5
-rwxr-xr-xantivirus/klamav/PRE_BUILD4
-rw-r--r--antivirus/klamav/gcc.diff21
5 files changed, 9 insertions, 29 deletions
diff --git a/antivirus/klamav/BUILD b/antivirus/klamav/BUILD
index 189575bf3c..6b6a2441b7 100755
--- a/antivirus/klamav/BUILD
+++ b/antivirus/klamav/BUILD
@@ -1,2 +1,2 @@
cd $SOURCE_DIRECTORY/$SPELL-${VERSION} &&
-default_build
+default_kde3_build
diff --git a/antivirus/klamav/DETAILS b/antivirus/klamav/DETAILS
index 84bc4e243d..3e7c737490 100755
--- a/antivirus/klamav/DETAILS
+++ b/antivirus/klamav/DETAILS
@@ -1,10 +1,10 @@
SPELL=klamav
- VERSION=0.41
- SOURCE_HASH=sha512:8ac8897efddc339defed673a7c87e86dce6fe4beac2eba2b99b53b13f24198c61a33ede6ee0e99225f8d1ae4a338b4b5cbaec0db96b47bcd104194c0aaa24e9b
+ VERSION=0.42
+ SOURCE_HASH=sha512:465497097622401230ea1898a5c442794546fe1653eff7024521f6e4b76023e7eb2c0b7353d1a221f4299600741c9166037711d9cdf4b1a4bf65c9ae9f469416
SOURCE=$SPELL-$VERSION-source.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-source
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- WEB_SITE=http://SourceForge.net/projects/$SPELL
+ WEB_SITE=http://$SPELL.sourceforge.net/
LICENSE=GPL
DOCS="NEWS README"
ENTERED=20040916
diff --git a/antivirus/klamav/HISTORY b/antivirus/klamav/HISTORY
index 672dd4e74a..9a7482c9f8 100644
--- a/antivirus/klamav/HISTORY
+++ b/antivirus/klamav/HISTORY
@@ -1,3 +1,8 @@
+2008-01-20 Julien "_kaze_" ROZO <julien@rozo.org>
+ * DETAILS: updated version to 0.42, fixed WEB_SITE
+ * BUILD: now uses default_kde3_build
+ * PRE_BUILD, gcc.diff: removed, no longer needed
+
2007-02-24 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.41
diff --git a/antivirus/klamav/PRE_BUILD b/antivirus/klamav/PRE_BUILD
deleted file mode 100755
index 43e3348ee0..0000000000
--- a/antivirus/klamav/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY/$SPELL-${VERSION}/src &&
-patch < $SPELL_DIRECTORY/gcc.diff &&
-cd --
diff --git a/antivirus/klamav/gcc.diff b/antivirus/klamav/gcc.diff
deleted file mode 100644
index b626dc8298..0000000000
--- a/antivirus/klamav/gcc.diff
+++ /dev/null
@@ -1,21 +0,0 @@
---- klamd.cpp.orig 2005-09-26 17:46:30.000000000 +0000
-+++ klamd.cpp 2005-09-26 18:49:07.000000000 +0000
-@@ -1,6 +1,7 @@
- /*
- * Copyright (C) 2004 Robert Hogan <robert at roberthogan dot net>
- */
-+#include <stdlib.h>
-
- #include "klamd.h"
- #include "klamav.h"
---- kuarantine.cpp.orig 2005-09-26 18:54:06.000000000 +0000
-+++ kuarantine.cpp 2005-09-26 18:54:45.000000000 +0000
-@@ -26,7 +26,7 @@
- #include <qlayout.h>
- #include <kmessagebox.h>
- #include <kstandarddirs.h>
--
-+#include <stdlib.h>
-
- Kuarantine::Kuarantine(QWidget *parent, const char *name)
- : QWidget(parent, name)