Skip to Content.
Sympa Menu

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

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 (ed531c736bdd12969cac28186a6026f2ff716f75)
  • Date: Sun, 23 Sep 2018 12:49:10 +0000

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

ChangeLog | 3 +++
antivirus/clamav/BUILD | 2 +-
antivirus/clamav/CONFIGURE | 1 +
antivirus/clamav/DETAILS | 2 +-
antivirus/clamav/HISTORY | 5 +++++
groups | 1 +
6 files changed, 12 insertions(+), 2 deletions(-)

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

clamav mark as SECURITY FIX

commit 17f619f75b1259f86e72e95f5ebf81c865af6837
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

groups - add kvm

diff --git a/ChangeLog b/ChangeLog
index 9cee151..747cbe0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-09-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * groups: add kvm
+
2018-09-22 Vlad Glagolev <stealth AT sourcemage.org>
* wm-addons/xob: new spell, lightweight overlay bar for the X Window
System
diff --git a/antivirus/clamav/BUILD b/antivirus/clamav/BUILD
index 8be896f..e11be9b 100755
--- a/antivirus/clamav/BUILD
+++ b/antivirus/clamav/BUILD
@@ -1,5 +1,5 @@
create_account clamav &&

-OPTS="${CLAM_EXP} $OPTS" &&
+OPTS="${CLAM_EXP} ${CLAM_IP6} $OPTS" &&

default_build
diff --git a/antivirus/clamav/CONFIGURE b/antivirus/clamav/CONFIGURE
index 35f175f..8f0d7c2 100755
--- a/antivirus/clamav/CONFIGURE
+++ b/antivirus/clamav/CONFIGURE
@@ -1,3 +1,4 @@
config_query_option CLAM_EXP "build experimental code?" n \
"--enable-experimental" \
"--disable-experimental"
+config_query_option CLAM_IP6 'support IPv6' n '--enable-ipv6'
'--disable-ipv6'
diff --git a/antivirus/clamav/DETAILS b/antivirus/clamav/DETAILS
index 1507fb0..14c85af 100755
--- a/antivirus/clamav/DETAILS
+++ b/antivirus/clamav/DETAILS
@@ -9,7 +9,7 @@
SOURCE_GPG=vendor_clamav.gpg:$SOURCE2:UPSTREAM_KEY
WEB_SITE=https://www.clamav.net
LICENSE[0]=GPL
- SECURITY_PATCH=11
+ SECURITY_PATCH=12
ENTERED=20030909
KEYWORDS="antivirus"
SHORT="Clam AntiVirus is an anti-virus toolkit for Unix"
diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY
index f6bf21c..c26347c 100644
--- a/antivirus/clamav/HISTORY
+++ b/antivirus/clamav/HISTORY
@@ -1,3 +1,8 @@
+2018-09-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: SECURITY_PATCH++
+ fix CVE-2017-16932 CVE-2018-0360 CVE-2018-0361
+ * CONFIGURE BUILD: add ipv6 option
+
2018-08-15 Treeve Jelbert <treeve AT sourcemage.org>
* init.d/freshclam: create /var/run/clamav
this may be missing if /var/run is a tmpfs
diff --git a/groups b/groups
index bdbd5b9..78e16b1 100755
--- a/groups
+++ b/groups
@@ -19,6 +19,7 @@ tape:26:
audio:29:
www-data:33:
backup:34:
+kvm:36:
shadow:42:
utmp:43:
games:60:



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ed531c736bdd12969cac28186a6026f2ff716f75), Treeve Jelbert, 09/23/2018

Archive powered by MHonArc 2.6.24.

Top of Page