Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (c9e5e72e4b2df79f8f8a50a4a24abb80ae58f850)

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 devel-xorg-modular grimoire by Vlad Glagolev (c9e5e72e4b2df79f8f8a50a4a24abb80ae58f850)
  • Date: Mon, 3 Oct 2011 08:03:40 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

http/nginx/DETAILS | 2 +-
http/nginx/HISTORY | 3 +++
libs/ldns/BUILD | 8 ++++++++
libs/ldns/DEPENDS | 13 ++++++++++++-
libs/ldns/DETAILS | 5 ++---
libs/ldns/FINAL | 1 -
libs/ldns/HISTORY | 6 ++++++
7 files changed, 32 insertions(+), 6 deletions(-)

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

ldns: => 1.6.11

commit 18a479b95d174786de49d2e5faa45039729d684b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nginx: => 1.0.8 (stable)

diff --git a/http/nginx/DETAILS b/http/nginx/DETAILS
index 320d12f..dcb5504 100755
--- a/http/nginx/DETAILS
+++ b/http/nginx/DETAILS
@@ -6,7 +6,7 @@ fi

case "$NGINX_RELEASE" in
stable)
- VERSION=1.0.6
+ VERSION=1.0.8
;;
legacy)
VERSION=0.8.55
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index 34fcea1..c1d9d56 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,6 @@
+2011-10-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.8 (stable)
+
2011-09-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.8.55 (legacy), 1.1.4 (devel)

diff --git a/libs/ldns/BUILD b/libs/ldns/BUILD
index 7363825..8176113 100755
--- a/libs/ldns/BUILD
+++ b/libs/ldns/BUILD
@@ -1,4 +1,12 @@
+OPTS="$LDNS_OPTS $OPTS" &&
+
default_build &&
+
+list_remove OPTS '--with-pyldns' &&
+list_remove OPTS '--without-pyldns' &&
+list_remove OPTS '--with-pyldnsx' &&
+list_remove OPTS '--without-pyldnsx' &&
+
cd drill &&
default_build &&
cd ..
diff --git a/libs/ldns/DEPENDS b/libs/ldns/DEPENDS
index bbb847c..e88d53c 100755
--- a/libs/ldns/DEPENDS
+++ b/libs/ldns/DEPENDS
@@ -1,3 +1,14 @@
depends make &&
depends libtool &&
-depends openssl
+depends openssl &&
+
+optional_depends -sub PYTHON swig \
+ "--with-pyldns" \
+ "--without-pyldns" \
+ "to generate Python library" &&
+
+if is_depends_enabled $SPELL swig; then
+ config_query_option LDNS_OPTS "Install ldnsx Python module?" y \
+ "--with-pyldnsx" \
+ "--without-pyldnsx"
+fi
diff --git a/libs/ldns/DETAILS b/libs/ldns/DETAILS
index 345ebf3..ae8331b 100755
--- a/libs/ldns/DETAILS
+++ b/libs/ldns/DETAILS
@@ -1,10 +1,9 @@
SPELL=ldns
- VERSION=1.6.10
- PATCHLEVEL=1
+ VERSION=1.6.11
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.nlnetlabs.nl/downloads/ldns/$SOURCE
-
SOURCE_HASH=sha512:37665f4c5ae6becb04f7be1bb213256c591e829864dd88d42acde596ec76c873e2d965899bd086c872494a5e29a26a1362c99725768e22150be625c5f851e599
+
SOURCE_HASH=sha512:be8453d4ce9e21e99950f28e66a72139321a320ba8629a4fcb5e00ccb241ca71deee331302a80785c2562cb93e4f3292d5051ff590c0192d1d514a335291a7b9
LICENSE[0]=MIT
WEB_SITE=http://www.nlnetlabs.nl/projects/ldns/
GATHER_DOCS=off
diff --git a/libs/ldns/FINAL b/libs/ldns/FINAL
deleted file mode 100755
index 8d13377..0000000
--- a/libs/ldns/FINAL
+++ /dev/null
@@ -1 +0,0 @@
-rm -rf /usr/share/doc/ldns/doc/man/
diff --git a/libs/ldns/HISTORY b/libs/ldns/HISTORY
index 2fa8da2..5937f81 100644
--- a/libs/ldns/HISTORY
+++ b/libs/ldns/HISTORY
@@ -1,3 +1,9 @@
+2011-10-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.6.11
+ * DEPENDS: added python optional dependency
+ * BUILD: use LDNS_OPTS
+ * FINAL: removed, WTF
+
2011-09-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: don't gather docs (to fix broken man symlinks)




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (c9e5e72e4b2df79f8f8a50a4a24abb80ae58f850), Vlad Glagolev, 10/03/2011

Archive powered by MHonArc 2.6.24.

Top of Page