Commit Graph

626 Commits

Author SHA256 Message Date
Andreas Schwab
c59611fc72 Accepting request 483845 from home:Andreas_Schwab:Factory
- i686-memchr-sse.patch: Fix i686 memchr overflow calculation
  (bsc#1031021, BZ #21182)
- sunrpc-use-after-free.patch: Avoid use-after-free read access in
  clntudp_call (BZ #21115)
- Build testsuite with gdb and python-pexpect to enable more tests

OBS-URL: https://build.opensuse.org/request/show/483845
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=454
2017-03-30 14:29:43 +00:00
Dominique Leuenberger
eff5e58747 Accepting request 455481 from Base:System
- tunables-bigendian.patch: Fix getting tunable values on big-endian (BZ
  #21109) (forwarded request 455480 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/455481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=208
2017-03-09 00:26:17 +00:00
Andreas Schwab
1aae48d750 Accepting request 455480 from home:Andreas_Schwab:Factory
- tunables-bigendian.patch: Fix getting tunable values on big-endian (BZ
  #21109)

OBS-URL: https://build.opensuse.org/request/show/455480
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=452
2017-02-08 10:48:05 +00:00
Andreas Schwab
9627e11e8b Accepting request 454919 from home:Andreas_Schwab:Factory
- Update to glibc 2.25
  * The feature test macro __STDC_WANT_LIB_EXT2__, from ISO/IEC TR
    24731-2:2010, is supported to enable declarations of functions from that
    TR.
  * The feature test macro __STDC_WANT_IEC_60559_BFP_EXT__, from ISO/IEC TS
    18661-1:2014, is supported to enable declarations of functions and macros
    from that TS.
  * The feature test macro __STDC_WANT_IEC_60559_FUNCS_EXT__, from ISO/IEC TS
    18661-4:2015, is supported to enable declarations of functions and macros
    from that TS.
  * The nonstandard feature selection macros _REENTRANT and _THREAD_SAFE are
    now treated as compatibility synonyms for _POSIX_C_SOURCE=199506L.
  * The inclusion of <sys/sysmacros.h> by <sys/types.h> is deprecated.
  * New <fenv.h> features from TS 18661-1:2014 are added to libm: the
    fesetexcept, fetestexceptflag, fegetmode and fesetmode functions, the
    femode_t type and the FE_DFL_MODE and FE_SNANS_ALWAYS_SIGNAL macros.
  * Integer width macros from TS 18661-1:2014 are added to <limits.h>:
    CHAR_WIDTH, SCHAR_WIDTH, UCHAR_WIDTH, SHRT_WIDTH, USHRT_WIDTH, INT_WIDTH,
    UINT_WIDTH, LONG_WIDTH, ULONG_WIDTH, LLONG_WIDTH, ULLONG_WIDTH; and to
    <stdint.h>: INT8_WIDTH, UINT8_WIDTH, INT16_WIDTH, UINT16_WIDTH,
    INT32_WIDTH, UINT32_WIDTH, INT64_WIDTH, UINT64_WIDTH, INT_LEAST8_WIDTH,
    UINT_LEAST8_WIDTH, INT_LEAST16_WIDTH, UINT_LEAST16_WIDTH,
    INT_LEAST32_WIDTH, UINT_LEAST32_WIDTH, INT_LEAST64_WIDTH,
    UINT_LEAST64_WIDTH, INT_FAST8_WIDTH, UINT_FAST8_WIDTH, INT_FAST16_WIDTH,
    UINT_FAST16_WIDTH, INT_FAST32_WIDTH, UINT_FAST32_WIDTH, INT_FAST64_WIDTH,
    UINT_FAST64_WIDTH, INTPTR_WIDTH, UINTPTR_WIDTH, INTMAX_WIDTH,
    UINTMAX_WIDTH, PTRDIFF_WIDTH, SIG_ATOMIC_WIDTH, SIZE_WIDTH, WCHAR_WIDTH,
    WINT_WIDTH.
  * New <math.h> features are added from TS 18661-1:2014:
    - Signaling NaN macros: SNANF, SNAN, SNANL.

OBS-URL: https://build.opensuse.org/request/show/454919
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=451
2017-02-06 10:25:17 +00:00
Andreas Schwab
486cd1541f osc copypac from project:Base:System package:glibc revision:448
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=450
2017-01-12 14:55:16 +00:00
fdc6f8a4db Accepting request 449309 from home:marxin:branches:Base:System
Removed unneeded patch.

OBS-URL: https://build.opensuse.org/request/show/449309
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=449
2017-01-12 12:18:57 +00:00
Dominique Leuenberger
8ece547945 Accepting request 434699 from Base:System
- cpuid-assertion.patch: Don't assert on older Intel CPUs (BZ #20647)

- glibc-2.3.3-nscd-db-path.diff: Move persistent nscd databases to
  /var/lib/nscd
- glibc-2.3.90-langpackdir.diff: simplify (forwarded request 434696 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/434699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=207
2016-10-20 21:04:46 +00:00
Andreas Schwab
840aeb3750 Accepting request 434696 from home:Andreas_Schwab:Factory
- cpuid-assertion.patch: Don't assert on older Intel CPUs (BZ #20647)

- glibc-2.3.3-nscd-db-path.diff: Move persistent nscd databases to
  /var/lib/nscd
- glibc-2.3.90-langpackdir.diff: simplify

OBS-URL: https://build.opensuse.org/request/show/434696
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=447
2016-10-13 09:25:07 +00:00
Dominique Leuenberger
5dd1748e82 Accepting request 417981 from Base:System
- Update to glibc 2.24
  * The minimum Linux kernel version that this version of the GNU C Library
    can be used with is 3.2
  * The pap_AN locale has been deleted
  * The readdir_r and readdir64_r functions have been deprecated
  * The type `union wait' has been removed
  * A new NSS action is added to facilitate large distributed system
    administration
  * The deprecated __malloc_initialize_hook variable has been removed from
    the API
  * The long unused localedef --old-style option has been removed
  * nextupl, nextup, nextupf, nextdownl, nextdown and nextdownf are added
    to libm
  * An unnecessary stack copy in _nss_dns_getnetbyname_r was removed
    (CVE-2016-3075)
  * Previously, getaddrinfo copied large amounts of address data to the
    stack, even after the fix for CVE-2013-4458 has been applied,
    potentially resulting in a stack overflow.  getaddrinfo now uses a
    heap allocation instead (CVE-2016-3706)
  * The glob function suffered from a stack-based buffer overflow when it
    was called with the GLOB_ALTDIRFUNC flag and encountered a long file
    name (CVE-2016-1234)
  * The Sun RPC UDP client could exhaust all available stack space when
    flooded with crafted ICMP and UDP messages (CVE-2016-4429)
  * The IPv6 name server management code in libresolv could result in a
    memory leak for each thread which is created, performs a failing
    naming lookup, and exits (CVE-2016-5417)
- startcontext-cantunwind.patch: mark __startcontext as .cantunwind
  (bsc#974800, BZ #20435)
- Removed patches:

OBS-URL: https://build.opensuse.org/request/show/417981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=206
2016-09-09 08:12:50 +00:00
Andreas Schwab
d4fa8c9010 - startcontext-cantunwind.patch: mark __startcontext as .cantunwind
(bsc#974800, BZ #20435)

OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=445
2016-08-09 11:48:33 +00:00
Andreas Schwab
e7e38a09c4 Accepting request 417841 from home:Andreas_Schwab:Factory
- Update to glibc 2.24
  * The minimum Linux kernel version that this version of the GNU C Library
    can be used with is 3.2
  * The pap_AN locale has been deleted
  * The readdir_r and readdir64_r functions have been deprecated
  * The type `union wait' has been removed
  * A new NSS action is added to facilitate large distributed system
    administration
  * The deprecated __malloc_initialize_hook variable has been removed from
    the API
  * The long unused localedef --old-style option has been removed
  * nextupl, nextup, nextupf, nextdownl, nextdown and nextdownf are added
    to libm
  * An unnecessary stack copy in _nss_dns_getnetbyname_r was removed
    (CVE-2016-3075)
  * Previously, getaddrinfo copied large amounts of address data to the
    stack, even after the fix for CVE-2013-4458 has been applied,
    potentially resulting in a stack overflow.  getaddrinfo now uses a
    heap allocation instead (CVE-2016-3706)
  * The glob function suffered from a stack-based buffer overflow when it
    was called with the GLOB_ALTDIRFUNC flag and encountered a long file
    name (CVE-2016-1234)
  * The Sun RPC UDP client could exhaust all available stack space when
    flooded with crafted ICMP and UDP messages (CVE-2016-4429)
  * The IPv6 name server management code in libresolv could result in a
    memory leak for each thread which is created, performs a failing
    naming lookup, and exits (CVE-2016-5417)
- setcontext-unwind-info.patch: Add EABI unwind info for setcontext on arm
- Removed patches:
  * 0001-Updated-translations-for-2.23.patch

OBS-URL: https://build.opensuse.org/request/show/417841
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=444
2016-08-08 12:56:22 +00:00
Dominique Leuenberger
35a20b91df Accepting request 407108 from Base:System
- strncat-avoid-array-bounds-warning.patch: Avoid array-bounds warning for
  stncat on i586 (BZ #20260)
- Update glibc.keyring
- Unset MALLOC_CHECK_ during testsuite run

- nsswitch.conf: Add fallback to files for passwd and group to prepare for
  libnsl removal.

- nis-initgroups-status.patch: Return proper status from
  _nss_nis_initgroups_dyn (bsc#984269, BZ #20262)
- robust-mutex-deadlock.patch: Fix generic __lll_robust_timedlock_wait to
  check for timeout (bsc#985170, BZ #20263) (forwarded request 407107 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/407108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=205
2016-07-16 20:10:12 +00:00
Andreas Schwab
e794ddb00b Accepting request 407107 from home:Andreas_Schwab:Factory
- strncat-avoid-array-bounds-warning.patch: Avoid array-bounds warning for
  stncat on i586 (BZ #20260)
- Update glibc.keyring
- Unset MALLOC_CHECK_ during testsuite run

- nsswitch.conf: Add fallback to files for passwd and group to prepare for
  libnsl removal.

- nis-initgroups-status.patch: Return proper status from
  _nss_nis_initgroups_dyn (bsc#984269, BZ #20262)
- robust-mutex-deadlock.patch: Fix generic __lll_robust_timedlock_wait to
  check for timeout (bsc#985170, BZ #20263)

OBS-URL: https://build.opensuse.org/request/show/407107
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=442
2016-07-07 12:43:40 +00:00
Dominique Leuenberger
dd0eefb648 Accepting request 401557 from Base:System
- nscd-gc-crash.patch: Fix nscd assertion failure in gc (bsc#965699, BZ
  #19755) (forwarded request 401556 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/401557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=204
2016-07-03 10:17:24 +00:00
Andreas Schwab
ba646d627b Accepting request 401556 from home:Andreas_Schwab:Factory
- nscd-gc-crash.patch: Fix nscd assertion failure in gc (bsc#965699, BZ
  #19755)

OBS-URL: https://build.opensuse.org/request/show/401556
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=440
2016-06-13 07:05:23 +00:00
Dominique Leuenberger
3c77c80d14 Accepting request 398988 from Base:System
- clntudp-call-alloca.patch: do not use alloca in clntudp_call
  (CVE-2016-4429, bsc#980854, BZ #20112) (forwarded request 398987 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/398988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=203
2016-06-05 12:17:28 +00:00
Andreas Schwab
f2191fea4d Accepting request 398987 from home:Andreas_Schwab:Factory
- clntudp-call-alloca.patch: do not use alloca in clntudp_call
  (CVE-2016-4429, bsc#980854, BZ #20112)

OBS-URL: https://build.opensuse.org/request/show/398987
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=438
2016-05-30 15:13:35 +00:00
Dominique Leuenberger
a279d0e5f1 Accepting request 394999 from Base:System
- Import patches from 2.23 branch (forwarded request 394998 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/394999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=202
2016-05-19 10:02:35 +00:00
Andreas Schwab
44414488d6 Accepting request 394998 from home:Andreas_Schwab:Factory
- Import patches from 2.23 branch

OBS-URL: https://build.opensuse.org/request/show/394998
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=436
2016-05-12 08:51:10 +00:00
Dominique Leuenberger
fced9f6171 Accepting request 391715 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/391715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=201
2016-05-12 07:32:17 +00:00
Andreas Schwab
37217c6d34 Accepting request 394491 from home:Andreas_Schwab:Factory
- glibc-c-utf8-locale.patch: fix bad standard in LC_IDENTIFICATION categories
- glibc-2.3.locales.diff.bz2: likewise

OBS-URL: https://build.opensuse.org/request/show/394491
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=434
2016-05-09 15:34:41 +00:00
878c4bc78f Accepting request 391528 from home:jirislaby:branches:Base:System
Suppress GCC 6 warning about ambiguous 'else' with -Wparentheses

OBS-URL: https://build.opensuse.org/request/show/391528
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=433
2016-04-26 14:28:50 +00:00
Dominique Leuenberger
cf046cafe0 Accepting request 387900 from Base:System
OBS-URL: https://build.opensuse.org/request/show/387900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=200
2016-04-22 14:15:59 +00:00
Andreas Schwab
43b58f5109 Accepting request 387393 from home:Andreas_Schwab:Factory
- Add compatibility symlinks for LSB 3.0 (fate#318933)

OBS-URL: https://build.opensuse.org/request/show/387393
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=431
2016-04-11 09:37:11 +00:00
Andreas Schwab
db39c1fdd1 Accepting request 377337 from home:Andreas_Schwab:Factory
- powerpc-elision-enable-envvar.patch: enable TLE only if
  GLIBC_ELISION_ENABLE=yes is defined (bsc#967594, fate#318236)

OBS-URL: https://build.opensuse.org/request/show/377337
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=430
2016-03-22 10:25:18 +00:00
Andreas Schwab
13c9b7363d Accepting request 373692 from home:Andreas_Schwab:Factory
OBS-URL: https://build.opensuse.org/request/show/373692
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=428
2016-03-16 12:04:18 +00:00
Andreas Schwab
353d9cc41d OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=427 2016-03-10 10:29:08 +00:00
Andreas Schwab
37b6441105 Accepting request 368505 from home:namtrac:branches:Base:System
- Add C.UTF-8 locale (see https://sourceware.org/glibc/wiki/Proposals/C.UTF-8)
  and rh#902094 . Added with glibc-c-utf8-locale.patch.
- Add glibc-disable-gettext-for-c-utf8.patch to disable gettext for
  C.UTF-8 same as C locale.

- Add C.UTF-8 locale (see https://sourceware.org/glibc/wiki/Proposals/C.UTF-8)
  and rh#902094 . Added with glibc-c-utf8-locale.patch.
- Add glibc-disable-gettext-for-c-utf8.patch to disable gettext for
  C.UTF-8 same as C locale.

- Add C.UTF-8 locale (see https://sourceware.org/glibc/wiki/Proposals/C.UTF-8)
  and rh#902094 . Added with glibc-c-utf8-locale.patch.
- Add glibc-disable-gettext-for-c-utf8.patch to disable gettext for
  C.UTF-8 same as C locale.

OBS-URL: https://build.opensuse.org/request/show/368505
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=426
2016-03-09 16:10:36 +00:00
Andreas Schwab
bb54118384 Accepting request 368493 from home:Andreas_Schwab:Factory
- Move %install_info_delete to %preun
- crypt_blowfish-1.3.tar.gz.sign: Remove, the sign key is no longer
  acceptable

OBS-URL: https://build.opensuse.org/request/show/368493
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=425
2016-03-08 15:02:57 +00:00
Andreas Schwab
1e99168389 Accepting request 361242 from home:Andreas_Schwab:Factory
OBS-URL: https://build.opensuse.org/request/show/361242
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=424
2016-02-24 11:46:02 +00:00
Andreas Schwab
7db7ce4082 Accepting request 361238 from home:Andreas_Schwab:Factory
- no-long-double.patch: Don't use long double functions if NO_LONG_DOUBLE

- Update to glibc 2.23 release.
  * Unicode 8.0.0 Support
  * sched_setaffinity, pthread_setaffinity_np no longer attempt to guess
    the kernel-internal CPU set size
  * The fts.h header can now be used with -D_FILE_OFFSET_BITS=64
  * getaddrinfo now detects certain invalid responses on an internal
    netlink socket
  * A defect in the malloc implementation, present since glibc 2.15 (2012)
    or glibc 2.10 via --enable-experimental-malloc (2009), could result in
    the unnecessary serialization of memory allocation requests across
    threads
  * The obsolete header <regexp.h> has been removed
  * The obsolete functions bdflush, create_module, get_kernel_syms,
    query_module and uselib are no longer available to newly linked
    binaries
  * Optimized string, wcsmbs and memory functions for IBM z13.
  * Newly linked programs that define a variable called signgam will no
    longer have it set by the lgamma, lgammaf and lgammal functions
- Removed patches:
  * dont-remove-nodelete-flag.patch
  * openat64-readd-o-largefile.patch
  * mntent-blank-line.patch
  * opendir-o-directory-check.patch
  * strcoll-remove-strdiff-opt.patch
  * ld-pointer-guard.patch
  * tls-dtor-list-mangling.patch
  * powerpc-lock-elision-race.patch
  * prelink-elf-rtype-class.patch

OBS-URL: https://build.opensuse.org/request/show/361238
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=423
2016-02-24 11:39:39 +00:00
Dominique Leuenberger
a47043c5b6 Accepting request 360165 from Base:System
- isinf-cxx11-conflict.patch: Fix isinf/isnan declaration conflict with
  C++11 (bsc#963700, BZ #19439) (forwarded request 360162 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/360165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=199
2016-02-22 09:09:52 +00:00
Andreas Schwab
70e1405cd7 Accepting request 360162 from home:Andreas_Schwab:Factory
- isinf-cxx11-conflict.patch: Fix isinf/isnan declaration conflict with
  C++11 (bsc#963700, BZ #19439)

OBS-URL: https://build.opensuse.org/request/show/360162
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=422
2016-02-18 15:07:14 +00:00
Andreas Schwab
5005d4836d Accepting request 359989 from home:Andreas_Schwab:Factory
- tls-dtor-list-mangling.patch: Harden tls_dtor_list with pointer mangling
  (BZ #19018)
- prelink-elf-rtype-class.patch: Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits
  for prelink (BZ #19178)
- vector-finite-math-aliases.patch: Better workaround for aliases of
  *_finite symbols in vector math library (BZ# 19058)
- powerpc-elision-adapt-param.patch: powerpc: Fix usage of elision
  transient failure adapt param (BZ #19174)
- catopen-unbound-alloca.patch: Fix unbound alloca in catopen
  (CVE-2015-8779, bsc#962739, BZ #17905)
- strftime-range-check.patch: Add range check on time fields
  (CVE-2015-8776, bsc#962736, BZ #18985)
- hcreate-overflow-check.patch: Handle overflow in hcreate (CVE-2015-8778,
  bsc#962737, BZ #18240)
- errorcheck-mutex-no-elision.patch: Don't do lock elision on an error
  checking mutex (bsc#956716, BZ #17514)
- refactor-nan-parsing.patch: Refactor strtod parsing of NaN payloads
  (CVE-2014-9761, bsc#962738, BZ #16962)
- send-dg-buffer-overflow.patch: Fix getaddrinfo stack-based buffer
  overflow (CVE-2015-7547, bsc#961721, BZ #18665)
- powerpc-lock-elision-race.patch: renamed from
  0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch

OBS-URL: https://build.opensuse.org/request/show/359989
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=421
2016-02-17 14:42:34 +00:00
Dominique Leuenberger
c6f3595dcb Accepting request 348825 from Base:System
- reinitialize-dl_load_write_lock.patch: Reinitialize dl_load_write_lock
  on fork (BZ #19282) (forwarded request 348824 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/348825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=198
2015-12-17 14:51:42 +00:00
Andreas Schwab
7c1a380109 Accepting request 348824 from home:Andreas_Schwab:Factory
- reinitialize-dl_load_write_lock.patch: Reinitialize dl_load_write_lock
  on fork (BZ #19282)

OBS-URL: https://build.opensuse.org/request/show/348824
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=420
2015-12-14 12:41:06 +00:00
Stephan Kulow
2be97b10b8 Accepting request 345165 from Base:System
- resolv-mem-leak.patch: Fix resource leak in resolver (BZ #19257)
- tzset-tzname.patch: Force rereading TZDEFRULES after it was used to set
  DST rules only (BZ #19253)

- glibc-2.3.90-noversion.diff: use stat64

- ld-pointer-guard.patch: Always enable pointer guard (bsc#950944, BZ
  #18928) (forwarded request 345159 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/345165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=197
2015-11-22 09:57:21 +00:00
Andreas Schwab
5f9962d8aa Accepting request 345159 from home:Andreas_Schwab:Factory
- resolv-mem-leak.patch: Fix resource leak in resolver (BZ #19257)
- tzset-tzname.patch: Force rereading TZDEFRULES after it was used to set
  DST rules only (BZ #19253)

- glibc-2.3.90-noversion.diff: use stat64

- ld-pointer-guard.patch: Always enable pointer guard (bsc#950944, BZ
  #18928)

OBS-URL: https://build.opensuse.org/request/show/345159
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=419
2015-11-19 09:31:48 +00:00
Dominique Leuenberger
4b8d6e0dab Accepting request 338136 from Base:System
- strcoll-remove-strdiff-opt.patch: Remove incorrect STRDIFF-based
  optimization (BZ #18589)

- iconv-reset-input-buffer.patch: Fix iconv buffer handling with IGNORE
  error handler (BZ #18830) (forwarded request 338135 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/338136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=196
2015-10-14 14:35:08 +00:00
Andreas Schwab
5366b2a10b Accepting request 338135 from home:Andreas_Schwab:Factory
- strcoll-remove-strdiff-opt.patch: Remove incorrect STRDIFF-based
  optimization (BZ #18589)

- iconv-reset-input-buffer.patch: Fix iconv buffer handling with IGNORE
  error handler (BZ #18830)

OBS-URL: https://build.opensuse.org/request/show/338135
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=418
2015-10-12 12:31:32 +00:00
Andreas Schwab
dcc3753b29 Accepting request 336473 from home:michel_mno:branches:Base:System
- new patch [BZ #18743] PowerPC: Fix a race condition when eliding a lock
  0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch
  related to openSUSE boo#923486

OBS-URL: https://build.opensuse.org/request/show/336473
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=417
2015-10-05 10:15:17 +00:00
Dominique Leuenberger
b24aee5740 Accepting request 334939 from Base:System
- nss-files-long-lines-2.patch: Properly reread entry after failure in
  nss_files getent function (bsc#945779, BZ #18991) (forwarded request 334938 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/334939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=195
2015-10-02 07:23:13 +00:00
Andreas Schwab
82cb193ae9 Accepting request 334938 from home:Andreas_Schwab:Factory
- nss-files-long-lines-2.patch: Properly reread entry after failure in
  nss_files getent function (bsc#945779, BZ #18991)

OBS-URL: https://build.opensuse.org/request/show/334938
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=416
2015-09-30 10:23:58 +00:00
Andreas Schwab
7041efeaf1 Accepting request 331639 from home:Andreas_Schwab:Factory
- fnmatch-collating-elements.patch: Fix fnmatch handling of collating
  elements (BZ #17396, BZ #16976)

OBS-URL: https://build.opensuse.org/request/show/331639
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=415
2015-09-17 08:19:34 +00:00
Dominique Leuenberger
13b6ab6f6c Accepting request 329760 from Base:System
- opendir-o-directory-check.patch: Fix opendir inverted o_directory_works
  test
- static-dlopen.patch: Static dlopen default library search path fix
  (bsc#937853)

- mntent-blank-line.patch: Fix memory corruption w/blank lines (forwarded request 329759 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/329760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=194
2015-09-11 07:00:10 +00:00
Andreas Schwab
eb7479f1eb Accepting request 329759 from home:Andreas_Schwab:Factory
- opendir-o-directory-check.patch: Fix opendir inverted o_directory_works
  test
- static-dlopen.patch: Static dlopen default library search path fix
  (bsc#937853)

- mntent-blank-line.patch: Fix memory corruption w/blank lines

OBS-URL: https://build.opensuse.org/request/show/329759
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=414
2015-09-08 15:58:39 +00:00
Dominique Leuenberger
668e84f949 Accepting request 321589 from Base:System
- dont-remove-nodelete-flag.patch: Don't remove DF_1_NODELETE flag from
  all loaded objects on failed dlopen
- openat64-readd-o-largefile.patch: Readd O_LARGEFILE flag for openat64 (forwarded request 321588 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/321589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=193
2015-08-21 05:37:51 +00:00
Andreas Schwab
e85cac7c02 Accepting request 321588 from home:Andreas_Schwab:Factory
- dont-remove-nodelete-flag.patch: Don't remove DF_1_NODELETE flag from
  all loaded objects on failed dlopen
- openat64-readd-o-largefile.patch: Readd O_LARGEFILE flag for openat64

OBS-URL: https://build.opensuse.org/request/show/321588
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=413
2015-08-10 11:50:28 +00:00
Andreas Schwab
aecec704c9 Accepting request 320975 from home:Andreas_Schwab:Factory
- dont-remove-nodelete-flag.patch: Don't remove DF_1_NODELETE flag on
  failed dlopen.

OBS-URL: https://build.opensuse.org/request/show/320975
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=412
2015-08-06 16:15:26 +00:00
Andreas Schwab
d71abe68f7 Accepting request 320901 from home:Andreas_Schwab:Factory
Fix source link

OBS-URL: https://build.opensuse.org/request/show/320901
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=411
2015-08-06 10:52:38 +00:00