diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-09-14 11:23:16 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-09-15 23:59:23 +0400 |
commit | 7a9ad0037c104ca583fdb9b2fd8e5054e705fc1f (patch) | |
tree | ae66dd9d170226cfa94d034e1f57e8630985bb15 /recipes | |
parent | f6a6c68e84a7876d881fbcab8d58f52fa84f714a (diff) |
dnsmasq: remove versions prior to 2.52
These have known unpatched security issues, 2.52 is in the repo for quite some
time, anyone who cares should be using that already.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/dnsmasq/dnsmasq-dbus_2.47.bb | 16 | ||||
-rw-r--r-- | recipes/dnsmasq/dnsmasq_2.11.bb | 4 | ||||
-rw-r--r-- | recipes/dnsmasq/dnsmasq_2.15.bb | 6 | ||||
-rw-r--r-- | recipes/dnsmasq/dnsmasq_2.22.bb | 4 | ||||
-rw-r--r-- | recipes/dnsmasq/dnsmasq_2.47.bb | 4 |
5 files changed, 0 insertions, 34 deletions
diff --git a/recipes/dnsmasq/dnsmasq-dbus_2.47.bb b/recipes/dnsmasq/dnsmasq-dbus_2.47.bb deleted file mode 100644 index fa3dbfcf58..0000000000 --- a/recipes/dnsmasq/dnsmasq-dbus_2.47.bb +++ /dev/null @@ -1,16 +0,0 @@ -# dnsmasq with support for DBus interface - -require dnsmasq.inc - -S = "${WORKDIR}/dnsmasq-${PV}" - -DEPENDS = "dbus" -EXTRA_OEMAKE = "COPTS=-DHAVE_DBUS" - -do_install_append () { - install -d ${D}${sysconfdir}/dbus-1/system.d - install -m 644 dbus/dnsmasq.conf ${D}${sysconfdir}/dbus-1/system.d/ -} - -SRC_URI[dnsmasq-2.47.md5sum] = "4524081e56d0b935717d493e8e8d3e11" -SRC_URI[dnsmasq-2.47.sha256sum] = "f2716a43eb05b232c640a4ad647fd0fc21dd0c4f4ad20c9f5303568742399e5d" diff --git a/recipes/dnsmasq/dnsmasq_2.11.bb b/recipes/dnsmasq/dnsmasq_2.11.bb deleted file mode 100644 index fc66269e0f..0000000000 --- a/recipes/dnsmasq/dnsmasq_2.11.bb +++ /dev/null @@ -1,4 +0,0 @@ -require dnsmasq.inc - -SRC_URI[dnsmasq-2.11.md5sum] = "02aa4ffb835cbc9bdf96fcb915901cb3" -SRC_URI[dnsmasq-2.11.sha256sum] = "2dac596d5150174d0a2d9170db698c1d72584a8ab3b5eedf907086f53f76cc87" diff --git a/recipes/dnsmasq/dnsmasq_2.15.bb b/recipes/dnsmasq/dnsmasq_2.15.bb deleted file mode 100644 index 89fd260c1b..0000000000 --- a/recipes/dnsmasq/dnsmasq_2.15.bb +++ /dev/null @@ -1,6 +0,0 @@ -PR = "r2" - -require dnsmasq.inc - -SRC_URI[dnsmasq-2.15.md5sum] = "72f59fa070a1dc7f664603b20134c383" -SRC_URI[dnsmasq-2.15.sha256sum] = "9aec45b395b6206e8eb85417f58186cdd0a307ed0f26f4b73af7031023a52225" diff --git a/recipes/dnsmasq/dnsmasq_2.22.bb b/recipes/dnsmasq/dnsmasq_2.22.bb deleted file mode 100644 index 9aebdfcd32..0000000000 --- a/recipes/dnsmasq/dnsmasq_2.22.bb +++ /dev/null @@ -1,4 +0,0 @@ -require dnsmasq.inc - -SRC_URI[dnsmasq-2.22.md5sum] = "b38f33cd0703fa664a37a4595d918189" -SRC_URI[dnsmasq-2.22.sha256sum] = "cc2c86cbd0ec020a4486ac9d195e6a848a0d11a280c3194e095719f60c9751a9" diff --git a/recipes/dnsmasq/dnsmasq_2.47.bb b/recipes/dnsmasq/dnsmasq_2.47.bb deleted file mode 100644 index 70c652958d..0000000000 --- a/recipes/dnsmasq/dnsmasq_2.47.bb +++ /dev/null @@ -1,4 +0,0 @@ -require dnsmasq.inc - -SRC_URI[dnsmasq-2.47.md5sum] = "4524081e56d0b935717d493e8e8d3e11" -SRC_URI[dnsmasq-2.47.sha256sum] = "f2716a43eb05b232c640a4ad647fd0fc21dd0c4f4ad20c9f5303568742399e5d" |