Standard Shared Libraries (from the GNU C Library)
The GNU C Library provides the most important standard libraries used
by nearly all programs: the standard C library, the standard math
library, and the POSIX thread library. A system is not functional
without these libraries.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
15
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/glibc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000308 308 Bytes | |
_multibuild | 0000000181 181 Bytes | |
add-locales.patch | 0000000805 805 Bytes | |
baselibs.conf | 0000000818 818 Bytes | |
bindresvport.blacklist | 0000000415 415 Bytes | |
glibc-2.3.2.no_archive.diff | 0000001446 1.41 KB | |
glibc-2.3.3-nscd-db-path.diff | 0000000901 901 Bytes | |
glibc-2.3.90-langpackdir.diff | 0000001066 1.04 KB | |
glibc-2.38.tar.xz | 0018913712 18 MB | |
glibc-2.38.tar.xz.sig | 0000000833 833 Bytes | |
glibc-2.4-china.diff | 0000000716 716 Bytes | |
glibc-2.4.90-no_NO.diff | 0000002085 2.04 KB | |
glibc-bindresvport-blacklist.diff | 0000003587 3.5 KB | |
glibc-disable-gettext-for-c-utf8.patch | 0000000486 486 Bytes | |
glibc-fix-double-loopback.diff | 0000001052 1.03 KB | |
glibc-nscd.conf.patch | 0000000541 541 Bytes | |
glibc-nsswitch-usr.diff | 0000000432 432 Bytes | |
glibc-resolv-mdnshint.diff | 0000000777 777 Bytes | |
glibc-version.diff | 0000000787 787 Bytes | |
glibc.changes | 0000349408 341 KB | |
glibc.keyring | 0000074277 72.5 KB | |
glibc.rpmlintrc | 0000000908 908 Bytes | |
glibc.spec | 0000038670 37.8 KB | |
iconv-error-verbosity.patch | 0000001023 1023 Bytes | |
ldconfig-concurrency.patch | 0000001848 1.8 KB | |
manpages.patch | 0000000738 738 Bytes | |
manpages.tar.bz2 | 0000007405 7.23 KB | |
nscd-server-user.patch | 0000000351 351 Bytes | |
nscd.conf | 0000000027 27 Bytes | |
nscd.service | 0000000540 540 Bytes | |
nscd.sysusers | 0000000098 98 Bytes | |
nss-db-path.patch | 0000001327 1.3 KB | |
nsswitch.conf | 0000002190 2.14 KB | |
ulp-prologue-into-asm-functions.patch | 0000008327 8.13 KB |
Revision 277 (latest revision is 295)
Dominique Leuenberger (dimstar_suse)
accepted
request 1102128
from
Andreas Schwab (Andreas_Schwab)
(revision 277)
- Update to glibc 2.38 * When C2X features are enabled and the base argument is 0 or 2, the following functions support binary integers prefixed by 0b or 0B as input * PRIb*, PRIB* and SCNb* macros from C2X have been added to <inttypes.h>. * printf-family functions now support the wN format length modifiers for arguments of type intN_t, int_leastN_t, uintN_t or uint_leastN_t and the wfN format length modifiers for arguments of type int_fastN_t or uint_fastN_t, as specified in draft ISO C2X * A new tunable, glibc.pthread.stack_hugetlb, can be used to disable Transparent Huge Pages (THP) in stack allocation at pthread_create * Vector math library libmvec support has been added to AArch64 * The strlcpy and strlcat functions have been added * CVE-2023-25139: When the printf family of functions is called with a format specifier that uses an <apostrophe> (enable grouping) and a minimum width specifier, the resulting output could be larger than reasonably expected by a caller that computed a tight bound on the buffer size - Enable build with _FORTIFY_SOURCE - glibc-2.3.90-langpackdir.diff: avoid reference to __strcpy_chk - iconv-error-verbosity.patch: iconv: restore verbosity with unrecognized encoding names (BZ #30694) - printf-grouping.patch, strftime-time64.patch, getlogin-no-loginuid.patch, fix-locking-in-_IO_cleanup.patch, gshadow-erange-rhandling.patch, system-sigchld-block.patch, gmon-buffer-alloc.patch, check-pf-cancel-handler.patch, powerpc64-fcntl-lock.patch, realloc-limit-chunk-reuse.patch, dl-find-object-return.patch; Removed (forwarded request 1102127 from Andreas_Schwab)
Comments 1
This update (version 2.39) breaks USB passthru for all Virtualbox virtual machines. Reversion to version 2.38 restores functionality.