From 365125e4da652c324e61b549c4da7adf6f935664 Mon Sep 17 00:00:00 2001 From: Christian Ziethén Date: Wed, 9 Apr 2014 11:14:44 +0200 Subject: dnsmasq: update to 2.68 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes a bug with libvirt and DHCP, which is fixed in 2.66. "Handle the situation where libc headers define SO_REUSEPORT, but the kernel in use doesn't, to cope with the introduction of this option to Linux. Thanks to Rich Felker for the bug report." Signed-off-by: Christian Ziethén Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb (limited to 'meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb') diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb new file mode 100644 index 0000000000..b1bef7a161 --- /dev/null +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.68.bb @@ -0,0 +1,4 @@ +require dnsmasq.inc + +SRC_URI[dnsmasq-2.68.md5sum] = "6f8351ca0901f248efdb81532778d2ef" +SRC_URI[dnsmasq-2.68.sha256sum] = "402019d61f53f1ccc04cc6218719fd3b158ea3fca9a83ab55471f981a2097c2f" -- cgit 1.2.3-korg