Name: | compat-libpthread-nonshared |
Version: | 2.28 |
Release: | 189.1.0.1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 8 |
License: | LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL |
RPM: |
compat-libpthread-nonshared-2.28-189.1.0.1.el8.aarch64.rpm
|
Source RPM: |
glibc-2.28-189.1.0.1.el8.src.rpm
|
Build Date: | Tue May 10 2022 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/glibc/ |
Summary: | Compatibility support for linking against libpthread_nonshared.a. |
Description: | This package provides compatibility support for applications that expect
libpthread_nonshared.a to exist. The support provided is in the form of
an empty libpthread_nonshared.a that allows dynamic links to succeed.
Such applications should be adjusted to avoid linking against
libpthread_nonshared.a which is no longer used. The static library
libpthread_nonshared.a is an internal implementation detail of the C
runtime and should not be expected to exist. |
-
Tue May 10 2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-189.1.0.1
- Merging patch to protect against errno changes in function lookup
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Wed Apr 06 2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-189.0.2
- Adding back two Oracle patches.
- Update siginfo constants from linux kernel
OraBug: 33734528
- Remove limit on MALLOC_MMAP_THRESHOLD tunable
Orabug: 29630826
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Tue Mar 29 2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-189.0.1
- Merge of patches for OL 8.6 beta
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Provide glibc.pthread.mutex_spin_count tunable for pthread adaptive
- spin mutex
Orabug: 27982358.
- Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
- add Ampere emag to tunable cpu list (Patrick McGehearty)
- add optimized memset for emag
- add an ASIMD variant of strlen for falkor
Orabug: 2700101.
- Modify glibc-ora28849085.patch so it works with RHCK kernels.
Orabug: 28849085.
- Make _IO_funlockfile match __funlockfile and _IO_flockfile match __flockfile
- Both should test
- if (stream->_flags & _IO_USER_LOCK) == 0)
- _IO_lock_lock (*stream->_lock);
OraBug: 28481550.
Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
-
Thu Mar 10 2022 Florian Weimer <fweimer@redhat.com> - 2.28-189.1
- nss: Avoid clobbering errno in get*ent via dlopen (#2061727)
-
Thu Jan 27 2022 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-189
- CVE-2021-3999: getcwd: align stack on clone in aarch64 and fix a memory leak
(#2032281)
-
Tue Jan 25 2022 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-188
- CVE-2022-23218, CVE-2022-23219: Fix buffer overflows in sunrpc clnt_create
for "unix" and svcunix_create (#2045063).
-
Mon Jan 24 2022 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-187
- CVE-2021-3999: getcwd: Set errno to ERANGE for size == 1 (#2032281)
-
Fri Jan 21 2022 Carlos O'Donell <carlos@redhat.com> - 2.28-186
- Fix pthread_once regression with C++ exceptions (#2007327)
-
Thu Jan 20 2022 DJ Delorie <dj@redhat.com> - 2.28-185
- Adjust to rpm's find-debuginfo.sh changes, to keep stripping binaries (#1661513)
-
Fri Jan 07 2022 Florian Weimer <fweimer@redhat.com> - 2.28-184
- Conversion from ISO-2022-JP-3 may emit spurious NUL character (#2033655)