All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Various package/RRS updates
@ 2015-09-03 15:34 Alexander Kanavin
  2015-09-03 15:34 ` [PATCH 01/12] ccache: update to 3.2.3 Alexander Kanavin
                   ` (11 more replies)
  0 siblings, 12 replies; 30+ messages in thread
From: Alexander Kanavin @ 2015-09-03 15:34 UTC (permalink / raw)
  To: openembedded-core

This week I've reviewed all the packages that have been last touched in 2013 
or earlier (according to RRS) and this is the resulting patchset.

Since the feature freeze is happening soon, and there is still a large backlog of 
unmerged patches, I will stop the package version update at this point to avoid making
the situation worse :) and will look into other things, perhaps these:

1) fixing gobject introspection

2) completing the work of porting matchbox stuff to gtk3 (or *gasp* looking into 
replacing it with the most minimal possible gnome 3 shell/launcher).

3) other suggestions?

The following changes since commit c80b582212336044c55052ad0d39f9da06d71438:

  debianutils: create package for run-parts (2015-09-03 12:43:33 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib akanavin/package-version-updates
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates

Alexander Kanavin (12):
  ccache: update to 3.2.3
  mailx: update to 12.5-5
  net-tools: update to 1.60-25
  gnome-icon-theme: remove the recipe
  libunique: remove the recipe
  mkelfimage: add RECIPE_NO_UPDATE_REASON
  python-async: update to 0.6.2
  python-smmap: update to 0.9.0
  remake: update to 4.1+dbg-1.1
  uclibc: update PV to 0.9.33.2 to match latest upstream release
  vte: add RECIPE_NO_UPDATE_REASON
  package_regex.inc: various updates to improve RRS accuracy

 meta/conf/distro/include/package_regex.inc         |  14 +-
 meta/recipes-core/uclibc/uclibc-git.inc            |   2 +-
 meta/recipes-devtools/ccache/ccache.inc            |   4 +-
 meta/recipes-devtools/ccache/ccache_3.1.11.bb      |   7 -
 meta/recipes-devtools/ccache/ccache_3.2.3.bb       |   8 +
 ...ion-in-recent-change-related-to-zlib-in-n.patch |  73 ++++
 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |   3 +
 ...python-async_0.6.1.bb => python-async_0.6.2.bb} |   4 +-
 ...python-smmap_0.8.2.bb => python-smmap_0.9.0.bb} |   4 +-
 meta/recipes-devtools/remake/remake.inc            |   4 +-
 ...ve-errors-about-colophon-and-cygnus-comma.patch |  39 --
 .../{remake_git.bb => remake_4.1+dbg-1.1.bb}       |   8 +-
 ...e-weak-symbol-optopt-to-fix-FTBFS-on-mips.patch |  59 +++
 ...-SSL2-support-since-it-is-no-longer-suppo.patch |  41 ++
 ...ntian-warning-warning-macro-N-not-defined.patch |  25 ++
 .../0011-outof-Introduce-expandaddr-flag.patch     |  70 ++++
 ...ble-option-processing-for-email-addresses.patch |  79 ++++
 ...c-Unconditionally-require-wordexp-support.patch | 113 ++++++
 ...4-globname-Invoke-wordexp-with-WRDE_NOCMD.patch |  30 ++
 .../mailx/files/0015-usr-sbin-sendmail.patch       |  38 ++
 .../explicitly.disable.krb5.support.patch          |   0
 .../mailx/{mailx_12.5.bb => mailx_12.5-5.bb}       |  21 +-
 .../{net-tools_1.60-25.bb => net-tools_1.60-26.bb} |   6 +-
 .../gnome/gnome-icon-theme/pkgconfig-native.patch  |  28 --
 .../recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb |  22 --
 meta/recipes-gnome/libunique/libunique/build.patch | 421 ---------------------
 .../libunique/fix_for_compile_with_gcc-4.6.0.patch |  36 --
 .../libunique/libunique/noconst.patch              | 130 -------
 meta/recipes-gnome/libunique/libunique_1.1.6.bb    |  25 --
 meta/recipes-support/vte/vte_0.28.2.bb             |   2 +
 30 files changed, 579 insertions(+), 737 deletions(-)
 delete mode 100644 meta/recipes-devtools/ccache/ccache_3.1.11.bb
 create mode 100644 meta/recipes-devtools/ccache/ccache_3.2.3.bb
 create mode 100644 meta/recipes-devtools/ccache/files/0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch
 rename meta/recipes-devtools/python/{python-async_0.6.1.bb => python-async_0.6.2.bb} (77%)
 rename meta/recipes-devtools/python/{python-smmap_0.8.2.bb => python-smmap_0.9.0.bb} (82%)
 delete mode 100644 meta/recipes-devtools/remake/remake/remake-remove-errors-about-colophon-and-cygnus-comma.patch
 rename meta/recipes-devtools/remake/{remake_git.bb => remake_4.1+dbg-1.1.bb} (80%)
 create mode 100644 meta/recipes-extended/mailx/files/0001-Don-t-reuse-weak-symbol-optopt-to-fix-FTBFS-on-mips.patch
 create mode 100644 meta/recipes-extended/mailx/files/0002-Patched-out-SSL2-support-since-it-is-no-longer-suppo.patch
 create mode 100644 meta/recipes-extended/mailx/files/0003-Fixed-Lintian-warning-warning-macro-N-not-defined.patch
 create mode 100644 meta/recipes-extended/mailx/files/0011-outof-Introduce-expandaddr-flag.patch
 create mode 100644 meta/recipes-extended/mailx/files/0012-unpack-Disable-option-processing-for-email-addresses.patch
 create mode 100644 meta/recipes-extended/mailx/files/0013-fio.c-Unconditionally-require-wordexp-support.patch
 create mode 100644 meta/recipes-extended/mailx/files/0014-globname-Invoke-wordexp-with-WRDE_NOCMD.patch
 create mode 100644 meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch
 rename meta/recipes-extended/mailx/{mailx-12.5 => files}/explicitly.disable.krb5.support.patch (100%)
 rename meta/recipes-extended/mailx/{mailx_12.5.bb => mailx_12.5-5.bb} (48%)
 rename meta/recipes-extended/net-tools/{net-tools_1.60-25.bb => net-tools_1.60-26.bb} (91%)
 delete mode 100644 meta/recipes-gnome/gnome/gnome-icon-theme/pkgconfig-native.patch
 delete mode 100644 meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
 delete mode 100644 meta/recipes-gnome/libunique/libunique/build.patch
 delete mode 100644 meta/recipes-gnome/libunique/libunique/fix_for_compile_with_gcc-4.6.0.patch
 delete mode 100644 meta/recipes-gnome/libunique/libunique/noconst.patch
 delete mode 100644 meta/recipes-gnome/libunique/libunique_1.1.6.bb

-- 
2.1.4



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

end of thread, other threads:[~2015-10-14 13:00 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-03 15:34 [PATCH 00/12] Various package/RRS updates Alexander Kanavin
2015-09-03 15:34 ` [PATCH 01/12] ccache: update to 3.2.3 Alexander Kanavin
2015-09-03 15:34 ` [PATCH 02/12] mailx: update to 12.5-5 Alexander Kanavin
2015-09-03 15:34 ` [PATCH 03/12] net-tools: update to 1.60-25 Alexander Kanavin
2015-09-03 15:34 ` [PATCH 04/12] gnome-icon-theme: remove the recipe Alexander Kanavin
2015-09-03 16:08   ` Burton, Ross
2015-09-04 11:56     ` Jussi Kukkonen
2015-09-04 12:12       ` Alexander Kanavin
2015-09-04 13:32         ` Burton, Ross
2015-09-03 21:28   ` Khem Raj
2015-09-04 12:14     ` Alexander Kanavin
2015-09-04 14:16       ` Khem Raj
2015-09-07  9:37         ` Alexander Kanavin
2015-09-07 15:14           ` Martin Jansa
2015-09-18 17:30             ` World builds HW Was: " Martin Jansa
2015-09-18 17:38               ` Gary Thomas
2015-09-18 17:52                 ` Martin Jansa
2015-09-18 17:56               ` Tom King
2015-10-13 20:43                 ` Randy MacLeod
2015-10-14 13:01                   ` Martin Jansa
2015-09-03 15:34 ` [PATCH 05/12] libunique: " Alexander Kanavin
2015-09-03 15:34 ` [PATCH 06/12] mkelfimage: add RECIPE_NO_UPDATE_REASON Alexander Kanavin
2015-09-03 15:34 ` [PATCH 07/12] python-async: update to 0.6.2 Alexander Kanavin
2015-09-03 15:34 ` [PATCH 08/12] python-smmap: update to 0.9.0 Alexander Kanavin
2015-09-03 15:34 ` [PATCH 09/12] remake: update to 4.1+dbg-1.1 Alexander Kanavin
2015-09-03 15:34 ` [PATCH 10/12] uclibc: update PV to 0.9.33.2 to match latest upstream release Alexander Kanavin
2015-09-03 20:14   ` Khem Raj
2015-09-04 13:00     ` Alexander Kanavin
2015-09-03 15:34 ` [PATCH 11/12] vte: add RECIPE_NO_UPDATE_REASON Alexander Kanavin
2015-09-03 15:34 ` [PATCH 12/12] package_regex.inc: various updates to improve RRS accuracy Alexander Kanavin

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.