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/7] A patch, cleanup and updates
Date: Fri, 21 Nov 2014 09:20:10 -0800	[thread overview]
Message-ID: <cover.1416590209.git.sgw@linux.intel.com> (raw)

Richard, Ross:

Here is a tested set of updates along with the pseudo cleanup.
I also finally tackled an ages old resolvconf bug, I guess no one
really uses it since it was so badly broken (tested with both 
busybox's udhcpc and dhcp-client).


Sau!

The following changes since commit 4a888b2ab61662c7f749b5d1e64af92ed613d8eb:

  gtk+: drop part of patch adding useless file (2014-11-20 14:08:57 +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 (7):
  curl: Ugrade to 7.38
  babeltrace: Upgrade to 1.2.3
  npth: Upgrade to 1.1
  boost: Upgrade to 1.57
  libaio: Upgrade to 3.110
  pseudo: remove older version and patches
  resolvconf: add fixes for busybox and make it work

 meta/conf/distro/include/security_flags.inc        |   1 +
 .../resolvconf/resolvconf/99_resolvconf            |   4 +
 .../resolvconf/fix-path-for-busybox.patch          |  20 +
 .../resolvconf/resolvconf_1.76.bb                  |  13 +-
 .../0001-pseudo_has_unload-add-function.patch      | 190 ----------
 .../pseudo-1.5.1-install-directory-mode.patch      |  18 -
 .../pseudo/files/pseudo-fchmodat-permissions.patch | 264 -------------
 .../pseudo/files/shutdownping.patch                |  53 ---
 meta/recipes-devtools/pseudo/files/symver.patch    |  26 --
 meta/recipes-devtools/pseudo/pseudo_1.5.1.bb       |  20 -
 .../recipes-extended/libaio/libaio/00_arches.patch | 208 +----------
 .../libaio/libaio/libaio-aarch64.patch             |  28 --
 .../libaio/libaio/libaio_fix_for_mips64.patch      |  68 ++--
 .../recipes-extended/libaio/libaio/toolchain.patch |  27 --
 .../{libaio_0.3.109.bb => libaio_0.3.110.bb}       |   9 +-
 ...-Support-out-of-tree-builds-in-babeltrace.patch |  17 -
 ...uffers-from-objstack_alloc-on-sizeof-void.patch |  54 ---
 .../{babeltrace_1.2.1.bb => babeltrace_1.2.3.bb}   |   9 +-
 ...bjam-native_1.56.0.bb => bjam-native_1.57.0.bb} |   0
 .../boost/{boost-1.56.0.inc => boost-1.57.0.inc}   |   4 +-
 ...rt-for-extending-operations-to-GCC-atomic.patch | 412 ---------------------
 .../boost/{boost_1.56.0.bb => boost_1.57.0.bb}     |   1 -
 meta/recipes-support/curl/curl/CVE-2014-3613.patch | 269 --------------
 meta/recipes-support/curl/curl/CVE-2014-3620.patch |  69 ----
 .../curl/{curl_7.37.1.bb => curl_7.38.0.bb}        |   8 +-
 meta/recipes-support/npth/npth/pkgconfig.patch     |  48 +++
 .../npth/{npth_1.0.bb => npth_1.1.bb}              |   5 +-
 27 files changed, 156 insertions(+), 1689 deletions(-)
 create mode 100644 meta/recipes-connectivity/resolvconf/resolvconf/99_resolvconf
 create mode 100644 meta/recipes-connectivity/resolvconf/resolvconf/fix-path-for-busybox.patch
 delete mode 100644 meta/recipes-devtools/pseudo/files/0001-pseudo_has_unload-add-function.patch
 delete mode 100644 meta/recipes-devtools/pseudo/files/pseudo-1.5.1-install-directory-mode.patch
 delete mode 100644 meta/recipes-devtools/pseudo/files/pseudo-fchmodat-permissions.patch
 delete mode 100644 meta/recipes-devtools/pseudo/files/shutdownping.patch
 delete mode 100644 meta/recipes-devtools/pseudo/files/symver.patch
 delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.5.1.bb
 delete mode 100644 meta/recipes-extended/libaio/libaio/libaio-aarch64.patch
 delete mode 100644 meta/recipes-extended/libaio/libaio/toolchain.patch
 rename meta/recipes-extended/libaio/{libaio_0.3.109.bb => libaio_0.3.110.bb} (74%)
 delete mode 100644 meta/recipes-kernel/lttng/babeltrace/0001-Fix-Support-out-of-tree-builds-in-babeltrace.patch
 delete mode 100644 meta/recipes-kernel/lttng/babeltrace/Fix-Align-buffers-from-objstack_alloc-on-sizeof-void.patch
 rename meta/recipes-kernel/lttng/{babeltrace_1.2.1.bb => babeltrace_1.2.3.bb} (73%)
 rename meta/recipes-support/boost/{bjam-native_1.56.0.bb => bjam-native_1.57.0.bb} (100%)
 rename meta/recipes-support/boost/{boost-1.56.0.inc => boost-1.57.0.inc} (83%)
 delete mode 100644 meta/recipes-support/boost/boost/0001-Added-support-for-extending-operations-to-GCC-atomic.patch
 rename meta/recipes-support/boost/{boost_1.56.0.bb => boost_1.57.0.bb} (50%)
 delete mode 100644 meta/recipes-support/curl/curl/CVE-2014-3613.patch
 delete mode 100644 meta/recipes-support/curl/curl/CVE-2014-3620.patch
 rename meta/recipes-support/curl/{curl_7.37.1.bb => curl_7.38.0.bb} (90%)
 create mode 100644 meta/recipes-support/npth/npth/pkgconfig.patch
 rename meta/recipes-support/npth/{npth_1.0.bb => npth_1.1.bb} (74%)

-- 
1.8.3.1



             reply	other threads:[~2014-11-21 17:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-21 17:20 Saul Wold [this message]
2014-11-21 17:20 ` [PATCH 1/7] curl: Ugrade to 7.38 Saul Wold
2014-11-21 17:20 ` [PATCH 2/7] babeltrace: Upgrade to 1.2.3 Saul Wold
2014-11-21 17:20 ` [PATCH 3/7] npth: Upgrade to 1.1 Saul Wold
2014-11-21 17:20 ` [PATCH 4/7] boost: Upgrade to 1.57 Saul Wold
2014-11-21 17:20 ` [PATCH 5/7] libaio: Upgrade to 3.110 Saul Wold
2014-11-21 17:20 ` [PATCH 6/7] pseudo: remove older version and patches Saul Wold
2014-12-03 22:06   ` Saul Wold
2014-11-21 17:20 ` [PATCH 7/7] resolvconf: add fixes for busybox and make it work Saul Wold
2014-11-21 19:13   ` 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.1416590209.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.