↵ Return to the main page of glibc-langpack-shn
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2023-09-11 | Florian Weimer <fweimer at redhat dot com> - 2.37-5 | - Auto-sync with upstream branch release/2.37/master, commit 1a7cbe52c8955beae477cf9c6d88f4bc04f626c1: - elf: Move l_init_called_next to old place of l_text_end in link map - elf: Remove unused l_text_end field from struct link_map - elf: Always call destructors in reverse constructor order (bug 30785) - elf: Do not run constructors for proxy objects - io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64 - x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745] - x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold. - x86: Fix slight bug in `shared_per_thread` cache size calculation. - x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4` - elf: _dl_find_object may return 1 during early startup (bug 30515) - realloc: Limit chunk reuse to only growing requests [BZ #30579] - io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64 - io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ#30477) - __check_pf: Add a cancellation cleanup handler [BZ #20975] - Ignore MAP_VARIABLE in tst-mman-consts.py |
2023-04-28 | Florian Weimer <fweimer at redhat dot com> - 2.37-4 | - Auto-sync with upstream branch release/2.37/master, commit 7c32cb7dd88cf100b0b412163896e30aa2ee671a: - gmon: Revert addition of tunables to the manual - gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABI |
2023-04-28 | Florian Weimer <fweimer at redhat dot com> - 2.37-3 | - Drop glibc-printf-grouping-swbz30068.patch, applied upstream. - Auto-sync with upstream branch release/2.37/master, commit ff3a71ec1fc02757b38c9c3209118d14dd10c7b6: - gmon: fix memory corruption issues [BZ# 30101] - gmon: improve mcount overflow handling [BZ# 27576] - gmon: Fix allocated buffer overflow (bug 29444) - posix: Fix system blocks SIGCHLD erroneously [BZ #30163] - x86_64: Fix asm constraints in feraiseexcept (bug 30305) - gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151) - stdio-common: tests: don't double-define _FORTIFY_SOURCE - elf: Restore ldconfig libc6 implicit soname logic [BZ #30125] - stdlib: Undo post review change to 16adc58e73f3 [BZ #27749] - elf: Smoke-test ldconfig -p against system /etc/ld.so.cache - NEWS: Document CVE-2023-25139. - Account for grouping in printf width (bug 30068) - Use 64-bit time_t interfaces in strftime and strptime (bug 30053) - LoongArch: Add new relocation types. - cdefs: Limit definition of fortification macros |
2023-04-28 | Florian Weimer <fweimer at redhat dot com> - 2.37-2 | - Explicitly provide ldconfig paths (#2188550) |
2023-02-04 | Carlos O'Donell <carlos at redhat dot com> - 2.37-1 | - Drop already included glibc-dprintf-length.patch patch. - Apply glibc-printf-grouping-swbz30068.patch to fix swbz#30068. - Auto-sync with upstream branch release/2.37/master, commit a704fd9a133bfb10510e18702f48a6a9c88dbbd5: - Create ChangeLog.old/ChangeLog.26. (tag: glibc-2.37) - Prepare for glibc 2.37 release. - x86: Fix strncat-avx2.S reading past length [BZ #30065] - Update install.texi, and regenerate INSTALL. - Update manual/contrib.texi. - Update NEWS file with bug fixes. - Regenerate configure. - Update all PO files in preparation for release. - doc: correct _FORTIFY_SOURCE doc in features.h - libio: Update number of written bytes in dprintf implementation |
2023-01-31 | Florian Weimer <fweimer at redhat dot com> - 2.36.9000-25 | - Apply glibc-dprintf-length.patch to fix dprintf return value regression. - Auto-sync with upstream branch master, commit 2f39e44a8417b4186a7f15bfeac5d0b557e63e03: - Account for octal marker in %#o format (rhbz#2165869) - Use binutils 2.40 branch in build-many-glibcs.py - Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py |
2023-01-25 | Florian Weimer <fweimer at redhat dot com> - 2.36.9000-24 | - Auto-sync with upstream branch master, commit 0d50f477f47ba637b54fb03ac48d769ec4543e8d: - stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039) - Document '%F' format specifier - sparc (64bit): Regenerate ulps - ia64: Regenerate ulps - Update libc.pot for 2.37 release. - x86: Cache computation for AMD architecture. - manual: Fix typo - Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h - Add IPPROTO_L2TP from Linux 6.1 to netinet/in.h - AArch64: Improve strrchr - AArch64: Optimize strnlen - AArch64: Optimize strlen - AArch64: Optimize strcpy - AArch64: Improve strchrnul - AArch64: Optimize strchr - AArch64: Improve strlen_asimd - AArch64: Optimize memrchr - AArch64: Optimize memchr |
2023-01-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.36.9000-23 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
2023-01-17 | Florian Weimer <fweimer at redhat dot com> - 2.36.9000-22 | - Auto-sync with upstream branch master, commit 569cfcc6bf35c28112ca8d7112e9eb4a22bed5b8: - hurd: Fix _NOFLSH value - elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864] - string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444] - scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option - configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS |
2023-01-11 | Patsy Griffin <patsy at redhat dot com> - 2.36.9000-21 | - Auto-sync with upstream branch master, commit 2d2d7e1a8f2e62b442ae8978f0a6c17f385575c4. - configure: Allow user override LD, AR, OBJCOPY, and GPROF - math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444] - sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444] - locale: Use correct buffer size for utf8_sequence_error [BZ #19444] - Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.h - Add _FORTIFY_SOURCE implementation documentation [BZ #28998] - Update copyright dates not handled by scripts/update-copyrights - Update copyright dates with scripts/update-copyrights - Remove trailing whitespace in gmp.h - Remove trailing whitespace - C2x semantics for <tgmath.h> - time: Set daylight to 1 for matching DST/offset change (bug 29951) - Fix ldbl-128 built-in function use - x86: Check minimum/maximum of non_temporal_threshold [BZ #29953] - i686: Regenerate ulps |