%global __filter_GLIBC_PRIVATE 1 %define rpm_ver_major %(eval "echo `rpm -q rpm |cut -d '-' -f2 |cut -d. -f1`") %define rpm_ver_minor %(eval "echo `rpm -q rpm |cut -d '-' -f2 |cut -d. -f2`") %define rpm_version_ge_412 %(eval "if [ %{rpm_ver_major} -gt 4 -o %{rpm_ver_major} -eq 4 -a %{rpm_ver_minor} -ge 12 ]; then echo 1; else echo 0; fi") %define gcc_version %(eval "echo `gcc --version |head -1 |awk '{print $3}' |awk -F '.' '{print $1}'`") ############################################################################## # We support the following options: # --with/--without, # * testsuite # - Running the testsuite. It must run for production builds. # - Default: Always run the testsuite. # * benchtests # - Running and building benchmark subpackage. # - Default: Always build the benchtests. # * bootstrap # - Bootstrapping the package. # - Default: Not bootstrapping. # * werror # - Build with -Werror # - Default: Enable using -Werror # * docs # - Build with documentation and the required dependencies. # - Default: Always build documentation. # * valgrind # - Run smoke tests with valgrind to verify dynamic loader. # - Default: Always run valgrind tests if there is architecture support. ############################################################################## %bcond_without testsuite %bcond_with benchtests %bcond_with bootstrap %bcond_without werror %bcond_without docs %ifarch x86_64 aarch64 %bcond_with compat_2_17 %endif %ifarch %{valgrind_arches} %bcond_without valgrind %else %bcond_with valgrind %endif %if %{with bootstrap} %undefine with_benchtests %undefine with_werror %undefine with_docs %undefine with_valgrind %endif %global ENABLE_RELOC 0 # Only some architectures have static PIE support %define pie_arches %{ix86} x86_64 aarch64 loongarch64 %define enablekernel 3.2 %define target %{_target_cpu}-%{_vendor}-linux %ifarch %{arm} %define target %{_target_cpu}-%{_vendor}-linuxeabi %endif %define x86_arches %{ix86} x86_64 %define all_license LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL-1.3-only %define GCC gcc %define GXX g++ ############################################################################## # glibc - The GNU C Library (glibc) core package. ############################################################################## Name: glibc Version: 2.38 Release: 39 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ Source0: https://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz Source1: nscd.conf Source2: nsswitch.conf Source3: bench.mk Source4: glibc-bench-compare Source5: LanguageList Source6: LicenseList Source7: replace_same_file_to_hard_link.py %if %{with testsuite} Source8: testsuite_whitelist %endif #upstream glibc patch Patch0: glibc-1070416.patch Patch1: stdlib-Improve-tst-realpath-compatibility-with-sourc.patch Patch2: 0001-x86-Fix-for-cache-computation-on-AMD-legacy-cpus.patch Patch3: 0002-nscd-Do-not-rebuild-getaddrinfo-bug-30709.patch Patch4: 0003-x86-Fix-incorrect-scope-of-setting-shared_per_thread.patch Patch5: 0004-x86_64-Fix-build-with-disable-multiarch-BZ-30721.patch Patch6: 0005-i686-Fix-build-with-disable-multiarch.patch Patch7: 0006-malloc-Enable-merging-of-remainders-in-memalign-bug-.patch Patch8: 0007-malloc-Remove-bin-scanning-from-memalign-bug-30723.patch Patch9: 0008-sysdeps-tst-bz21269-fix-test-parameter.patch Patch10: 0009-sysdeps-tst-bz21269-handle-ENOSYS-skip-appropriately.patch Patch11: 0010-sysdeps-tst-bz21269-fix-Wreturn-type.patch Patch12: 0011-io-Fix-record-locking-contants-for-powerpc64-with-__.patch Patch13: 0012-libio-Fix-oversized-__io_vtables.patch Patch14: 0001-elf-Do-not-run-constructors-for-proxy-objects.patch Patch15: 0002-elf-Always-call-destructors-in-reverse-constructor-o.patch Patch16: 0003-elf-Remove-unused-l_text_end-field-from-struct-link_.patch Patch17: 0004-elf-Move-l_init_called_next-to-old-place-of-l_text_e.patch Patch18: 0005-NEWS-Add-the-2.38.1-bug-list.patch Patch19: CVE-2023-4527-Stack-read-overflow-with-large-TCP-res.patch Patch20: 0001-getaddrinfo-Fix-use-after-free-in-getcanonname-CVE-2.patch Patch21: 0002-iconv-restore-verbosity-with-unrecognized-encoding-n.patch Patch22: 0003-string-Fix-tester-build-with-fortify-enable-with-gcc.patch Patch23: 0004-manual-jobs.texi-Add-missing-item-EPERM-for-getpgid.patch Patch24: 0001-Fix-leak-in-getaddrinfo-introduced-by-the-fix-for-CV.patch Patch25: 0002-Document-CVE-2023-4806-and-CVE-2023-5156-in-NEWS.patch Patch26: 0003-Propagate-GLIBC_TUNABLES-in-setxid-binaries.patch Patch27: 0004-tunables-Terminate-if-end-of-input-is-reached-CVE-20.patch Patch28: 0001-Revert-elf-Remove-unused-l_text_end-field-from-struc.patch Patch29: 0002-Revert-elf-Always-call-destructors-in-reverse-constr.patch Patch30: 0003-Revert-elf-Move-l_init_called_next-to-old-place-of-l.patch Patch31: sysdeps-sem_open-Clear-O_CREAT-when-semaphore-file-i.patch Patch32: elf-Fix-wrong-break-removal-from-8ee878592c.patch Patch33: backport-elf-Handle-non-directory-name-in-search-path-BZ-3103.patch Patch34: LoongArch-Delete-excessively-allocated-memory.patch Patch35: elf-Fix-TLS-modid-reuse-generation-assignment-BZ-290.patch Patch36: elf-Add-TLS-modid-reuse-test-for-bug-29039.patch Patch37: x86-64-Fix-the-dtv-field-load-for-x32-BZ-31184.patch Patch38: x86-64-Fix-the-tcb-field-load-for-x32-BZ-31185.patch Patch39: NEWS-Mention-bug-fixes-for-29039-30694-30709-30721.patch Patch40: NEWS-Mention-bug-fixes-for-30745-30843.patch Patch41: getaddrinfo-translate-ENOMEM-to-EAI_MEMORY-bug-31163.patch Patch42: libio-Check-remaining-buffer-size-in-_IO_wdo_write-b.patch Patch43: elf-Add-a-way-to-check-if-tunable-is-set-BZ-27069.patch Patch44: malloc-Improve-MAP_HUGETLB-with-glibc.malloc.hugetlb.patch Patch45: 0001-syslog-Fix-heap-buffer-overflow-in-__vsyslog_interna.patch Patch46: 0002-syslog-Fix-heap-buffer-overflow-in-__vsyslog_interna.patch Patch47: 0003-syslog-Fix-integer-overflow-in-__vsyslog_internal-CV.patch Patch48: x86_64-Optimize-ffsll-function-code-size.patch Patch49: S390-Fix-building-with-disable-mutli-arch-BZ-31196.patch Patch50: sparc-Fix-broken-memset-for-sparc32-BZ-31068.patch Patch51: sparc64-Remove-unwind-information-from-signal-return.patch Patch52: sparc-Fix-sparc64-memmove-length-comparison-BZ-31266.patch Patch53: sparc-Remove-unwind-information-from-signal-return-s.patch Patch54: arm-Remove-wrong-ldr-from-_dl_start_user-BZ-31339.patch Patch55: malloc-Use-__get_nprocs-on-arena_get2-BZ-30945.patch Patch56: LoongArch-Redefine-macro-LEAF-ENTRY.patch Patch57: LoongArch-Add-minuimum-binutils-required-version.patch Patch58: Loongarch-Add-ifunc-support-and-add-different-versio.patch Patch59: elf-Add-new-LoongArch-reloc-types-101-to-108-into-el.patch Patch60: LoongArch-elf-Add-new-LoongArch-reloc-types-109-into.patch Patch61: Loongarch-Add-ifunc-support-for-strchr-aligned-lsx-l.patch Patch62: Loongarch-Add-ifunc-support-for-memcpy-aligned-unali.patch Patch63: LoongArch-Add-ifunc-support-for-strnlen-aligned-lsx-.patch Patch64: LoongArch-Add-ifunc-support-for-strcmp-aligned-lsx.patch Patch65: LoongArch-Add-ifunc-support-for-strncmp-aligned-lsx.patch Patch66: LoongArch-Remove-support-code-for-old-linker-in-star.patch Patch67: LoongArch-Micro-optimize-LD_PCREL.patch Patch68: LoongArch-Add-ifunc-support-for-rawmemchr-aligned-ls.patch Patch69: LoongArch-Add-ifunc-support-for-memchr-aligned-lsx-l.patch Patch70: LoongArch-Add-ifunc-support-for-memrchr-lsx-lasx.patch Patch71: LoongArch-Add-ifunc-support-for-memset-aligned-unali.patch Patch72: LoongArch-Add-ifunc-support-for-memcmp-aligned-lsx-l.patch Patch73: LoongArch-Change-loongarch-to-LoongArch-in-comments.patch Patch74: LoongArch-Add-lasx-lsx-support-for-_dl_runtime_profi.patch Patch75: LoongArch-Replace-deprecated-v0-with-a0-to-eliminate.patch Patch76: LoongArch-Add-ifunc-support-for-strcpy-stpcpy-aligne.patch Patch77: LoongArch-Add-ifunc-support-for-strrchr-aligned-lsx-.patch Patch78: LoongArch-Change-to-put-magic-number-to-.rodata-sect.patch Patch79: LoongArch-Add-glibc.cpu.hwcap-support.patch Patch80: Revert-LoongArch-Add-glibc.cpu.hwcap-support.patch Patch81: LoongArch-Unify-Register-Names.patch Patch82: LoongArch-Update-hwcap.h-to-sync-with-LoongArch-kern.patch Patch83: linux-Sync-Linux-6.6-elf.h.patch Patch84: Decrease-value-of-arch_minimum_kernel-with-LoongArch.patch Patch85: 0001-S390-Do-not-clobber-r7-in-clone-BZ-31402.patch Patch86: 0002-linux-Use-rseq-area-unconditionally-in-sched_getcpu-.patch Patch87: 0003-LoongArch-Correct-__ieee754-_-_scalb-__ieee754-_-_sc.patch Patch88: 0004-Add-HWCAP2_MOPS-from-Linux-6.5-to-AArch64-bits-hwcap.patch Patch89: 0005-AArch64-Add-support-for-MOPS-memcpy-memmove-memset.patch Patch90: 0006-AArch64-Cleanup-ifuncs.patch Patch91: 0007-AArch64-Cleanup-emag-memset.patch Patch92: 0008-AArch64-Add-memset_zva64.patch Patch93: 0009-AArch64-Remove-Falkor-memcpy.patch Patch94: 0010-aarch64-correct-CFI-in-rawmemchr-bug-31113.patch Patch95: 0011-aarch64-fix-check-for-SVE-support-in-assembler.patch Patch96: 0012-AArch64-Check-kernel-version-for-SVE-ifuncs.patch Patch97: 0013-powerpc-Fix-ld.so-address-determination-for-PCREL-mo.patch Patch98: 0014-iconv-ISO-2022-CN-EXT-fix-out-of-bound-writes-when-w.patch Patch99: 0015-sparc-Remove-64-bit-check-on-sparc32-wordsize-BZ-275.patch Patch100: 0016-login-Check-default-sizes-of-structs-utmp-utmpx-last.patch Patch101: 0017-login-structs-utmp-utmpx-lastlog-_TIME_BITS-independ.patch Patch102: 0018-nptl-Fix-tst-cancel30-on-kernels-without-ppoll_time6.patch Patch103: 0019-i386-ulp-update-for-SSE2-disable-multi-arch-configur.patch Patch104: 0020-CVE-2024-33599-nscd-Stack-based-buffer-overflow-in-n.patch Patch105: 0021-CVE-2024-33600-nscd-Do-not-send-missing-not-found-re.patch Patch106: 0022-CVE-2024-33600-nscd-Avoid-null-pointer-crashes-after.patch Patch107: 0023-CVE-2024-33601-CVE-2024-33602-nscd-netgroup-Use-two-.patch Patch108: 0024-elf-Also-compile-dl-misc.os-with-rtld-early-cflags.patch Patch109: 0025-nscd-Use-time_t-for-return-type-of-addgetnetgrentX.patch Patch110: 0026-resolv-Fix-some-unaligned-accesses-in-resolver-BZ-30.patch Patch111: Force-DT_RPATH-for-enable-hardcoded-path-in-tests.patch Patch112: i386-Disable-Intel-Xeon-Phi-tests-for-GCC-15-and-abo.patch Patch113: misc-Add-support-for-Linux-uio.h-RWF_NOAPPEND-flag.patch Patch114: 0001-s390x-Fix-segfault-in-wcsncmp-BZ-31934.patch Patch115: 0002-nptl-fix-potential-merge-of-__rseq_-relro-symbols.patch Patch116: 0003-elf-Make-dl-rseq-symbols-Linux-only.patch Patch117: 0004-Linux-Make-__rseq_size-useful-for-feature-detection-.patch Patch118: 0005-resolv-Allow-short-error-responses-to-match-any-quer.patch Patch119: 0006-resolv-Do-not-wait-for-non-existing-second-DNS-respo.patch Patch120: 0007-resolv-Track-single-request-fallback-via-_res._flags.patch Patch121: 0008-linux-Update-the-mremap-C-implementation-BZ-31968.patch Patch122: 0009-mremap-Update-manual-entry.patch Patch123: 0010-Add-mremap-tests.patch Patch124: 0011-Update-syscall-lists-for-Linux-6.5.patch Patch125: 0012-resolv-Fix-tst-resolv-short-response-for-older-GCC-b.patch Patch126: Fix-name-space-violation-in-fortify-wrappers-bug-320.patch Patch127: x86-Fix-bug-in-strchrnul-evex512-BZ-32078.patch Patch128: 19614-locale-Handle-loading-a-missing-locale-twice-Bug-14.patch Patch129: support-Add-FAIL-test-failure-helper.patch Patch130: stdio-common-Add-test-for-vfscanf-with-matches-longe.patch Patch131: Make-tst-ungetc-use-libsupport.patch Patch132: ungetc-Fix-uninitialized-read-when-putting-into-unus.patch Patch133: ungetc-Fix-backup-buffer-leak-on-program-exit-BZ-278.patch Patch134: posix-Use-support-check.h-facilities-in-tst-truncate.patch Patch135: nptl-Use-support-check.h-facilities-in-tst-setuid3.patch #openEuler patch list Patch9000: turn-default-value-of-x86_rep_stosb_threshold_form_2K_to_1M.patch Patch9001: locale-delete-no-hard-link-to-avoid-all_language-pac.patch Patch9002: use-region-to-instead-of-country-for-extract-timezon.patch Patch9003: strcmp-delete-align-for-loop_aligned.patch Patch9004: add-pthread_cond_clockwait-GLIBC_2_28.patch Patch9005: add-GB18030-2022-charmap-BZ-30243.patch Patch9006: fix-Segmentation-fault-in-nss-module.patch Patch9007: fix_nss_database_check_reload_and_get_memleak.patch Patch9008: 0001-fix-glibc-build-error-on-x86.patch %if %{ENABLE_RELOC} Patch9009: reserve-relocation-information-for-sysboost.patch %endif Patch9010: add-Wl-z-noseparate-code-for-so.patch Provides: ldconfig rtld(GNU_HASH) bundled(gnulib) BuildRequires: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext BuildRequires: procps-ng, util-linux, gawk, systemtap-sdt-devel, systemd, python3 BuildRequires: make >= 4.0, bison >= 2.7, binutils >= 2.30-17, gcc >= 7.2.1-6 BuildRequires: m4, chrpath %if %{without bootstrap} BuildRequires: gd-devel libpng-devel zlib-devel %endif %if %{with docs} BuildRequires: texinfo >= 5.0 %endif %if %{without bootstrap} BuildRequires: libselinux-devel >= 1.33.4-3 %endif %if %{with valgrind} BuildRequires: valgrind %endif %if 0%{?_enable_debug_packages} BuildRequires: elfutils >= 0.72 rpm >= 4.2-0.56 %endif %if %{without bootstrap} %if %{with testsuite} BuildRequires: gcc-c++ libstdc++-static glibc-devel libidn2 %endif %endif Requires: glibc-common = %{version}-%{release} Requires: glibc-langpack = %{version}-%{release} Requires: basesystem %description The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational facilities as open, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt, login, exit and more. ############################################################################## # glibc "common" sub-package ############################################################################## %package common Summary: Common binaries and locale data for glibc Provides: glibc-langpack = %{version}-%{release} Provides: glibc-langpack-en = %{version}-%{release} Provides: glibc-langpack-en%{?_isa} = %{version}-%{release} Provides: glibc-langpack-zh = %{version}-%{release} Provides: glibc-langpack-zh%{?_isa} = %{version}-%{release} Requires: %{name} = %{version}-%{release} Requires: tzdata >= 2003a %description common The glibc-common package includes common binaries for the GNU libc libraries and national language (locale) support. Besides, zh_CN and en_US are included. %transfiletriggerin common -P 2000000 -- /lib /usr/lib /lib64 /usr/lib64 /sbin/ldconfig %end %transfiletriggerpostun common -P 2000000 -- /lib /usr/lib /lib64 /usr/lib64 /sbin/ldconfig %end %undefine __brp_ldconfig ############################################################################## # glibc "all-langpacks" sub-package ############################################################################## %package all-langpacks Summary: All language packs for %{name}. Requires: %{name} = %{version}-%{release} Requires: %{name}-common = %{version}-%{release} Provides: %{name}-langpack = %{version}-%{release} Obsoletes: %{name}-minimal-langpack <= 2.28 %{lua: -- List the Symbol provided by all-langpacks lang_provides = {} for line in io.lines(rpm.expand("%{SOURCE5}")) do print(rpm.expand([[ Provides:]]..line..[[ = %{version}-%{release} Obsoletes:]]..line..[[ <= 2.28 ]])) end } %description all-langpacks The glibc-all-langpacks provides all the glibc-langpacks. Every entry includes the basic information required to support the corresponding language in your applications. ############################################################################## # glibc "locale-source" sub-package ############################################################################## %package locale-source Summary: The sources package of locales Requires: %{name} = %{version}-%{release} Requires: %{name}-common = %{version}-%{release} %description locale-source The locale-source package contains all language packs which are built custom locales ############################################################################## # glibc "locale-archive" sub-package ############################################################################## %package locale-archive Summary: The locale-archive of glibc Requires: %{name} = %{version}-%{release} Requires: %{name}-common = %{version}-%{release} %description locale-archive The locale-archive sub package contains the locale-archive. In the past, this file is provided in "glibc-common".Now, we provide basic language support in "glibc-common", but if you need a customized language, you can extract it from the "local-archive". ############################################################################## # glibc "devel" sub-package ############################################################################## %package devel Summary: The devel for %{name} Requires: %{name} = %{version}-%{release} Requires: libgcc%{_isa} Requires(pre): kernel-headers Requires(pre): coreutils Requires: kernel-headers >= 3.2 %if 0%{rpm_version_ge_412} Requires: libxcrypt-devel%{_isa} >= 4.0.0 Requires: libxcrypt-static%{?_isa} >= 4.0.0 %endif BuildRequires: kernel-headers >= 3.2 Provides: %{name}-static = %{version}-%{release} Provides: %{name}-static%{_isa} = %{version}-%{release} Provides: %{name}-headers = %{version}-%{release} Provides: %{name}-headers(%{_target_cpu}) Provides: %{name}-headers%{_isa} = %{version}-%{release} Obsoletes: %{name}-static <= 2.28 Obsoletes: %{name}-headers <= 2.28 %description devel The glibc-devel package contains the object files necessary for developing programs which use the standard C libraries. Besides, it contains the headers. Thus, it is necessory to install glibc-devel if you ned develop programs. ############################################################################## # glibc "nscd" sub-package ############################################################################## %package -n nscd Summary: Name caching service daemon. Requires: %{name} = %{version}-%{release} %if %{without bootstrap} Requires: libselinux >= 1.17.10-1 %endif Requires: audit-libs >= 1.1.3 Requires(pre): shadow-utils, coreutils Requires: systemd Requires(postun): shadow-utils %description -n nscd The nscd package is able to daemon caches name service lookups and improve the performance with LDAP. ############################################################################## # nss modules sub-package ############################################################################## %package -n nss_modules Summary: Name Service Switch module using hash-indexed files and Hesiod Requires: %{name}%{_isa} = %{version}-%{release} Provides: nss_db = %{version}-%{release} Provides: nss_db%{_isa} = %{version}-%{release} Provides: nss_hesiod = %{version}-%{release} Provides: nss_hesiod%{_isa} = %{version}-%{release} Obsoletes: nss_db <= 2.28, nss_hesiod <= 2.28 %description -n nss_modules This package contains nss_db and nss_hesiod. The former uses hash-indexed files to speed up user, group, service, host name, and other NSS-based lookups.The latter uses the Domain Name System (DNS) as a source for user, group, and service information to follow the Hesiod convention of Project Athena. ############################################################################## # nss-devel sub-package ############################################################################## %package nss-devel Summary: The devel for directly linking NSS service modules Requires: nss_db%{_isa} = %{version}-%{release} Requires: nss_hesiod%{_isa} = %{version}-%{release} %description nss-devel This package contains the necessary devel files to compile applications and libraries which directly link against NSS modules supplied by glibc. This package is rarely used, and in most cases use the glibc-devel package instead. ############################################################################## # libnsl subpackage ############################################################################## %package -n libnsl Summary: Public client interface for NIS(YP) and NIS+ Requires: %{name}%{_isa} = %{version}-%{release} %description -n libnsl The libnsl package contains the public client interface for NIS(YP) and NIS+. It replaces the NIS library that used to be in glibc. ############################################################################## # glibc benchtests sub-package ############################################################################## %if %{with benchtests} %package benchtests Summary: Build benchmarking binaries and scripts for %{name} %description benchtests This package provides built benchmark binaries and scripts which will be used to run microbenchmark tests on the system. %endif ############################################################################## # glibc debugutils sub-package ############################################################################## %package debugutils Summary: debug files for %{name} Requires: %{name} = %{version}-%{release} Provides: %{name}-utils = %{version}-%{release} Provides: %{name}-utils%{_isa} = %{version}-%{release} Obsoletes: %{name}-utils <= 2.28 %description debugutils This package provides memusage, a memory usage profiler, mtrace, a memory leak tracer and xtrace, a function call tracer, all of which is not necessory for you. ############################################################################## # glibc help sub-package ############################################################################## %package help Summary: The doc and man for %{name} Buildarch: noarch Requires: man info Requires: %{name} = %{version}-%{release} %description help This package provides all doc, man and info files of %{name} ############################################################################## # glibc compat-2.17 sub-package ############################################################################## %if %{with compat_2_17} %package compat-2.17 Summary: provides pthread library with glibc-2.17 %description compat-2.17 This subpackage to provide the function of the glibc-2.17 pthread library. Currently, provide pthread_condition function. To keep older applications compatible, glibc-compat-2.17 provides libpthread_nonshared.a %endif %if %{ENABLE_RELOC} ############################################################################## # glibc reloc sub-package ############################################################################## %package relocation Summary: Relocations for %{name} Requires: %{name} = %{version}-%{release} BuildRequires: native-turbo-tools %description relocation This package contains relocations for %{name}. %endif ############################################################################## # Prepare for the build. ############################################################################## %prep %autosetup -n %{name}-%{version} -p1 chmod +x benchtests/scripts/*.py scripts/pylint find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \; touch `find . -name configure` touch locale/programs/*-kw.h ############################################################################## # Build glibc... ############################################################################## %build BuildFlags="-O2 -g -DNDEBUG -fPIC -fPIE -fstack-protector-strong" LinkFlags="-pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack" %ifarch aarch64 BuildFlags="$BuildFlags -mno-outline-atomics" %endif reference=" \ "-Wp,-D_GLIBCXX_ASSERTIONS" \ "-fasynchronous-unwind-tables" \ "-fstack-clash-protection" \ "-funwind-tables" \ "-m31" \ "-m32" \ "-m64" \ "-march=haswell" \ "-march=i686" \ "-march=x86-64" \ "-march=z13" \ "-march=z14" \ "-march=zEC12" \ "-mfpmath=sse" \ "-msse2" \ "-mstackrealign" \ "-mtune=generic" \ "-mtune=z13" \ "-mtune=z14" \ "-mtune=zEC12" \ "-specs=/usr/lib/rpm/%{_vendor}/%{_vendor}-annobin-cc1" " for flag in $RPM_OPT_FLAGS $RPM_LD_FLAGS ; do if echo "$reference" | grep -q -F " $flag " ; then BuildFlags="$BuildFlags $flag" fi done %define glibc_make_flags_as ASFLAGS="-g -Wa,--generate-missing-build-notes=yes" %define glibc_make_flags %{glibc_make_flags_as} EnableKernel="--enable-kernel=%{enablekernel}" builddir=build-%{target} rm -rf $builddir mkdir $builddir pushd $builddir ../configure CC="%GCC" CXX="%GXX" CFLAGS="$BuildFlags" LDFLAGS="$LinkFlags" \ --prefix=%{_prefix} \ --with-headers=%{_prefix}/include $EnableKernel \ --with-nonshared-cflags=-Wp,-D_FORTIFY_SOURCE=2 \ --enable-bind-now \ --enable-shared \ --build=%{target} \ --enable-stack-protector=strong \ %ifarch %{pie_arches} %if 0%{?gcc_version} >= 8 --enable-static-pie \ %endif %endif %ifarch %{x86_arches} %if 0%{?gcc_version} >= 8 --enable-cet \ %endif %endif --enable-tunables \ --enable-systemtap \ %ifarch %{ix86} --disable-multi-arch \ %endif %if %{without werror} --disable-werror \ %endif --disable-profile \ %if %{with bootstrap} --without-selinux \ %endif %if 0%{rpm_version_ge_412} --disable-crypt \ %endif || { cat config.log; false; } make %{?_smp_mflags} -O -r %{glibc_make_flags} %if %{ENABLE_RELOC} objreloc libc.so.6 %endif popd ############################################################################## # Build libpthread-2.17.so ############################################################################## %if %{with compat_2_17} cd nptl_2_17 sh build_libpthread-2.17.so.sh %{_target_cpu} $builddir cd .. %endif ############################################################################## # Install glibc... ############################################################################## %install %ifarch riscv64 for d in $RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT/%{_lib}; do mkdir -p $d (cd $d && ln -sf . lp64d) done %endif make %{?_smp_mflags} install_root=$RPM_BUILD_ROOT install -C build-%{target} pushd build-%{target} make %{?_smp_mflags} install_root=$RPM_BUILD_ROOT \ install-locale-files -C ../localedata objdir=`pwd` popd python3 %{SOURCE7} $RPM_BUILD_ROOT/usr/lib/locale rm -f $RPM_BUILD_ROOT/%{_libdir}/libNoVersion* rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion* rm -f $RPM_BUILD_ROOT/%{_lib}/libnss1-* rm -f $RPM_BUILD_ROOT/%{_lib}/libnss-*.so.1 rm -f $RPM_BUILD_ROOT/{usr/,}sbin/sln mkdir -p $RPM_BUILD_ROOT/var/cache/ldconfig truncate -s 0 $RPM_BUILD_ROOT/var/cache/ldconfig/aux-cache $RPM_BUILD_ROOT/sbin/ldconfig -N -r $RPM_BUILD_ROOT # Install info files %if %{with docs} # Move the info files if glibc installed them into the wrong location. if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then mkdir -p $RPM_BUILD_ROOT%{_infodir} mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir} rm -rf $RPM_BUILD_ROOT%{_prefix}/info fi # Compress all of the info files. gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc* %else rm -f $RPM_BUILD_ROOT%{_infodir}/dir rm -f $RPM_BUILD_ROOT%{_infodir}/libc.info* %endif # Create all-packages libc.lang olddir=`pwd` pushd $RPM_BUILD_ROOT%{_prefix}/lib/locale rm -f locale-archive $olddir/build-%{target}/elf/ld.so \ --library-path $olddir/build-%{target}/ \ $olddir/build-%{target}/locale/localedef \ --alias-file=$olddir/intl/locale.alias \ --prefix $RPM_BUILD_ROOT --add-to-archive \ eo *_* %{find_lang} libc # In the past, locale-archive is provided by common. # In the current version, locale-archive is provided by locale-archive. # Due to the change of the packing mode, the locale-archive fails to be # replaced during the upgrade. Therefore, a backup file is required to # replace the locale-archive. mv locale-archive locale-archive.update $olddir/build-%{target}/elf/ld.so \ --library-path $olddir/build-%{target}/ \ $olddir/build-%{target}/locale/localedef \ --alias-file=$olddir/intl/locale.alias \ --prefix $RPM_BUILD_ROOT --add-to-archive \ zh_* en_* mv locale-archive locale-archive.default popd mv $RPM_BUILD_ROOT%{_prefix}/lib/locale/libc.lang . # Install configuration files for services install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/nsswitch.conf # This is for compat-2.17 %if %{with compat_2_17} install -p -m 755 build-%{target}/nptl/libpthread-2.17.so $RPM_BUILD_ROOT%{_libdir} # Build an empty libpthread_nonshared.a for compatiliby with applications # that have old linker scripts that reference this file. ar cr %{glibc_sysroot}%{_prefix}/%{_lib}/libpthread_nonshared.a %endif # This is for ncsd - in glibc 2.2 install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc mkdir -p $RPM_BUILD_ROOT%{_tmpfilesdir} install -m 644 %{SOURCE1} %{buildroot}%{_tmpfilesdir} mkdir -p $RPM_BUILD_ROOT/lib/systemd/system install -m 644 nscd/nscd.service nscd/nscd.socket $RPM_BUILD_ROOT/lib/systemd/system # Include ld.so.conf echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf truncate -s 0 $RPM_BUILD_ROOT/etc/ld.so.cache chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d mkdir -p $RPM_BUILD_ROOT/etc/sysconfig truncate -s 0 $RPM_BUILD_ROOT/etc/sysconfig/nscd truncate -s 0 $RPM_BUILD_ROOT/etc/gai.conf # Include %{_libdir}/gconv/gconv-modules.cache truncate -s 0 $RPM_BUILD_ROOT%{_libdir}/gconv/gconv-modules.cache chmod 644 $RPM_BUILD_ROOT%{_libdir}/gconv/gconv-modules.cache # Remove any zoneinfo files; they are maintained by tzdata. rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo touch -r %{SOURCE0} $RPM_BUILD_ROOT/etc/ld.so.conf touch -r inet/etc.rpc $RPM_BUILD_ROOT/etc/rpc # Lastly copy some additional documentation for the packages. rm -rf documentation mkdir documentation cp timezone/README documentation/README.timezone cp posix/gai.conf documentation/ %if %{with benchtests} # Build benchmark binaries. Ignore the output of the benchmark runs. pushd build-%{target} make BENCH_DURATION=1 bench-build popd # Copy over benchmark binaries. mkdir -p $RPM_BUILD_ROOT%{_prefix}/libexec/glibc-benchtests cp $(find build-%{target}/benchtests -type f -executable) $RPM_BUILD_ROOT%{_prefix}/libexec/glibc-benchtests/ #makefile. for b in %{SOURCE3} %{SOURCE4}; do cp $b $RPM_BUILD_ROOT%{_prefix}/libexec/glibc-benchtests/ done #comparison scripts. for i in benchout.schema.json compare_bench.py import_bench.py validate_benchout.py; do cp benchtests/scripts/$i $RPM_BUILD_ROOT%{_prefix}/libexec/glibc-benchtests/ done %endif pushd locale ln -s programs/*.gperf . popd pushd iconv ln -s ../locale/programs/charmap-kw.gperf . popd %if %{with docs} rm -f $RPM_BUILD_ROOT%{_infodir}/dir %endif mkdir -p $RPM_BUILD_ROOT/var/{db,run}/nscd touch $RPM_BUILD_ROOT/var/{db,run}/nscd/{passwd,group,hosts,services} touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid} mkdir -p $RPM_BUILD_ROOT%{_libdir} mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so \ $RPM_BUILD_ROOT%{_libdir} # Strip all of the installed object files. strip -g $RPM_BUILD_ROOT%{_libdir}/*.o # create a null libpthread static link for compatibility. pushd $RPM_BUILD_ROOT%{_prefix}/%{_lib}/ rm libpthread.a ar rc libpthread.a popd for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do %if %{with bootstrap} test -w $i || continue %endif sed -e 's~=/%{_lib}/libpcprofile.so~=%{_libdir}/libpcprofile.so~' \ -e 's~=/%{_lib}/libmemusage.so~=%{_libdir}/libmemusage.so~' \ -e 's~='\''/\\\$LIB/libpcprofile.so~='\''%{_prefix}/\\$LIB/libpcprofile.so~' \ -e 's~='\''/\\\$LIB/libmemusage.so~='\''%{_prefix}/\\$LIB/libmemusage.so~' \ -i $i done %if %{ENABLE_RELOC} mkdir -p ${RPM_BUILD_ROOT}/usr/lib/relocation/%{_libdir} install -p ${RPM_BUILD_DIR}/%{name}-%{version}/build-%{target}/libc.so.6.relocation ${RPM_BUILD_ROOT}/usr/lib/relocation/%{_libdir} %endif touch master.filelist touch glibc.filelist touch common.filelist touch devel.filelist touch nscd.filelist touch nss_modules.filelist touch nss-devel.filelist %ifnarch loongarch64 touch libnsl.filelist %endif touch debugutils.filelist touch benchtests.filelist touch help.filelist %if %{with compat_2_17} touch compat-2.17.filelist %endif { find $RPM_BUILD_ROOT \( -type f -o -type l \) \ \( \ -name etc -printf "%%%%config " -o \ -name gconv-modules \ -printf "%%%%verify(not md5 size mtime) %%%%config(noreplace) " -o \ -name gconv-modules.cache \ -printf "%%%%verify(not md5 size mtime) " \ , \ ! -path "*/lib/debug/*" -printf "/%%P\n" \) find $RPM_BUILD_ROOT -type d \ \( -path '*%{_prefix}/share/locale' -prune -o \ \( -path '*%{_prefix}/share/*' \ %if %{with docs} ! -path '*%{_infodir}' -o \ %endif -path "*%{_prefix}/include/*" \ \) -printf "%%%%dir /%%P\n" \) } | { sed -e '\,.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo,d' \ -e '\,.*/share/i18n/locales/.*,d' \ -e '\,.*/share/i18n/charmaps/.*,d' \ -e '\,.*/etc/\(localtime\|nsswitch.conf\|ld\.so\.conf\|ld\.so\.cache\|default\|rpc\|gai\.conf\),d' \ -e '\,.*%{_libdir}/lib\(pcprofile\|memusage\)\.so,d' \ %if %{with compat_2_17} -e '\,.*%{_libdir}/libpthread-2.17.so,d' \ %endif -e '\,.*/bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\),d' } | sort > master.filelist chmod 0444 master.filelist ############################################################################## # glibc - The GNU C Library (glibc) core package. ############################################################################## cat master.filelist \ | grep -v \ -e '%{_infodir}' \ -e '%{_libdir}/lib.*_p.a' \ -e '%{_prefix}/include' \ -e '%{_libdir}/lib.*\.a' \ -e '%{_libdir}/.*\.o' \ -e '%{_libdir}/lib.*\.so' \ -e 'nscd' \ -e '%{_prefix}/bin' \ -e '%{_prefix}/lib/locale' \ -e '%{_prefix}/sbin/[^i]' \ -e '%{_prefix}/share' \ -e '/var/db/Makefile' \ -e '/libnss_.*\.so[0-9.]*$' \ %ifnarch loongarch64 -e '/libnsl' \ %endif -e 'glibc-benchtests' \ -e 'aux-cache' \ > glibc.filelist for module in compat files dns; do cat master.filelist \ | grep -E \ -e "/libnss_$module(\.so\.[0-9.]+|-[0-9.]+\.so)$" \ >> glibc.filelist done echo '%{_libdir}/libmemusage.so' >> glibc.filelist echo '%{_libdir}/libpcprofile.so' >> glibc.filelist ############################################################################## # glibc "common" sub-package ############################################################################## grep '%{_prefix}/bin' master.filelist > common.filelist grep '%{_prefix}/sbin' master.filelist \ | grep -v '%{_prefix}/sbin/iconvconfig' \ | grep -v 'nscd' >> common.filelist grep '%{_prefix}/share' master.filelist \ | grep -v \ -e '%{_prefix}/share/info/libc.info.*' \ -e '%%dir %{prefix}/share/info' \ -e '%%dir %{prefix}/share' \ >> common.filelist ############################################################################### # glibc "devel" sub-package ############################################################################### %if %{with docs} grep '%{_infodir}' master.filelist | grep -v '%{_infodir}/dir' > help.filelist %endif grep '%{_libdir}/lib.*\.a' master.filelist \ | grep '/lib\(\(c\|pthread\|nldbl\|mvec\)_nonshared\|g\|ieee\|mcheck\)\.a$' \ >> devel.filelist grep '%{_libdir}/.*\.o' < master.filelist >> devel.filelist grep '%{_libdir}/lib.*\.so' < master.filelist >> devel.filelist sed -i -e '\,/libnss_[a-z]*\.so$,d' devel.filelist grep '%{_prefix}/include' < master.filelist >> devel.filelist grep '%{_libdir}/lib.*\.a' < master.filelist \ | grep -v '/lib\(\(c\|pthread\|nldbl\|mvec\)_nonshared\|g\|ieee\|mcheck\)\.a$' \ >> devel.filelist sed -i '/.relocation/d' devel.filelist ############################################################################## # glibc "nscd" sub-package ############################################################################## echo '%{_prefix}/sbin/nscd' > nscd.filelist ############################################################################## # nss modules sub-package ############################################################################## grep -E "%{_lib}/libnss_(db|hesiod)(\.so\.[0-9.]+|-[0-9.]+\.so)$" \ master.filelist > nss_modules.filelist ############################################################################## # nss-devel sub-package ############################################################################## grep '/libnss_[a-z]*\.so$' master.filelist > nss-devel.filelist ############################################################################## # libnsl subpackage ############################################################################## %ifnarch loongarch64 grep -E '%{_lib}/libnsl\.so\.[0-9]+$' master.filelist > libnsl.filelist test $(wc -l < libnsl.filelist) -eq 1 %endif ############################################################################## # glibc debugutils sub-package ############################################################################## cat > debugutils.filelist < benchtests.filelist # ... and the makefile. for b in %{SOURCE3} %{SOURCE4}; do echo "%{_prefix}/libexec/glibc-benchtests/$(basename $b)" >> benchtests.filelist done # ... and finally, the comparison scripts. echo "%{_prefix}/libexec/glibc-benchtests/benchout.schema.json" >> benchtests.filelist echo "%{_prefix}/libexec/glibc-benchtests/compare_bench.py*" >> benchtests.filelist echo "%{_prefix}/libexec/glibc-benchtests/import_bench.py*" >> benchtests.filelist echo "%{_prefix}/libexec/glibc-benchtests/validate_benchout.py*" >> benchtests.filelist %endif %if %{with compat_2_17} ############################################################################## # glibc compat-2.17 sub-package ############################################################################## echo "%{_libdir}/libpthread-2.17.so" >> compat-2.17.filelist echo "%{_libdir}/libpthread_nonshared.a" >> compat-2.17.filelist %endif reliantlib="" function findReliantLib() { local library=$1 reliantlib=$(readelf -d $library | grep "(NEEDED)" | awk -F "Shared library" '{print $2}')$reliantlib } # remove gconv rpath/runpath function removeLoadPath() { local file=$1 local rpathInfo=$(chrpath -l $file | grep "RPATH=") local runpathInfo=$(chrpath -l $file | grep "RUNPATH=") local currPath="" if [ x"$rpathInfo" != x"" ]; then currPath=$(echo $rpathInfo | awk -F "RPATH=" '{print $2}') fi if [ x"$runpathInfo" != x"" ]; then currPath=$(echo $runpathInfo | awk -F "RUNPATH=" '{print $2}') fi if [ x"$currPath" == x"\$ORIGIN" ]; then chrpath -d $file findReliantLib $file fi } set +e # find and remove RPATH/RUNPATH for file in $(find $RPM_BUILD_ROOT%{_libdir}/gconv/ -name "*.so" -exec file {} ';' | grep "\" | awk -F ':' '{print $1}') do removeLoadPath $file done function createSoftLink() { # pick up the dynamic libraries and create softlink for them local tmplib=$(echo $reliantlib | sed 's/://g' | sed 's/ //g' | sed 's/\[//g' | sed 's/]/\n/g' | sort | uniq) for temp in $tmplib do if [ -f "$RPM_BUILD_ROOT%{_libdir}/gconv/$temp" ]; then ln -sf %{_libdir}/gconv/$temp $RPM_BUILD_ROOT%{_libdir}/$temp echo %{_libdir}/$temp >> glibc.filelist fi done } # create soft link for the reliant libraries createSoftLink set -e ############################################################################## # Run the glibc testsuite ############################################################################## %check %if %{with testsuite} omit_testsuite() { while read testsuite; do testsuite_escape=$(echo "$testsuite" | \ sed 's/\([.+?^$\/\\|()\[]\|\]\)/\\\0/g') sed -i "/${testsuite_escape}/d" rpmbuild.tests.sum.not-passing done } # Increase timeouts export TIMEOUTFACTOR=16 parent=$$ echo ====================TESTING========================= # Default libraries. pushd build-%{target} make %{?_smp_mflags} -O check |& tee rpmbuild.check.log >&2 test -s tests.sum # This hides a test suite build failure, which should be fatal. We # check "Summary of test results:" below to verify that all tests # were built and run. if ! grep -q '^Summary of test results:$' rpmbuild.check.log ; then echo "FAIL: test suite build of target: $(basename "$(pwd)")" >& 2 exit 1 fi grep -v ^PASS: tests.sum | grep -v ^UNSUPPORTED > rpmbuild.tests.sum.not-passing || true # Delete the testsuite from the whitelist cat %{SOURCE8} | \ grep -v "^$\|^#" | \ awk -F':' '{if($2 == "" || $2 ~ /'%{_target_cpu}'/ ) {print $1}}' |\ omit_testsuite set +x if test -s rpmbuild.tests.sum.not-passing ; then echo ===================FAILED TESTS===================== >&2 echo "Target: $(basename "$(pwd)")" >& 2 cat rpmbuild.tests.sum.not-passing >&2 while read failed_code failed_test ; do for suffix in out test-result ; do if test -e "$failed_test.$suffix"; then echo >&2 echo "=====$failed_code $failed_test.$suffix=====" >&2 cat -- "$failed_test.$suffix" >&2 echo >&2 fi done done &2 cat misc/tst-syscall-list.out >&2 set -x popd echo ====================TESTING END===================== PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p' echo ====================PLT RELOCS LD.SO================ readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-*.so | sed -n -e "$PLTCMD" echo ====================PLT RELOCS LIBC.SO============== readelf -Wr $RPM_BUILD_ROOT/%{_lib}/libc-*.so | sed -n -e "$PLTCMD" echo ====================PLT RELOCS END================== pushd build-%{target} LD_SHOW_AUXV=1 elf/ld.so --library-path .:elf:nptl:dlfcn /bin/true %if %{with valgrind} elf/ld.so --library-path .:elf:nptl:dlfcn \ /usr/bin/valgrind --error-exitcode=1 \ elf/ld.so --library-path .:elf:nptl:dlfcn /usr/bin/true %endif popd %endif # %{run_glibc_tests} ############################################################################## # Install and uninstall scripts ############################################################################## %pre -p -- Check that the running kernel is new enough required = '%{enablekernel}' rel = posix.uname("%r") if rpm.vercmp(rel, required) < 0 then error("FATAL: kernel too old", 0) end %post -p -- We use lua's posix.exec because there may be no shell that we can -- run during glibc upgrade. function post_exec (program, ...) local pid = posix.fork () if pid == 0 then assert (posix.exec (program, ...)) elseif pid > 0 then posix.wait (pid) end end -- (1) Remove multilib libraries from previous installs. -- In order to support in-place upgrades, we must immediately remove -- obsolete platform directories after installing a new glibc -- version. RPM only deletes files removed by updates near the end -- of the transaction. If we did not remove the obsolete platform -- directories here, they may be preferred by the dynamic linker -- during the execution of subsequent RPM scriptlets, likely -- resulting in process startup failures. -- Full set of libraries glibc may install. install_libs = { "anl", "BrokenLocale", "c", "dl", "m", "mvec", "nss_compat", "nss_db", "nss_dns", "nss_files", "nss_hesiod", "pthread", "resolv", "rt", "SegFault", "thread_db", "util" } -- We are going to remove these libraries. Generally speaking we remove -- all core libraries in the multilib directory. -- We employ a tight match where X.Y is in [2.0,9.9*], so we would -- match "libc-2.0.so" and so on up to "libc-9.9*". remove_regexps = {} for i = 1, #install_libs do remove_regexps[i] = ("lib" .. install_libs[i] .. "%%-[2-9]%%.[0-9]+%%.so$") end -- Two exceptions: remove_regexps[#install_libs + 1] = "libthread_db%%-1%%.0%%.so" remove_regexps[#install_libs + 2] = "libSegFault%%.so" -- We are going to search these directories. local remove_dirs = { "%{_libdir}/i686", "%{_libdir}/i686/nosegneg" } -- Walk all the directories with files we need to remove... for _, rdir in ipairs (remove_dirs) do if posix.access (rdir) then -- If the directory exists we look at all the files... local remove_files = posix.files (rdir) for rfile in remove_files do for _, rregexp in ipairs (remove_regexps) do -- Does it match the regexp? local dso = string.match (rfile, rregexp) if (dso ~= nil) then -- Removing file... os.remove (rdir .. '/' .. rfile) end end end end end -- (2) Update /etc/ld.so.conf -- Next we update /etc/ld.so.conf to ensure that it starts with -- a literal "include ld.so.conf.d/*.conf". local ldsoconf = "/etc/ld.so.conf" local ldsoconf_tmp = "/etc/glibc_post_upgrade.ld.so.conf" if posix.access (ldsoconf) then -- We must have a "include ld.so.conf.d/*.conf" line. local have_include = false for line in io.lines (ldsoconf) do -- This must match, and we don't ignore whitespace. if string.match (line, "^include ld.so.conf.d/%%*%%.conf$") ~= nil then have_include = true end end if not have_include then -- Insert "include ld.so.conf.d/*.conf" line at the start of the -- file. We only support one of these post upgrades running at -- a time (temporary file name is fixed). local tmp_fd = io.open (ldsoconf_tmp, "w") if tmp_fd ~= nil then tmp_fd:write ("include ld.so.conf.d/*.conf\n") for line in io.lines (ldsoconf) do tmp_fd:write (line .. "\n") end tmp_fd:close () local res = os.rename (ldsoconf_tmp, ldsoconf) if res == nil then io.stdout:write ("Error: Unable to update configuration file (rename).\n") end else io.stdout:write ("Error: Unable to update configuration file (open).\n") end end end -- (3) Rebuild ld.so.cache early. -- If the format of the cache changes then we need to rebuild -- the cache early to avoid any problems running binaries with -- the new glibc. -- Note: We use _prefix because Fedora's UsrMove says so. post_exec ("%{_prefix}/sbin/ldconfig") -- (4) Update gconv modules cache. -- If the /usr/lib/gconv/gconv-modules.cache exists, then update it -- with the latest set of modules that were just installed. -- We assume that the cache is in _libdir/gconv and called -- "gconv-modules.cache". local iconv_dir = "%{_libdir}/gconv" local iconv_cache = iconv_dir .. "/gconv-modules.cache" if (posix.utime (iconv_cache) == 0) then post_exec ("%{_prefix}/sbin/iconvconfig", "-o", iconv_cache, "--nostdlib", iconv_dir) else io.stdout:write ("Error: Missing " .. iconv_cache .. " file.\n") end %postun -p common archive_path = "%{_prefix}/lib/locale/locale-archive" os.remove (archive_path) %posttrans -p common archive_path = "%{_prefix}/lib/locale/locale-archive" default_path = "%{_prefix}/lib/locale/locale-archive.default" os.remove (archive_path) posix.link(default_path, archive_path) %postun -p locale-archive archive_path = "%{_prefix}/lib/locale/locale-archive" default_path = "%{_prefix}/lib/locale/locale-archive.default" os.remove (archive_path) posix.link(default_path, archive_path) %posttrans -p locale-archive archive_path = "%{_prefix}/lib/locale/locale-archive" update_path = "%{_prefix}/lib/locale/locale-archive.update" os.remove (archive_path) posix.link(update_path, archive_path) %pre devel # this used to be a link and it is causing nightmares now if [ -L %{_prefix}/include/scsi ] ; then rm -f %{_prefix}/include/scsi fi %if %{with docs} %post help /sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || : %preun help if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || : fi %endif %pre -n nscd getent group nscd >/dev/null || /usr/sbin/groupadd -g 28 -r nscd getent passwd nscd >/dev/null || /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \ -c "NSCD Daemon" -u 28 -g nscd nscd %post -n nscd %systemd_post nscd.service %preun -n nscd %systemd_preun nscd.service %postun -n nscd if test $1 = 0; then /usr/sbin/userdel nscd > /dev/null 2>&1 || : fi %systemd_postun_with_restart nscd.service ############################################################################## # Files list ############################################################################## %files -f glibc.filelist %dir %{_prefix}/%{_lib}/audit %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf %verify(not md5 size mtime) %config(noreplace) /etc/rpc %dir /etc/ld.so.conf.d %dir %{_prefix}/libexec/getconf %dir %{_libdir}/gconv %dir %attr(0700,root,root) /var/cache/ldconfig %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/cache/ldconfig/aux-cache %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/gai.conf %{!?_licensedir:%global license %%doc} %license COPYING COPYING.LIB LICENSES %files -f common.filelist common %dir %{_prefix}/lib/locale %dir %{_prefix}/lib/locale/C.utf8 %{_prefix}/lib/locale/C.utf8/* %attr(0644,root,root) %config(noreplace) %{_prefix}/lib/locale/locale-archive.default %files -f libc.lang all-langpacks %{_prefix}/lib/locale %exclude %{_prefix}/lib/locale/locale-archive %exclude %{_prefix}/lib/locale/locale-archive.update %exclude %{_prefix}/lib/locale/locale-archive.default %exclude %{_prefix}/lib/locale/C.utf8 %files locale-source %dir %{_prefix}/share/i18n/locales %{_prefix}/share/i18n/locales/* %dir %{_prefix}/share/i18n/charmaps %{_prefix}/share/i18n/charmaps/* %files locale-archive %attr(0644,root,root) %{_prefix}/lib/locale/locale-archive.update %files -f devel.filelist devel %files -f nscd.filelist -n nscd %config(noreplace) /etc/nscd.conf %dir %attr(0755,root,root) /var/run/nscd %dir %attr(0755,root,root) /var/db/nscd /lib/systemd/system/nscd.service /lib/systemd/system/nscd.socket %{_tmpfilesdir}/nscd.conf %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid %attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/services %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/services %ghost %config(missingok,noreplace) /etc/sysconfig/nscd %if %{ENABLE_RELOC} %files relocation %dir %attr(500, root, root) /usr/lib/relocation %dir %attr(500, root, root) /usr/lib/relocation/%{_libdir} %attr(400, root, root) /usr/lib/relocation/%{_libdir}/libc.so.6.relocation %endif %files -f nss_modules.filelist -n nss_modules /var/db/Makefile %files -f nss-devel.filelist nss-devel %ifnarch loongarch64 %files -f libnsl.filelist -n libnsl %endif %files -f debugutils.filelist debugutils %if %{with benchtests} %files -f benchtests.filelist benchtests %endif %files -f help.filelist help #Doc of glibc package %doc README NEWS INSTALL elf/rtld-debugger-interface.txt #Doc of common sub-package %doc documentation/README.timezone %doc documentation/gai.conf #Doc of nss_modules sub-package %doc hesiod/README.hesiod %if %{with compat_2_17} %files -f compat-2.17.filelist compat-2.17 %endif %changelog * Fri Sep 20 2024 Qingqing Li - 2.38-39 - clean code, remove some oe patches which already fixed in upstream * Mon Sep 9 2024 Qingqing Li - 2.38-38 - nptl: Use facilities in tst-setuid3 - posix: Use facilities in tst-truncate and tst-truncate64 - ungetc: Fix backup buffer leak on program exit [BZ #27821] - ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] - Make tst-ungetc use libsupport - stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650] - support: Add FAIL test failure helper * Wed Sep 4 2024 Zhaoshuang - 2.38-37 - Fix issue that loading a missing locale twice [BZ #14247] * Tue Aug 27 2024 YunQiang Su - 2.38-36 - Fix libnsl.so and libnss_.so filelist process (PR 877) * Thu Aug 22 2024 Qingqing Li - 2.38-35 - x86: Fix bug in strchrnul-evex512 [BZ #32078] * Fri Aug 9 2024 taoyuxiang - 2.38-34 - Specify the GFDL version to GFDL-1.3-ONLY in spec * Thu Aug 8 2024 Qingqing Li - 2.38-33 - Fix name space violation in fortify wrappers (bug 32052) * Fri Aug 2 2024 Qingqing Li - 2.38-32 - resolv: Fix tst-resolv-short-response for older GCC (bug 32042) - Update syscall lists for Linux 6.5 - Add mremap tests - mremap: Update manual entry - linux: Update the mremap C implementation [BZ #31968] - resolv: Track single-request fallback via _res._flags (bug 31476) - resolv: Do not wait for non-existing second DNS response after error (bug 30081) - resolv: Allow short error responses to match any query (bug 31890) - Linux: Make __rseq_size useful for feature detection (bug 31965) - elf: Make dl-rseq-symbols Linux only - nptl: fix potential merge of __rseq_* relro symbols - s390x: Fix segfault in wcsncmp [BZ #31934] * Thu Jul 4 2024 lipengyu - 2.38-31 - fix bug "info command cannot index the glibc help documentation" - add the install-info libc.info.gz step during the glibc-help installation process * Wed Jun 5 2024 Qingqing Li - 2.38-30 - misc: Add support for Linux uio.h RWF_NOAPPEND flag - Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782) * Mon May 13 2024 Qingqing Li - 2.38-29 - Force DT_RPATH for --enable-hardcoded-path-in-tests * Fri May 10 2024 Qingqing Li - 2.38-28 - backport glibc upstream 2.38 branch, here is the 26 patches: - resolv: Fix some unaligned accesses in resolver [BZ #30750] - nscd: Use time_t for return type of addgetnetgrentX - elf: Also compile dl-misc.os with $(rtld-early-cflags) - CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) - CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) - CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) - CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) - i386: ulp update for SSE2 --disable-multi-arch configurations - nptl: Fix tst-cancel30 on kernels without ppoll_time64 support - login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) - login: Check default sizes of structs utmp, utmpx, lastlog - sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574) - iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence (CVE-2024-2961) - powerpc: Fix ld.so address determination for PCREL mode (bug 31640) - AArch64: Check kernel version for SVE ifuncs - aarch64: fix check for SVE support in assembler - aarch64: correct CFI in rawmemchr (bug 31113) - AArch64: Remove Falkor memcpy - AArch64: Add memset_zva64 - AArch64: Cleanup emag memset - AArch64: Cleanup ifuncs - AArch64: Add support for MOPS memcpy/memmove/memset - Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h - LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbf - linux: Use rseq area unconditionally in sched_getcpu (bug 31479) - S390: Do not clobber r7 in clone [BZ #31402] * Mon Apr 29 2024 chengyechun - 2.38-27 - Type:CVE - ID:CVE-2024-33599 CVE-2024-33600 CVE-2024-33601 CVE-2024-33602 - SUG:NA - DESC:fix CVE-2024-33599 CVE-2024-33600 CVE-2024-33601 CVE-2024-33602 * Tue Apr 23 2024 Yang Yanchao - 2.38-26 - iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence (CVE-2024-2961) * Thu Apr 18 2024 zhangnaichuan - 2.38-25 - add Wl,-z,noseparate-code for so * Tue Apr 9 2024 yangpan - 2.38-24 - disable sysboost * Thu Feb 29 2024 Peng Fan - 2.38-23 - LoongArch: sync patch from glibc upstream - Reduced kernel version requirements * Fri Feb 23 Jingxiao Lu - 2.38-22 - malloc: Use __get_nprocs on arena_get2 (BZ 30945) * Tue Feb 6 Qingqing Li - 2.38-21 - arm: Remove wrong ldr from _dl_start_user (BZ 31339) * Mon Feb 5 Qingqing Li - 2.38-20 - x86_64: Optimize ffsll function code size - S390: Fix building with disable mutli arch (BZ 31196) - sparc: Fix broken memset for sparc32 (BZ 31068) - sparc: Remove unwind information from signal return - sparc: Fix sparc64 memmove length comparison (BZ 31266) - sparc: Remove unwind information from signal return stubs (BZ 31244) * Thu Feb 1 Hewenliang - 2.38-19 - backport:fix CVE-2023-6779 CVE-2023-6780 * Wed Jan 31 Qingqing Li - 2.38-18 - backport:fix CVE-2023-6246. * Sat Jan 13 Qingqing Li - 2.38-17 - elf: Add a way to check if tunable is set (BZ 27069) - malloc: Improve MAPE_HUGETLB with glibc.malloc.hugetlb=2 * Wed Jan 3 Qingqing Li - 2.38-16 - backport patches from glibc upstream 2.38 branch * Thu Dec 14 shixuantong - 2.38-15 - elf: Handle non-directory name in search path (BZ 31035) * Fri Dec 8 2023 Qingqing Li - 2.38-14 - elf: Fix wrong break removal from 8ee878592c * Thu Dec 7 2023 Qingqing Li - 2.38-13 - sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ #30789] * Tue Oct 24 2023 Qingqing Li - 2.38-12 - weekly backport patches from glibc upstream 2.38 branch * Sat Oct 7 2023 Qingqing Li - 2.38-11 - backport patches from glibc upstream 2.38 branch * Sat Sep 16 2023 Qingqing Li - 2.38-10 - backport patches from glibc upstream 2.38 branch - revert some customization modification * Fri Sep 15 2023 Qingqing Li - 2.38-9 - fix CVE-2023-4527 * Mon Sep 11 2023 Qingqing Li - 2.38-8 - backport patches from glibc upstream 2.38 branch * Mon Sep 11 2023 Qingqing Li - 2.38-7 - backport patches from glibc upstream 2.38 branch * Mon Sep 11 2023 Qingqing Li - 2.38-6 - stdlib: Improve tst-realpath compatibility with source fortification * Mon Aug 21 2023 longwei - 2.38-5 - add libc.so relocation file for sysboost * Wed Aug 16 2023 chenhaixiang - 2.38-4 - skipping test case building to fix glibc build error on x86 * Mon Aug 7 2023 zhanghao - 2.38-3 - fix Segmentation fault in nss module - fix nss database check reload and get memleak * Wed Aug 2 2023 chenhaixiang - 2.38-2 - use the released glibc 2.38 version * Tue Jul 25 2023 chenhaixiang - 2.38-1 - Pre Update to glibc-2.38 * Tue Jul 11 2023 jiangyingxin - 2.36-18 - Optimizing __random for single-threaded scenarios * Tue Jul 11 2023 lijianglin - 2.36-17 - add the test of the entire GB18030 charmap * Mon Jun 5 2023 li-miaomiao_zhr - 2.36-16 - processing of annotated patch files in spec files * Wed May 10 2023 lijianglin - 2.36-15 - add GB18030-2022 charmap * Mon May 08 2023 laokz - 2.36-14 - Backport RISC-V patches: - stdlib/strfrom: Add copysign to fix NAN issue (from v2.37) - Assume only FLAG_ELF_LIBC6 suport (from v2.37) - Restore libc6 implicit soname logic (from v2.38) * Thu Feb 23 2023 Qingqing Li - 2.36-13 - gmon: Fix allocated buffer overflow (bug 29444) * Wed Feb 1 2023 Yang Yanchao - 2.36-12 - Since the pthread_cond_clockwait@GLIBC_2_28 is introduced in earlier versions, this symbol is required to keep the previous items compatible. * Thu Jan 12 2023 Qingqing Li - 2.36-11 - Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 * Sat Sep 24 2022 Xu Wu - 2.36-10 - syslog: Fix large messages (BZ#29536) * Fri Sep 23 2022 Xu Wu - 2.36-9 - gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583) * Tue Sep 20 2022 SuperHugePan - 2.36-8 - linux: Do not skip d_ino==0 entries in readdir, readdir64(bug 12165) * Thu Sep 8 2022 Qingqing Li - 2.36-7 - add requires between glibc-info and glibc * Thu Sep 1 2022 Qingqing Li - 2.36-6 - syslog:Fix large messages (BZ#29536/CVE-2022-39046) * Tue Aug 16 2022 Qingqing Li - 2.36-5 - linux: Fix enum fsconfig_command detection in * Mon Aug 15 2022 Qingqing Li - 2.36-4 - linux: Fix sys/mount.h usage with kernel headers * Mon Aug 15 2022 Qingqing Li - 2.36-3 - refactoring testsuite whitelist * Wed Aug 10 2022 Qingqing Li - 2.36-2 - aarch64: strcmp delete align for better unixbench performance * Tue Aug 2 2022 Qingqing Li - 2.36-1 - upgrade to 2.36 * Thu Jul 28 2022 Qingqing Li - 2.35-16 - optimize Obsoletes version * Thu Jul 7 2022 Qingqing Li - 2.35-15 - enable -werror by default * Tue Jul 5 2022 Yang Yanchao - 2.35-14 - add libpthread_nonshared.a in glibc-compat-2.17 for old applications * Tue Jun 28 2022 Qingqing Li - 2.35-13 - aarch64: add -mno-outline-atomics to prevent mallocT2_xx performance regression * Mon Jun 27 2022 Qingqing Li - 2.35-12 - x86: use total l3cache size for non_temporal_threshold * Tue Jun 14 2022 Yang Yanchao - 2.35-11 - Use Lua to compile the installation scripts of glibc-common and glibc-locale-archive. * Wed Jun 1 2022 Qingqing Li - 2.35-10 - use locale-archive to prevent basic command performance regression * Thu May 12 2022 jiangheng - 2.35-9 - restore nscd * Wed Mar 30 2022 Yang Yanchao - 2.35-8 - delete the BuildRequires:gcc_secure. * Tue Mar 29 2022 Yang Yanchao - 2.35-7 - mv libc.info.gz* to the package glibc-help * Sat Mar 12 2022 Qingqing Li - 2.35-6 - malloc: use __get_nprocs replace __get_nprocs_sched. * Wed Mar 2 2022 Qingqing Li - 2.35-5 - add chrpath to build requires for removing RPATH/RUNPATH * Tue Mar 1 2022 Qingqing Li - 2.35-4 - remove shared library's RPATH/RUNPATH for security * Tue Feb 22 2022 Qingqing Li - 2.35-3 - tzselect: use region to select timezone * Thu Feb 10 2022 jiangheng12 - 2.35-2 - remove nscd; The functionality nscd currently provides can be achieved by using systemd-resolved for DNS caching and the sssd daemon for everything else * Tue Feb 8 2022 Qingqing Li - 2.35-1 - upgrade to 2.35 * Fri Jan 28 2022 Yang Yanchao - 2.34-39 - refactor the generation mode of the debug package and add correct files to the glibc-debugsource sync form 22.03-LTS * Tue Jan 4 2022 Yang Yanchao - 2.34-38 - testsuit: delete check-installed-headers-c and check-installed-headers-cxx which are checked in CI to improves the compilation speed. - testsuit: delete glibc-benchtest * Sat Dec 25 2021 liusirui - 2.34-37 - ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129] * Fri Dec 24 2021 Qingqing Li - 2.34-36 - do not define tgmath.h fmaxmag, fminmag macros for C2X (BZ #28397) * Fri Dec 24 2021 Qingqing Li - 2.34-35 - io: Fix ftw internal realloc buffer (BZ #28126) * Tue Dec 21 2021 Qingqing Li - 2.34-34 - tst: fix failing nss/tst-nss-files-hosts-long with local resolver use support_open_dev_null_range io/tst-closefrom, mise/tst-close_range, and posix/tst-spawn5(BZ#28260) nptl: add one more barrier to nptl/tst-create1 * Wed Dec 15 2021 Qingqing Li - 2.34-33 - pthread/tst-cancel28: Fix barrier re-init race condition * Thu Dec 9 2021 Yang Yanchao - 2.34-32 - Deleted some unnecessary command when make master.filelist * Thu Dec 9 2021 Yang Yanchao - 2.34-31 - support all Chinese and English by default add zh_* and en_* to glibc-common the size of glibc-common is increased from 1.8MB to 3.5MB * Fri Dec 3 2021 Yang Yanchao - 2.34-30 - turn the default value of x86_rep_stosb_threshold from 2k to 1M * Thu Dec 2 2021 Qingqing Li - 2.34-29 - revert the use of sched_getaffinity [BZ #28310] * Tue Nov 30 2021 Bin Wang - 2.34-28 - Linux: Simplify __opensock and fix race condition [BZ #28353] * Wed Nov 24 2021 Yang Yanchao - 2.34-27 - Refactor the libpthread-2.17.so code and pass all test cases. delete libpthread-2.17.so from glibc-devel * Fri Nov 19 2021 Qingqing Li - 2.34-26 - revert supress -Wcast-qual warnings in bsearch * Mon Nov 15 2021 Qingqing Li - 2.34-25 - fix attribute access mode on getcwd [BZ #27476] - supress -Wcast-qual warnings in bsearch * Mon Nov 15 2021 Qingqing Li - 2.34-24 - elf: fix ld.so crash while loading a DSO with a read-only dynamic section https://sourceware.org/bugzilla/show_bug.cgi?id=28340 * Wed Nov 10 2021 Qingqing Li - 2.34-23 - gconv: Do not emit spurious NUL character in ISO-2022-JP-3, this also fix CVE-2021-43396. uplink: https://sourceware.org/bugzilla/show_bug.cgi?id=28524 * Tue Nov 9 2021 Qingqing Li - 2.34-22 - iconvconfig: Fix behaviour with --prefix uplink: https://sourceware.org/bugzilla/show_bug.cgi?id=28199 * Mon Nov 8 2021 Qingqing Li - 2.34-21 - nptl: pthread_kill race condition issues fixed. uplink: https://sourceware.org/bugzilla/show_bug.cgi?id=19193 https://sourceware.org/bugzilla/show_bug.cgi?id=12889 https://sourceware.org/bugzilla/show_bug.cgi?id=28036 https://sourceware.org/bugzilla/show_bug.cgi?id=28363 https://sourceware.org/bugzilla/show_bug.cgi?id=28407 * Thu Nov 4 2021 Qingqing Li - 2.34-20 - nptl: pthread_kill and pthread_cancel return success for satisfy posix standard. uplink: https://sourceware.org/bugzilla/show_bug.cgi?id=19193 * Fri Oct 29 2021 Qingqing Li - 2.34-19 - aarch64: update a64fx memset not to degrade at 16KB * Thu Oct 28 2021 Qingqing Li - 2.34-18 - use testl instead of andl to check __x86_string_control to avoid updating __x86_string_control * Tue Oct 26 2021 Yang Yanchao - 2.34-17 - Show more debugging information during testsuite * Tue Oct 26 2021 Chuangchuang Fang - 2.34-16 - Use __executable_start as the lowest address for profiling * Tue Oct 26 2021 Yang Yanchao - 2.34-15 - add glibc-compat-2.17 subpackage to provide the function of the glibc-2.17 pthread library. Currently, provide pthread_condition function. * Mon Oct 25 2021 Qingqing Li - 2.34-14 - mtrace fix output with PIE and ASLR. - elf: rtld copy terminating null in tunables strdup. * Mon Oct 25 2021 Qingqing Li - 2.34-13 - fpu: x86-64 optimize load of all bits set into ZMM register. * Tue Oct 19 2021 Yang Yanchao - 2.34-12 - Add locale-archive sub packages to support more languages and reduce memory usage. * Tue Oct 12 2021 Yang Yanchao - 2.34-11 - Add the testsuite whitelist. If a test case out of the trustlist fails, the compilation is interrupted. * Mon Oct 11 2021 Qingqing Li - 2.34-10 - update test memmove.c to cover 16KB. * Wed Sep 29 2021 Qingqing Li - 2.34-9 - elf: drop elf/tls-macros.h in favor of thread tls_mode attribute. - use __ehdr_start for __GLOBAL_OFFSET_TABLE[0] * Wed Sep 29 2021 Qingqing Li - 2.34-8 - fix overflow ittimer tests on 32 bit system * Mon Sep 27 2021 Qingqing Li - 2.34-7 - mtrace: use a static buffer for printing, fix memory leak. upstream link: https://sourceware.org/bugzilla/show_bug.cgi?id=25947 * Sun Sep 26 2021 Qingqing Li - 2.34-6 - elf: Unconditionally use __ehdr_start. - aarch64: Make elf_machine_{load_addr,dynamic} robust [BZ #28203]. upstream link: https://sourceware.org/bugzilla/show_bug.cgi?id=28203 * Fri Sep 17 2021 Qingqing Li - 2.34-5 - aarch64: optimize memset performance. * Fri Sep 17 2021 Qingqing Li - 2.34-4 - backport upstream patches to fix some memory leak and double free bugs * Tue Sep 14 2021 Yang Yanchao - 2.34-3 - add --enable-static-pie in aarch64 * Wed Aug 25 2021 Qingqing Li - 2.34-2 - fix CVE-2021-38604 https://sourceware.org/bugzilla/show_bug.cgi?id=28213 * Thu Aug 5 2021 Qingqing Li - 2.34-1 - upgrade to 2.34. * Fri Jul 23 2021 zhouwenpei - 2.33-7 - remove unnecessary build require. * Sat Jul 3 2021 Qingqing Li - 2.33-6 - malloc: tcache shutdown sequence does not work if the thread never allocated anything. (bug 28028) https://sourceware.org/bugzilla/show_bug.cgi?id=28028 * Thu Jul 1 2021 Qingqing Li - 2.33-5 - wordexp: Use strtoul instead of atoi so that overflow can be detected. (bug 28011) https://sourceware.org/bugzilla/show_bug.cgi?id=28011 * Fri Jun 18 2021 Qingqing Li - 2.33-4 - fix CVE-2021-33574(bug 27896) https://sourceware.org/bugzilla/show_bug.cgi?id=27896 * Tue Apr 27 2021 xuhuijie - 2.33-3 - Fix locales BEP inconsistence, use python to replace same file to hard link * Wed Apr 7 2021 xieliuhua - 2.33-2 - Fix-the-inaccuracy-of-j0f-j1f-y0f-y1f-BZ.patch * Fri Mar 5 2021 Wang Shuo - 2.33-1 - upgrade glibc to 2.33-1 * Tue Jan 26 2021 shanzhikun - 2.31-9 - elf: Allow dlopen of filter object to work [BZ #16272] https://sourceware.org/bugzilla/show_bug.cgi?id=16272 * Fri Jan 8 2021 Wang Shuo - 2.31-8 - Replace "openEuler" by %{_vendor} for versatility * Tue Nov 10 2020 liusirui - 2.31-7 - Fix CVE-2020-27618, iconv accept redundant shift sequences in IBM1364 [BZ #26224] https://sourceware.org/bugzilla/show_bug.cgi?id=26224 * Tue Sep 15 2020 shanzhikun - 2.31-6 - rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]. https://sourceware.org/git/?p=glibc.git;a=commit;h=ffb17e7ba3a5ba9632cee97330b325072fbe41dd * Fri Sep 4 2020 MarsChan - 2.31-5 - For political reasons, remove country selection from tzselect.ksh * Fri Aug 14 2020 Xu Huijie<546391727@qq.com> - 2.31-4 - since the new version of the pthread_cond_wait() function has performance degradation in multi-core scenarios, here is an extra libpthreadcond.so using old version of the function. you can use it by adding LD_PRELOAD=./libpthreadcond.so in front of your program (eg: LD_PRELOAD=./libpthreadcond.so ./test). use with-libpthreadcond to compile it. warning:2.17 version pthread_cond_wait() does not meet the posix standard, you should pay attention when using it. * Fri Jul 24 2020 Wang Shuo - 2.31-3 - backport patch to disable warnings due to deprecated libselinux - symbols used by nss and nscd * Fri Jul 24 2020 Wang Shuo - 2.31-2 - fix CVE-2020-6096 - fix bugzilla 26137, 26214 and 26215 * Thu Jul 9 2020 wuxu - 2.31-1 - upgrade glibc to 2.31-1 - delete build-locale-archive command - delete nsswitch.conf file - replace glibc_post_upgrade function with lua - remove sys/sysctl.h header file - delete stime, ftime function * Tue Jul 7 2020 Wang Shuo - 2.28-45 - disable rpc, it has been splited to libnss and libtirpc - disable parallel compilation * Tue Jul 7 2020 Wang Shuo - 2.28-44 - backup to version 40 * Mon Jul 6 2020 Wang Shuo - 2.28-43 - disable rpc, it has been splited to libnss and libtirpc - disable parallel compilation * Mon Jul 6 2020 Wang Shuo - 2.28-42 - add zh and en to LanguageList * Thu Jul 2 2020 Wang Shuo - 2.28-41 - add filelist to improve the scalability - backport many patch for bugfix * Sat May 30 2020 liqingqing - 2.28-40 - Fix array overflow in backtrace on PowerPC (bug 25423) * Thu May 28 2020 jdkboy - 2.28-39 - Disable compilation warnings temporarily * Tue Apr 28 2020 liqingqing - 2.28-38 - Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487) * Thu Apr 16 2020 wangbin - 2.28-37 - backport Kunpeng patches * Thu Mar 19 2020 yuxiangyang - 2.28-36 - fix build src.rpm error * Fri Mar 13 2020 Wang Shuo - 2.28-35 - exclude conflict files about rpc * Fri Mar 13 2020 Wang Shuo - 2.28-34 - enable obsolete rpc * Tue Mar 10 2020 liqingqing - 2.28-33 - fix use after free in glob when expanding user bug * Wed Feb 26 2020 Wang Shuo - 2.28-32 - remove aditional require for debugutils package * Tue Jan 7 2020 Wang Shuo - 2.28-31 - Fix compile macro * Mon Jan 6 2020 Wang Shuo - 2.28-30 - add obsoletes symbol for language * Fri Dec 20 2019 liqingqing - 2.28-29 - remove country selection from tzselect - fix some bugs https://sourceware.org/git/?p=glibc.git;a=commit;h=1df872fd74f730bcae3df201a229195445d2e18a https://sourceware.org/git/?p=glibc.git;a=commit;h=823624bdc47f1f80109c9c52dee7939b9386d708 https://sourceware.org/git/?p=glibc.git;a=commit;h=bc10e22c90e42613bd5dafb77b80a9ea1759dd1b https://sourceware.org/git/?p=glibc.git;a=commit;h=6c29942cbf059aca47fd4bbd852ea42c9d46b71f https://sourceware.org/git/?p=glibc.git;a=commit;h=31effacee2fc1b327bedc9a5fcb4b83f227c6539 https://sourceware.org/git/?p=glibc.git;a=commit;h=5b06f538c5aee0389ed034f60d90a8884d6d54de https://sourceware.org/git/?p=glibc.git;a=commit;h=57ada43c905eec7ba28fe60a08b93a52d88e26c1 https://sourceware.org/git/?p=glibc.git;a=commit;h=e0e4c321c3145b6ac0e8f6e894f87790cf9437ce https://sourceware.org/git/?p=glibc.git;a=commit;h=182a3746b8cc28784718c8ea27346e97d1423945 https://sourceware.org/git/?p=glibc.git;a=commit;h=02d8b5ab1c89bcef2627d2b621bfb35b573852c2 https://sourceware.org/git/?p=glibc.git;a=commit;h=f59a54ab0c2dcaf9ee946df2bfee9d4be81f09b8 https://sourceware.org/git/?p=glibc.git;a=commit;h=fefa21790b5081e5d04662a240e2efd18603ef86 https://sourceware.org/git/?p=glibc.git;a=commit;h=2bd81b60d6ffdf7e0d22006d69f4b812b1c80513 https://sourceware.org/git/?p=glibc.git;a=commit;h=a55541fd1c4774d483c2d2b4bd17bcb9faac62e7 https://sourceware.org/git/?p=glibc.git;a=commit;h=b6d2c4475d5abc05dd009575b90556bdd3c78ad0 https://sourceware.org/git/?p=glibc.git;a=commit;h=8a80ee5e2bab17a1f8e1e78fab5c33ac7efa8b29 https://sourceware.org/git/?p=glibc.git;a=commit;h=c0fd3244e71db39cef1e2d1d8ba12bb8b7375ce4 - fix CVE-2016-10739 CVE-2019-19126 CVE-2019-6488 - add pie compile option for debug/Makefile and remove -static for build-locale-archive * Fri Dec 20 2019 liusirui - 2.28-28 - Fix null pointer in mtrace * Thu Nov 21 2019 mengxian - 2.28-27 - In x86, configure static pie and cet only with gcc 8 or above * Wed Nov 13 2019 openEuler Buildteam - 2.28-26 - Optimized instructions for Kunpeng processor * Fri Jan 18 2019 openEuler Buildteam - 2.28-25 - Package init