summaryrefslogtreecommitdiffstats
path: root/clamav/build/clamav.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-12-22 12:22:08 +0000
committer Eric Hameleers <alien@slackware.com>2007-12-22 12:22:08 +0000
commit1c61db5b12392211c764b1c644e924a69676b2f9 (patch)
tree47db0c8db68075389c14608dbc67158baff9dc43 /clamav/build/clamav.SlackBuild
parent3e640189848f93f61dddb5c4e1e996d8e25e2e8a (diff)
downloadasb-1c61db5b12392211c764b1c644e924a69676b2f9.tar.gz
asb-1c61db5b12392211c764b1c644e924a69676b2f9.tar.xz
New release
Diffstat (limited to 'clamav/build/clamav.SlackBuild')
-rwxr-xr-xclamav/build/clamav.SlackBuild20
1 files changed, 11 insertions, 9 deletions
diff --git a/clamav/build/clamav.SlackBuild b/clamav/build/clamav.SlackBuild
index f0994c9b..118f81fb 100755
--- a/clamav/build/clamav.SlackBuild
+++ b/clamav/build/clamav.SlackBuild
@@ -71,26 +71,28 @@
# 0.88.5-1: 18/oct/2006 by Eric Hameleers
# * Rebuilt for the new release.
# 0.88.6-1: 07/nov/2006 by Eric Hameleers
-# * Rew release. Patched the default value of 'DatabaseDirectory' in
+# * New release. Patched the default value of 'DatabaseDirectory' in
# the /etc/*.conf files to be '/usr/share/clamav', to reflect what
# this package uses instead of '/var/lib/clamav'. Also correctly
# creates clamav user/group and assigns ownership if the target
# root is not that of the running machine (using chroot).
# 0.88.7-1: 13/dec/2006 by Eric Hameleers
-# * Rew release.
+# * New release.
# 0.90-1: 14/feb/2007 by Eric Hameleers
-# * Rew release. Since clamav's .conf files changed quite a bit,
+# * New release. Since clamav's .conf files changed quite a bit,
# I had to re-do the .patch files.
# 0.90.1-1: 05/mar/2007 by Eric Hameleers
-# * Rew release.
+# * New release.
# 0.90.2-1: 16/apr/2007 by Eric Hameleers
-# * Rew release.
+# * New release.
# 0.90.3-1: 02/jun/2007 by Eric Hameleers
-# * Rew release.
+# * New release.
# 0.91.1-1: 23/jul/2007 by Eric Hameleers
-# * Rew release.
+# * New release.
# 0.91.2-1: 22/aug/2007 by Eric Hameleers
-# * Rew release.
+# * New release.
+# 0.92-1: 22/dec/2007 by Eric Hameleers
+# * New release.
#
# Run 'sh clamav.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -102,7 +104,7 @@
# Set initial variables:
PRGNAM=clamav
-VERSION=${VERSION:-"0.91.2"}
+VERSION=${VERSION:-"0.92"}
ARCH=${ARCH:-"i486"}
BUILD=${BUILD:-1}