Name: | glibc |
Version: | 2.17 |
Release: | 317.0.1.el7 |
Architecture: | i686 |
Group: | System Environment/Libraries |
Size: | 15235190 |
License: | LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ |
RPM: |
glibc-2.17-317.0.1.el7.i686.rpm
|
Source RPM: |
glibc-2.17-317.0.1.el7.src.rpm
|
Build Date: | Wed Sep 30 2020 |
Build Host: | jenkins-172-17-0-2-69cf6c58-f4b5-4e55-8584-338b038120d2.appad3iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/glibc/ |
Summary: | The GNU libc libraries |
Description: | The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function. |
-
Tue Sep 29 2020 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.17-317.0.1
- Merge RH el7 u8 patches with Oracle patches
Review-exception: Simple merge
- Adding Mike Fabian's C.utf-8 patch (C.utf-8 is a unicode-aware version
of the C locale)
Orabug 29784239.
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Remove glibc-ora28641867.patch as duplicate of glibc-rh1705899-4.patch
- 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: Jose E. Marchesi <jose.marchesi@oracle.com>
- Modify glibc-ora28849085.patch so it works with RHCK kernels.
Orabug 28849085.
- Reviewed-by: Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
- Use NLM_F_SKIP_STATS in uek2 and RTEXT_FILTER_SKIP_STATS in uek4 in getifaddrs.
- Orabug 28849085
- Reviewed-by: Patrick McGehearty <patrick.mcgehearty@oracle.com>
- Mention CVE numbers in the .spec file for CVE-2015-8983 and CVE-2015-8984.
- Orabug 25558067.
- Reviewed-by: Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
- Regenerate plural.c
- OraBug 28806294.
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- intl: Port to Bison 3.0
- Backport of upstream gettext commit 19f23e290a5e4a82b9edf9f5a4f8ab6192871be9
- OraBug 28806294.
- Reviewed-by: Patrick McGehearty <patrick.mcgehearty@oracle.com>
- Fix dbl-64/wordsize-64 remquo (bug 17569).
- Backport of upstream d9afe48d55a412e76b0dcb28335fd4b390fe07ae
- OraBug 19570749.
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- libio: Disable vtable validation in case of interposition.
- Backport of upstream c402355dfa7807b8e0adb27c009135a7e2b9f1b0.
- OraBug 28641867.
- Reviewed-by: Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
- Include-linux-falloc.h-in-bits-fcntl-linux.h
- Defines FALLOC_FL_PUNSH_HOLE, FALLOC_FL_KEEP_SIZE,
FALLOC_FL_COLLAPSE_RANGE, and FALLOC_FL_ZERO_RANGE
- OraBug 28483336
- Add MAP_SHARED_VALIDATE and MAP_SYNC flags to
- sysdeps/unix/sysv/linux/x86/bits/mman.h
- OraBug 28389572
- Update bits/siginfo.h with Linux hwpoison SIGBUS changes.
- Adds new SIGBUS error codes for hardware poison signals, syncing with
the current kernel headers (v3.9).
- It also adds si_trapno field for alpha.
- New values: BUS_MCEERR_AR, BUS_MCEERR_AO
- OraBug 28124569
-
Tue May 12 2020 Florian Weimer <fweimer@redhat.com> - 2.17-317
- Do not clobber errno in nss_compat (#1834816)
-
Thu Jan 30 2020 Carlos O'Donell <carlos@redhat.com> - 2.17-307.1
- Adjust security hardening changes for 64-bit POWER BE due to
toolchain limitations (#1790475)
-
Wed Jan 29 2020 Florian Weimer <fweimer@redhat.com> - 2.17-315
- argp: Do not override GCC keywords with macros (#1763325)
-
Wed Jan 29 2020 Florian Weimer <fweimer@redhat.com> - 2.17-314
- Disable libio vtable validation for interposed pre-2.1 stdio handles (#1775816\
)
-
Tue Jan 28 2020 Florian Weimer <fweimer@redhat.com> - 2.17-313
- Remove problematic Obsoletes: (#1795573)
-
Fri Jan 24 2020 Patsy Griffin <patsy@redhat.com> - 2.17-312
- Update syscall-names.list to current version 5.4. (#1747465)
-
Tue Jan 21 2020 DJ Delorie <dj@redhat.com> - 2.17-311
- Improve bcopy performance on Intel Haswell (#1772307)
-
Tue Jan 21 2020 DJ Delorie <dj@redhat.com> - 2.17-310
- Filter "ignore" autofs mount entries in getmntent (#1728915)
-
Tue Jan 21 2020 Arjun Shankar <arjun@redhat.com> - 2.17-309
- Fix race condition in tst-waitid (#1235112)