Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/12] Fixes for dangling patches
@ 2015-04-24  7:54 Robert Yang
  2015-04-24  7:54 ` [PATCH 01/12] python3: remove sys_platform_is_now_always_linux2.patch Robert Yang
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Robert Yang @ 2015-04-24  7:54 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 166f2587468ae71988c610858aad3f7ef67eccba:

  bison: don't depend on help2man (2015-04-21 11:29:30 +0100)

are available in the git repository at:

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

Robert Yang (12):
  python3: remove sys_platform_is_now_always_linux2.patch
  mtd-utils: enable
    mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch
  nspr: remove nspr-CVE-2014-1545.patch
  libxml2: remove libxml2-CVE-2014-3660.patch
  bind: remove 5 backport patches
  logrotate: remove logrotate-CVE-2011-1548.patch
  kmod: remove 0001-Makefile.am-fix-parallel-build-problem.patch
  openssl: remove 3 patches
  lttng-modules: remove bio-bvec-iter.patch
  libaio: remove libaio-generic.patch
  texinfo: remove enumerate_greater_than_ten.patch
  elfutils: enable fix-build-gcc-4.8.patch

 .../bind/bind/bind-9.8.1-CVE-2012-5166.patch       |  119 ---------------
 .../bind/bind/bind-CVE-2011-4313.patch             |   89 -----------
 .../bind/bind/bind-CVE-2012-1667.patch             |   92 ------------
 .../bind/bind/bind-CVE-2013-2266.patch             |   41 -----
 .../bind/bind/bind-Fix-CVE-2012-4244.patch         |  141 ------------------
 .../openssl/openssl/debian/make-targets.patch      |   15 --
 ...NULL-pointer-dereference-in-dh_pub_encode.patch |   26 ----
 .../openssl/update-version-script-for-1.0.2.patch  |   66 ---------
 .../libxml/libxml2/libxml2-CVE-2014-3660.patch     |  147 ------------------
 meta/recipes-devtools/elfutils/elfutils_0.148.bb   |    1 +
 ...t-cleanmarker-with-flash_erase--j-command.patch |   22 +--
 meta/recipes-devtools/mtd/mtd-utils_git.bb         |    1 +
 .../sys_platform_is_now_always_linux2.patch        |   29 ----
 .../libaio/libaio/libaio-generic.patch             |   65 --------
 .../logrotate/logrotate-CVE-2011-1548.patch        |   43 ------
 .../texinfo/enumerate_greater_than_ten.patch       |   51 -------
 ...01-Makefile.am-fix-parallel-build-problem.patch |   29 ----
 .../lttng/lttng-modules/bio-bvec-iter.patch        |  156 --------------------
 .../nspr/nspr/nspr-CVE-2014-1545.patch             |   67 ---------
 19 files changed, 15 insertions(+), 1185 deletions(-)
 delete mode 100644 meta/recipes-connectivity/bind/bind/bind-9.8.1-CVE-2012-5166.patch
 delete mode 100644 meta/recipes-connectivity/bind/bind/bind-CVE-2011-4313.patch
 delete mode 100644 meta/recipes-connectivity/bind/bind/bind-CVE-2012-1667.patch
 delete mode 100644 meta/recipes-connectivity/bind/bind/bind-CVE-2013-2266.patch
 delete mode 100644 meta/recipes-connectivity/bind/bind/bind-Fix-CVE-2012-4244.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/debian/make-targets.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/openssl-avoid-NULL-pointer-dereference-in-dh_pub_encode.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/update-version-script-for-1.0.2.patch
 delete mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2014-3660.patch
 delete mode 100644 meta/recipes-devtools/python/python3/sys_platform_is_now_always_linux2.patch
 delete mode 100644 meta/recipes-extended/libaio/libaio/libaio-generic.patch
 delete mode 100644 meta/recipes-extended/logrotate/logrotate/logrotate-CVE-2011-1548.patch
 delete mode 100644 meta/recipes-extended/texinfo/texinfo/enumerate_greater_than_ten.patch
 delete mode 100644 meta/recipes-kernel/kmod/kmod/0001-Makefile.am-fix-parallel-build-problem.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/bio-bvec-iter.patch
 delete mode 100644 meta/recipes-support/nspr/nspr/nspr-CVE-2014-1545.patch

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-04-24  8:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24  7:54 [PATCH 00/12] Fixes for dangling patches Robert Yang
2015-04-24  7:54 ` [PATCH 01/12] python3: remove sys_platform_is_now_always_linux2.patch Robert Yang
2015-04-24  7:54 ` [PATCH 02/12] mtd-utils: enable mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch Robert Yang
2015-04-24  7:54 ` [PATCH 03/12] nspr: remove nspr-CVE-2014-1545.patch Robert Yang
2015-04-24  7:54 ` [PATCH 04/12] libxml2: remove libxml2-CVE-2014-3660.patch Robert Yang
2015-04-24  7:54 ` [PATCH 05/12] bind: remove 5 backport patches Robert Yang
2015-04-24  7:54 ` [PATCH 06/12] logrotate: remove logrotate-CVE-2011-1548.patch Robert Yang
2015-04-24  7:54 ` [PATCH 07/12] kmod: remove 0001-Makefile.am-fix-parallel-build-problem.patch Robert Yang
2015-04-24  7:54 ` [PATCH 08/12] openssl: remove 3 patches Robert Yang
2015-04-24  7:54 ` [PATCH 09/12] lttng-modules: remove bio-bvec-iter.patch Robert Yang
2015-04-24  7:54 ` [PATCH 10/12] libaio: remove libaio-generic.patch Robert Yang
2015-04-24  7:54 ` [PATCH 11/12] texinfo: remove enumerate_greater_than_ten.patch Robert Yang
2015-04-24  7:54 ` [PATCH 12/12] elfutils: enable fix-build-gcc-4.8.patch Robert Yang
2015-04-24  8:31 ` [PATCH 00/12] Fixes for dangling patches Richard Purdie
2015-04-24  8:43   ` Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox