From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH V3 0/8] Update to glibc 2.28
Date: Wed, 8 Aug 2018 10:04:06 -0700 [thread overview]
Message-ID: <cover.1533747698.git.raj.khem@gmail.com> (raw)
v3:
Rebase on top of latest master
squash patches disabling crypt support in glibc
v2:
Fix sysvinit
Make libxcrypt available for target and provide virtual/crypt for glibc
Fix cross localedef on glibc 2.28
Add missing dependencies on virtual/crypt which were otherwise being met by libc so far
Update file to latest release to get it building with glibc 2.28
The following changes since commit 596f76029ccb6f87c3b049552bd08f5034c41d9c:
sstate: Add sstate usage summary to the build (2018-08-08 10:51:28 +0100)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/glibc-2.28
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/glibc-2.28
Khem Raj (8):
glibc: Upgrade to 2.28
cross-localedef-native: Update to build with glibc 2.28
libxcrypt: Provide virtual/crypt for target and native as well
libxcrypt: Upgrade to 4.1.1
glibc: Disable crypt support in glibc
ppp: Use openssl for the DES instead of the libcrypt / glibc
ppp,libpam: Add missing dep on virtual/crypt
sysvinit: Fix build with glibc 2.28 + libxcrypt
meta/conf/distro/include/tclibc-musl.inc | 1 +
meta/conf/distro/include/tcmode-default.inc | 2 +-
.../ppp/ppp/ppp-2.4.7-DES-openssl.patch | 84 ++++
meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 5 +-
...2.27.bb => cross-localedef-native_2.28.bb} | 20 +-
...-initial_2.27.bb => glibc-initial_2.28.bb} | 0
...bc-locale_2.27.bb => glibc-locale_2.28.bb} | 0
...bc-mtrace_2.27.bb => glibc-mtrace_2.28.bb} | 0
meta/recipes-core/glibc/glibc-package.inc | 2 +-
...-scripts_2.27.bb => glibc-scripts_2.28.bb} | 0
meta/recipes-core/glibc/glibc.inc | 4 +-
...Look-for-host-system-ld.so.cache-as-.patch | 12 +-
...Fix-buffer-overrun-with-a-relocated-.patch | 10 +-
...Raise-the-size-of-arrays-containing-.patch | 18 +-
...k-glibc-Allow-64-bit-atomics-for-x86.patch | 6 +-
...ake-relocatable-install-for-locales.patch} | 45 +-
...500-e6500-603e-fsqrt-implementation.patch} | 44 +-
...E_KNOWN_INTERPRETER_NAMES-to-known-.patch} | 6 +-
...ndefined-reference-to-__sqrt_finite.patch} | 6 +-
...are-now-inline-functions-and-call-o.patch} | 6 +-
...43-which-explains-what-the-patch-do.patch} | 8 +-
...-err-tab.pl-with-specific-dirs-in-S.patch} | 6 +-
...are-now-inline-functions-and-call-o.patch} | 6 +-
...gure.ac-handle-correctly-libc_cv_ro.patch} | 6 +-
....patch => 0014-Add-unused-attribute.patch} | 6 +-
...he-path-sets-wrong-config-variables.patch} | 6 +-
...one-re-written-tzselect-as-posix-sh.patch} | 6 +-
...ash-dependency-for-nscd-init-script.patch} | 6 +-
...s-building-and-testing-instructions.patch} | 10 +-
...libc-Help-bootstrap-cross-toolchain.patch} | 12 +-
...-eglibc-Clear-cache-lines-on-ppc8xx.patch} | 6 +-
...glibc-Resolve-__fpscr_values-on-SH4.patch} | 6 +-
...port-cross-locale-generation-support.patch | 28 +-
...Define-DUMMY_LOCALE_T-if-not-defined.patch | 6 +-
...ke-_dl_build_local_scope-breadth-fir.patch | 10 +-
...le-fix-hard-coded-reference-to-gcc-E.patch | 6 +-
...set-dl_load_write_lock-after-forking.patch | 14 +-
...ck-before-switching-to-malloc_atfork.patch | 30 +-
...sts.h-enum-definition-for-TRAP_HWBKP.patch | 14 +-
...with-memccpy-to-fix-Wstringop-trunca.patch | 40 --
...archive-uses-a-hard-coded-locale-pa.patch} | 23 +-
...t-no-lines-in-bison-generated-files.patch} | 17 +-
.../0031-nativesdk-deprecate-libcrypt.patch | 419 ------------------
.../glibc/glibc/CVE-2017-18269.patch | 178 --------
.../glibc/glibc/CVE-2018-11236.patch | 164 -------
.../glibc/glibc/CVE-2018-11237.patch | 82 ----
.../glibc/{glibc_2.27.bb => glibc_2.28.bb} | 47 +-
...{libxcrypt_4.0.1.bb => libxcrypt_4.1.1.bb} | 11 +-
...acros.h-for-major-minor-defines-in-g.patch | 71 +++
.../recipes-core/sysvinit/sysvinit_2.88dsf.bb | 3 +-
meta/recipes-extended/pam/libpam_1.3.0.bb | 2 +-
51 files changed, 413 insertions(+), 1107 deletions(-)
create mode 100644 meta/recipes-connectivity/ppp/ppp/ppp-2.4.7-DES-openssl.patch
rename meta/recipes-core/glibc/{cross-localedef-native_2.27.bb => cross-localedef-native_2.28.bb} (67%)
rename meta/recipes-core/glibc/{glibc-initial_2.27.bb => glibc-initial_2.28.bb} (100%)
rename meta/recipes-core/glibc/{glibc-locale_2.27.bb => glibc-locale_2.28.bb} (100%)
rename meta/recipes-core/glibc/{glibc-mtrace_2.27.bb => glibc-mtrace_2.28.bb} (100%)
rename meta/recipes-core/glibc/{glibc-scripts_2.27.bb => glibc-scripts_2.28.bb} (100%)
rename meta/recipes-core/glibc/glibc/{relocate-locales.patch => 0005-nativesdk-glibc-Make-relocatable-install-for-locales.patch} (80%)
rename meta/recipes-core/glibc/glibc/{0005-fsl-e500-e5500-e6500-603e-fsqrt-implementation.patch => 0006-fsl-e500-e5500-e6500-603e-fsqrt-implementation.patch} (97%)
rename meta/recipes-core/glibc/glibc/{0006-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch => 0007-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch} (85%)
rename meta/recipes-core/glibc/glibc/{0007-ppc-sqrt-Fix-undefined-reference-to-__sqrt_finite.patch => 0008-ppc-sqrt-Fix-undefined-reference-to-__sqrt_finite.patch} (98%)
rename meta/recipes-core/glibc/glibc/{0008-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch => 0009-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch} (98%)
rename meta/recipes-core/glibc/glibc/{0009-Quote-from-bug-1443-which-explains-what-the-patch-do.patch => 0010-Quote-from-bug-1443-which-explains-what-the-patch-do.patch} (93%)
rename meta/recipes-core/glibc/glibc/{0010-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch => 0011-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch} (89%)
rename meta/recipes-core/glibc/glibc/{0011-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch => 0012-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch} (93%)
rename meta/recipes-core/glibc/glibc/{0012-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch => 0013-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch} (88%)
rename meta/recipes-core/glibc/glibc/{0013-Add-unused-attribute.patch => 0014-Add-unused-attribute.patch} (86%)
rename meta/recipes-core/glibc/glibc/{0014-yes-within-the-path-sets-wrong-config-variables.patch => 0015-yes-within-the-path-sets-wrong-config-variables.patch} (98%)
rename meta/recipes-core/glibc/glibc/{0015-timezone-re-written-tzselect-as-posix-sh.patch => 0016-timezone-re-written-tzselect-as-posix-sh.patch} (90%)
rename meta/recipes-core/glibc/glibc/{0016-Remove-bash-dependency-for-nscd-init-script.patch => 0017-Remove-bash-dependency-for-nscd-init-script.patch} (92%)
rename meta/recipes-core/glibc/glibc/{0017-eglibc-Cross-building-and-testing-instructions.patch => 0018-eglibc-Cross-building-and-testing-instructions.patch} (99%)
rename meta/recipes-core/glibc/glibc/{0018-eglibc-Help-bootstrap-cross-toolchain.patch => 0019-eglibc-Help-bootstrap-cross-toolchain.patch} (91%)
rename meta/recipes-core/glibc/glibc/{0019-eglibc-Clear-cache-lines-on-ppc8xx.patch => 0020-eglibc-Clear-cache-lines-on-ppc8xx.patch} (96%)
rename meta/recipes-core/glibc/glibc/{0020-eglibc-Resolve-__fpscr_values-on-SH4.patch => 0021-eglibc-Resolve-__fpscr_values-on-SH4.patch} (92%)
delete mode 100644 meta/recipes-core/glibc/glibc/0029-Replace-strncpy-with-memccpy-to-fix-Wstringop-trunca.patch
rename meta/recipes-core/glibc/glibc/{archive-path.patch => 0029-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch} (69%)
rename meta/recipes-core/glibc/glibc/{0030-plural_c_no_preprocessor_lines.patch => 0030-intl-Emit-no-lines-in-bison-generated-files.patch} (59%)
delete mode 100644 meta/recipes-core/glibc/glibc/0031-nativesdk-deprecate-libcrypt.patch
delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2017-18269.patch
delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2018-11236.patch
delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2018-11237.patch
rename meta/recipes-core/glibc/{glibc_2.27.bb => glibc_2.28.bb} (72%)
rename meta/recipes-core/libxcrypt/{libxcrypt_4.0.1.bb => libxcrypt_4.1.1.bb} (70%)
create mode 100644 meta/recipes-core/sysvinit/sysvinit-2.88dsf/0001-include-sys-sysmacros.h-for-major-minor-defines-in-g.patch
--
2.18.0
next reply other threads:[~2018-08-08 17:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-08 17:04 Khem Raj [this message]
2018-08-08 17:04 ` [PATCH 1/8] glibc: Upgrade to 2.28 Khem Raj
2018-08-08 17:04 ` [PATCH 2/8] cross-localedef-native: Update to build with glibc 2.28 Khem Raj
2018-08-08 17:04 ` [PATCH 3/8] libxcrypt: Provide virtual/crypt for target and native as well Khem Raj
2018-08-08 17:04 ` [PATCH 4/8] libxcrypt: Upgrade to 4.1.1 Khem Raj
2018-08-08 17:04 ` [PATCH 5/8] glibc: Disable crypt support in glibc Khem Raj
2018-08-08 17:04 ` [PATCH 6/8] ppp: Use openssl for the DES instead of the libcrypt / glibc Khem Raj
2018-08-08 20:11 ` Burton, Ross
2018-08-08 21:33 ` Khem Raj
2018-08-08 17:04 ` [PATCH 7/8] ppp, libpam: Add missing dep on virtual/crypt Khem Raj
2018-08-08 17:04 ` [PATCH 8/8] sysvinit: Fix build with glibc 2.28 + libxcrypt Khem Raj
2018-08-08 17:34 ` ✗ patchtest: failure for Update to glibc 2.28 (rev3) Patchwork
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.1533747698.git.raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox