Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (9ae00a88d6690fcb28612e191f2f058acc6ae03a)

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 stable-0.62 grimoire by Vlad Glagolev (9ae00a88d6690fcb28612e191f2f058acc6ae03a)
  • Date: Sun, 6 Nov 2016 05:13:10 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/seahorse/DEPENDS | 10 ++++------
crypto/seahorse/HISTORY | 3 ++-
2 files changed, 6 insertions(+), 7 deletions(-)

New commits:
commit 9ae00a88d6690fcb28612e191f2f058acc6ae03a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

seahorse: corrected openldap dependency

(cherry picked from commit e9e93d50267fd2c28c76b8ae0dc9b60fb325c29a)

diff --git a/crypto/seahorse/DEPENDS b/crypto/seahorse/DEPENDS
index 327592b..3a902da 100755
--- a/crypto/seahorse/DEPENDS
+++ b/crypto/seahorse/DEPENDS
@@ -15,12 +15,10 @@ optional_depends libsoup \
"--disable-hkp" \
"for HKP keyserver interface" &&

-if is_depends_enabled $SPELL libsoup; then
- optional_depends openldap \
- "--enable-ldap" \
- "--disable-ldap" \
- "for LDAP keyserver interface"
-fi &&
+optional_depends openldap \
+ "--enable-ldap" \
+ "--disable-ldap" \
+ "for LDAP keyserver interface" &&

optional_depends openssh \
"--enable-ssh" \
diff --git a/crypto/seahorse/HISTORY b/crypto/seahorse/HISTORY
index 621ff4b..8917d2c 100644
--- a/crypto/seahorse/HISTORY
+++ b/crypto/seahorse/HISTORY
@@ -2,7 +2,8 @@
* DEPENDS: dropped libgnome-keyring (obsolete, replaced by libsecret),
gnome-doc-utils (not a required dependency)
* DEPENDS: removed obsolete dependencies & flags; openssh is optional;
- added gettext optional dependency
+ added gettext optional dependency; ldap and hkp don't depend on each
+ other
* BUILD: removed, no longer needed
* PRE_BUILD: removed, fixes broken build




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (9ae00a88d6690fcb28612e191f2f058acc6ae03a), Vlad Glagolev, 11/06/2016

Archive powered by MHonArc 2.6.24.

Top of Page