All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] Patches and Updates
Date: Tue,  4 Mar 2014 14:51:02 -0800	[thread overview]
Message-ID: <cover.1393973357.git.sgw@linux.intel.com> (raw)

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



             reply	other threads:[~2014-03-04 22:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-04 22:51 Saul Wold [this message]
2014-03-04 22:50 ` [PATCH 1/6] util-linux: Update to 2.24.1 Saul Wold
2014-03-04 22:50 ` [PATCH 2/6] bind: Update to 9.9.5 Saul Wold
2014-03-06  5:32   ` Saul Wold
2014-03-04 22:51 ` [PATCH 3/6] dhcp: Update to 4.3.0 Saul Wold
2014-03-04 22:51 ` [PATCH 4/6] grub-efi: use autotools-brokensep Saul Wold
2014-03-04 22:51 ` [PATCH 5/6] parted: add patch to handle deprecated readline function Saul Wold
2014-03-04 22:51 ` [PATCH 6/6] security_flags: Update to correctly link X modules Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1393973357.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.