Skip to Content.
Sympa Menu

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

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 (145888179ccb21b7c45656d25da7677d8af7fb5e)
  • Date: Tue, 8 Aug 2017 19:18:39 +0000

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

libs/elfutils/DEPENDS | 3 ++-
libs/elfutils/DETAILS | 2 +-
libs/elfutils/HISTORY | 4 ++++
utils/util-linux/DEPENDS | 4 ++--
utils/util-linux/HISTORY | 3 +++
5 files changed, 12 insertions(+), 4 deletions(-)

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

util-linux - fix libcap-ng flags

commit 63cdea0980b0d6454b81ce890411a512d86e5abb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

elfutils: => 0.170

diff --git a/libs/elfutils/DEPENDS b/libs/elfutils/DEPENDS
index 061ef5d..6520fbb 100755
--- a/libs/elfutils/DEPENDS
+++ b/libs/elfutils/DEPENDS
@@ -1,2 +1,3 @@
depends libtool &&
-depends -sub SSL wget
+depends -sub SSL wget &&
+optional_depends gettext '--enable-nls' '--disable-nls' 'NLS support'
diff --git a/libs/elfutils/DETAILS b/libs/elfutils/DETAILS
index 2479fb5..4df8f26 100755
--- a/libs/elfutils/DETAILS
+++ b/libs/elfutils/DETAILS
@@ -1,5 +1,5 @@
SPELL=elfutils
- VERSION=0.169
+ VERSION=0.170
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_GPG="gnu.gpg:$SOURCE2:UPSTREAM_KEY"
diff --git a/libs/elfutils/HISTORY b/libs/elfutils/HISTORY
index 9a2af7c..b2b7278 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,3 +1,7 @@
+2017-08-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.170
+ * DEPENDS: add gettext
+
2017-05-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.169

diff --git a/utils/util-linux/DEPENDS b/utils/util-linux/DEPENDS
index 46ae93b..3eaf1e4 100755
--- a/utils/util-linux/DEPENDS
+++ b/utils/util-linux/DEPENDS
@@ -24,8 +24,8 @@ optional_depends linux-pam \
"for Linux Pluggable Authentication Module support" &&

optional_depends libcap-ng \
- "--enable-setpriv" \
- "--disable-setpriv" \
+ "--with-cap-ng" \
+ "--without-cap-ng" \
"to build setpriv" &&

optional_depends gettext \
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index 2a1e49c..f62bd79 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,6 @@
+2017-08-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: fix libcap-ng flags
+
2017-07-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.30.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (145888179ccb21b7c45656d25da7677d8af7fb5e), Treeve Jelbert, 08/09/2017

Archive powered by MHonArc 2.6.24.

Top of Page