Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (84629777a86ba4ff42191248c84125442255b723)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (84629777a86ba4ff42191248c84125442255b723)
  • Date: Mon, 11 Feb 2019 23:28:10 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

utils/lxc/DEPENDS | 4 ++++
utils/lxc/HISTORY | 4 ++--
utils/lxc/PRE_BUILD | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 84629777a86ba4ff42191248c84125442255b723
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/lxc: autotools regeneration is needed too

diff --git a/utils/lxc/DEPENDS b/utils/lxc/DEPENDS
index 07a9001..2f8ed1b 100755
--- a/utils/lxc/DEPENDS
+++ b/utils/lxc/DEPENDS
@@ -1,3 +1,7 @@
+depends autoconf &&
+depends automake &&
+depends libtool &&
+
optional_depends libcap \
"--enable-capabilities" \
"--disable-capabilities" \
diff --git a/utils/lxc/HISTORY b/utils/lxc/HISTORY
index 4300123..5074fb6 100644
--- a/utils/lxc/HISTORY
+++ b/utils/lxc/HISTORY
@@ -1,6 +1,6 @@
2019-02-11 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS, PRE_BUILD, patches/cve-2019-5736.patch: SECURITY_PATCH++,
- (CVE-2019-5736)
+ * DETAILS, DEPENDS, PRE_BUILD, patches/cve-2019-5736.patch:
+ SECURITY_PATCH++, (CVE-2019-5736)

2018-12-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.1.0
diff --git a/utils/lxc/PRE_BUILD b/utils/lxc/PRE_BUILD
index f80ee7d..4f58f46 100755
--- a/utils/lxc/PRE_BUILD
+++ b/utils/lxc/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

-apply_patch_dir patches
+apply_patch_dir patches &&
+
+./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (84629777a86ba4ff42191248c84125442255b723), Pavel Vinogradov, 02/11/2019

Archive powered by MHonArc 2.6.24.

Top of Page