[oe-commits] [openembedded-core] branch master-next updated (b9b27d6 -> d66a654)

git at git.openembedded.org git at git.openembedded.org
Sun Dec 15 09:41:56 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master-next
in repository openembedded-core.

    from b9b27d6  HACK: signing: Add extra test debug
     new 38dcf14  gettext-minimal-native: update to 0.20.1
     new a04a283  gettext: update to 0.20.1
     new 3029c5f  psmisc: revert to default autopoint exclusion
     new d66a654  gettext: fix failing ptests

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../gettext-0.19.8.1/fix-CVE-2018-18751.patch      | 141 ----
 .../gettext/gettext-0.19.8.1/parallel.patch        |  23 -
 .../gettext/gettext-0.19.8.1/use-pkgconfig.patch   | 321 ---------
 .../add-with-bisonlocaledir.patch                  |   0
 ...atement.c-timsort.h-fix-formatting-issues.patch |  30 +-
 .../gettext/gettext-0.20.1/parallel.patch          |  32 +
 .../{gettext-0.19.8.1 => gettext-0.20.1}/run-ptest |   0
 .../serial-tests-config.patch                      |  26 +-
 .../gettext/gettext-0.20.1/use-pkgconfig.patch     | 713 +++++++++++++++++++
 ...-PATCH-Disable-the-test-to-convert-euc-jp.patch |  38 -
 .../gettext/gettext-minimal-0.19.8.1/aclocal.tgz   | Bin 40014 -> 0 bytes
 .../COPYING                                        |   0
 .../Makefile.in.in                                 | 124 ++--
 .../gettext-minimal-0.20.1/aclocal/gettext.m4      | 386 ++++++++++
 .../aclocal/host-cpu-c-abi.m4                      | 644 +++++++++++++++++
 .../gettext-minimal-0.20.1/aclocal/iconv.m4        | 288 ++++++++
 .../gettext-minimal-0.20.1/aclocal/intlmacosx.m4   |  72 ++
 .../gettext-minimal-0.20.1/aclocal/lib-ld.m4       | 168 +++++
 .../gettext-minimal-0.20.1/aclocal/lib-link.m4     | 774 +++++++++++++++++++++
 .../gettext-minimal-0.20.1/aclocal/lib-prefix.m4   | 249 +++++++
 .../gettext/gettext-minimal-0.20.1/aclocal/nls.m4  |  32 +
 .../gettext/gettext-minimal-0.20.1/aclocal/po.m4   | 450 ++++++++++++
 .../gettext-minimal-0.20.1/aclocal/progtest.m4     |  91 +++
 .../config.rpath                                   |   2 +-
 .../remove-potcdate.sin                            |   8 +-
 ....19.8.1.bb => gettext-minimal-native_0.20.1.bb} |   5 +-
 .../{gettext_0.19.8.1.bb => gettext_0.20.1.bb}     |  46 +-
 meta/recipes-extended/psmisc/psmisc.inc            |   1 -
 28 files changed, 4032 insertions(+), 632 deletions(-)
 delete mode 100644 meta/recipes-core/gettext/gettext-0.19.8.1/fix-CVE-2018-18751.patch
 delete mode 100644 meta/recipes-core/gettext/gettext-0.19.8.1/parallel.patch
 delete mode 100644 meta/recipes-core/gettext/gettext-0.19.8.1/use-pkgconfig.patch
 rename meta/recipes-core/gettext/{gettext-0.19.8.1 => gettext-0.20.1}/add-with-bisonlocaledir.patch (100%)
 rename meta/recipes-core/gettext/{gettext-0.19.8.1 => gettext-0.20.1}/cr-statement.c-timsort.h-fix-formatting-issues.patch (68%)
 create mode 100644 meta/recipes-core/gettext/gettext-0.20.1/parallel.patch
 rename meta/recipes-core/gettext/{gettext-0.19.8.1 => gettext-0.20.1}/run-ptest (100%)
 rename meta/recipes-core/gettext/{gettext-0.19.8.1 => gettext-0.20.1}/serial-tests-config.patch (75%)
 create mode 100644 meta/recipes-core/gettext/gettext-0.20.1/use-pkgconfig.patch
 delete mode 100644 meta/recipes-core/gettext/gettext-minimal-0.19.8.1/0001-PATCH-Disable-the-test-to-convert-euc-jp.patch
 delete mode 100644 meta/recipes-core/gettext/gettext-minimal-0.19.8.1/aclocal.tgz
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.8.1 => gettext-minimal-0.20.1}/COPYING (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.8.1 => gettext-minimal-0.20.1}/Makefile.in.in (78%)
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/gettext.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/host-cpu-c-abi.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/iconv.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/intlmacosx.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/lib-ld.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/lib-link.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/lib-prefix.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/nls.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/po.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/progtest.m4
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.8.1 => gettext-minimal-0.20.1}/config.rpath (99%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.8.1 => gettext-minimal-0.20.1}/remove-potcdate.sin (50%)
 rename meta/recipes-core/gettext/{gettext-minimal-native_0.19.8.1.bb => gettext-minimal-native_0.20.1.bb} (86%)
 rename meta/recipes-core/gettext/{gettext_0.19.8.1.bb => gettext_0.20.1.bb} (84%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list