From b6faa2ebb00fa219beee042aeb41321b0d4fbc18 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 17 Mar 2010 12:23:47 +0800 Subject: nsd: Bump to 3.2.4 This addresses CVE-2009-1755 which is in any nsd below 3.2.2. --- recipes/nsd/nsd_2.0.0.bb | 22 ---------------------- recipes/nsd/nsd_3.2.4.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 22 deletions(-) delete mode 100644 recipes/nsd/nsd_2.0.0.bb create mode 100644 recipes/nsd/nsd_3.2.4.bb (limited to 'recipes/nsd') diff --git a/recipes/nsd/nsd_2.0.0.bb b/recipes/nsd/nsd_2.0.0.bb deleted file mode 100644 index 0614337d5b..0000000000 --- a/recipes/nsd/nsd_2.0.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "NSD is an authoritative only, high performance, simple and opensource name server" -SECTION = "console/network" -PRIORITY = "optional" - -SRC_URI = "http://www.nlnetlabs.nl/downloads/nsd/nsd-${PV}.tar.gz" -LICENSE = "nsd" -inherit autotools - -do_install() { - oe_runmake configdir=${D}${sysconfdir}/nsd \ - pidfile=${D}${localstatedir}/run/nsd.pid \ - zonesfile=${D}${sysconfdir}/nsd/nsd.zones \ - dbfile=${D}${sysconfdir}/nsd/nsd.db \ - configfile=${D}${sysconfdir}/nsd/nsdc.conf \ - zonesdir=${D}${sysconfdir}/nsd \ - prefix=${D}${prefix} \ - exec_prefix=${D}${exec_prefix} \ - sbindir=${D}${sbindir} \ - mandir=${D}${mandir} \ - install -} - diff --git a/recipes/nsd/nsd_3.2.4.bb b/recipes/nsd/nsd_3.2.4.bb new file mode 100644 index 0000000000..148ce0dffe --- /dev/null +++ b/recipes/nsd/nsd_3.2.4.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "NSD is an authoritative only, high performance, simple and opensource name server" +SECTION = "console/network" +PRIORITY = "optional" + +DEPENDS = "openssl" + +SRC_URI = "http://www.nlnetlabs.nl/downloads/nsd/nsd-${PV}.tar.gz;name=src" +SRC_URI[src.md5sum] = "0c394fd713d194bde24a1035e56d5a79" +SRC_URI[src.sha256sum] = "41ed4a3e21d7381379c85d46ee7131937195aa780f120b03e5d4d878d397c769" +LICENSE = "nsd" +inherit autotools + +EXTRA_OECONF = " --with-ssl=${STAGING_DIR_HOST}${exec_prefix} " + -- cgit v1.2.3