Skip to Content.
Sympa Menu

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

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 (c23f130e20b60a63538fdee0a0f87d680ac7c1b7)
  • Date: Fri, 9 May 2014 14:26:53 -0500

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

libs/ldns/DEPENDS | 14 +++++++++++++-
libs/ldns/HISTORY | 2 ++
2 files changed, 15 insertions(+), 1 deletion(-)

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

ldns: added openssl warn and perl opt dep

diff --git a/libs/ldns/DEPENDS b/libs/ldns/DEPENDS
index ce0aff0..f463248 100755
--- a/libs/ldns/DEPENDS
+++ b/libs/ldns/DEPENDS
@@ -1,7 +1,14 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+
depends make &&
depends libtool &&
depends openssl &&

+if spell_ok openssl && is_version_less $(installed_version openssl) 1.0; then
+ message "${MESSAGE_COLOR}WARNING: GOST support requires OpenSSL 1.0, which
is not installed."
+ message "Answer 'y' to replace current version $(installed_version
openssl) with one from OpenSSL 1.0 branch.${DEFAULT_COLOR}"
+fi &&
+
optional_depends -sub "1.0" openssl \
"--enable-gost" \
"--disable-gost" \
@@ -16,4 +23,9 @@ if is_depends_enabled $SPELL swig; then
config_query_option LDNS_OPTS "Install ldnsx Python module?" y \
"--with-pyldnsx" \
"--without-pyldnsx"
-fi
+fi &&
+
+optional_depends perl \
+ "--with-p5-dns-ldns" \
+ "--without-p5-dns-ldns" \
+ "to generate DNS::LDNS Perl bindings"
diff --git a/libs/ldns/HISTORY b/libs/ldns/HISTORY
index 8048ae1..9b86960 100644
--- a/libs/ldns/HISTORY
+++ b/libs/ldns/HISTORY
@@ -1,5 +1,7 @@
2014-05-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.6.17
+ * DEPENDS: added warning on switching openssl branches; added perl
+ optional dependency

2012-11-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6.16



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c23f130e20b60a63538fdee0a0f87d680ac7c1b7), Vlad Glagolev, 05/09/2014

Archive powered by MHonArc 2.6.24.

Top of Page