summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2016-06-13 05:16:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 08:35:02 +0100
commitc6930da838df8e1cabe2f71180e02d1f6ecc15a6 (patch)
tree4dbf4b86e7043b70e6d2dca2a85b87f7d0b8ea90 /meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb
parent7028192246552fd9e4aa3674da9c30670fd4ec86 (diff)
downloadpoky-c6930da838df8e1cabe2f71180e02d1f6ecc15a6.tar.gz
dhcp: upgrade to 4.3.4
- Drop fix-external-bind.patch, which dhcp 4.3.4 supports option --with-libbind=PATH - Add tweak-to-support-external-bind.patch, tweak the external bind to oe-core's sysroot rather than external bind source build. - Drop CVE-2015-8605.patch, CVE-2016-2774.patch, dhcp 4.3.4 has fixed them - Add configure option --with-randomdev=/dev/random (From OE-Core rev: f9172ba3a26a1dc6fc010ed0f1300782fa411636) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb')
-rw-r--r--meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb b/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb
new file mode 100644
index 0000000000..9e082911bd
--- /dev/null
+++ b/meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb
@@ -0,0 +1,17 @@
1require dhcp.inc
2
3SRC_URI += "file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \
4 file://link-with-lcrypto.patch \
5 file://fixsepbuild.patch \
6 file://dhclient-script-drop-resolv.conf.dhclient.patch \
7 file://replace-ifconfig-route.patch \
8 file://0001-site.h-enable-gentle-shutdown.patch \
9 file://libxml2-configure-argument.patch \
10 file://tweak-to-support-external-bind.patch \
11 "
12
13SRC_URI[md5sum] = "0138319fe2b788cf4bdf34fbeaf9ff54"
14SRC_URI[sha256sum] = "f5115aee3dd3e6925de4ba47b80ab732ba48b481c8364b6ebade2d43698d607e"
15
16PACKAGECONFIG ?= ""
17PACKAGECONFIG[bind-httpstats] = "--with-libxml2,--without-libxml2,libxml2"