summaryrefslogtreecommitdiffstats
path: root/recipes/dnsmasq/dnsmasq.inc
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-19 16:34:40 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-20 00:06:05 +0300
commite399e99d2594c68ed0405368d52eb1b2c16bf3c8 (patch)
treed22bcb2ee81baf7b8f1e0d0e50d78572ef9afe47 /recipes/dnsmasq/dnsmasq.inc
parent185e4f64ecbcf4024d17ae0a26383fec8bd94291 (diff)
downloadopenembedded-e399e99d2594c68ed0405368d52eb1b2c16bf3c8.tar.gz
dnsmasq: add version 2.52
Fixes CVE-2009-2957 and CVE-2009-2958 among other things. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/dnsmasq/dnsmasq.inc')
-rw-r--r--recipes/dnsmasq/dnsmasq.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dnsmasq/dnsmasq.inc b/recipes/dnsmasq/dnsmasq.inc
index 68c6337306..fb478472df 100644
--- a/recipes/dnsmasq/dnsmasq.inc
+++ b/recipes/dnsmasq/dnsmasq.inc
@@ -4,7 +4,7 @@ SECTION = "console/network"
LICENSE = "GPL"
#at least versions 2.15 and prior are moved to the archive folder on the server
-SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(bb.data.getVar('PV',d,1).split('.')[1]) > 15]}dnsmasq-${PV}.tar.gz \
+SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(bb.data.getVar('PV',d,1).split('.')[1]) > 15]}dnsmasq-${PV}.tar.gz;name=dnsmasq-${PV} \
file://init \
file://dnsmasq.conf"