New commits:
commit 5b4ad09806a1f08fca94cff83975bf6051da32c6
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
maradns: fixing documentation install
More appropriate documentation directory and don't auto-install docs
commit 341fc1bcf121c7b7f098d89a8bd3a933173a5475
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
maradns: Getting it to build and using appropriate variables
commit 762d8e4dc7e3d1ec94eeded9be79d77eb1bc751f
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
maradns: to version 2.0.02 various warnings and such
Will require manual intervention to actually update, if coming from 1.x
diff --git a/net/maradns/BUILD b/net/maradns/BUILD
index 5ceed33..f7aa716 100755
--- a/net/maradns/BUILD
+++ b/net/maradns/BUILD
@@ -1,10 +1,2 @@
-./configure $MARADNS_AUTHONLY &&
-
-# Always nagging about no jobserver
-make_single &&
-
-if list_find "$MARADNS_AUTHONLY" "--authonly"; then
- make FLAGS="$CFLAGS -Wall -DSELECT_PROBLEM -DAUTHONLY"
-else
- make FLAGS="$CFLAGS -Wall -DSELECT_PROBLEM"
-fi
+./configure $MARADNS_IPV6 &&
+make
diff --git a/net/maradns/CONFIGURE b/net/maradns/CONFIGURE
index d050369..ca32e4e 100755
--- a/net/maradns/CONFIGURE
+++ b/net/maradns/CONFIGURE
@@ -1,2 +1,2 @@
-config_query_option MARADNS_AUTHONLY "Do you want a authoritative-only build
of $SPELL?" n \
- "--authonly" ""
+config_query_option MARADNS_IPV6 "Include IPv6 Support?" n \
+ "--ipv6" ""
diff --git a/net/maradns/DETAILS b/net/maradns/DETAILS
index a872a64..539a8ef 100755
--- a/net/maradns/DETAILS
+++ b/net/maradns/DETAILS
@@ -1,5 +1,5 @@
SPELL=maradns
- VERSION=1.4.06
+ VERSION=2.0.02
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
@@ -9,11 +9,15 @@
SOURCE_GPG="maradns.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.maradns.org/
- SECURITY_PATCH=2
LICENSE[0]=BSD
ENTERED=20021019
- SHORT="MaraDNS is a authoritative and recursive DNS server."
+ DOC_DIRS=""
+ DOCS=""
+ SHORT="MaraDNS is a authoritative DNS server. Deadwood is a
recursive DNS server."
cat << EOF
-MaraDNS is a authoritative and recursive DNS server. It is written with
+MaraDNS is a authoritative DNS server. It is written with
security, simplicity, and performance in mind.
+
+In MaraDNS 2.x the recursive nameserver has been moved into deadwood.
+This spell provides both.
EOF
diff --git a/net/maradns/HISTORY b/net/maradns/HISTORY
index 240820a..eb12cfe 100644
--- a/net/maradns/HISTORY
+++ b/net/maradns/HISTORY
@@ -1,3 +1,10 @@
+2011-05-20 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: Version to 2.0.02
+ * PREPARE: Big fat upgrade warning
+ * CONFIGURE: enable ipv6 question only
+ * INSTALL: use the upstream provided install, setting the prefix
+ * BUILD: can't use any FLAGS, it fails. also, doesn't seem to care
about multiple make jobs anymore
+
2011-02-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.06, SECURITY_PATCH=2, CVE-2011-0520