All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/19] Various fixes and package upgrades
Date: Wed, 16 Jul 2014 17:26:16 +0100	[thread overview]
Message-ID: <cover.1405527926.git.richard.purdie@linuxfoundation.org> (raw)

The following changes since commit f826b13e4ae2f2f2ffebdf22435452c1a72980d8:

  libpcap: Avoid libpcap build error when libnl1 is involved (2014-07-16 17:18:25 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core master-next
  http://cgit.openembedded.org/cgit.cgi/openembedded-core/log/?h=master-next

Richard Purdie (19):
  pkgconfig: Drop version from RPROVIDES
  python-docutil: Upgrade 0.11 -> 0.12
  python-scons: Upgrade 2.3.0 -> 2.3.2
  gdb: Upgrade 7.7 -> 7.7.1
  mdadm: Upgrade 3.3 -> 3.3.1
  gccmakedep: Upgrade 1.0.2 -> 1.0.3
  powertop: Upgrade 2.5 -> 2.6.1
  nasm: Update 2.11.02 -> 2.11.05
  cross-canadian: Fix shlibs directory after recent shlibs changes
  subversion: Upgrade 1.7.7 -> 1.8.9
  python-pycurl: Upgrade 7.19.3 -> 7.19.3.1
  libconvert-asn1-perl: Upgrade 0.26 -> 0.27
  btrfs-tools: Upgrade 3.12 -> 3.14.2
  neard: Fix typo in patch leading to parallel make race
  fontcache: Fix build dependency errors
  libpcap: Fix floating dbus dependency
  gnutls: Fix floating libidn dependency
  xserver-xorg: Fix build determinism problem
  python: Forcibly disable tk

 meta/classes/cross-canadian.bbclass                |   4 +-
 meta/classes/fontcache.bbclass                     |   7 +-
 meta/recipes-connectivity/libpcap/libpcap.inc      |   1 +
 .../neard/neard/parallel-build.patch               |   2 +-
 .../btrfs-tools/allow-relative-path.patch          |  58 ---------
 .../btrfs-tools/btrfs-tools/nodocs.patch           |  22 ++++
 .../btrfs-tools/btrfs-tools/weak-defaults.patch    |  31 -----
 .../btrfs-tools/btrfs-tools_git.bb                 |   9 +-
 .../gdb/{gdb-7.7.inc => gdb-7.7.1.inc}             |   4 +-
 ...canadian_7.7.bb => gdb-cross-canadian_7.7.1.bb} |   0
 .../gdb/{gdb-cross_7.7.bb => gdb-cross_7.7.1.bb}   |   0
 .../gdb/{gdb_7.7.bb => gdb_7.7.1.bb}               |   0
 .../nasm/{nasm_2.11.02.bb => nasm_2.11.05.bb}      |   4 +-
 meta/recipes-devtools/pkgconfig/pkgconfig.inc      |   2 +-
 ...on-docutils_0.11.bb => python-docutils_0.12.bb} |   6 +-
 .../python/python-pycurl/no-static-link.patch      |  24 ++--
 ...-pycurl_7.19.3.bb => python-pycurl_7.19.3.1.bb} |   6 +-
 ...ative_2.3.0.bb => python-scons-native_2.3.2.bb} |   0
 ...python-scons_2.3.0.bb => python-scons_2.3.2.bb} |   6 +-
 .../python/avoid_warning_about_tkinter.patch       |  15 ++-
 .../subversion-1.7.10/allow-updated-neon.patch     |  20 ----
 .../subversion-1.7.10/fix-install-depends.patch    |  48 --------
 .../neon.m4-fix-includes-and-cflags.patch          |  32 -----
 .../subversion-CVE-2013-4131.patch                 |  42 -------
 .../subversion-CVE-2013-4277.patch                 |  15 ---
 .../subversion-CVE-2013-4505.patch                 | 130 ---------------------
 .../subversion-1.8.9/disable_macos.patch           |  68 +++++++++++
 .../libtool2.patch                                 |   0
 .../{subversion_1.7.10.bb => subversion_1.8.9.bb}  |  15 +--
 .../mdadm/{mdadm_3.3.bb => mdadm_3.3.1.bb}         |   6 +-
 ...1-perl_0.26.bb => libconvert-asn1-perl_0.27.bb} |   4 +-
 .../{gccmakedep_1.0.2.bb => gccmakedep_1.0.3.bb}   |   4 +-
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |   1 +
 .../{powertop_2.5.bb => powertop_2.6.1.bb}         |   5 +-
 meta/recipes-support/gnutls/gnutls.inc             |   1 +
 35 files changed, 157 insertions(+), 435 deletions(-)
 delete mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/allow-relative-path.patch
 create mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch
 delete mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/weak-defaults.patch
 rename meta/recipes-devtools/gdb/{gdb-7.7.inc => gdb-7.7.1.inc} (70%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.7.bb => gdb-cross-canadian_7.7.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.7.bb => gdb-cross_7.7.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_7.7.bb => gdb_7.7.1.bb} (100%)
 rename meta/recipes-devtools/nasm/{nasm_2.11.02.bb => nasm_2.11.05.bb} (81%)
 rename meta/recipes-devtools/python/{python-docutils_0.11.bb => python-docutils_0.12.bb} (60%)
 rename meta/recipes-devtools/python/{python-pycurl_7.19.3.bb => python-pycurl_7.19.3.1.bb} (78%)
 rename meta/recipes-devtools/python/{python-scons-native_2.3.0.bb => python-scons-native_2.3.2.bb} (100%)
 rename meta/recipes-devtools/python/{python-scons_2.3.0.bb => python-scons_2.3.2.bb} (52%)
 delete mode 100644 meta/recipes-devtools/subversion/subversion-1.7.10/allow-updated-neon.patch
 delete mode 100644 meta/recipes-devtools/subversion/subversion-1.7.10/fix-install-depends.patch
 delete mode 100644 meta/recipes-devtools/subversion/subversion-1.7.10/neon.m4-fix-includes-and-cflags.patch
 delete mode 100644 meta/recipes-devtools/subversion/subversion-1.7.10/subversion-CVE-2013-4131.patch
 delete mode 100644 meta/recipes-devtools/subversion/subversion-1.7.10/subversion-CVE-2013-4277.patch
 delete mode 100644 meta/recipes-devtools/subversion/subversion-1.7.10/subversion-CVE-2013-4505.patch
 create mode 100644 meta/recipes-devtools/subversion/subversion-1.8.9/disable_macos.patch
 rename meta/recipes-devtools/subversion/{subversion-1.7.10 => subversion-1.8.9}/libtool2.patch (100%)
 rename meta/recipes-devtools/subversion/{subversion_1.7.10.bb => subversion_1.8.9.bb} (67%)
 rename meta/recipes-extended/mdadm/{mdadm_3.3.bb => mdadm_3.3.1.bb} (90%)
 rename meta/recipes-extended/perl/{libconvert-asn1-perl_0.26.bb => libconvert-asn1-perl_0.27.bb} (76%)
 rename meta/recipes-graphics/xorg-util/{gccmakedep_1.0.2.bb => gccmakedep_1.0.3.bb} (78%)
 rename meta/recipes-kernel/powertop/{powertop_2.5.bb => powertop_2.6.1.bb} (85%)

-- 
1.9.2



             reply	other threads:[~2014-07-16 16:37 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-16 16:26 Richard Purdie [this message]
2014-07-16 16:26 ` [PATCH 01/19] pkgconfig: Drop version from RPROVIDES Richard Purdie
2014-07-16 16:26 ` [PATCH 02/19] python-docutil: Upgrade 0.11 -> 0.12 Richard Purdie
2014-07-16 16:26 ` [PATCH 03/19] python-scons: Upgrade 2.3.0 -> 2.3.2 Richard Purdie
2014-07-16 22:30   ` Burton, Ross
2014-07-16 22:50     ` Richard Purdie
2014-07-16 16:26 ` [PATCH 04/19] gdb: Upgrade 7.7 -> 7.7.1 Richard Purdie
2014-07-16 16:26 ` [PATCH 05/19] mdadm: Upgrade 3.3 -> 3.3.1 Richard Purdie
2014-07-16 16:26 ` [PATCH 06/19] gccmakedep: Upgrade 1.0.2 -> 1.0.3 Richard Purdie
2014-07-16 16:26 ` [PATCH 07/19] powertop: Upgrade 2.5 -> 2.6.1 Richard Purdie
2014-07-16 16:26 ` [PATCH 08/19] nasm: Update 2.11.02 -> 2.11.05 Richard Purdie
2014-07-16 16:26 ` [PATCH 09/19] cross-canadian: Fix shlibs directory after recent shlibs changes Richard Purdie
2014-07-16 16:26 ` [PATCH 10/19] subversion: Upgrade 1.7.7 -> 1.8.9 Richard Purdie
2014-07-16 16:26 ` [PATCH 11/19] python-pycurl: Upgrade 7.19.3 -> 7.19.3.1 Richard Purdie
2014-07-16 16:26 ` [PATCH 12/19] libconvert-asn1-perl: Upgrade 0.26 -> 0.27 Richard Purdie
2014-07-16 16:26 ` [PATCH 13/19] btrfs-tools: Upgrade 3.12 -> 3.14.2 Richard Purdie
2014-07-16 16:26 ` [PATCH 14/19] neard: Fix typo in patch leading to parallel make race Richard Purdie
2014-07-16 16:26 ` [PATCH 15/19] fontcache: Fix build dependency errors Richard Purdie
2014-07-16 16:26 ` [PATCH 16/19] libpcap: Fix floating dbus dependency Richard Purdie
2014-07-16 16:26 ` [PATCH 17/19] gnutls: Fix floating libidn dependency Richard Purdie
2014-07-16 16:26 ` [PATCH 18/19] xserver-xorg: Fix build determinism problem Richard Purdie
2014-07-16 20:38   ` Burton, Ross
2014-07-16 21:47     ` Richard Purdie
2014-07-16 16:26 ` [PATCH 19/19] python: Forcibly disable tk Richard Purdie

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.1405527926.git.richard.purdie@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --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.