From adaa194cdf1f6d3ccac7a0261d5ca1c0ba66044b Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 24 Jun 2018 11:43:48 -0700 Subject: dhcp: update 4.4.1 include several CVE fixes. CVE: CVE-2018-5733 CVE: CVE-2018-5732 LIC_CHKSUM_FILE updated to SPFX format https://kb.isc.org/article/AA-01571 remove several patches now included in update. Shared libarary support is now enabled in configure+lt, use it and revert to autotools-brokensep Refresh patches aligns support with bind 9.11.x add libxml2 support to configure.ac+lt [v2] cleaned up do_configure per feedback fix hard coded lib & include patch Signed-off-by: Armin Kuster --- .../dhcp/dhcp/0006-site.h-enable-gentle-shutdown.patch | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'meta/recipes-connectivity/dhcp/dhcp/0006-site.h-enable-gentle-shutdown.patch') diff --git a/meta/recipes-connectivity/dhcp/dhcp/0006-site.h-enable-gentle-shutdown.patch b/meta/recipes-connectivity/dhcp/dhcp/0006-site.h-enable-gentle-shutdown.patch index c62b283d50..6ef70ccacd 100644 --- a/meta/recipes-connectivity/dhcp/dhcp/0006-site.h-enable-gentle-shutdown.patch +++ b/meta/recipes-connectivity/dhcp/dhcp/0006-site.h-enable-gentle-shutdown.patch @@ -12,11 +12,11 @@ Signed-off-by: Hongxu Jia includes/site.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/includes/site.h b/includes/site.h -index 280fbb9..e6c2972 100644 ---- a/includes/site.h -+++ b/includes/site.h -@@ -296,7 +296,7 @@ +Index: dhcp-4.4.1/includes/site.h +=================================================================== +--- dhcp-4.4.1.orig/includes/site.h ++++ dhcp-4.4.1/includes/site.h +@@ -295,7 +295,7 @@ situations. We plan to revisit this feature and may make non-backwards compatible changes including the removal of this define. Use at your own risk. */ @@ -25,6 +25,3 @@ index 280fbb9..e6c2972 100644 /* Include old error codes. This is provided in case you are building an external program similar to omshell for --- -1.8.3.1 - -- cgit 1.2.3-korg