[OE-core] [PATCH 0/6] Patches and Updates

Saul Wold sgw at linux.intel.com
Tue Mar 4 22:51:02 UTC 2014


Ricahrd,

Some patches and updates that I have been working on to resolve
various issues.

The bind and dhcp go hand in hand and address some CVE issues.

Sau!


The following changes since commit 82c773e88aaefd9321481ad297554d5b4a3ae0b2:

  Revert "ncurses: use ln -r to generate relative symlink" (2014-03-03 15:52:26 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgw/updates
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/updates

Saul Wold (6):
  util-linux: Update to 2.24.1
  bind: Update to 9.9.5
  dhcp: Update to 4.3.0
  grub-efi: use autotools-brokensep
  parted: add patch to handle deprecated readline function
  security_flags: Update to correctly link X modules

 meta/conf/distro/include/security_flags.inc        |   9 ++
 meta/recipes-bsp/grub/grub-efi_2.00.bb             |   2 +-
 .../bind-9.8.1-CVE-2012-5166.patch                 |   0
 .../{bind-9.8.1 => bind}/bind-CVE-2011-4313.patch  |   0
 .../{bind-9.8.1 => bind}/bind-CVE-2012-1667.patch  |   0
 .../{bind-9.8.1 => bind}/bind-CVE-2012-3817.patch  |   0
 .../{bind-9.8.1 => bind}/bind-CVE-2013-2266.patch  |   0
 .../bind-Fix-CVE-2012-4244.patch                   |   0
 .../bind/{bind-9.8.1 => bind}/conf.patch           |   0
 .../{bind-9.8.1 => bind}/cross-build-fix.patch     |   0
 .../make-etc-initd-bind-stop-work.patch            |   0
 .../mips1-not-support-opcode.diff                  |   0
 .../bind/{bind_9.8.1.bb => bind_9.9.5.bb}          |  15 +--
 meta/recipes-connectivity/dhcp/dhcp.inc            |   2 +-
 .../dhcp/dhcp/fix-external-bind.patch              | 115 +++++++++++----------
 meta/recipes-connectivity/dhcp/dhcp_4.2.5-P1.bb    |  12 ---
 meta/recipes-core/util-linux/util-linux.inc        |  12 +--
 .../{util-linux_2.23.2.bb => util-linux_2.24.1.bb} |   7 +-
 .../parted-3.1/fix-deprecated-readline.patch       |  34 ++++++
 meta/recipes-extended/parted/parted_3.1.bb         |   1 +
 20 files changed, 121 insertions(+), 88 deletions(-)
 rename meta/recipes-connectivity/bind/{bind-9.8.1 => bind}/bind-9.8.1-CVE-2012-5166.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.8.1 => bind}/bind-CVE-2011-4313.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.8.1 => bind}/bind-CVE-2012-1667.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.8.1 => bind}/bind-CVE-2012-3817.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.8.1 => bind}/bind-CVE-2013-2266.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.8.1 => bind}/bind-Fix-CVE-2012-4244.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.8.1 => bind}/conf.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.8.1 => bind}/cross-build-fix.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.8.1 => bind}/make-etc-initd-bind-stop-work.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.8.1 => bind}/mips1-not-support-opcode.diff (100%)
 rename meta/recipes-connectivity/bind/{bind_9.8.1.bb => bind_9.9.5.bb} (77%)
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp_4.2.5-P1.bb
 rename meta/recipes-core/util-linux/{util-linux_2.23.2.bb => util-linux_2.24.1.bb} (79%)
 create mode 100644 meta/recipes-extended/parted/parted-3.1/fix-deprecated-readline.patch

-- 
1.8.3.1




More information about the Openembedded-core mailing list