Skip to Content.
Sympa Menu

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

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 (7abbed23846f2d8f5787f727aa402b2740cd993b)
  • Date: Tue, 17 Jan 2017 12:34:17 +0000

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

antivirus/clamav/DEPENDS | 2 +-
antivirus/clamav/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 7abbed23846f2d8f5787f727aa402b2740cd993b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

clamav - erroneously thinks that zlib-1.2.10 is bad

diff --git a/antivirus/clamav/DEPENDS b/antivirus/clamav/DEPENDS
index 96ec475..5f28701 100755
--- a/antivirus/clamav/DEPENDS
+++ b/antivirus/clamav/DEPENDS
@@ -1,5 +1,5 @@
depends -sub CXX gcc &&
-depends zlib &&
+depends zlib '--disable-zlib-vcheck' &&
depends curl &&
depends libxml2 &&
depends libtommath "--with-system-tommath" &&
diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY
index ef0b2ce..b5bb4ee 100644
--- a/antivirus/clamav/HISTORY
+++ b/antivirus/clamav/HISTORY
@@ -1,3 +1,6 @@
+2017-01-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add extract flag for zlib, otherwise it mis-detects the
version
+
2016-05-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.99.2
SECURITY_PATCH++, 7-Zip related



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7abbed23846f2d8f5787f727aa402b2740cd993b), Treeve Jelbert, 01/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page