Skip to Content.
Sympa Menu

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

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 (40ad0e18119806efb9803369589b09ae7c1df170)
  • Date: Wed, 28 Mar 2018 16:30:12 +0000

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

utils/lxc/BUILD | 2 +-
utils/lxc/DETAILS | 4 ++--
utils/lxc/HISTORY | 5 +++++
utils/lxc/PRE_BUILD | 6 ------
utils/lxc/patches/setids.patch | 18 ------------------
5 files changed, 8 insertions(+), 27 deletions(-)

New commits:
commit 40ad0e18119806efb9803369589b09ae7c1df170
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/lxc: version 3.0.0

diff --git a/utils/lxc/BUILD b/utils/lxc/BUILD
index b8775a8..101c8c5 100755
--- a/utils/lxc/BUILD
+++ b/utils/lxc/BUILD
@@ -1,2 +1,2 @@
-OPTS+="$LXC_OPTS --disable-werror" &&
+OPTS+=" $LXC_OPTS --disable-werror" &&
default_build
diff --git a/utils/lxc/DETAILS b/utils/lxc/DETAILS
index 1a19f3e..fda440f 100755
--- a/utils/lxc/DETAILS
+++ b/utils/lxc/DETAILS
@@ -1,8 +1,8 @@
SPELL=lxc
- VERSION=2.1.1
+ VERSION=3.0.0
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://linuxcontainers.org/downloads/${SOURCE}
-
SOURCE_HASH=sha512:2989d57acddfe091adcf8031721c3c9a2f8eff5476bd6155366b76ea7511e0f6120e669276e056e3963863e0f0acf3b095d44c36fa6652e67c197671f28cbdd4
+
SOURCE_HASH=sha512:21372e6fe4d38e2cf54707fab4133137793deff1dd500ed7ed02c03bbaa809de56c7490971594cddbdcb2b96f0c03ab5dfb43a8582a584598a12c5943b7ca490
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://linuxcontainers.org/";
LICENSE[0]="LGPLv2.1+"
diff --git a/utils/lxc/HISTORY b/utils/lxc/HISTORY
index e0b1b39..cd9260d 100644
--- a/utils/lxc/HISTORY
+++ b/utils/lxc/HISTORY
@@ -1,3 +1,8 @@
+2018-03-28 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 3.0.0
+ * BUILD: added a space as a separator
+ * PRE_BUILD, patches/setids.patch: removed, fixed by upstream
+
2017-11-16 Ismael Luceno <ismael AT sourcemage.org>
* CONFIGURE, BUILD: added knobs for disabling the build of the
documentation.
diff --git a/utils/lxc/PRE_BUILD b/utils/lxc/PRE_BUILD
deleted file mode 100755
index ebec2ef..0000000
--- a/utils/lxc/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir patches &&
-
-sed -i '1381s;5;6;' src/lxc/cgroups/cgfsng.c
diff --git a/utils/lxc/patches/setids.patch b/utils/lxc/patches/setids.patch
deleted file mode 100644
index 345fb4d..0000000
--- a/utils/lxc/patches/setids.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/src/lxc/conf.c b/src/lxc/conf.c
---- a/src/lxc/conf.c
-+++ b/src/lxc/conf.c
-@@ -119,6 +119,14 @@
- #endif
- #endif
-
-+#ifndef CAP_SETUID
-+#define CAP_SETUID 7
-+#endif
-+
-+#ifndef CAP_SETGID
-+#define CAP_SETGID 6
-+#endif
-+
- #ifndef PR_CAPBSET_DROP
- #define PR_CAPBSET_DROP 24
- #endif



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (40ad0e18119806efb9803369589b09ae7c1df170), Pavel Vinogradov, 03/28/2018

Archive powered by MHonArc 2.6.24.

Top of Page