Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f5b9f7681bb2a3fb1594f0dd977fa6fbd3d4240f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f5b9f7681bb2a3fb1594f0dd977fa6fbd3d4240f)
  • Date: Thu, 1 Feb 2007 13:33:02 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

antivirus/clamav/BUILD | 1 +
antivirus/clamav/CONFIGURE | 3 +++
antivirus/clamav/DEPENDS | 21 ++++++++++++++++-----
antivirus/clamav/DETAILS | 3 ++-
antivirus/clamav/FINAL | 4 ++--
antivirus/clamav/HISTORY | 8 ++++++++
6 files changed, 32 insertions(+), 8 deletions(-)

New commits:
commit cde3593247d55dd0778cbba8d514e75c01cf1a99
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

clamav-0.90rc3

diff --git a/antivirus/clamav/BUILD b/antivirus/clamav/BUILD
index 09119c0..f55f4d3 100755
--- a/antivirus/clamav/BUILD
+++ b/antivirus/clamav/BUILD
@@ -1,2 +1,3 @@
+OPTS="${CLAM_EXP} $OPTS" &&
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST} --build=${BUILD}"
default_build
diff --git a/antivirus/clamav/CONFIGURE b/antivirus/clamav/CONFIGURE
new file mode 100755
index 0000000..35f175f
--- /dev/null
+++ b/antivirus/clamav/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option CLAM_EXP "build experimental code?" n \
+ "--enable-experimental" \
+ "--disable-experimental"
diff --git a/antivirus/clamav/DEPENDS b/antivirus/clamav/DEPENDS
index 8bc916e..bdf0a8a 100755
--- a/antivirus/clamav/DEPENDS
+++ b/antivirus/clamav/DEPENDS
@@ -1,8 +1,19 @@
depends zlib &&
-optional_depends bzip2 "" "" "for bzip2 support" &&
-optional_depends dazuko "" "" "for on access scanning" &&
-optional_depends gmp "" "" "for digital signature support" &&
-#depends gnupg &&
-#optional_depends ripmime "" "" "necessary if you are installing
clamdmail" &&
+optional_depends bzip2 "--enable-bzip2" \
+ "--disable-bzip2" \
+ "for bzip2 support" &&
+
+optional_depends dazuko "--enable-clamuko" \
+ "--disable-clamuko" \
+ "for on access scanning" &&
+
+optional_depends gmp "--enable-dsig" \
+ "--disable-dsig" \
+ "for digital signature support" &&
+
+optional_depends curl "--with-libcurl" \
+ "--without-libcurl" \
+ "for automatic downloading" &&
+
optional_depends SYSTEM-LOGGER "" "" "to log activity"

diff --git a/antivirus/clamav/DETAILS b/antivirus/clamav/DETAILS
index de36924..4c1446c 100755
--- a/antivirus/clamav/DETAILS
+++ b/antivirus/clamav/DETAILS
@@ -1,5 +1,6 @@
SPELL=clamav
- VERSION=0.88.7
+ VERSION=0.90rc3
+# VERSION=0.88.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-$VERSION.tar.gz.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-/}
diff --git a/antivirus/clamav/FINAL b/antivirus/clamav/FINAL
index 64e1e77..0d56d1a 100755
--- a/antivirus/clamav/FINAL
+++ b/antivirus/clamav/FINAL
@@ -1,9 +1,9 @@

-LOG=/var/log/clam-update.log
+for LOG in /var/log/clam-update.log /var/log/clamd.log;do
touch $LOG
chown clamav $LOG
chmod 600 $LOG
-
+done
echo -e "\033[1mThis is a test of the virus scanner\033[0m"
clamscan -r -i $SOURCE_DIRECTORY/test
echo -e "\033[1mTest complete\033[0m"
diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY
index 3b634b9..3b25b04 100644
--- a/antivirus/clamav/HISTORY
+++ b/antivirus/clamav/HISTORY
@@ -1,3 +1,11 @@
+2007-02-01 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: version 0.90rc3
+ * DEPENDS: cleanup, add specific enable/disable
+ add curl
+ * CONFIGURE: added, allow building of experimental code
+ * BUILD: ditto
+ * FINAL: also create clamd.log
+
2006-12-11 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 0.88.7




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f5b9f7681bb2a3fb1594f0dd977fa6fbd3d4240f), Treeve Jelbert, 02/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page