forked from rpms/glibc
Auto-sync with upstream branch master
Upstream commit: cbce69e70dc4b04fefcc7257e593733b8b03856c - Multiple locales: Add date_fmt (bug 24054) - Update libc.pot for 2.31 release - Add libm_alias_finite for _finite symbols - Linux: Fix clock_nanosleep time64 check - linux: Fix vDSO macros build with time64 interfaces - x86: Make x32 use x86 time implementation - Remove vDSO support from make-syscall.sh - linux: Update x86 vDSO symbols - linux: Update mips vDSO symbols - linux: Consolidate Linux gettimeofday - linux: Consolidate time implementation - elf: Enable relro for static build - elf: Move vDSO setup to rtld (BZ#24967) - linux: Add support for clock_gettime64 vDSO - linux: Optimize fallback 32-bit clock_gettime - linux: Enable vDSO clock_gettime64 for i386 - linux: Enable vDSO clock_gettime64 for arm - linux: Enable vDSO clock_gettime64 for mips - linux: Add support for clock_getres64 vDSO - linux: Optimize fallback 32-bit clock_getres - htl: Use dso_handle.h - htl: Drop common tcbhead_t definition - htl: Move pthread_atfork to libc_nonshared.a - htl: Add __errno_location and __h_errno_location - hurd: Fix message reception for timer_thread
This commit is contained in:
parent
ee01264a30
commit
258bf984b0
33
glibc.spec
33
glibc.spec
@ -1,4 +1,4 @@
|
||||
%define glibcsrcdir glibc-2.30.9000-445-gcc47d5c5f5
|
||||
%define glibcsrcdir glibc-2.30.9000-470-gcbce69e70d
|
||||
%define glibcversion 2.30.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -87,7 +87,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 28%{?dist}
|
||||
Release: 29%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -2041,6 +2041,35 @@ fi
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Mon Jan 06 2020 Arjun Shankar <arjun@redhat.com> - 2.30.9000-29
|
||||
- Auto-sync with upstream branch master,
|
||||
commit cbce69e70dc4b04fefcc7257e593733b8b03856c:
|
||||
- Multiple locales: Add date_fmt (bug 24054)
|
||||
- Update libc.pot for 2.31 release
|
||||
- Add libm_alias_finite for _finite symbols
|
||||
- Linux: Fix clock_nanosleep time64 check
|
||||
- linux: Fix vDSO macros build with time64 interfaces
|
||||
- x86: Make x32 use x86 time implementation
|
||||
- Remove vDSO support from make-syscall.sh
|
||||
- linux: Update x86 vDSO symbols
|
||||
- linux: Update mips vDSO symbols
|
||||
- linux: Consolidate Linux gettimeofday
|
||||
- linux: Consolidate time implementation
|
||||
- elf: Enable relro for static build
|
||||
- elf: Move vDSO setup to rtld (BZ#24967)
|
||||
- linux: Add support for clock_gettime64 vDSO
|
||||
- linux: Optimize fallback 32-bit clock_gettime
|
||||
- linux: Enable vDSO clock_gettime64 for i386
|
||||
- linux: Enable vDSO clock_gettime64 for arm
|
||||
- linux: Enable vDSO clock_gettime64 for mips
|
||||
- linux: Add support for clock_getres64 vDSO
|
||||
- linux: Optimize fallback 32-bit clock_getres
|
||||
- htl: Use dso_handle.h
|
||||
- htl: Drop common tcbhead_t definition
|
||||
- htl: Move pthread_atfork to libc_nonshared.a
|
||||
- htl: Add __errno_location and __h_errno_location
|
||||
- hurd: Fix message reception for timer_thread
|
||||
|
||||
* Thu Jan 02 2020 Florian Weimer <fweimer@redhat.com> - 2.30.9000-28
|
||||
- Auto-sync with upstream branch master,
|
||||
commit cc47d5c5f53f6d845ac54698ae8929af15662c44:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.30.9000-445-gcc47d5c5f5.tar.xz) = dc5dba729ef3651960da0dc0971529f73fd3118d101f7ebec1dd34258c92368d86da963f3e8b7372eddcf0df6258759db8b792a8d8cde5f06dd3cbf733ce43a3
|
||||
SHA512 (glibc-2.30.9000-470-gcbce69e70d.tar.xz) = 4bdbca82fc733234025c20f2456da90a30ac0e68d7ee46f2a8b2b4b09ffe394a73fe954c7a55456fdb5bd233b5a35b0b2a9a53abf198850662005b71fd91e70a
|
||||
|
Loading…
Reference in New Issue
Block a user