From: Marcin Juszkiewicz Date: Thu, 14 Dec 2006 16:32:12 +0000 (+0000) Subject: maradns: update to 1.0.39 (last 1.0.x version) X-Git-Tag: Release-2010-05/1~9453^2~129^2~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f03e5e53c4b38c6cd3c73caf319a4796a1e287ba;p=openembedded.git maradns: update to 1.0.39 (last 1.0.x version) 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. --- diff --git a/packages/maradns/maradns_1.0.23.bb b/packages/maradns/maradns_1.0.39.bb similarity index 85% rename from packages/maradns/maradns_1.0.23.bb rename to packages/maradns/maradns_1.0.39.bb index d7f02d5565..d89bcf849d 100644 --- a/packages/maradns/maradns_1.0.23.bb +++ b/packages/maradns/maradns_1.0.39.bb @@ -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"