Commit Graph

1004 Commits

Author SHA256 Message Date
Andreas Schwab
dbf49f77e5 Accepting request 1110816 from home:Andreas_Schwab:Factory
- Add systemd to passwd, group and shadow lookups (jsc#PED-5188)

OBS-URL: https://build.opensuse.org/request/show/1110816
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=668
2023-09-13 06:51:34 +00:00
Andreas Schwab
d239abb794 Accepting request 1110438 from home:Andreas_Schwab:Factory
- ppc64-flock-fob64.patch: io: Fix record locking contants for powerpc64
  with __USE_FILE_OFFSET64 (BZ #30804)
- libio-io-vtables.patch: libio: Fix oversized __io_vtables
- call-init-proxy-objects.patch: elf: Do not run constructors for proxy
  objects
- dtors-reverse-ctor-order.patch: elf: Always call destructors in reverse
  constructor order (BZ #30785)

OBS-URL: https://build.opensuse.org/request/show/1110438
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=667
2023-09-12 06:37:03 +00:00
Andreas Schwab
25084a9191 Accepting request 1109216 from home:Andreas_Schwab:Factory
- intl-c-utf-8-like-c-locale.patch: intl: Treat C.UTF-8 locale like C
  locale (BZ #16621)
- glibc-disable-gettext-for-c-utf8.patch: Removed

OBS-URL: https://build.opensuse.org/request/show/1109216
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=666
2023-09-06 08:18:53 +00:00
Ana Guerrero
3481e3ba51 Accepting request 1107915 from Base:System
- Add cross-ppc64le package (forwarded request 1107913 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1107915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=278
2023-08-30 08:19:27 +00:00
Andreas Schwab
846369ca9b Accepting request 1107913 from home:Andreas_Schwab:Factory
- Add cross-ppc64le package

OBS-URL: https://build.opensuse.org/request/show/1107913
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=664
2023-08-29 10:52:07 +00:00
Andreas Schwab
78bf8a5668 Accepting request 1105416 from home:Andreas_Schwab:Factory
- posix-memalign-fragmentation.patch: malloc: Enable merging of remainders
  in memalign, remove bin scanning from memalign (BZ #30723)
- Limit build counter sync to i686 flavor, to reduce needs for rebuilds

OBS-URL: https://build.opensuse.org/request/show/1105416
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=663
2023-08-23 07:20:45 +00:00
Andreas Schwab
d2e1bb4b49 Accepting request 1105411 from home:rguenther:branches:Base:System
- Remove not working cross-ppc64le and cross-x86_64 again.

OBS-URL: https://build.opensuse.org/request/show/1105411
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=662
2023-08-23 07:19:10 +00:00
Andreas Schwab
391972d42f Accepting request 1105244 from home:rguenther:branches:Base:System
- Add cross-s390x, cross-ppc64le and cross-x86_64 packages.  [bsc#1214460]

OBS-URL: https://build.opensuse.org/request/show/1105244
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=661
2023-08-22 12:51:19 +00:00
Andreas Schwab
7ca219d3d4 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=660 2023-08-22 12:39:49 +00:00
Andreas Schwab
621320af4e Accepting request 1105262 from home:Andreas_Schwab:Factory
- Require that elf/check-localplt does not fail
- glibc-2.3.90-langpackdir.diff: add hidden alias for __strcpy_chk
- cache-amd-legacy.patch: x86: Fix for cache computation on AMD legacy
  cpus
- cache-intel-shared.patch: x86: Fix incorrect scope of setting
  `shared_per_thread` (BZ# 30745)

OBS-URL: https://build.opensuse.org/request/show/1105262
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=659
2023-08-22 12:33:42 +00:00
Dominique Leuenberger
09998423be Accepting request 1102128 from Base:System
- 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)

OBS-URL: https://build.opensuse.org/request/show/1102128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=277
2023-08-12 13:05:35 +00:00
Andreas Schwab
f252c599f1 Accepting request 1102127 from home:Andreas_Schwab:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/1102127
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=657
2023-08-03 08:05:05 +00:00
Ana Guerrero
1984efcdde Accepting request 1098078 from Base:System
- gshadow-erange-rhandling.patch: gshadow: Matching sgetsgent, sgetsgent_r
  ERANGE handling (BZ #30151)
- system-sigchld-block.patch: posix: Fix system blocks SIGCHLD erroneously
  (BZ #30163)
- gmon-buffer-alloc.patch: gmon: Fix allocated buffer overflow (BZ #29444)
- check-pf-cancel-handler.patch: __check_pf: Add a cancellation cleanup
  handler (BZ #20975)
- powerpc64-fcntl-lock.patch: io: Fix F_GETLK, F_SETLK, and F_SETLKW for
  powerpc64
- realloc-limit-chunk-reuse.patch: realloc: Limit chunk reuse to only
  growing requests (BZ #30579)
- dl-find-object-return.patch: elf: _dl_find_object may return 1 during
  early startup (BZ #30515)

- Need to build with GCC 12 as minimum

- fix-locking-in-_IO_cleanup.patch: Update to final version (forwarded request 1098077 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1098078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=276
2023-07-13 15:17:39 +00:00
Andreas Schwab
98df90238a Accepting request 1098077 from home:Andreas_Schwab:Factory
- gshadow-erange-rhandling.patch: gshadow: Matching sgetsgent, sgetsgent_r
  ERANGE handling (BZ #30151)
- system-sigchld-block.patch: posix: Fix system blocks SIGCHLD erroneously
  (BZ #30163)
- gmon-buffer-alloc.patch: gmon: Fix allocated buffer overflow (BZ #29444)
- check-pf-cancel-handler.patch: __check_pf: Add a cancellation cleanup
  handler (BZ #20975)
- powerpc64-fcntl-lock.patch: io: Fix F_GETLK, F_SETLK, and F_SETLKW for
  powerpc64
- realloc-limit-chunk-reuse.patch: realloc: Limit chunk reuse to only
  growing requests (BZ #30579)
- dl-find-object-return.patch: elf: _dl_find_object may return 1 during
  early startup (BZ #30515)

- Need to build with GCC 12 as minimum

- fix-locking-in-_IO_cleanup.patch: Update to final version

OBS-URL: https://build.opensuse.org/request/show/1098077
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=655
2023-07-11 07:54:23 +00:00
Dominique Leuenberger
3bfb910d95 Accepting request 1089001 from Base:System
- ulp-prologue-into-asm-functions.patch: Add support for livepatches in
  ASM written functions (bsc#1210777)

OBS-URL: https://build.opensuse.org/request/show/1089001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=275
2023-05-31 19:54:04 +00:00
Andreas Schwab
2c9e773b39 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=653 2023-05-25 10:30:00 +00:00
Andreas Schwab
37f9b64fc4 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=652 2023-05-25 09:46:14 +00:00
Andreas Schwab
c22496d4ba Accepting request 1088918 from home:gbelinassi:branches:Base:System
- Add support for livepatches in ASM written functions (bsc#1210777)

OBS-URL: https://build.opensuse.org/request/show/1088918
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=651
2023-05-25 09:15:20 +00:00
Dominique Leuenberger
6e25e7b143 Accepting request 1076855 from Base:System
- getlogin-no-loginuid.patch: getlogin_r: fix missing fallback if loginuid
  is unset (bsc#1209229, BZ #30235) (forwarded request 1076854 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1076855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=274
2023-04-06 13:55:18 +00:00
Andreas Schwab
951bcba4cf Accepting request 1076854 from home:Andreas_Schwab:Factory
- getlogin-no-loginuid.patch: getlogin_r: fix missing fallback if loginuid
  is unset (bsc#1209229, BZ #30235)

OBS-URL: https://build.opensuse.org/request/show/1076854
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=649
2023-04-03 08:55:57 +00:00
Dominique Leuenberger
8cc428fcb2 Accepting request 1073568 from Base:System
- Exclude static archives from preparation for live patching (bnc#1208721) (forwarded request 1073567 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1073568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=273
2023-03-25 17:53:53 +00:00
Andreas Schwab
23e1372019 Accepting request 1073567 from home:Andreas_Schwab:Factory
- Exclude static archives from preparation for live patching (bnc#1208721)

OBS-URL: https://build.opensuse.org/request/show/1073567
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=647
2023-03-21 14:31:39 +00:00
Dominique Leuenberger
a154fa81e9 Accepting request 1063590 from Base:System
- Update to glibc 2.37
  * The getent tool now supports the --no-addrconfig option
  * The dynamic linker no longer loads shared objects from the "tls"
    subdirectories on the library search path or the subdirectory that
    corresponds to the AT_PLATFORM system name, or employs the legacy AT_HWCAP
    search mechanism, which was deprecated in version 2.33
- printf-grouping.patch: Account for grouping in printf width (BZ #30068)
- strftime-time64.patch: Use 64-bit time_t interfaces in strftime and
  strptime (BZ #30053)
- glibcextract-compile-c-snippet.patch, sys-mount-kernel-definition.patch,
  sys-mount-usage.patch, nscd-netlink-cache-invalidation.patch,
  syslog-large-messages.patch, dlmopen-libc-early-init.patch,
  ldd-vdso-dependency.patch, syslog-extra-whitespace.patch,
  errlist-edeadlock.patch, makeflags.patch, get-nscd-addresses.patch,
  x86-64-avx2-string-functions.patch, nscd-aicache.patch,
  dl-debug-bindings.patch, floatn.patch: Removed (forwarded request 1063589 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1063590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=272
2023-02-09 15:21:23 +00:00
Andreas Schwab
b928a76c1b Accepting request 1063589 from home:Andreas_Schwab:Factory
- Update to glibc 2.37
  * The getent tool now supports the --no-addrconfig option
  * The dynamic linker no longer loads shared objects from the "tls"
    subdirectories on the library search path or the subdirectory that
    corresponds to the AT_PLATFORM system name, or employs the legacy AT_HWCAP
    search mechanism, which was deprecated in version 2.33
- printf-grouping.patch: Account for grouping in printf width (BZ #30068)
- strftime-time64.patch: Use 64-bit time_t interfaces in strftime and
  strptime (BZ #30053)
- glibcextract-compile-c-snippet.patch, sys-mount-kernel-definition.patch,
  sys-mount-usage.patch, nscd-netlink-cache-invalidation.patch,
  syslog-large-messages.patch, dlmopen-libc-early-init.patch,
  ldd-vdso-dependency.patch, syslog-extra-whitespace.patch,
  errlist-edeadlock.patch, makeflags.patch, get-nscd-addresses.patch,
  x86-64-avx2-string-functions.patch, nscd-aicache.patch,
  dl-debug-bindings.patch, floatn.patch: Removed

OBS-URL: https://build.opensuse.org/request/show/1063589
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=645
2023-02-07 09:37:31 +00:00
Andreas Schwab
1a1d874f98 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=644 2023-01-16 12:08:37 +00:00
Andreas Schwab
ea28dc0c04 Accepting request 1055810 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798)

OBS-URL: https://build.opensuse.org/request/show/1055810
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=643
2023-01-16 12:07:19 +00:00
Dominique Leuenberger
d6c642c7ad Accepting request 1043381 from Base:System
- floatn.patch: Update _FloatN header support for C++ in GCC 13 (forwarded request 1043380 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1043381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=271
2022-12-22 15:21:24 +00:00
Andreas Schwab
628283035c Accepting request 1043380 from home:Andreas_Schwab:Factory
- floatn.patch: Update _FloatN header support for C++ in GCC 13

OBS-URL: https://build.opensuse.org/request/show/1043380
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=641
2022-12-16 17:37:03 +00:00
Dominique Leuenberger
243ad30c00 Accepting request 1038649 from Base:System
- nscd: Convert to systemd-sysusers (forwarded request 1038504 from gmbr3)

OBS-URL: https://build.opensuse.org/request/show/1038649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=270
2022-11-30 13:58:47 +00:00
Andreas Schwab
9d775dc388 Accepting request 1038504 from home:gmbr3:Active
- nscd: Convert to systemd-sysusers

OBS-URL: https://build.opensuse.org/request/show/1038504
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=639
2022-11-28 11:23:25 +00:00
Dominique Leuenberger
d93b921b1d Accepting request 1031472 from Base:System
- dl-debug-bindings.patch: elf: Reinstate on DL_DEBUG_BINDINGS
  _dl_lookup_symbol_x (bsc#1204710) (forwarded request 1031471 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1031472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=269
2022-10-29 18:14:59 +00:00
Andreas Schwab
f1ca5ecb2f Accepting request 1031471 from home:Andreas_Schwab:Factory
- dl-debug-bindings.patch: elf: Reinstate on DL_DEBUG_BINDINGS
  _dl_lookup_symbol_x (bsc#1204710)

OBS-URL: https://build.opensuse.org/request/show/1031471
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=637
2022-10-27 08:13:00 +00:00
Andreas Schwab
ed46f1a980 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=636 2022-10-24 08:46:37 +00:00
Richard Brown
a62267ef9e Accepting request 1008198 from Base:System
- get-nscd-addresses.patch: get_nscd_addresses: Fix subscript typos (BZ
  #29605)
- x86-64-avx2-string-functions.patch: check for required cpu features in
  AVX2 string functions (BZ #29611)
- nscd-aicache.patch: nscd: Drop local address tuple variable (BZ #29607) (forwarded request 1008197 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1008198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=268
2022-10-07 23:22:43 +00:00
Andreas Schwab
0db4b59100 Accepting request 1008197 from home:Andreas_Schwab:Factory
- get-nscd-addresses.patch: get_nscd_addresses: Fix subscript typos (BZ
  #29605)
- x86-64-avx2-string-functions.patch: check for required cpu features in
  AVX2 string functions (BZ #29611)
- nscd-aicache.patch: nscd: Drop local address tuple variable (BZ #29607)

OBS-URL: https://build.opensuse.org/request/show/1008197
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=634
2022-10-05 12:19:14 +00:00
Dominique Leuenberger
53b57ac92b Accepting request 1005183 from Base:System
- makeflags.patch: Makerules: fix MAKEFLAGS assignment for upcoming
  make-4.4 (BZ# 29564) (forwarded request 1005182 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1005183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=267
2022-09-23 12:14:18 +00:00
Andreas Schwab
3ed180dddc Accepting request 1005182 from home:Andreas_Schwab:Factory
- makeflags.patch: Makerules: fix MAKEFLAGS assignment for upcoming
  make-4.4 (BZ# 29564)

OBS-URL: https://build.opensuse.org/request/show/1005182
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=632
2022-09-21 11:31:47 +00:00
Dominique Leuenberger
95b04c3d41 Accepting request 1002734 from Base:System
- errlist-edeadlock.patch: errlist: add missing entry for EDEADLOCK (BZ
  #29545) (forwarded request 1002733 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1002734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=266
2022-09-15 20:57:21 +00:00
Andreas Schwab
4b3fd7ef7c Accepting request 1002733 from home:Andreas_Schwab:Factory
- errlist-edeadlock.patch: errlist: add missing entry for EDEADLOCK (BZ
  #29545)

OBS-URL: https://build.opensuse.org/request/show/1002733
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=630
2022-09-12 07:59:18 +00:00
Dominique Leuenberger
920663e3ac Accepting request 1001592 from Base:System
- syslog-large-messages.patch: syslog: Fix large messages (CVE-2022-39046,
  bsc#1203011, BZ #29536)
- dlmopen-libc-early-init.patch: elf: Call __libc_early_init for reused
  namespaces (BZ #29528)
- ldd-vdso-dependency.patch: elf: Restore how vDSO dependency is printed
  with LD_TRACE_LOADED_OBJECTS (BZ #29539)
- syslog-extra-whitespace.patch: syslog: Remove extra whitespace between
  timestamp and message (BZ #29544) (forwarded request 1001591 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1001592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=265
2022-09-09 16:22:08 +00:00
Andreas Schwab
4090138272 Accepting request 1001591 from home:Andreas_Schwab:Factory
- syslog-large-messages.patch: syslog: Fix large messages (CVE-2022-39046,
  bsc#1203011, BZ #29536)
- dlmopen-libc-early-init.patch: elf: Call __libc_early_init for reused
  namespaces (BZ #29528)
- ldd-vdso-dependency.patch: elf: Restore how vDSO dependency is printed
  with LD_TRACE_LOADED_OBJECTS (BZ #29539)
- syslog-extra-whitespace.patch: syslog: Remove extra whitespace between
  timestamp and message (BZ #29544)

OBS-URL: https://build.opensuse.org/request/show/1001591
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=628
2022-09-07 07:38:45 +00:00
Dominique Leuenberger
f7ef90e32d Accepting request 1000399 from Base:System
- nscd-netlink-cache-invalidation.patch: nscd: Fix netlink cache
  invalidation if epoll is used (boo#1199964, BZ #29415) (forwarded request 1000398 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1000399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=264
2022-09-02 19:55:57 +00:00
Andreas Schwab
c561de7c3a Accepting request 1000398 from home:Andreas_Schwab:Factory
- nscd-netlink-cache-invalidation.patch: nscd: Fix netlink cache
  invalidation if epoll is used (boo#1199964, BZ #29415)

OBS-URL: https://build.opensuse.org/request/show/1000398
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=626
2022-08-31 07:58:47 +00:00
Dominique Leuenberger
d620a371ae Accepting request 996258 from Base:System
- glibcextract-compile-c-snippet.patch: glibcextract.py: Add
  compile_c_snippet
- sys-mount-kernel-definition.patch: linux: Mimic kernel definition for
  BLOCK_SIZE
- sys-mount-usage.patch: linux: Fix sys/mount.h usage with kernel headers (forwarded request 996255 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/996258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=263
2022-08-27 09:47:42 +00:00
Andreas Schwab
ea78a116b4 Accepting request 996255 from home:Andreas_Schwab:Factory
- glibcextract-compile-c-snippet.patch: glibcextract.py: Add
  compile_c_snippet
- sys-mount-kernel-definition.patch: linux: Mimic kernel definition for
  BLOCK_SIZE
- sys-mount-usage.patch: linux: Fix sys/mount.h usage with kernel headers

OBS-URL: https://build.opensuse.org/request/show/996255
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=624
2022-08-16 07:55:01 +00:00
Andreas Schwab
c370aa9ab8 Accepting request 992472 from home:Andreas_Schwab:Factory
- Update to glibc 2.36
  Major new features:
  * Support for DT_RELR relative relocation format has been added to
    glibc
  * On Linux, the pidfd_open, pidfd_getfd, and pidfd_send_signal functions
    have been added
  * On Linux, the process_madvise function has been added
  * On Linux, the process_mrelease function has been added
  * The “no-aaaa” DNS stub resolver option has been added
  * On Linux, the fsopen, fsmount, move_mount, fsconfig, fspick, open_tree,
    and mount_setattr have been added
  * localedef now accepts locale definition files encoded in UTF-8
  * Support for the mbrtoc8 and c8rtomb multibyte/UTF-8 character conversion
    functions has been added per the ISO C2X N2653 and C++20 P0482R6 proposals
  * The functions arc4random, arc4random_buf, and arc4random_uniform have been
    added
  Deprecated and removed features, and other changes affecting compatibility:
  * Support for prelink will be removed in the next release
  * The Linux kernel version check has been removed along with the
    LD_ASSUME_KERNEL environment variable
  * On Linux, The LD_LIBRARY_VERSION environment variable has been removed
- get-nprocs-sched-uninit-read.patch, get-nprocs-inaccurate.patch,
  strcmp-rtm-fallback.path, pt-load-invalid-hole.patch,
  localedef-ld-monetary.patch, nptl-spurious-eintr.patch,
  strncpy-power9-vsx.patch, nptl-cleanup-async-restore.patch,
  read-chk-cancel.patch, wcrtomb-fortify.patch,
  nptl-cleanup-async-restore-2.patch: Removed

OBS-URL: https://build.opensuse.org/request/show/992472
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=623
2022-08-03 08:11:26 +00:00
Richard Brown
66bfcbf3a1 Accepting request 989182 from Base:System
- nptl-cleanup-async-restore-2.patch: nptl: Fix
  ___pthread_unregister_cancel_restore asynchronous restore (bsc#1200093,
  BZ #29214) (forwarded request 989181 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/989182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=262
2022-07-19 15:18:53 +00:00
Andreas Schwab
0432c11393 Accepting request 989181 from home:Andreas_Schwab:Factory
- nptl-cleanup-async-restore-2.patch: nptl: Fix
  ___pthread_unregister_cancel_restore asynchronous restore (bsc#1200093,
  BZ #29214)

OBS-URL: https://build.opensuse.org/request/show/989181
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=621
2022-07-14 13:53:09 +00:00
Dominique Leuenberger
acc3f2c901 Accepting request 985279 from Base:System
- read-chk-cancel.patch: debug: make __read_chk a cancellation point
  (bsc#1200682, BZ #29274)
- wcrtomb-fortify.patch: wcrtomb: Make behavior POSIX compliant
  (bsc#1200688) (forwarded request 985277 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/985279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=261
2022-06-29 14:00:10 +00:00
Andreas Schwab
ca95c9308e Accepting request 985277 from home:Andreas_Schwab:Factory
- read-chk-cancel.patch: debug: make __read_chk a cancellation point
  (bsc#1200682, BZ #29274)
- wcrtomb-fortify.patch: wcrtomb: Make behavior POSIX compliant
  (bsc#1200688)

OBS-URL: https://build.opensuse.org/request/show/985277
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=619
2022-06-27 09:59:57 +00:00