[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (d1006cc4aada6287cb4fd9433dc63ee80ace6269)

Ladislav Hagara scm at sourcemage.org
Tue Jan 4 11:33:34 EST 2011


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 ChangeLog           |    3 +++
 net/unbound/DEPENDS |    5 +++++
 net/unbound/DETAILS |   21 +++++++++++++++++++++
 net/unbound/HISTORY |    3 +++
 4 files changed, 32 insertions(+)

New commits:
commit d1006cc4aada6287cb4fd9433dc63ee80ace6269
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    net/unbound: new spell, validating, recursive, and caching DNS resolver

diff --git a/ChangeLog b/ChangeLog
index b83ad4b..e558014 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-04 Ladislav Hagara <hgr at vabo.cz>
+	* net/unbound: new spell, validating, recursive, caching DNS resolver
+
 2011-01-03 Ladislav Hagara <hgr at vabo.cz>
 	* archive/makeself: new spell, make self-extractable archives
 
diff --git a/net/unbound/DEPENDS b/net/unbound/DEPENDS
new file mode 100755
index 0000000..5d4071e
--- /dev/null
+++ b/net/unbound/DEPENDS
@@ -0,0 +1,5 @@
+optional_depends  ldns                   \
+                  ""                     \
+                  "--with-ldns-builtin"  \
+                  "to use system ldns library, otherwise a builtin version is used"
+
diff --git a/net/unbound/DETAILS b/net/unbound/DETAILS
new file mode 100755
index 0000000..1b5626b
--- /dev/null
+++ b/net/unbound/DETAILS
@@ -0,0 +1,21 @@
+           SPELL=unbound
+         VERSION=1.4.7
+          SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+   SOURCE_URL[0]=http://www.unbound.net/downloads/$SOURCE
+     SOURCE_HASH=sha512:aee8453c71ca0f4c8a1e5ef9fd191906623af709eaa5ecffaa6aad63be366241fa3e42b26f3a2e5b3b062305416a20881a4a59ff8f82b94fbc97d22171ef1b21
+        WEB_SITE=http://www.unbound.net/
+         ENTERED=20110104
+         LICENSE=BSD
+           SHORT="a validating, recursive, and caching DNS resolver"
+cat << EOF
+Unbound is a validating, recursive, and caching DNS resolver.
+
+The C implementation of Unbound is developed and maintained by NLnet Labs.
+It is based on ideas and algorithms taken from a java prototype developed
+by Verisign labs, Nominet, Kirei and ep.net.
+
+Unbound is designed as a set of modular components, so that also DNSSEC
+(secure DNS) validation and stub-resolvers (that do not run as a server,
+but are linked into an application) are easily possible.
+EOF
diff --git a/net/unbound/HISTORY b/net/unbound/HISTORY
new file mode 100644
index 0000000..adc74a0
--- /dev/null
+++ b/net/unbound/HISTORY
@@ -0,0 +1,3 @@
+2011-01-04 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, DEPENDS: spell created, version 1.4.7
+



More information about the SM-Commit mailing list