diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-17 12:23:47 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-17 14:02:11 +0800 |
commit | b6faa2ebb00fa219beee042aeb41321b0d4fbc18 (patch) | |
tree | 619634969d74afd639a16cc3515d7a84474eeb11 /recipes/nsd/nsd_2.0.0.bb | |
parent | daba9a8ffb3abfed3e488bfd729f4af84d893bdb (diff) |
nsd: Bump to 3.2.4
This addresses CVE-2009-1755 which is in any nsd below 3.2.2.
Diffstat (limited to 'recipes/nsd/nsd_2.0.0.bb')
-rw-r--r-- | recipes/nsd/nsd_2.0.0.bb | 22 |
1 files changed, 0 insertions, 22 deletions
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 -} - |