maradns: update to 1.0.39 (last 1.0.x version)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 14 Dec 2006 16:32:12 +0000 (16:32 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 14 Dec 2006 16:32:12 +0000 (16:32 +0000)
http://www.maradns.org/faq.html#version1 say:
MaraDNS 1.0 will continue to be fully supported by upstream until December 21, 2007
This means that MaraDNS 1.0 questions will still be answered and bug fixes will
still be applied.
After 2007/12/21, MaraDNS 1.0 will no longer be fully supported by upstream;
the only updates, at that point, would be bugtraq-worthy critical security
fixes.
Not even these security updates will be applied after December 21, 2010.

packages/maradns/maradns_1.0.39.bb [moved from packages/maradns/maradns_1.0.23.bb with 85% similarity]

similarity index 85%
rename from packages/maradns/maradns_1.0.23.bb
rename to packages/maradns/maradns_1.0.39.bb
index d7f02d5..d89bcf8 100644 (file)
@@ -1,12 +1,11 @@
-SECTION = "console/network"
 DESCRIPTION = "A security-aware DNS server"
+SECTION = "console/network"
 HOMEPAGE = "http://www.maradns.org"
 LICENSE = "PD"
-PR = "r1"
 
-SRC_URI = "http://www.maradns.org/download/maradns-${PV}.tar.bz2 \
-       file://init \
-       file://rng-makefile-build-cc.patch;patch=1;pnum=0"
+SRC_URI = "http://www.maradns.org/download/1.0/maradns-${PV}.tar.bz2 \
+           file://init \
+           file://rng-makefile-build-cc.patch;patch=1;pnum=0"
 
 do_install() {
        install -d ${D}${bindir}
@@ -37,7 +36,7 @@ do_install() {
        install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/maradns
 }
 
-PACKAGES = "maradns-zone maradns-ask maradns maradns-doc"
+PACKAGES =+ "maradns-zone maradns-ask"
 FILES_maradns-zone = "${sbindir}/zoneserver ${bindir}/getzone"
 FILES_maradns-ask = "${bindir}/askmara"