Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (807c64db09b78c2526c5b5aee29792ce3872af68)
  • Date: Fri, 20 Sep 2013 04:29:05 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

antivirus/clamav/DEPENDS | 7 +++----
antivirus/clamav/DETAILS | 2 +-
antivirus/clamav/HISTORY | 7 +++++++
antivirus/clamav/INSTALL | 1 +
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 3 +++
6 files changed, 17 insertions(+), 7 deletions(-)

New commits:
commit 807c64db09b78c2526c5b5aee29792ce3872af68
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

clamav: => 0.98

commit 6caa377da6288df5715f4d79aa2990d51d4be713
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

setuptools: => 1.1.6

diff --git a/antivirus/clamav/DEPENDS b/antivirus/clamav/DEPENDS
index a7a7b30..2b5862c 100755
--- a/antivirus/clamav/DEPENDS
+++ b/antivirus/clamav/DEPENDS
@@ -5,13 +5,12 @@ optional_depends bzip2 "--enable-bzip2" \
"--disable-bzip2" \
"for bzip2 support" &&

-optional_depends dazukofs "--enable-clamuko" \
- "--disable-clamuko" \
- "for on access scanning" &&
-
optional_depends gmp "--enable-dsig" \
"--disable-dsig" \
"for digital signature support" &&

+optional_depends ncurses '--enable-clamdtop' \
+ '--disable-clamdtop' \
+ 'build clamdtop' &&
optional_depends llvm '' '' 'JIT support in engine' &&
optional_depends SYSTEM-LOGGER "" "" "to log activity"
diff --git a/antivirus/clamav/DETAILS b/antivirus/clamav/DETAILS
index b75e91f..4c460a2 100755
--- a/antivirus/clamav/DETAILS
+++ b/antivirus/clamav/DETAILS
@@ -1,5 +1,5 @@
SPELL=clamav
- VERSION=0.97.8
+ VERSION=0.98
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION//-/}"
diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY
index 0005e50..67d3f0d 100644
--- a/antivirus/clamav/HISTORY
+++ b/antivirus/clamav/HISTORY
@@ -1,3 +1,10 @@
+2013-09-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.98
+ * INSTALL: use make_single to avoid a race when installing manpages
+ setting permissions for '/usr/share/man/man1/sigtool.1':
+ No such file or directory
+ * DEPENDS: remove dazukofs, add ncurses
+
2013-04-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.97.8
SECURITY_PATCH++
diff --git a/antivirus/clamav/INSTALL b/antivirus/clamav/INSTALL
index 141c9b5..3a2ba39 100755
--- a/antivirus/clamav/INSTALL
+++ b/antivirus/clamav/INSTALL
@@ -1,3 +1,4 @@
+make_single &&
default_install &&
install -vm 755 -d -o clamav -g clamav "$INSTALL_ROOT/var/run/clamav" &&
install -vm 755 -d -o clamav -g clamav "$INSTALL_ROOT/usr/share/clamav"
diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index 1875ea2..3c85ffd 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=1.1.4
-
SOURCE_HASH=sha512:65210ee2bfd158b8186fe24cf76b66b293b623e3bda8ed51116fc1f84d2ff80ec8327bde5e769dcc42f0c07db9a7f9733331d92589073f3d4692937a1059449c
+ VERSION=1.1.6
+
SOURCE_HASH=sha512:68acb06423f23c4f31889af32cb0a238ef1ba708a7097e91e4463175d347bacb545c7631233f6be9bb1ca0501391192e1e752148766da919eb0db1b92f0e5670
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index 5834d48..7528d56 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2013-09-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.6
+
2013-09-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.4




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (807c64db09b78c2526c5b5aee29792ce3872af68), Treeve Jelbert, 09/20/2013

Archive powered by MHonArc 2.6.24.

Top of Page