[OE-core] [PATCH V2] upgrade v2 pax-utils and v2 ghostscript

Hongxu Jia hongxu.jia at windriver.com
Wed Jan 13 08:30:28 UTC 2016


Update git repo:
  git://git.pokylinux.org/poky-contrib hongxu/upgrade-11012016
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/upgrade-11012016

//Hongxu

Hongxu Jia (9):
  dhcp: 4.3.2 -> 4.3.3
  elfutils: 0.163 -> 0.164
  pax-utils: 1.0.5 -> 1.1.4
  xmlto: 0.0.26 -> 0.0.28
  libgcrypt: 1.6.3 -> 1.6.4
  ghostscript: 9.16 -> 9.18
  man-pages: 4.02 -> 4.04
  help2man-native: 1.47.1 -> 1.47.3
  gnupg: 2.1.7 -> 2.1.10

 .../dhcp/dhcp/fix-external-bind.patch              |   79 +-
 .../dhcp/dhcp/fixsepbuild.patch                    |   19 -
 .../dhcp/{dhcp_4.3.2.bb => dhcp_4.3.3.bb}          |    4 +-
 .../elfutils/elfutils-0.163/arm_func_value.patch   |  165 ----
 .../elfutils-0.163/arm_unwind_ret_mask.patch       |   83 --
 .../elfutils/elfutils-0.163/non_linux.patch        |   35 -
 .../elfutils-0.163/redhat-portability.diff         | 1021 --------------------
 .../elfutils/elfutils-0.163/scanf-format.patch     |   40 -
 .../uclibc-support-for-elfutils-0.161.patch        |  106 --
 ...ferences-between-mips-machine-identifiers.patch |   34 +
 ...m-Silence-Werror-maybe-uninitialized-fals.patch |    0
 .../0001-fix-a-stack-usage-warning.patch           |    0
 .../0001-remove-the-unneed-checking.patch          |    0
 ...-support-for-mips64-abis-in-mips_retval.c.patch |  168 ++++
 .../0003-Add-mips-n64-relocation-format-hack.patch |  226 +++++
 .../arm_backend.diff                               |  389 ++++----
 .../fixheadercheck.patch                           |    0
 .../hppa_backend.diff                              |   69 +-
 .../elfutils/elfutils-0.164/kfreebsd_path.patch    |   15 +
 .../m68k_backend.diff                              |   61 +-
 .../mips_backend.diff                              |   71 +-
 .../mips_readelf_w.patch                           |    8 +-
 .../testsuite-ignore-elflint.diff                  |    0
 .../{elfutils_0.163.bb => elfutils_0.164.bb}       |   15 +-
 ...-native_1.47.1.bb => help2man-native_1.47.3.bb} |    4 +-
 .../pax-utils/files/fix-configure-failure.patch    |  146 +++
 .../{pax-utils_1.0.5.bb => pax-utils_1.1.4.bb}     |   23 +-
 ....in-drop-the-test-of-xmllint-and-xsltproc.patch |    0
 .../xmlto/{xmlto_0.0.26.bb => xmlto_0.0.28.bb}     |    4 +-
 ...Fix-support-for-building-with-no-jbig2-de.patch |   81 ++
 ...part-2-fix-support-for-building-with-a-JP.patch |   48 +
 .../{ghostscript_9.16.bb => ghostscript_9.18.bb}   |    6 +-
 .../{man-pages_4.02.bb => man-pages_4.04.bb}       |    4 +-
 .../gnupg/{gnupg_2.1.7.bb => gnupg_2.1.10.bb}      |    7 +-
 meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb  |    4 -
 meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb  |    4 +
 36 files changed, 1091 insertions(+), 1848 deletions(-)
 rename meta/recipes-connectivity/dhcp/{dhcp_4.3.2.bb => dhcp_4.3.3.bb} (70%)
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/arm_unwind_ret_mask.patch
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/non_linux.patch
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/redhat-portability.diff
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/scanf-format.patch
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/uclibc-support-for-elfutils-0.161.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/0001-Ignore-differences-between-mips-machine-identifiers.patch
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/0001-fix-a-stack-usage-warning.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/0001-remove-the-unneed-checking.patch (100%)
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/0002-Add-support-for-mips64-abis-in-mips_retval.c.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/0003-Add-mips-n64-relocation-format-hack.patch
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/arm_backend.diff (82%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/fixheadercheck.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/hppa_backend.diff (93%)
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/kfreebsd_path.patch
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/m68k_backend.diff (89%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/mips_backend.diff (92%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/mips_readelf_w.patch (75%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/testsuite-ignore-elflint.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils_0.163.bb => elfutils_0.164.bb} (87%)
 rename meta/recipes-devtools/help2man/{help2man-native_1.47.1.bb => help2man-native_1.47.3.bb} (79%)
 create mode 100644 meta/recipes-devtools/pax-utils/files/fix-configure-failure.patch
 rename meta/recipes-devtools/pax-utils/{pax-utils_1.0.5.bb => pax-utils_1.1.4.bb} (48%)
 rename meta/recipes-devtools/xmlto/{xmlto-0.0.26 => xmlto-0.0.28}/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch (100%)
 rename meta/recipes-devtools/xmlto/{xmlto_0.0.26.bb => xmlto_0.0.28.bb} (88%)
 create mode 100644 meta/recipes-extended/ghostscript/files/0001-Bug-696497-Fix-support-for-building-with-no-jbig2-de.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0002-Bug-696497-part-2-fix-support-for-building-with-a-JP.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_9.16.bb => ghostscript_9.18.bb} (91%)
 rename meta/recipes-extended/man-pages/{man-pages_4.02.bb => man-pages_4.04.bb} (86%)
 rename meta/recipes-support/gnupg/{gnupg_2.1.7.bb => gnupg_2.1.10.bb} (84%)
 delete mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb
 create mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb

-- 
1.9.1



More information about the Openembedded-core mailing list