Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (385111c6ad5c199d2826e1848bac47a04b656dbe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (385111c6ad5c199d2826e1848bac47a04b656dbe)
  • Date: Tue, 24 Jan 2017 00:19:09 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/sysdig/DETAILS | 4 ++--
utils/sysdig/HISTORY | 4 ++++
utils/sysdig/gcc46.patch | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 385111c6ad5c199d2826e1848bac47a04b656dbe
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sysdig: => 0.14.0

diff --git a/utils/sysdig/DETAILS b/utils/sysdig/DETAILS
index 148e0a1..b9dcd7e 100755
--- a/utils/sysdig/DETAILS
+++ b/utils/sysdig/DETAILS
@@ -1,8 +1,8 @@
SPELL=sysdig
- VERSION=0.13.0
+ VERSION=0.14.0
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://github.com/draios/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:7f3229e2b087a09bde31def5695a2e306feff454e172d535455153e5e199c29fb37a2d18b700ca2a89c9d3b4238b72e005f2a12f864adf2025351dc214922cc0
+
SOURCE_HASH=sha512:b08ab671d58e41623003ecddc085da1e61133959578851208b9affc41d50a8163cd17e6beb7cc0c8833f435af9bd4b89565995d3a87920a8c2c1ce1530882f8d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://www.sysdig.org/
LICENSE[0]=GPL
diff --git a/utils/sysdig/HISTORY b/utils/sysdig/HISTORY
index f088ba8..a8d6ca7 100644
--- a/utils/sysdig/HISTORY
+++ b/utils/sysdig/HISTORY
@@ -1,3 +1,7 @@
+2017-01-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.14.0
+ * gcc46.patch: updated for new version
+
2016-12-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.13.0
* gcc46.patch: updated for new version
diff --git a/utils/sysdig/gcc46.patch b/utils/sysdig/gcc46.patch
index a7cb761..90048af 100644
--- a/utils/sysdig/gcc46.patch
+++ b/utils/sysdig/gcc46.patch
@@ -309,7 +309,7 @@
@@ -766,7 +778,7 @@

m_activated_frameworks.insert(uid.asString());
#ifdef HAS_CAPTURE
-
if(mesos_framework::is_root_marathon(name) &&
+
if(mesos_framework::is_root_marathon(name) &&
-
find_if(m_marathon_groups_http.begin(), m_marathon_groups_http.end(),
[uid](const decltype(m_marathon_groups_http)::value_type& item)
+
find_if(m_marathon_groups_http.begin(), m_marathon_groups_http.end(),
[uid](const DECLTYPE_T(m_marathon_groups_http)::value_type& item)
{



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (385111c6ad5c199d2826e1848bac47a04b656dbe), Vlad Glagolev, 01/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page