Commit Graph

453 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
Andreas Schwab
5e378213bf Accepting request 981499 from home:Andreas_Schwab:Factory
- Set SUSE_ZNOW=0

OBS-URL: https://build.opensuse.org/request/show/981499
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=617
2022-06-09 12:04:12 +00:00
Andreas Schwab
81fec1e654 Accepting request 981453 from home:Andreas_Schwab:Factory
- strncpy-power9-vsx.patch: powerpc: Fix VSX register number on
  __strncpy_power9 (BZ #29197)
- nptl-cleanup-async-restore.patch: nptl: Fix __libc_cleanup_pop_restore
  asynchronous restore (bsc#1200093, BZ #29214)

OBS-URL: https://build.opensuse.org/request/show/981453
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=616
2022-06-09 07:52:40 +00:00
Andreas Schwab
da57f2c50a Accepting request 977802 from home:Andreas_Schwab:Factory
- nptl-spurious-eintr.patch: nptl: Handle spurious EINTR when thread
  cancellation is disabled (BZ #29029)

OBS-URL: https://build.opensuse.org/request/show/977802
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=614
2022-05-17 15:03:34 +00:00
Andreas Schwab
804195f6ef Accepting request 976682 from home:dimstar:Factory
- Follow the distro default gcc version to build the cross
  bootstrap packages.

OBS-URL: https://build.opensuse.org/request/show/976682
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=613
2022-05-12 15:29:47 +00:00
5ff6da67bf - switched to https urls
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=612
2022-04-29 10:48:50 +00:00
Andreas Schwab
9bc2056b1a Accepting request 958081 from home:Andreas_Schwab:Factory
- get-nprocs-sched-uninit-read.patch: linux: __get_nprocs_sched: do not
  feed CPU_COUNT_S with garbage (BZ #28850)
- get-nprocs-inaccurate.patch: linux: fix accuracy of get_nprocs and
  get_nprocs_conf (BZ #28865)
- strcmp-rtm-fallback.path: x86: Fallback {str|wcs}cmp RTM in the ncmp
  overflow case (BZ #28896)
- pt-load-invalid-hole.patch: elf: Check invalid hole in PT_LOAD segments
  (BZ #28838)
- localedef-ld-monetary.patch: localedef: Update LC_MONETARY handling (BZ
  #28845)

OBS-URL: https://build.opensuse.org/request/show/958081
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=611
2022-02-28 16:12:13 +00:00
Andreas Schwab
3955683696 Accepting request 951353 from home:Andreas_Schwab:Factory
- Update to glibc 2.35
  Major new features:
  * Unicode 14.0.0 Support
  * Bump r_version in the debugger interface to 2
  * Support for the C.UTF-8 locale has been added to glibc
  * <math.h> functions that round their results to a narrower type, and
    corresponding <tgmath.h> macros, are added from TS 18661-1:2014, TS
    18661-3:2015 and draft ISO C2X
  * <math.h> functions for floating-point maximum and minimum,
    corresponding to new operations in IEEE 754-2019, and corresponding
    <tgmath.h> macros, are added from draft ISO C2X
  * <math.h> macros for single-precision float constants are added as a
    GNU extension
  * The __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__ macros are
    predefined as specified in TS 18661-1:2014
  * The exp10 functions in <math.h> now have a corresponding type-generic
    macro in <tgmath.h>
  * The ISO C2X macro _PRINTF_NAN_LEN_MAX has been added to <stdio.h>
  * printf-family functions now support the %b format for output of
    integers in binary, as specified in draft ISO C2X, and the %B variant
    of that format recommended by draft ISO C2X
  * A new DSO sorting algorithm has been added in the dynamic linker that uses
    topological sorting by depth-first search (DFS), solving performance issues
    of the existing sorting algorithm when encountering particular circular
    object dependency cases
  * A new tunable, glibc.rtld.dynamic_sort, can be used to select between
    the two DSO sorting algorithms
  * ABI support for a new function '__memcmpeq'. '__memcmpeq' is meant
    to be used by compilers for optimizing usage of 'memcmp' when its
    return value is only used for its boolean status

OBS-URL: https://build.opensuse.org/request/show/951353
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=610
2022-02-03 16:39:47 +00:00
Andreas Schwab
a8d047aa30 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=609 2022-01-06 08:51:26 +00:00
Andreas Schwab
39e714c451 Accepting request 934053 from home:matz2:branches:Base:System
- Enable building the cross packages in rings.
We need this because also the cross compilers are built
in the rings.  OBS meanwhile has better support for multibuild
packages split over different rings, so it's not necessary anymore
do special case rings.

OBS-URL: https://build.opensuse.org/request/show/934053
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=608
2021-11-26 21:11:57 +00:00
Andreas Schwab
b7416ef011 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=607 2021-11-17 15:21:04 +00:00
Andreas Schwab
95c3ec44db Accepting request 931976 from home:gbelinassi
- Add ExtraBuildFlags for build flags that cannot be passed to configure.

------------------( below changes from previous sr )---------------------------
- Pass livepatchable flags directly to make.
- Add optional support for livepatches (JSC #SLE-20049).
- Generate ipa-clones tarball artifact when livepatch support is enabled.

Userspace Livepatching allows your application to be updated without restarting. For a library to be livepatchable, it has to be compiled with special flags (-fpatchable-functions-entry=X,Y).

To aid the development of livepatches, ipa-clones are also generated in the build process and packed into a livepatch-devel package. This package is meant to be used by developers during their workflow: these files contains log of changes that gcc did in the compiled code that may change code layout, which must be accounted when developing a livepatch. For instance, livepatching a function which is inlined requires livepatching every function that calls it. Tools that use such files already exists in kernel-livepatching and we aim porting them to userspace livepatching as well.

OBS-URL: https://build.opensuse.org/request/show/931976
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=606
2021-11-17 15:17:26 +00:00
Andreas Schwab
4d4a3834ee Accepting request 923222 from home:Andreas_Schwab:Factory
- ld-show-auxv-colon.patch: elf: Fix missing colon in LD_SHOW_AUXV output
  (BZ #282539
- x86-string-control-test.patch: x86-64: Use testl to check
  __x86_string_control
- pthread-kill-fail-after-exit.patch: nptl: pthread_kill, pthread_cancel
  should not fail after exit (BZ #19193)
- pthread-kill-race-thread-exit.patch: nptl: Fix race between pthread_kill
  and thread exit (BZ #12889)
- getcwd-attribute-access.patch: posix: Fix attribute access mode on
  getcwd (BZ #27476)
- pthread-kill-return-esrch.patch: nptl: pthread_kill needs to return
  ESRCH for old programs (BZ #19193)
- pthread-mutexattr-getrobust-np-type.patch: nptl: Fix type of
  pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust_np (BZ
  #28036)
- setxid-deadlock-blocked-signals.patch: nptl: Avoid setxid deadlock with
  blocked signals in thread exit (BZ #28361)
- pthread-kill-send-specific-thread.patch: nptl: pthread_kill must send
  signals to a specific thread (BZ #28407)
- sysconf-nprocessors-affinity.patch: linux: Revert the use of
  sched_getaffinity on get_nproc (BZ #28310)
- iconv-charmap-close-output.patch: renamed from
  icon-charmap-close-output.patch

OBS-URL: https://build.opensuse.org/request/show/923222
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=604
2021-10-05 12:30:15 +00:00
Andreas Schwab
d6ae5339fb Accepting request 911560 from home:Andreas_Schwab:Factory
- Don't create separate debuginfo packages for cross packages

- ldconfig-leak-empty-paths.patch: ldconfig: avoid leak on empty paths in
  config file
- gconv-parseconfdir-memory-leak.patch: gconv_parseconfdir: Fix memory leak
- gaiconf-init-double-free.patch: gaiconf_init: Avoid double-free in label
  and precedence lists
- copy-and-spawn-sgid-double-close.patch: copy_and_spawn_sgid: Avoid
  double calls to close()
- icon-charmap-close-output.patch: iconv_charmap: Close output file when
  done
- fcntl-time-bits-64-redirect.patch: Linux: Fix fcntl, ioctl, prctl
  redirects for _TIME_BITS=64 (BZ #28182)
- librt-null-pointer.patch: librt: fix NULL pointer dereference (BZ
  #28213)

OBS-URL: https://build.opensuse.org/request/show/911560
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=603
2021-08-12 08:36:15 +00:00
Andreas Schwab
acd6b8d9f3 Accepting request 911264 from home:matz2:cross
- Add cross development packages for aarch64 and riscv64.

OBS-URL: https://build.opensuse.org/request/show/911264
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=602
2021-08-11 12:09:30 +00:00
Andreas Schwab
a589b37fb7 Accepting request 909816 from home:Andreas_Schwab:Factory
- Update to glibc 2.34
  Major new features:
  * When _DYNAMIC_STACK_SIZE_SOURCE or _GNU_SOURCE are defined,
    PTHREAD_STACK_MIN is no longer constant and is redefined to
    sysconf(_SC_THREAD_STACK_MIN)
  * Add _SC_MINSIGSTKSZ and _SC_SIGSTKSZ
  * The dynamic linker implements the --list-diagnostics option, printing
    a dump of information related to IFUNC resolver operation and
    glibc-hwcaps subdirectory selection
  * On Linux, the function execveat has been added
  * The ISO C2X function timespec_getres has been added
  * The feature test macro __STDC_WANT_IEC_60559_EXT__, from draft ISO
    C2X, is supported to enable declarations of functions defined in Annex F
    of C2X
  * Add support for 64-bit time_t on configurations like x86 where time_t
    is traditionally 32-bit
  * The main gconv-modules file in glibc now contains only a small set of
    essential converter modules and the rest have been moved into a supplementary
    configuration file gconv-modules-extra.conf in the gconv-modules.d directory
    in the same GCONV_PATH
  * On Linux, a new tunable, glibc.pthread.stack_cache_size, can be used
    to configure the size of the thread stack cache
  * The function _Fork has been added as an async-signal-safe fork replacement
    since Austin Group issue 62 droped the async-signal-safe requirement for
    fork (and it will be included in the future POSIX standard)
  * On Linux, the close_range function has been added
  * The function closefrom has been added
  * The posix_spawn_file_actions_closefrom_np function has been added, enabling
    posix_spawn and posix_spawnp to close all file descriptors great than or
    equal to a giver integer

OBS-URL: https://build.opensuse.org/request/show/909816
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=601
2021-08-02 14:53:08 +00:00
Andreas Schwab
73b0bc57c8 Accepting request 900350 from home:lnussel:usrmove
- Enable usrmerge in Factory always as it's default there
- Add conflict with pre-usrmerge filesystem package

OBS-URL: https://build.opensuse.org/request/show/900350
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=599
2021-06-16 14:37:05 +00:00
Andreas Schwab
75f810d685 Accepting request 899090 from home:Andreas_Schwab:Factory
- mq-notify-use-after-free.patch: Use __pthread_attr_copy in mq_notify
  (CVE-2021-33574, bsc#1186489, BZ #27896)
- Drop glibc-usrmerge-bootstrap-helper package

OBS-URL: https://build.opensuse.org/request/show/899090
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=597
2021-06-10 16:46:48 +00:00
Andreas Schwab
cdefcafa37 Accepting request 895836 from home:Andreas_Schwab:Factory
- tst-cpu-features-amx.patch: x86: tst-cpu-features-supports.c: Update AMX
  check

OBS-URL: https://build.opensuse.org/request/show/895836
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=595
2021-05-27 19:26:46 +00:00
Andreas Schwab
c82c4041fc Accepting request 895511 from home:Andreas_Schwab:Factory
- rawmemchr-warning.patch: string: Work around GCC PR 98512 in rawmemchr

OBS-URL: https://build.opensuse.org/request/show/895511
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=594
2021-05-26 10:27:44 +00:00
Andreas Schwab
361742413c Accepting request 890373 from home:Andreas_Schwab:Factory
- nptl-db-libpthread-load-order.patch: nptl_db: Support different
  libpthread/ld.so load orders (bscn#1184214, BZ #27744)

OBS-URL: https://build.opensuse.org/request/show/890373
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=591
2021-05-04 13:27:53 +00:00
Andreas Schwab
97cf158760 Accepting request 885029 from home:Andreas_Schwab:Factory
- Enable support for static PIE (bsc#1184646)
- select-modify-timeout.patch: linux: always update select timeout
  (bsc#1184339, BZ #27706)

OBS-URL: https://build.opensuse.org/request/show/885029
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=589
2021-04-13 14:29:17 +00:00
Andreas Schwab
67ea2f3a6c Accepting request 884677 from home:Andreas_Schwab:Factory
- Don't remove -f[asynchronous-]unwind-tables during configure run, no
  longer needed

OBS-URL: https://build.opensuse.org/request/show/884677
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=588
2021-04-12 13:42:33 +00:00
Andreas Schwab
33836751f9 Accepting request 878144 from home:Andreas_Schwab:Factory
OBS-URL: https://build.opensuse.org/request/show/878144
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=586
2021-03-10 10:18:01 +00:00
Andreas Schwab
47a70fb50a Accepting request 877767 from home:Andreas_Schwab:Factory
- nss-database-check-reload.patch: nsswitch: return result when nss
  database is locked (BZ #27343)
- nss-load-chroot.patch: nss: Re-enable NSS module loading after chroot
  (bsc#1182323, BZ #27389)
- x86-isa-level.patch: x86: Set minimum x86-64 level marker (bsc#1182522,
  BZ #27318)
- nss-database-lookup.patch: nss: fix nss_database_lookup2's alternate
  handling (bsc#1182247, BZ #27416)
- nss-revert-api.patch: remove
- nscd-netgroupcache.patch: nscd: Fix double free in netgroupcache
  (CVE-2021-27645, bsc#1182733, BZ #27462)

OBS-URL: https://build.opensuse.org/request/show/877767
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=585
2021-03-08 15:03:02 +00:00
Andreas Schwab
b855cdeb01 Accepting request 876230 from home:Andreas_Schwab:Factory
- Disable x86 ISA level for now (bsc#1182522, BZ #27318)
- nss-revert-api.patch: Workaround for nss-compat brokeness (bsc#1182247,
  BZ #27416)

OBS-URL: https://build.opensuse.org/request/show/876230
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=583
2021-03-02 13:18:55 +00:00
Andreas Schwab
e4be57d504 Accepting request 876196 from home:Andreas_Schwab:Factory
- Fix build of utils flavor for usrmerge

OBS-URL: https://build.opensuse.org/request/show/876196
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=582
2021-03-02 10:45:08 +00:00
Andreas Schwab
63fb16c6c1 Accepting request 873391 from home:Andreas_Schwab:Factory
- Prepare for usrmerge (bsc#1029961)

OBS-URL: https://build.opensuse.org/request/show/873391
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=580
2021-02-18 13:40:31 +00:00
Andreas Schwab
473f2a92cd Accepting request 872846 from home:Guillaume_G:branches:Base:System
- Add --enable-memory-tagging for aarch64

OBS-URL: https://build.opensuse.org/request/show/872846
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=579
2021-02-16 15:33:24 +00:00
Andreas Schwab
aa7f55e9fc Accepting request 868599 from home:Andreas_Schwab:Factory
- Update to glibc 2.33
  * The dynamic linker accepts the --list-tunables argument which prints
    all the supported tunables.
  * The dynamic linker accepts the --argv0 argument and provides opportunity
    to change argv[0] string.
  * The dynamic linker loads optimized implementations of shared objects
    from subdirectories under the glibc-hwcaps directory on the library
    search path if the system's capabilities meet the requirements for
    that subdirectory.
  * The new --help option of the dynamic linker provides usage and
    information and library search path diagnostics.
  * The mallinfo2 function is added to report statistics as per mallinfo,
    but with larger field widths to accurately report values that are
    larger than fit in an integer.
  * Add <sys/platform/x86.h> to provide query macros for x86 CPU features.
  * A new fortification level _FORTIFY_SOURCE=3 is available.
  * The mallinfo function is marked deprecated.
  * When dlopen is used in statically linked programs, alternative library
    implementations from HWCAP subdirectories are no longer loaded.
  * The deprecated <sys/vtimes.h> header and the function vtimes have been
    removed.
  * On s390(x), the type float_t is now derived from the macro
    __FLT_EVAL_METHOD__ that is defined by the compiler, instead of being
    hardcoded to double.
  * A future version of glibc will stop loading shared objects from the
    "tls" subdirectories on the library search path, the subdirectory that
    corresponds to the AT_PLATFORM system name, and also stop employing
    the legacy AT_HWCAP search mechanism.
  * CVE-2021-3326: An assertion failure during conversion from the
    ISO-20220-JP-3 character set using the iconv function has been fixed.

OBS-URL: https://build.opensuse.org/request/show/868599
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=577
2021-02-02 11:37:02 +00:00
Andreas Schwab
5f38c0099e Accepting request 864620 from home:Andreas_Schwab:Factory
- Remove support for %optimize_power
- Move to power4 baseline on ppc

OBS-URL: https://build.opensuse.org/request/show/864620
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=576
2021-01-20 10:10:56 +00:00
Andreas Schwab
71ba03d4de Accepting request 856525 from home:Andreas_Schwab:Factory
- aarch64-static-pie.patch: fix static PIE start code for BTI
  (bsc#1179450, BZ #27068)
- iconv-redundant-shift.patch: iconv: Accept redundant shift sequences in
  IBM1364 (CVE-2020-27618, bsc#1178386, BZ #26224)
- iconv-ucs4-loop-bounds.patch: iconv: Fix incorrect UCS4 inner loop
  bounds (CVE-2020-29562, bsc#1179694, BZ #26923)
- printf-long-double-non-normal.patch: x86: Harden printf against
  non-normal long double values (CVE-2020-29573, bsc#1179721, BZ #26649)
- get-nprocs-cpu-online-parsing.patch: Fix parsing of
  /sys/devices/system/cpu/online (bsc#1180038, BZ #25859)

OBS-URL: https://build.opensuse.org/request/show/856525
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=574
2020-12-16 16:31:56 +00:00
Andreas Schwab
f1d8923af9 Accepting request 847890 from home:Andreas_Schwab:Factory
- intl-codeset-suffixes.patch: intl: Handle translation output codesets
  with suffixes (BZ #26383)
- strerrorname-np.patch: string: Fix strerrorname_np return value (BZ
  #26555)
- sysvipc.patch: sysvipc: Fix SEM_STAT_ANY kernel argument pass (BZ
  #26637, BZ #26639, BZ #26636)

OBS-URL: https://build.opensuse.org/request/show/847890
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=572
2020-11-11 15:20:35 +00:00
Andreas Schwab
88dbb21c8e Accepting request 844127 from home:rguenther:branches:Base:System
- Use --enable-cet on x86_64 to instrument glibc for indirect branch
  tracking and shadow stack use.  Enable indirect branch tracking
  and shadow stack in the dynamic loader.  [jsc#PM-2110] [bsc#1175154]

OBS-URL: https://build.opensuse.org/request/show/844127
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=570
2020-10-28 10:40:07 +00:00
Andreas Schwab
07fe597177 Accepting request 832940 from home:Andreas_Schwab:Factory
- Keep nsswitch.conf in /etc for SLES15
- syslog-locking.patch: Correct locking and cancellation cleanup in syslog
  functions (bsc#1172085, BZ #26100)
- ifunc-fma4.patch: x86-64: Fix FMA4 detection in ifunc (BZ #26534)

OBS-URL: https://build.opensuse.org/request/show/832940
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=568
2020-09-08 09:28:40 +00:00
Andreas Schwab
fcfeca27fe Accepting request 824657 from home:Andreas_Schwab:Factory
- Update to glibc 2.32
  * Unicode 13.0.0 Support
  * New locale added: ckb_IQ
  * The GNU C Library now loads audit modules listed in the DT_AUDIT and
    DT_DEPAUDIT dynamic section entries of the main executable
  * powerpc64le supports IEEE128 long double libm/libc redirects when
    using the -mabi=ieeelongdouble to compile C code on supported GCC
    toolchains
  * To help detect buffer overflows and other out-of-bounds accesses
    several APIs have been annotated with GCC 'access' attribute
  * On Linux, functions the pthread_attr_setsigmask_np and
    pthread_attr_getsigmask_np have been added
  * The GNU C Library now provides the header file <sys/single_threaded.h>
    which declares the variable __libc_single_threaded
  * The functions sigabbrev_np and sigdescr_np have been added
  * The functions strerrorname_np and strerrordesc_np have been added
  * AArch64 now supports standard branch protection security hardening
    in glibc when it is built with a GCC that is configured with
    --enable-standard-branch-protection (or if -mbranch-protection=standard
    flag is passed when building both GCC target libraries and glibc,
    in either case a custom GCC is needed)
  * The deprecated <sys/sysctl.h> header and the sysctl function have been
    removed
  * The sstk function is no longer available to newly linked binaries
  * The legacy signal handling functions siginterrupt, sigpause, sighold,
    sigrelse, sigignore and sigset, and the sigmask macro have been
    deprecated
  * ldconfig now defaults to the new format for ld.so.cache
  * The deprecated arrays sys_siglist, _sys_siglist, and sys_sigabbrev
    are no longer available to newly linked binaries, and their declarations

OBS-URL: https://build.opensuse.org/request/show/824657
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=567
2020-08-06 09:17:04 +00:00
Andreas Schwab
129004b05a Accepting request 816574 from home:Andreas_Schwab:Factory
- long-double-alias.patch: Fix build with GCC 10 when long double = double
- nscd-gc-cycle.patch: nscd: bump GC cycle during cache pruning
  (bsc#1171878, BZ #26130)

OBS-URL: https://build.opensuse.org/request/show/816574
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=565
2020-06-23 11:59:46 +00:00
Andreas Schwab
0c1833dfc6 Accepting request 807178 from home:Andreas_Schwab:Factory
- glibc-nsswitch-usr.diff: read /usr/etc/nsswitch.conf if
  /etc/nsswitch.conf does not exist
- Install default nsswitch.conf in /usr/etc
- Don't install gai.conf in /etc

OBS-URL: https://build.opensuse.org/request/show/807178
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=563
2020-05-19 10:03:06 +00:00
Andreas Schwab
7f8046cfb0 osc copypac from project:Base:System package:glibc revision:558
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=562
2020-05-07 10:31:57 +00:00
Andreas Schwab
73548df098 Accepting request 800973 from home:lnussel:branches:Base:System
- install nsswitch.conf in /usr
- package gai.conf as %doc only. The default config is empty so not needed.
- move gconv modules to separate subpackage

OBS-URL: https://build.opensuse.org/request/show/800973
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=559
2020-05-07 09:13:48 +00:00
Andreas Schwab
da64db43be Accepting request 796476 from home:Andreas_Schwab:Factory
- Split off %lang_package

OBS-URL: https://build.opensuse.org/request/show/796476
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=557
2020-04-23 10:06:33 +00:00
Andreas Schwab
3715880bfc Accepting request 795854 from home:Andreas_Schwab:Factory
- Split off %lang_package

OBS-URL: https://build.opensuse.org/request/show/795854
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=556
2020-04-20 14:05:31 +00:00
Andreas Schwab
128ba887d3 Accepting request 784366 from home:Andreas_Schwab:Factory
- riscv-syscall-clobber.patch: riscv: Avoid clobbering register parameters
  in syscall
- ldbl-96-rem-pio2l.patch: Avoid ldbl-96 stack corruption from range
  reduction of pseudo-zero (CVE-2020-10029, bsc#1165784, BZ #25487)

OBS-URL: https://build.opensuse.org/request/show/784366
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=554
2020-03-12 16:18:04 +00:00
Andreas Schwab
ae7d54a91d Accepting request 769468 from home:Andreas_Schwab:Factory
- Update to glibc 2.31
  * The GNU C Library now supports a feature test macro _ISOC2X_SOURCE to
    enable features from the draft ISO C2X standard
  * The <math.h> functions that round their results to a narrower type now
    have corresponding type-generic macros in <tgmath.h>
  * The function pthread_clockjoin_np has been added, enabling join with a
    terminated thread with a specific clock
  * New locale added: mnw_MM (Mon language spoken in Myanmar).
  * The DNS stub resolver will optionally send the AD (authenticated data) bit
    in queries if the trust-ad option is set via the options directive in
    /etc/resolv.conf (or if RES_TRUSTAD is set in _res.options)
  * The totalorder and totalordermag functions, and the corresponding
    functions for other floating-point types, now take pointer arguments to
    avoid signaling NaNs possibly being converted to quiet NaNs in argument
    passing
  * The obsolete function stime is no longer available to newly linked
    binaries, and its declaration has been removed from <time.h>
  * The gettimeofday function no longer reports information about a
    system-wide time zone
  * If a lazy binding failure happens during dlopen, during the execution of
    an ELF constructor, the process is now terminated
- malloc-info-whitespace.patch, riscv-vfork.patch,
  prefer-map-32bit-exec.patch, backtrace-powerpc.patch,
  ldconfig-dynstr.patch: Removed.

OBS-URL: https://build.opensuse.org/request/show/769468
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=549
2020-02-03 08:52:32 +00:00
Andreas Schwab
0c5a6b5f96 Accepting request 766269 from home:Andreas_Schwab:Factory
- backtrace-powerpc.patch: Fix array overflow in backtrace on PowerPC
  (bsc#1158996, BZ #25423)
- Drop support for pluggable gconv modules (bsc#1159851)

OBS-URL: https://build.opensuse.org/request/show/766269
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=548
2020-01-22 11:23:14 +00:00
Andreas Schwab
554cdda90f Accepting request 755338 from home:Andreas_Schwab:Factory
- prefer-map-32bit-exec.patch: rtld: Check __libc_enable_secure before
  honoring LD_PREFER_MAP_32BIT_EXEC (CVE-2019-19126, bsc#1157292, BZ
  #25204)

OBS-URL: https://build.opensuse.org/request/show/755338
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=546
2019-12-09 16:42:30 +00:00
Andreas Schwab
5cbb2f68bc Accepting request 751056 from home:kukuk:etc
- nsswitch.conf: add usrfiles for services, protocols, rpc, ethers
  and aliases for /usr/etc move

OBS-URL: https://build.opensuse.org/request/show/751056
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=545
2019-12-09 13:11:13 +00:00
Andreas Schwab
85602a6ec3 Accepting request 738550 from home:Andreas_Schwab:Factory
- euc-kr-overrun.patch: Fix buffer overrun in EUC-KR conversion module
  (BZ #24973)

OBS-URL: https://build.opensuse.org/request/show/738550
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=544
2019-10-15 08:34:34 +00:00
Andreas Schwab
fa41141404 Accepting request 738209 from home:Andreas_Schwab:Factory
- ldconfig-dynstr.patch: ldconfig: handle .dynstr located in separate
  segment (bsc#1153149, BZ #25087)

OBS-URL: https://build.opensuse.org/request/show/738209
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=543
2019-10-14 08:36:41 +00:00
Andreas Schwab
e188f590ce Accepting request 732758 from home:Andreas_Schwab:Factory
- Package gconv-modules.cache as %ghost
- Regenerate it also in the %post of glibc-local-base-<targettype>

OBS-URL: https://build.opensuse.org/request/show/732758
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=541
2019-09-23 15:01:10 +00:00
Andreas Schwab
bac103ae78 Accepting request 732751 from home:lnussel:branches:Base:System
- move mo files to glibc-locale as that's where all the other
  informations for those locales are. glibc-locale-base only has English
  anyways.

OBS-URL: https://build.opensuse.org/request/show/732751
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=540
2019-09-23 14:57:27 +00:00
Andreas Schwab
5094961fbd Accepting request 731862 from home:Andreas_Schwab:Factory
- riscv-vfork.patch: Fix RISC-V vfork build with Linux 5.3 kernel headers

OBS-URL: https://build.opensuse.org/request/show/731862
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=539
2019-09-19 07:09:04 +00:00
Andreas Schwab
e1b1fc6551 Accepting request 724593 from home:Andreas_Schwab:Factory
- Remove NoSource tags (bsc#994835)

OBS-URL: https://build.opensuse.org/request/show/724593
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=538
2019-08-19 13:53:02 +00:00
Andreas Schwab
6b0a0b37aa Accepting request 724589 from home:kukuk:branches:Base:System
- pwdutils is long gone and replaced by shadow

OBS-URL: https://build.opensuse.org/request/show/724589
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=537
2019-08-19 13:46:55 +00:00
Andreas Schwab
5a64f33a11 Accepting request 720569 from home:Andreas_Schwab:Factory
- Update to glibc 2.30
  * Unicode 12.1.0 Support
  * The dynamic linker accepts the --preload argument to preload shared
    objects
  * The twalk_r function has been added
  * On Linux, the getdents64, gettid, and tgkill functions have been added
  * Minguo (Republic of China) calendar support has been added
  * The entry for the new Japanese era has been added
  * Memory allocation functions malloc, calloc, realloc, reallocarray, valloc,
    pvalloc, memalign, and posix_memalign fail now with total object size
    larger than PTRDIFF_MAX
  * The dynamic linker no longer refuses to load objects which reference
    versioned symbols whose implementation has moved to a different soname
    since the object has been linked
  * Add new POSIX-proposed pthread_cond_clockwait, pthread_mutex_clocklock,
    pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock and sem_clockwait
    functions
  * On AArch64 the GNU IFUNC resolver call ABI changed
  * The copy_file_range function fails with ENOSYS if the kernel does not
    support the system call of the same name
  * The functions clock_gettime, clock_getres, clock_settime,
    clock_getcpuclockid, clock_nanosleep were removed from the librt library
    for new applications (on architectures which had them)
  * The obsolete and never-implemented XSI STREAMS header files <stropts.h>
    and <sys/stropts.h> have been removed
  * Support for the "inet6" option in /etc/resolv.conf and the RES_USE_INET6
    resolver flag (deprecated in glibc 2.25) have been removed
  * The obsolete RES_INSECURE1 and RES_INSECURE2 option flags for the DNS stub
    resolver have been removed from <resolv.h>
  * With --enable-bind-now, installed programs are now linked with the

OBS-URL: https://build.opensuse.org/request/show/720569
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=535
2019-08-02 10:32:26 +00:00
Andreas Schwab
c331c761b9 Accepting request 716050 from home:Andreas_Schwab:Factory
- Move /var/lib/misc/Makefile to /usr/share/misc/Makefile.makedb (bsc#1138726)

OBS-URL: https://build.opensuse.org/request/show/716050
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=534
2019-07-17 13:37:54 +00:00
Andreas Schwab
3a6133b4ec Accepting request 712158 from home:Andreas_Schwab:Factory
- malloc-tests-warnings.patch: Fix warnings in malloc tests with GCC 9

OBS-URL: https://build.opensuse.org/request/show/712158
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=532
2019-06-26 15:17:28 +00:00
Andreas Schwab
e6a16310f4 Accepting request 711825 from home:marxin:branches:Base:System
- Set optflags for i686 after _lto_cflags is set (boo#1138807).

OBS-URL: https://build.opensuse.org/request/show/711825
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=531
2019-06-25 13:42:26 +00:00
Andreas Schwab
b8dcef20ae Accepting request 711655 from home:marxin:branches:Base:System
- Disable LTO due to a usage of top-level assembler that
  causes LTO issues (boo#1138807).

OBS-URL: https://build.opensuse.org/request/show/711655
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=530
2019-06-24 11:56:25 +00:00
Andreas Schwab
c9be2cdeba Accepting request 711647 from home:Andreas_Schwab:Factory
- nss-files-long-lines-2.patch: Remove obsolete patch

OBS-URL: https://build.opensuse.org/request/show/711647
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=529
2019-06-24 07:15:53 +00:00
Andreas Schwab
2d58c46aab Accepting request 703415 from home:Andreas_Schwab:Factory
- dl-show-auxv.patch: Fix output of LD_SHOW_AUXV=1
- s390-vx-vxe-hwcap.patch: S390: Mark vx and vxe as important hwcap
- taisho-era-string.patch: ja_JP: Change the offset for Taisho gan-nen
  from 2 to 1 (BZ #24162)
- malloc-tracing-hooks.patch: malloc: Set and reset all hooks for tracing
  (BZ #16573)
- pldd-inf-loop.patch: elf: Fix pldd (BZ#18035)
- malloc-large-bin-corruption-check.patch: malloc: Check for large bin
  list corruption when inserting unsorted chunk (BZ #24216)
- wfile-sync-crash.patch: Fix crash in _IO_wfile_sync (BZ #20568)

OBS-URL: https://build.opensuse.org/request/show/703415
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=527
2019-05-16 09:26:40 +00:00
Andreas Schwab
8b74a572f5 Accepting request 691281 from home:Andreas_Schwab:Factory
- japanese-era-name-may-2019.patch: ja_JP locale: Add entry for the new
  Japanese era (BZ #22964)
- Replace glibc_post_upgrade with lua script

OBS-URL: https://build.opensuse.org/request/show/691281
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=525
2019-04-03 15:39:26 +00:00
Andreas Schwab
d5d82b07e2 Accepting request 681702 from home:Andreas_Schwab:Factory
- regex-read-overrun.patch: fix read overrun (CVE-2019-9169, bsc#1127308,
  BZ #24114)
- ldconfig-concurrency.patch: Avoid concurrency problem in ldconfig
  (bsc#1117993, BZ #23973)

OBS-URL: https://build.opensuse.org/request/show/681702
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=521
2019-03-05 11:35:06 +00:00
Andreas Schwab
91e44bd08c Accepting request 677940 from home:marxin:branches:Base:System
- Add add-new-Fortran-vector-math-header-file.patch.

OBS-URL: https://build.opensuse.org/request/show/677940
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=519
2019-02-21 16:51:54 +00:00
Andreas Schwab
afe7a231ef Accepting request 677136 from home:Andreas_Schwab:Factory
- pthread-rwlock-trylock-stalls.patch: nptl: Fix pthread_rwlock_try*lock
  stalls (BZ #23844)
- arm-systemtap-probe-constraint.patch: arm: Use "nr" constraint for
  Systemtap probes (BZ #24164)
- pthread-mutex-barrier.patch: Add compiler barriers around modifications
  of the robust mutex list for pthread_mutex_trylock (BZ #24180)
- fork-handler-lock.patch: nptl: Avoid fork handler lock for
  async-signal-safe fork (BZ #24161)
- pthread-join-probe.patch: nptl: Fix invalid Systemtap probe in
  pthread_join (BZ #24211)
- riscv-clone-unwind.patch: RISC-V: Fix elfutils testsuite unwind failures
  (BZ #24040)

OBS-URL: https://build.opensuse.org/request/show/677136
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=518
2019-02-18 13:35:23 +00:00
Andreas Schwab
add9e7bf61 Accepting request 670585 from home:Andreas_Schwab:Factory
- Update to glibc 2.29
  * The getcpu wrapper function has been added, which returns the currently
    used CPU and NUMA node
  * Optimized generic exp, exp2, log, log2, pow, sinf, cosf, sincosf and tanf
  * The reallocarray function is now declared under _DEFAULT_SOURCE, not just
    for _GNU_SOURCE, to match BSD environments
  * For powercp64le ABI, Transactional Lock Elision is now enabled iff kernel
    indicates that it will abort the transaction prior to entering the kernel
    (PPC_FEATURE2_HTM_NOSC on hwcap2)
  * The functions posix_spawn_file_actions_addchdir_np and
    posix_spawn_file_actions_addfchdir_np have been added, enabling
    posix_spawn and posix_spawnp to run the new process in a different
    directory
  * The popen and system do not run atfork handlers anymore (BZ#17490)
  * strftime's default formatting of a locale's alternative year (%Ey)
    has been changed to zero-pad the year to a minimum of two digits,
    like "%y"
  * As a GNU extension, the '_' and '-' flags can now be applied to
    "%EY" to control how the year number is formatted
  * The glibc.tune tunable namespace has been renamed to glibc.cpu and the
    tunable glibc.tune.cpu has been renamed to glibc.cpu.name
  * The type of the pr_uid and pr_gid members of struct elf_prpsinfo, defined
    in <sys/procfs.h>, has been corrected to match the type actually used by
    the Linux kernel
  * An archaic GNU extension to scanf, under which '%as', '%aS', and '%a[...]'
    meant to scan a string and allocate space for it with malloc, is now
    restricted to programs compiled in C89 or C++98 mode with _GNU_SOURCE
    defined
- unwind-ctor.patch, old-getdents64.patch, nss-files-leak.patch,
  riscv-feholdexcept-setround.patch,

OBS-URL: https://build.opensuse.org/request/show/670585
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=516
2019-02-01 13:45:56 +00:00
Andreas Schwab
c8985eb9db Accepting request 664336 from home:Andreas_Schwab:Factory
- fnmatch-collating-elements.patch: update
- riscv-flush-icache.patch: fix for compiling against 4.20 headers

OBS-URL: https://build.opensuse.org/request/show/664336
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=515
2019-01-10 11:21:29 +00:00
Andreas Schwab
d0ecab50fd Accepting request 652421 from home:Andreas_Schwab:Factory
- if-nametoindex-descr-leak.patch: if_nametoindex: Fix descriptor leak for
  overlong name (CVE-2018-19591, BZ #23927, bsc#1117603)

OBS-URL: https://build.opensuse.org/request/show/652421
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=514
2018-11-28 13:22:17 +00:00
Andreas Schwab
5876829c6a Accepting request 647063 from home:jengelh:branches:Base:System
- Fix typography for glibc-locale-base.

OBS-URL: https://build.opensuse.org/request/show/647063
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=513
2018-11-08 08:05:53 +00:00
Andreas Schwab
386fd5bef0 Accepting request 647005 from home:Andreas_Schwab:Factory
- pthread-mutex-lock-elision-race.patch: Fix race in pthread_mutex_lock
  while promoting to PTHREAD_MUTEX_ELISION_NP (BZ #23275)
- x86-haswell-string-flags.patch: x86: Fix Haswell CPU string flags (BZ
  #23709)

OBS-URL: https://build.opensuse.org/request/show/647005
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=512
2018-11-07 14:16:18 +00:00
Andreas Schwab
9a39949079 Accepting request 638790 from home:Andreas_Schwab:Factory
- unwind-ctor.patch: Add missing unwind information to ld.so on powerpc32
  (BZ #23707)
- old-getdents64.patch: Rewrite __old_getdents64 (BZ #23497)
- nss-files-leak.patch: Fix file stream leak in aliases lookup (BZ #23521)
- riscv-feholdexcept-setround.patch: Fix rounding save/restore bug
- pthread-cond-broadcast-waiters-after-spinning.patch: Fix
  waiters-after-spinning case (BZ #23538)
- regex-uninit-memory-access.patch: fix uninitialized memory access (BZ
  #23578)
- spawni-maybe-script-execute.patch: Fix segfault in maybe_script_execute
- gethostid-gethostbyname-failure.patch: Check for NULL value from
  gethostbyname_r (BZ #23679)
- strstr-huge-needle.patch: Fix strstr bug with huge needles (BZ #23637)

OBS-URL: https://build.opensuse.org/request/show/638790
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=511
2018-09-27 13:22:16 +00:00
Andreas Schwab
8fdb38368b Accepting request 635265 from home:Andreas_Schwab:Factory
- Add libpng-devel and zlib-devel for utils build

- Add glibc-locale-base subpackage containing only C, C.UTF-8 and
  en_US.UTF-8 locales (fate#326551)

OBS-URL: https://build.opensuse.org/request/show/635265
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=510
2018-09-12 07:22:12 +00:00
Andreas Schwab
c2c4c80482 Accepting request 627715 from home:Andreas_Schwab:Factory
- Update to glibc 2.28
  * The localization data for ISO 14651 is updated to match the 2016
    Edition 4 release of the standard, this matches data provided by
    Unicode 9.0.0
  * Unicode 11.0.0 Support: Character encoding, character type info, and
    transliteration tables are all updated to Unicode 11.0.0, using
    generator scripts contributed by Mike FABIAN (Red Hat)
  * <math.h> functions that round their results to a narrower type are added
    from TS 18661-1:2014 and TS 18661-3:2015
  * Two grammatical forms of month names are now supported
  * The renameat2 function has been added, a variant of the renameat function
    which has a flags argument
  * The statx function has been added, a variant of the fstatat64
    function with an additional flags argument
  * IDN domain names in getaddrinfo and getnameinfo now use the system libidn2
    library if installed
  * Parsing of dynamic string tokens in DT_RPATH, DT_RUNPATH, DT_NEEDED,
    DT_AUXILIARY, and DT_FILTER has been expanded to support the full
    range of ELF gABI expressions including such constructs as
    '$ORIGIN$ORIGIN' (if valid)
  * Support for ISO C threads (ISO/IEC 9899:2011) has been added.
  * The nonstandard header files <libio.h> and <_G_config.h> are no longer
    installed
  * The stdio functions 'getc' and 'putc' are no longer defined as macros
  * All stdio functions now treat end-of-file as a sticky condition
  * The macros 'major', 'minor', and 'makedev' are now only available from
    the header <sys/sysmacros.h>
  * The obsolete function ustat is no longer available to newly linked
    binaries; the headers <ustat.h> and <sys/ustat.h> have been removed
  * The obsolete function nfsservctl is no longer available to newly linked

OBS-URL: https://build.opensuse.org/request/show/627715
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=509
2018-08-06 15:01:59 +00:00
Andreas Schwab
d397cd95dd Accepting request 617700 from home:Andreas_Schwab:Factory
- Use python3-pexpect instead of python-pexpect

- riscv-kernel-sigaction.patch: fix struct kernel_sigaction to match the
  kernel version (BZ #23069)

- glibc-2.3.90-langpackdir.diff: No longer search in /usr/share/locale-bundle

OBS-URL: https://build.opensuse.org/request/show/617700
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=507
2018-06-19 10:25:26 +00:00
Andreas Schwab
43169f4d3a Accepting request 611652 from home:Andreas_Schwab:Factory
- mempcpy-avx512.patch: Don't write beyond destination in
  __mempcpy_avx512_no_vzeroupper (CVE-2018-11237, bsc#1094154)
- realpath-ssize-max-overflow.patch: Fix overflow in path length
  computation (CVE-2018-11236, bsc#1094161, BZ #22786)
- Use %license also for COPYING, COPYING.LIB

OBS-URL: https://build.opensuse.org/request/show/611652
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=505
2018-05-23 13:22:23 +00:00
Andreas Schwab
2f9bf639f9 Accepting request 592314 from home:Andreas_Schwab:Factory
- i386-memmove-sse2-unaligned.patch: Fix SSE2 memmove issue when crossing
  2GB boundary (BZ #22644)

OBS-URL: https://build.opensuse.org/request/show/592314
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=502
2018-03-29 13:28:21 +00:00
Andreas Schwab
151fbc5a4d Accepting request 592049 from home:Andreas_Schwab:Factory
- res-send-enomem.patch: Fix crash in resolver on memory allocation
  failure (bsc#1086690, BZ #23005)

OBS-URL: https://build.opensuse.org/request/show/592049
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=501
2018-03-28 13:15:01 +00:00
Andreas Schwab
ef65d0fef2 Accepting request 590321 from home:Andreas_Schwab:Factory
- pkey-get-reserved-name.patch: Linux: use reserved name __key in pkey_get
  (BZ #22797)
- aarch64-sys-ptrace-update.patch: linux/aarch64: sync sys/ptrace.h with
  Linux 4.15 (BZ #22433)
- powerpc-sys-ptrace-undefine-macros.patch: powerpc: Undefine Linux ptrace
  macros that conflict with __ptrace_request
- powerpc-sys-ptrace-update.patch: linux/powerpc: sync sys/ptrace.h with
  Linux 4.15 (BZ #22433, BZ #22807)
- netgroup-cache-keys.patch: Fix netgroup cache keys (BZ #22342)
- i386-sigaction-sa-restorer.patch: i386: Fix i386 sigaction sa_restorer
  initialization (BZ #21269)
- riscv-tls-init.patch: RISC-V: Do not initialize $gp in TLS macros
- riscv-fmax-fmin-nan.patch: RISC-V: fmax/fmin: Handle signalling NaNs
  correctly (BZ #22884)

OBS-URL: https://build.opensuse.org/request/show/590321
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=499
2018-03-22 13:50:37 +00:00
Andreas Schwab
8d7ff96d83 Accepting request 583844 from home:Andreas_Schwab:Factory
- nss-database-multiple-dfn.patch: Fix multiple definitions of
  __nss_*_database (BZ #22918)

OBS-URL: https://build.opensuse.org/request/show/583844
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=497
2018-03-07 11:17:55 +00:00
Andreas Schwab
2e3e51886a Accepting request 580191 from home:Andreas_Schwab:Factory
- Add systemtap-headers to BuildRequires
- Add --enable-systemtap to configure arguments (fate#324969, bsc#1073636)

- riscv-readelflib.patch: Fix parsing flags in ELF64 files on riscv

OBS-URL: https://build.opensuse.org/request/show/580191
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=495
2018-02-26 11:20:11 +00:00
Andreas Schwab
7446e23b86 Accepting request 580086 from home:favogt:licensetag
Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580086
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=494
2018-02-26 11:16:39 +00:00
Andreas Schwab
06263ee4ef Accepting request 572614 from home:Andreas_Schwab:Factory
- Update to glibc 2.27
  * Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin, cosf,
    sinf, sincosf and tan with FMA
  * Optimized x86-64 trunc and truncf for processors with SSE4.1
  * Optimized generic expf, exp2f, logf, log2f, powf, sinf, cosf and
    sincosf
  * In order to support faster and safer process termination the malloc API
    family of functions will no longer print a failure address and stack
    backtrace after detecting heap corruption
  * The abort function terminates the process immediately, without flushing
    stdio streams
  * On platforms where long double has the IEEE binary128 format (aarch64,
    alpha, mips64, riscv, s390 and sparc), the math library now implements
    _Float128 interfaces for that type, as defined by ISO/IEC TS 18661-3:2015
    These are the same interfaces added in version 2.26 for some platforms where
    this format is supported but is not the format of long double
  * On platforms with support for _Float64x (aarch64, alpha, i386, ia64,
    mips64, powerpc64le, riscv, s390, sparc and x86_64), the math library now
    implements interfaces for that type, as defined by ISO/IEC TS
    18661-3:2015
  * The math library now implements interfaces for the _Float32, _Float64 and
    _Float32x types, as defined by ISO/IEC TS 18661-3:2015
  * glibc now implements the memfd_create and mlock2 functions on Linux
  * Support for memory protection keys was added
  * The copy_file_range function was added
  * The ldconfig utility now processes `include' directives using the C/POSIX
    collation ordering
  * Support for two grammatical forms of month names has been added
  * Support for the RISC-V ISA running on Linux has been added
  * Statically compiled applications attempting to load locales compiled for the

OBS-URL: https://build.opensuse.org/request/show/572614
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=491
2018-02-05 10:33:11 +00:00
Andreas Schwab
2a7ebdfb1e Accepting request 571136 from home:Andreas_Schwab:Factory
- Avoid duplicate source rpm

OBS-URL: https://build.opensuse.org/request/show/571136
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=489
2018-01-30 15:17:29 +00:00
Andreas Schwab
dc304305df Accepting request 568213 from home:Andreas_Schwab:Factory
- getcwd-absolute.patch: make getcwd(3) fail if it cannot obtain an
  absolute path (CVE-2018-1000001, bsc#1074293, BZ #22679)

- dl-init-paths-overflow.patch: Count components of the expanded path in
  _dl_init_path (CVE-2017-1000408, CVE-2017-1000409, bsc#1071319, BZ
  #22607, BZ #22627)
- fillin-rpath-empty-tokens.patch: Check for empty tokens before dynamic
  string token expansion (CVE-2017-16997, bsc#1073231, BZ #22625)

OBS-URL: https://build.opensuse.org/request/show/568213
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=488
2018-01-22 16:14:59 +00:00
Andreas Schwab
3d1d35fa2b Accepting request 556907 from home:Andreas_Schwab:Factory
- tst-tlsopt-powerpc.patch: fix tst-tlsopt-powerpc (bcn#1070419)
- powerpc-hwcap-bits.patch: Update HWCAP for powerpc (bnc#1070420)
- malloc-tcache-check-overflow.patch: Fix integer overflow in malloc when
  tcache is enabled (CVE-2017-17426, bnc#1071479, BZ #22375)

OBS-URL: https://build.opensuse.org/request/show/556907
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=487
2017-12-14 10:12:57 +00:00
Andreas Schwab
bbefd883e6 Accepting request 556442 from home:Andreas_Schwab:Factory
- Add _multibuild

OBS-URL: https://build.opensuse.org/request/show/556442
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=486
2017-12-12 10:41:00 +00:00
Andreas Schwab
a8510adeb1 Accepting request 555876 from home:Andreas_Schwab:Factory
- glob64-s390.patch: no compat glob64 on s390
- noversion.tar.bz2: remove unused source

- x86-64-dl-platform.patch: Don't set GLRO(dl_platform) to NULL (BZ #22299)

OBS-URL: https://build.opensuse.org/request/show/555876
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=485
2017-12-11 09:00:01 +00:00
Andreas Schwab
ed5747cf2b Accepting request 536906 from home:Andreas_Schwab:Factory
- spawni-assert.patch: Fix improper assert in Linux posix_spawn (BZ
  #22273)

OBS-URL: https://build.opensuse.org/request/show/536906
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=484
2017-10-26 14:50:40 +00:00
Andreas Schwab
a41899225a Accepting request 535960 from home:Andreas_Schwab:Factory
- math-c++-compat.patch: Add more C++ compatibility (BZ #22296)
- malloc-tcache-leak.patch: Fix tcache leak after thread destruction (BZ
  #22111)
- falkor-memcpy-memmove.patch: Optimized implementation of memcpy/memmove
  for Qualcomm Falkor
- aarch64-cpu-features.patch: Fix glibc.tune.cpu tunable handling
- nss-files-large-buffers.patch: Avoid large buffers with many host
  addresses (BZ #22078)
- sysconf-uio-maxiov.patch: Fix missing definition of UIO_MAXIOV (BZ
  #22321)
- glob-tilde-overflow.patch: Fix buffer overflows with GLOB_TILDE
  (CVE-2017-15670, CVE-2017-15671, CVE-2017-15804,
  bsc#1064569. bsc#1064580, bsc#1064583, BZ #22320, BZ #22325, BZ #22332)
- dl-runtime-resolve-xsave.patch: Use fxsave/xsave/xsavec in
  _dl_runtime_resolve (BZ #21265)

OBS-URL: https://build.opensuse.org/request/show/535960
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=483
2017-10-23 11:59:05 +00:00
Andreas Schwab
787f325423 Accepting request 533414 from home:Andreas_Schwab:Factory
- nscd-libnsl.patch: Remove reference to libnsl from nscd (bsc#1062244)

- Drop glibc-obsolete
- glibc-2.3.90-noversion.diff: remove
- reinitialize-dl_load_write_lock.patch: remove

OBS-URL: https://build.opensuse.org/request/show/533414
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=482
2017-10-11 13:57:22 +00:00
Andreas Schwab
8307972d09 Accepting request 531230 from home:Andreas_Schwab:Factory
- nss-compat.patch: Move nss_compat from nis to nss subdir and install it
  unconditionally
- nsswitch.conf: switch back to compat for passwd, group, shadow

OBS-URL: https://build.opensuse.org/request/show/531230
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=481
2017-10-04 13:27:12 +00:00
Andreas Schwab
c0dd082d43 Accepting request 529148 from home:Andreas_Schwab:Factory
- assert-pedantic.patch: Suppress pedantic warning caused by statement
  expression (BZ #21242, BZ #21972)
- math-c++-compat.patch: Add more C++ compatibility
- getaddrinfo-errno.patch: Fix errno and h_errno handling in getaddrinfo
  (BZ #21915, BZ #21922)
- resolv-conf-oom.patch: Fix memory handling in OOM situation during
  resolv.conf parsing (BZ #22095, BZ #22096)
- dynarray-enlarge.patch: Fix initial size of dynarray allocation and set
  errno on overflow error
- nearbyint-inexact.patch: Avoid spurious inexact in nearbyint (BZ #22225)

OBS-URL: https://build.opensuse.org/request/show/529148
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=479
2017-09-28 14:37:11 +00:00
Andreas Schwab
ea329ee6b5 Accepting request 523623 from home:Andreas_Schwab:Factory
- Remove rpcsvc/yppasswd.* from glibc-devel
- ld-so-hwcap-x86-64.patch: add x86_64 to hwcap (BZ #22093, bsc#1056606)

- eh-frame-zero-terminator.patch: Properly terminate .eh_frame (BZ #22051)

OBS-URL: https://build.opensuse.org/request/show/523623
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=475
2017-09-12 09:37:44 +00:00