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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
0c4d1b3767
Accepting request 320838 from home:Andreas_Schwab:Factory
...
- Update to glibc 2.22 release.
* Cache information can be queried via sysconf() function on s390
* A buffer overflow in gethostbyname_r and related functions performing DNS
requests has been fixed.
* The time zone file parser has been made more robust against crafted time
zone files
* A powerpc and powerpc64 optimization for TLS, similar to TLS descriptors
for LD and GD on x86 and x86-64, has been implemented.
* Character encoding and ctype tables were updated to Unicode 7.0.0
* Added vector math library named libmvec
* A new fmemopen implementation has been added with the goal of POSIX
compliance.
* The header <regexp.h> is deprecated, and will be removed in a future
release.
- Patches from upstream removed
* htm-tabort.patch
* o-tmpfile.patch
* memcpy-chk-non-SSE2.patch
* pthread-mutexattr-gettype-kind.patch
* powerpc-software-sqrt.patch
* static-tls-dtv-limit.patch
* threaded-trim-threshold.patch
* resolv-nameserver-handling.patch
* nss-separate-state-getXXent.patch
* aarch64-sigstksz.patch
* heap-top-corruption.patch
* pthread-join-deadlock.patch
OBS-URL: https://build.opensuse.org/request/show/320838
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=410
2015-08-06 09:55:23 +00:00
f26bd5d9b4
Accepting request 318958 from home:Andreas_Schwab:Factory
...
- pthread-join-deadlock.patch: Use IE model for static variables in
libc.so, libpthread.so and rtld (bsc#930015, BZ #18457 )
OBS-URL: https://build.opensuse.org/request/show/318958
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=409
2015-07-27 12:51:56 +00:00
0353781f37
Accepting request 317948 from home:Andreas_Schwab:Factory
...
- glibc-nodate.patch: fix verification of timestamp
OBS-URL: https://build.opensuse.org/request/show/317948
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=408
2015-07-22 13:27:32 +00:00
8371c4c69e
Accepting request 317746 from home:msmeissn:branches:Base:System
...
- also filter out -fstack-protector-strong
- also filter out -fstack-protector-strong
- also filter out -fstack-protector-strong
OBS-URL: https://build.opensuse.org/request/show/317746
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=407
2015-07-21 08:35:40 +00:00
26e5cfb25c
Accepting request 313110 from home:Andreas_Schwab:Factory
...
- getaddrinfo-ipv6-sanity.diff: Remove. It breaks services that start
before IPv6 is up (bsc#931399)
- glibc-2.3.locales.diff.bz2: Remove sh_YU locales, fix currency for en_BE.
OBS-URL: https://build.opensuse.org/request/show/313110
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=406
2015-06-23 06:11:04 +00:00
f7b73d687a
Accepting request 311391 from home:Andreas_Schwab:Factory
...
- Add /usr/include/gnu/lib-names-.*.h to baselibs
- pthread-join-deadlock.patch: Don't require rtld lock to store static TLS
offset in the DTV (bsc#930015, BZ #18457 )
- heap-top-corruption.patch: Do not corrupt the top of a threaded heap if
top chunk is MINSIZE (BZ #18502 )
OBS-URL: https://build.opensuse.org/request/show/311391
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=405
2015-06-10 07:15:17 +00:00
5cdaa6fdff
Fix changelog.
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=402
2015-04-08 15:31:35 +00:00
393a73e0bd
Accepting request 294973 from home:mgorman:branches:Base:System
...
- Fix regression in threaded application malloc performance (bsc#915955,
BZ #17195 )
OBS-URL: https://build.opensuse.org/request/show/294973
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=401
2015-04-08 15:21:26 +00:00
f7ec599259
Accepting request 294121 from home:Andreas_Schwab:Factory
...
- aarch64-sigstksz.patch: Increase MINSIGSTKSZ and SIGSTKSZ (BZ #16850 )
OBS-URL: https://build.opensuse.org/request/show/294121
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=399
2015-04-02 08:45:57 +00:00
d6f647d047
Accepting request 293890 from home:Andreas_Schwab:Factory
...
- powerpc-software-sqrt.patch: Fix powerpc software sqrt (BZ #17964 , BZ
#17967 )
- nss-separate-state-getXXent.patch: Separate internal state between
getXXent and getXXbyYY NSS calls (bsc#918187, BZ #18007 )
- static-tls-dtv-limit.patch: Fix DTV race, assert, DTV_SURPLUS Static TLS
limit, and nptl_db garbage (bsc#919678, BZ #17090 , BZ #17620 , BZ #17621 ,
BZ #17628 )
OBS-URL: https://build.opensuse.org/request/show/293890
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=398
2015-04-01 09:51:42 +00:00
bdc7240bd7
Accepting request 288520 from home:Andreas_Schwab:Factory
...
- memcpy-chk-non-SSE2.patch: Fix __memcpy_chk on non-SSE2 CPUs
(bsc#920084)
OBS-URL: https://build.opensuse.org/request/show/288520
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=395
2015-03-02 16:43:59 +00:00
797ff301f4
Accepting request 287683 from home:Andreas_Schwab:Factory
...
- resolv-nameserver-handling.patch: Rewrite handling of nameserver
configuration in resolver
OBS-URL: https://build.opensuse.org/request/show/287683
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=394
2015-02-25 10:57:57 +00:00
a40bdcb8a8
Accepting request 285812 from home:Andreas_Schwab:Factory
...
- htm-tabort.patch: Fix TABORT encoding for little endian
OBS-URL: https://build.opensuse.org/request/show/285812
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=392
2015-02-12 14:16:06 +00:00
30e48d0d7f
Accepting request 285070 from home:Andreas_Schwab:Factory
...
- Update to glibc 2.21 release.
* A new semaphore algorithm has been implemented in generic C code for all
machines
* Added support for TSX lock elision of pthread mutexes on powerpc32,
powerpc64 and powerpc64le
* Optimized strcpy, stpcpy, strchrnul and strrchr implementations for
AArch64
* i386 memcpy functions optimized with SSE2 unaligned load/store
* New locales: tu_IN, bh_IN, raj_IN, ce_RU
* The obsolete sigvec function has been removed
- Patches from upstream removed
* ifunc-x86-slow-sse4.patch
* pthread-mutex-trylock-elision.patch
- o-tmpfile.patch: Fix value of O_TMPFILE for architectures with
non-default O_DIRECTORY (BZ #17912 )
OBS-URL: https://build.opensuse.org/request/show/285070
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=391
2015-02-10 10:34:33 +00:00
fe024e3ae1
Accepting request 258649 from home:Andreas_Schwab:Factory
...
- Update to crypt_blowfish 1.3.
* Add support for the $2b$ prefix.
- ifunc-x86-slow-sse4.patch: Fix misdetected Slow_SSE4_2 cpu feature bit
(BZ #17501 )
OBS-URL: https://build.opensuse.org/request/show/258649
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=389
2014-10-28 11:58:29 +00:00
d2f37bcdab
Accepting request 249235 from home:Andreas_Schwab:glibc
...
- Update to glibc 2.20 release.
* Reverted change of ABI data structures for s390 and s390x
* Support for file description locks is added to systems running the
Linux kernel
* Optimized strchr implementation for AArch64
* The minimum Linux kernel version that this version of the GNU C Library
can be used with is 2.6.32
* Running the testsuite no longer terminates as soon as a test fails
* The am33 port, which had not worked for several years, has been removed
from ports.
* The _BSD_SOURCE and _SVID_SOURCE feature test macros are no longer
supported; they now act the same as _DEFAULT_SOURCE (but generate a
warning)
* Optimized strcmp implementation for ARMv7
* Added support for TX lock elision of pthread mutexes on s390 and s390x
* All supported architectures now use the main glibc sysdeps directory
instead of some being in a separate "ports" directory
* The NPTL implementation of POSIX pthreads is no longer an "add-on"
* Locale names, including those obtained from environment variables (LANG
and the LC_* variables), are more tightly checked for proper syntax
* On x86-64, the dynamic linker's lazy-binding support is now compatible
with application code using Intel MPX instructions
- Patches from upstream removed
* nss-dns-memleak.patch
* sin-sign.patch
* pldd-wait-ptrace-stop.patch
* nscd-track-startup-failures.patch
* powerpc-opt-power8.patch
* check-pf-alloca.patch
* getaddrinfo-uninit-result.patch
OBS-URL: https://build.opensuse.org/request/show/249235
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=387
2014-09-15 10:37:45 +00:00
29d670314e
Accepting request 247223 from home:Andreas_Schwab:Factory
...
- iconv-ibm-sentinel-check.patch: Fix crashes on invalid input in IBM
gconv modules (CVE-2014-6040, bnc#894553, BZ #17325 )
OBS-URL: https://build.opensuse.org/request/show/247223
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=385
2014-09-02 12:59:22 +00:00
de905f7a91
Accepting request 246520 from home:Andreas_Schwab:Factory
...
- disable-gconv-translit-modules.patch: Disable gconv transliteration
module loading (bnc#892073, BZ #17187 )
OBS-URL: https://build.opensuse.org/request/show/246520
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=382
2014-08-26 13:26:44 +00:00
d0576de45c
Accepting request 244212 from home:Andreas_Schwab:Factory
...
- pthread-mutexattr-gettype-kind.patch: Filter out
PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype
(bnc#888131, BZ #15790 )
OBS-URL: https://build.opensuse.org/request/show/244212
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=380
2014-08-11 12:06:28 +00:00
826ad7dd9f
Accepting request 243561 from home:Andreas_Schwab:Factory
...
- ppc64le-profiling.patch: fix profiling for ppc64le (bnc#889601, BZ
#17213 )
- s390-revert-abi-change.patch: replace with upstream patch, switches
default symbol version back to old version (bnc#887228)
OBS-URL: https://build.opensuse.org/request/show/243561
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=378
2014-08-04 07:48:30 +00:00
d9bb8764aa
Accepting request 242722 from home:Andreas_Schwab:Factory
...
- ibm93x-redundant-shift-si.patch: Avoid redundant shift character in
iconv output at block boundary (bnc#886416, BZ #17197 )
- s390-revert-abi-change.patch: revert back to pre-2.19 layout of jmp_buf
and ucontext_t on s390 (bnc#887228)
OBS-URL: https://build.opensuse.org/request/show/242722
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=376
2014-07-28 12:42:05 +00:00
cb23041758
Accepting request 241892 from home:Andreas_Schwab:Factory
...
- dt-ppc64-num.patch: Correct DT_PPC64_NUM (bnc#887169, BZ #17153 )
OBS-URL: https://build.opensuse.org/request/show/241892
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=374
2014-07-22 13:22:57 +00:00
7550c6de6a
Accepting request 240897 from home:Andreas_Schwab:Factory
...
- setlocale-directory-traversal.patch: Directory traversal in locale
environment handling (CVE-2014-0475, bnc#887022, BZ #17137 )
- Remove the ppc64le check-abi workaround, no longer needed
OBS-URL: https://build.opensuse.org/request/show/240897
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=372
2014-07-14 10:45:33 +00:00
10a15f0fa7
Accepting request 238380 from home:Andreas_Schwab:Factory
...
- nss-files-long-lines.patch: Don't ignore too long lines in nss_files
(bnc#883217, BZ #17079 )
- Remove locale.1, localedef.1 and iconvconfig.8 manpages, now included in
the man-pages package (bnc#880703)
- manpages.patch: update
OBS-URL: https://build.opensuse.org/request/show/238380
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=370
2014-06-23 13:37:49 +00:00
d604827ae2
Accepting request 237680 from home:Andreas_Schwab:Factory
...
- psfaa.patch: copy filename argument in posix_spawn_file_actions_addopen
(CVE-2014-4043, bnc#882600, BZ #17048 )
- glibc-memset-nontemporal.diff: Speedup memset on x86_64
(bnc#868622, BZ #16830 )
OBS-URL: https://build.opensuse.org/request/show/237680
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=368
2014-06-17 10:58:27 +00:00
b640147c97
Accepting request 234223 from home:Andreas_Schwab:Factory
...
- add non-elision-enabled libpthread
OBS-URL: https://build.opensuse.org/request/show/234223
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=366
2014-05-15 16:27:45 +00:00
c0c9ae0337
Accepting request 233621 from home:Andreas_Schwab:Factory
...
- nss-nis-stack-use.patch: fix unbound stack use in NIS NSS module (BZ
#16932 )
OBS-URL: https://build.opensuse.org/request/show/233621
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=365
2014-05-12 14:47:07 +00:00
96e20a41d7
Accepting request 230484 from home:Andreas_Schwab:Factory
...
- ibm-long-double-frexpl.patch: Correct IBM long double frexpl
(bnc#872573, BZ #16740 , BZ #16619 )
OBS-URL: https://build.opensuse.org/request/show/230484
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=362
2014-04-17 14:02:34 +00:00
c85422d0b9
Accepting request 230302 from home:Andreas_Schwab:Factory
...
- ibm-long-double-math.patch: Remove faulty assembler implementations of
ceil, nearbyintl, roundl for IBM long double (bnc#873457, BZ #16701 , BZ
#16706 , BZ #16707 )
OBS-URL: https://build.opensuse.org/request/show/230302
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=361
2014-04-16 09:26:22 +00:00
fdfb701f1a
Accepting request 230181 from home:a_jaeger:FactoryFix
...
Use /run instead of /var/run
OBS-URL: https://build.opensuse.org/request/show/230181
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=360
2014-04-15 13:21:46 +00:00
6addb61a16
Accepting request 229286 from home:Andreas_Schwab:Factory
...
- pthread-mutex-destroy.patch: Remove
- pthread-mutex-trylock-elision.patch: Properly handle forced elision in
pthread_mutex_trylock (bnc#865968, BZ #16657 )
OBS-URL: https://build.opensuse.org/request/show/229286
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=358
2014-04-07 13:52:06 +00:00
006d01ca2c
Accepting request 228849 from home:Andreas_Schwab:Factory
...
- nextafterl-ibm-ldouble.patch: Correct IBM long double nextafterl
(bnc#871637, BZ #16739 )
OBS-URL: https://build.opensuse.org/request/show/228849
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=357
2014-04-03 09:25:20 +00:00
5767ee0b6c
Accepting request 228414 from home:Andreas_Schwab:Factory
...
- ppc64-copysign.patch: Fix ppc64le copysign overwriting parent stack
frame (BZ #16786 )
- aarch64-setcontext.patch: Fix aarch64 setcontext clobbering alternate
signal stack (BZ #16629 )
OBS-URL: https://build.opensuse.org/request/show/228414
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=351
2014-04-01 10:03:02 +00:00
352e35f701
Accepting request 228349 from home:Andreas_Schwab:Factory
...
- powerpc-opt-power8.patch: readd POWER8 implementation of isnan,
isinf, finite with fix for little endian
- pthread-mutex-destroy.patch: Skip checks in pthread_mutex_destroy when
doing elision (bnc#865968)
OBS-URL: https://build.opensuse.org/request/show/228349
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=347
2014-03-31 15:44:49 +00:00
f99cf3ddb6
Accepting request 227472 from home:Andreas_Schwab:Factory
...
- abort-no-flush.patch: Don't close or flush stdio streams on abort (BZ
#15436 )
- fix-locking-in-_IO_cleanup.patch: always do locking when accessing
streams (bnc#796982, BZ #15142 )
- resolv-dont-ignore-second-answer.patch: don't ignore second answer from
nameserver if the first one was empty (bnc#767266, BZ #13651 )
- ldd-system-interp.patch: Never try to execute the file in ldd
(bnc#677787, BZ #16750 )
- check-pf-alloca.patch: Account for alloca use when collecting interface
addresses (bnc#785041, BZ #16002 )
- powerpc-opt-power8.patch: two more POWER8 optimisations (bnc#866711,
fate#315443)
- getaddrinfo-uninit-result.patch: Fix use of half-initialized result in
getaddrinfo when using nscd (bnc#867636, BZ #16743 )
OBS-URL: https://build.opensuse.org/request/show/227472
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=343
2014-03-25 14:45:48 +00:00
37de46ce18
Accepting request 226839 from home:Andreas_Schwab:Factory
...
- Remove dependency on sysinit.target from nscd.service again (bnc#86422)
- powerpc-opt-power8.patch: GLIBC Optimizations For POWER8 Hardware
(bnc#866711, fate#315443)
OBS-URL: https://build.opensuse.org/request/show/226839
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=341
2014-03-20 08:35:51 +00:00
f65177d41e
Accepting request 226726 from home:Andreas_Schwab:Factory
...
- Make sure nscd is started after sysinit.target (bnc#868422)
- nscd-track-startup-failures.patch: properly track startup failures in
nscd and mark nscd.service as forking (BZ #16639 )
OBS-URL: https://build.opensuse.org/request/show/226726
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=340
2014-03-19 11:15:57 +00:00
055d3bf09b
Accepting request 224900 from home:Andreas_Schwab:Factory
...
- Add services and netgroup persistent caches to nscd file list
OBS-URL: https://build.opensuse.org/request/show/224900
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=338
2014-03-06 16:25:21 +00:00
06e272ed76
Accepting request 223957 from home:Andreas_Schwab:Factory
...
- sin-sign.patch: Fix sign of input to bsloww1 (BZ #16623 )
- pldd-wait-ptrace-stop.patch: Update from upstream
OBS-URL: https://build.opensuse.org/request/show/223957
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=336
2014-02-26 13:47:49 +00:00
f800504c8a
Accepting request 223767 from home:Andreas_Schwab:Factory
...
Fix last change
OBS-URL: https://build.opensuse.org/request/show/223767
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=335
2014-02-24 22:34:45 +00:00
1a51f99eb0
Accepting request 223712 from home:Andreas_Schwab:Factory
...
- nss-dns-memleak.patch: fix memory leak in nss-dns (bnc#863499)
- Don't build glibc-{extra,info,i18ndata,obsolete} and nscd for i686
OBS-URL: https://build.opensuse.org/request/show/223712
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=334
2014-02-24 14:57:11 +00:00
7cd4640922
Accepting request 221687 from home:Andreas_Schwab:Factory
...
- Bump minimum kernel to 3.0
OBS-URL: https://build.opensuse.org/request/show/221687
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=332
2014-02-10 19:39:30 +00:00
65870a929c
Accepting request 221532 from home:Andreas_Schwab:Factory
...
- Update to glibc 2.19 release
OBS-URL: https://build.opensuse.org/request/show/221532
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=331
2014-02-09 18:51:41 +00:00
ed2974f0e1
Accepting request 221126 from home:Andreas_Schwab:Factory
...
- Update to glibc 2.18.90 ee7cc3853761:
* More bug fixes
* SystemTap probes for slow multiple precision fallback paths of
transcendental functions have been introduced.
* Preliminary documentation about Multi-Thread, Async-Signal and
Async-Cancel Safety has been added.
* Change powerpc64le start ABI to 2.17
- Add /usr/local/lib64 to ld.so.conf on all lib64 platforms
- Enable profile build for aarch64
OBS-URL: https://build.opensuse.org/request/show/221126
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=329
2014-02-06 12:58:35 +00:00
Stephan Kulow
995a44ffad
Accepting request 213147 from home:coolo:branches:openSUSE:Factory
...
- make pwdutils a real buildrequire
Requires(pre) are used during builds, but don't trigger rebuilds.
But to create clearly defined bootstrap projects, it's essential
to know what packages are required for others. So move this requires
to build to a buildrequire
OBS-URL: https://build.opensuse.org/request/show/213147
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=327
2014-01-09 09:54:54 +00:00
3cf3d7602d
Accepting request 213060 from home:Andreas_Schwab:Factory
...
- Update to glibc 2.18.90 94c8a4bc574c:
* More bug fixes
* Slovenian translations for glibc messages have been contributed by the
Translation Project's Slovenian team of translators.
OBS-URL: https://build.opensuse.org/request/show/213060
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=326
2014-01-07 16:31:20 +00:00
4d5135901e
Accepting request 211751 from home:Andreas_Schwab:Factory
...
- Update to glibc 2.18.90 83f5c32d21f7:
* Support for STT_GNU_IFUNC symbols added for ppc64
* A new feature test macro _DEFAULT_SOURCE is available
* The _BSD_SOURCE feature test macro no longer enables BSD interfaces
that conflict with POSIX. The libbsd-compat library (which was a
dummy library that did nothing) has also been removed.
* Added support for version-3 tz format files
- i686-no-sse42-strstr.patch: Removed
OBS-URL: https://build.opensuse.org/request/show/211751
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=324
2013-12-19 16:40:33 +00:00
3e8ca4009d
Accepting request 210416 from home:Andreas_Schwab:Factory
...
- Update to glibc 2.18.90 aeb95445d128:
* More bug fixes
* Support for STT_GNU_IFUNC symbols added for ppc32/power4+
* The public headers no longer use __unused nor __block
* Support for PowerPC64 ELFv2 ABI
- ppc64le-abilist.patch: ABI lists for PowerLE
OBS-URL: https://build.opensuse.org/request/show/210416
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=322
2013-12-10 17:20:34 +00:00
384789b673
Accepting request 208665 from home:Andreas_Schwab:Factory
...
- Update to glibc 2.18.90 bd12ab55c05e:
* New locales: ak_GH, anp_IN, ar_SS, cmn_TW, hak_TW, lzh_TW, nan_TW, pap_AW,
pap_CW, quz_PE, the_NP.
* Substantially revised locales: gd_GB, ht_HT
* The LC_ADDRESS field was updated to support country_car for almost all
supported locales.
* ISO 1427 definitions were updated.
* ISO 3166 definitions were updated.
* The localedef utility now supports --big-endian and --little-endian
command-line options to generate locales for a different system from that
for which the C library was built.
* Binary locale files now only depend on the endianness of the system for
which they are generated and not on other properties of that system.
* ISO 639 definitions were updated for Chiga (cgg) and Chinese (gan, hak, czh,
cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
* SystemTap probes for malloc have been introduced.
* Support for powerpc64le has been added.
* The soft-float powerpc port now supports e500 processors.
- Remove upstreamed patches:
cbrtl-ldbl-96.patch
fcntl-o-tmpfile.patch
getaddrinfo-overflow.patch
glibc-2.18.tar.xz
glibc-ld-profile.patch
glibc-nscd-hconf.diff
i686-strcasecmp-fallback.patch
m68k-Scrt1.patch
malloc-overflows.patch
nonascii-case.patch
nss-database.patch
OBS-URL: https://build.opensuse.org/request/show/208665
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=320
2013-11-27 11:31:05 +00:00
a7a5db5322
Accepting request 205246 from home:Andreas_Schwab:Factory
...
- getaddrinfo-overflow.patch: Fix stack overflow due to large AF_INET6
requests (CVE-2013-4458, bnc#847227)
OBS-URL: https://build.opensuse.org/request/show/205246
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=318
2013-10-30 15:05:40 +00:00
3489d82ea5
Accepting request 204210 from home:Andreas_Schwab:Factory
...
- Remove SSE4.2 implementation of strstr for x86-32 (bnc#843464)
OBS-URL: https://build.opensuse.org/request/show/204210
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=316
2013-10-21 15:25:16 +00:00
65171dba32
Accepting request 203481 from home:Andreas_Schwab:Factory
...
- Depend on gcc defaults for base powerpc optimisations (bnc#844824)
OBS-URL: https://build.opensuse.org/request/show/203481
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=314
2013-10-16 12:30:46 +00:00
f765de7465
Accepting request 202951 from home:Andreas_Schwab:Factory
...
- Enable ports addon for m68k and adapt file list
- m68k-Scrt1.patch: Use PIC for Scrt1.o
OBS-URL: https://build.opensuse.org/request/show/202951
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=313
2013-10-11 10:21:14 +00:00
177143a5e4
Accepting request 200165 from home:Andreas_Schwab:Factory
...
- nscd-server-user.patch: run nscd as user nscd (fate#314673)
OBS-URL: https://build.opensuse.org/request/show/200165
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=311
2013-09-23 10:27:21 +00:00
fdc1d1569d
Accepting request 198716 from home:Andreas_Schwab:Factory
...
- malloc-overflows.patch: Fix integer overflows in malloc (CVE-2013-4332,
bnc#839870)
OBS-URL: https://build.opensuse.org/request/show/198716
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=309
2013-09-12 14:47:52 +00:00
66993bce55
Accepting request 198529 from home:Andreas_Schwab:Factory
...
- fcntl-o-tmpfile.patch: Add O_TMPFILE to <fcntl.h> (bnc#837965)
- strcoll-overflow.patch: Update to latest version
OBS-URL: https://build.opensuse.org/request/show/198529
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=307
2013-09-11 13:17:37 +00:00
2575a3b7df
Accepting request 186872 from home:Andreas_Schwab:Factory
...
- Update to glibc 2.18 release
* No source change
- strcoll-overflow.patch: fix buffer overflow in strcoll (CVE-2012-4412,
bnc#779320)
- readdir_r-overflow.patch: fix readdir_r with long file names
(CVE-2013-4237, bnc#834594)
OBS-URL: https://build.opensuse.org/request/show/186872
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=305
2013-08-13 09:15:48 +00:00
746e16d2b9
Accepting request 186119 from home:Andreas_Schwab:glibc
...
- Update to glibc 2.17.90 85891acadf1b:
* CVE-2013-2207 Incorrectly granting access to another user's pseudo-terminal
has been fixed by disabling the use of pt_chown (Bugzilla #15755 ).
Distributions can re-enable building and using pt_chown via the new configure
option `--enable-pt_chown'. Enabling the use of pt_chown carries with it
considerable security risks and should only be used if the distribution
understands and accepts the risks.
* CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla
#15078 ).
* CVE-2013-1914 Stack overflow in getaddrinfo with many results has been
fixed (Bugzilla #15330 ).
* Add support for calling C++11 thread_local object destructors on thread
and program exit. This needs compiler support for offloading C++11
destructor calls to glibc.
* Improved worst case performance of libm functions with double inputs and
output.
* Support for priority inherited mutexes in pthread condition variables on
non-x86 architectures.
* Optimized string functions for AArch64. Implemented by Marcus Shawcroft.
* Optimized string functions for ARM. Implemented by Will Newton and
Richard Henderson.
* Added a benchmark framework to track performance of functions in glibc.
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).
It is based on draft TS 18661 and currently enabled as a GNU extension.
* On Linux, the clock function now uses the clock_gettime system call
for improved precision, rather than old times system call.
* Added new API functions pthread_getattr_default_np and
pthread_setattr_default_np to get and set the default pthread
attributes of a process.
* Added support for TSX lock elision for pthread mutexes on i386 and x86-64.
OBS-URL: https://build.opensuse.org/request/show/186119
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=304
2013-08-06 14:52:55 +00:00
a70ef84746
Accepting request 185399 from home:Andreas_Schwab:Factory
...
- i686-strcasecmp-fallback.patch: fix fallback in i686
strcasecmp/strncasecmp
- nonascii-case.patch: also test strncasecmp
- pldd-wait-ptrace-stop.patch: fix pldd not to leave process stopped after
detaching (bnc#819383)
OBS-URL: https://build.opensuse.org/request/show/185399
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=302
2013-08-01 09:02:44 +00:00
187a641195
Accepting request 184083 from home:Andreas_Schwab:Factory
...
- disable-pt-chown.patch: disable use of pt_chown (CVE-2013-2207,
bnc#830257)
- nonascii-case.patch: fix strcasecmp in tr_TR.ISO-8859-9 locale
- glibc-2.14-crypt.diff: fix incomplete dependencies for libowcrypt
OBS-URL: https://build.opensuse.org/request/show/184083
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=300
2013-07-23 13:31:56 +00:00
76c6a57448
Accepting request 182498 from home:Andreas_Schwab:Factory
...
- crypt_blowfish-gensalt.patch: separare crypt_gensalt into its own
library libowcrypt, remove crypt_rn and crypt_ra (fate#314945)
- glibc-2.14-crypt-versioning.diff, glibc-fix-check-abi.patch,
glibc-crypt-badsalttest.patch: folded into glibc-2.14-crypt.diff
- crypt_blowfish-const.patch: constify crypt_blowfish
- crypt_blowfish-1.2-sha.diff: refresh
OBS-URL: https://build.opensuse.org/request/show/182498
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=298
2013-07-08 13:10:39 +00:00
Dr. Werner Fink
8251dfdd67
Accepting request 181452 from openSUSE:Factory:ARM
...
- add ld-linux.so.3 compat symlink also for armv6hl
- remove deprecated armv7l
OBS-URL: https://build.opensuse.org/request/show/181452
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=296
2013-06-30 19:57:43 +00:00
792ce37cf9
Accepting request 179647 from Base:build
...
- rely on systemd-rpm-macros instead of the full thing
OBS-URL: https://build.opensuse.org/request/show/179647
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=292
2013-06-19 12:00:32 +00:00
a6aec54f2a
Accepting request 179302 from home:Andreas_Schwab:Factory
...
- nscd-netgroup.patch: Fix handling of netgroup cache in nscd (bnc#819524)
OBS-URL: https://build.opensuse.org/request/show/179302
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=291
2013-06-17 12:18:12 +00:00
5e387c0743
Accepting request 178384 from home:Andreas_Schwab:Factory
...
- glibc-bindresvport-blacklist.diff: Renamed from
glibc-2.3.90-bindresvport.blacklist.diff; fix resource leaks
(bnc#824046)
- Remove glibc-armhf-compat.patch
OBS-URL: https://build.opensuse.org/request/show/178384
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=289
2013-06-10 14:27:04 +00:00
9532d05464
Accepting request 176168 from home:Andreas_Schwab:Factory
...
- aarch64-sigsetjmp.patch: Fix sigsetjmp on aarch64
OBS-URL: https://build.opensuse.org/request/show/176168
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=287
2013-05-20 15:48:10 +00:00
6f25f66bbd
Accepting request 176059 from home:Andreas_Schwab:Factory
...
- Fix file list for glibc-utils
OBS-URL: https://build.opensuse.org/request/show/176059
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=286
2013-05-18 19:11:36 +00:00
8715963849
Accepting request 175892 from home:Andreas_Schwab:Factory
...
- big5-hkscs-update.patch.bz2: Update BIG5-HKSCS charmap to HKSCS-2008
- digits-dots.patch: Fix parsing of numeric hosts in gethostbyname_r
- nss-database.patch: Properly cache the result from looking up the nss
database config
- strptime-W-week.patch: Properly handle %W in strptime
- printf-overrun.patch: Revert problematic fixes for [BZ #11741 ]
- glibc-aarch64-lib64.patch: Replace with upstream version
- arm-ld-so-cache.patch: ARM: Support loading unmarked objects from cache
- rtlddir.patch: Add support for rtld directory different from slib
directory
- regexp-overrun.patch: Fix buffer overrun in regexp matcher
(CVE-2013-0242, bnc#801246)
- getaddrinfo-overflow.patch: Fix stack overflow in getaddrinfo with many
results (CVE-2013-1914, bnc#813121)
- big5-hkscs-update.patch.bz2: Update BIG5-HKSCS charmap to HKSCS-2008
- digits-dots.patch: Fix parsing of numeric hosts in gethostbyname_r
- nss-database.patch: Properly cache the result from looking up the nss
database config
- strptime-W-week.patch: Properly handle %W in strptime
- printf-overrun.patch: Revert problematic fixes for [BZ #11741 ]
- glibc-aarch64-lib64.patch: Replace with upstream version
- arm-ld-so-cache.patch: ARM: Support loading unmarked objects from cache
- rtlddir.patch: Add support for rtld directory different from slib
directory
- regexp-overrun.patch: Fix buffer overrun in regexp matcher
(CVE-2013-0242, bnc#801246)
- getaddrinfo-overflow.patch: Fix stack overflow in getaddrinfo with many
results (CVE-2013-1914, bnc#813121)
OBS-URL: https://build.opensuse.org/request/show/175892
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=284
2013-05-16 15:57:30 +00:00
c8edbb3945
- When testsuite run fails make all test output available
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=283
2013-05-16 10:43:57 +00:00
63e839b969
Accepting request 156848 from home:Andreas_Schwab:Factory
...
- Remove debianisms from manpages (bnc#805054)
OBS-URL: https://build.opensuse.org/request/show/156848
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=275
2013-02-28 15:19:48 +00:00
e5ed97dcc4
Accepting request 155840 from home:Andreas_Schwab:Factory
...
- Update crypt ABI for aarch64
- Use lib64 for aarch64 and add link for /lib/ld-linux-aarch64.so.1
- Don't build profiling libraries for aarch64
OBS-URL: https://build.opensuse.org/request/show/155840
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=272
2013-02-19 17:17:41 +00:00
0212a7b20a
- build with ports enabled on aarch64
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=270
2013-02-03 00:09:09 +00:00
4258ce0268
Accepting request 150612 from home:Andreas_Schwab:Factory
...
- Obsolete unscd to migrate back to nscd.
OBS-URL: https://build.opensuse.org/request/show/150612
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=268
2013-01-31 16:31:36 +00:00
ed0235b5ba
Accepting request 149817 from home:Andreas_Schwab:Factory
...
- Don't run testsuite in parallel
- Fail if testsuite fails
- Disable crypt/badsalttest test
OBS-URL: https://build.opensuse.org/request/show/149817
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=264
2013-01-24 17:32:50 +00:00
Andreas Jaeger
d56e5fb7b8
Accepting request 147737 from home:a_jaeger:my-factory-packages
...
Revert
OBS-URL: https://build.opensuse.org/request/show/147737
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=263
2013-01-10 11:45:12 +00:00
Andreas Jaeger
5ad683883d
Accepting request 147733 from home:a_jaeger:my-factory-packages
...
Add _constraints as source to make source validator happy.
OBS-URL: https://build.opensuse.org/request/show/147733
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=261
2013-01-09 13:21:06 +00:00
Andreas Jaeger
9a1e228f6a
Accepting request 147495 from home:coolo:branches:openSUSE:Factory
...
- add _constraints file to make sure glibc-testsuite only builds on big
hosts. Otherwise it's running out of memory and stalls
See http://openbuildservice.org/help/manuals/obs-reference-guide/cha.obs.build_job_constraints.html
for more fun options
OBS-URL: https://build.opensuse.org/request/show/147495
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=260
2013-01-08 11:55:27 +00:00
Andreas Jaeger
096c131236
Accepting request 146479 from home:a_jaeger:my-factory-packages
...
Set bugurl
OBS-URL: https://build.opensuse.org/request/show/146479
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=257
2012-12-27 12:32:57 +00:00
Andreas Jaeger
e2bb6fdc10
Accepting request 146379 from home:a_jaeger:my-factory-packages
...
Update to 2.17 release
OBS-URL: https://build.opensuse.org/request/show/146379
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=256
2012-12-25 17:00:16 +00:00
33af53d099
Accepting request 145907 from home:Andreas_Schwab:Factory
...
- Move glibc-utils subpackage to own specfile and enable programs that
require libgd
- Filter GLIBC_PRIVATE symbols
- Don't stop at first error in testsuite run
OBS-URL: https://build.opensuse.org/request/show/145907
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=255
2012-12-19 17:04:05 +00:00
fff5947803
Accepting request 145658 from home:Andreas_Schwab:Factory
...
Split off glibc-testsuite package
OBS-URL: https://build.opensuse.org/request/show/145658
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=253
2012-12-17 13:15:06 +00:00
Andreas Jaeger
a118f9cc9a
Accepting request 145525 from home:a_jaeger:my-factory-packages
...
comment fix.
OBS-URL: https://build.opensuse.org/request/show/145525
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=252
2012-12-14 21:13:39 +00:00
Andreas Jaeger
0c9b4ba47a
Accepting request 145517 from home:a_jaeger:my-factory-packages
...
Build locale/profile for i686.
OBS-URL: https://build.opensuse.org/request/show/145517
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=251
2012-12-14 19:35:52 +00:00
Andreas Jaeger
640ba0ecad
Accepting request 145178 from home:a_jaeger:my-factory-packages
...
Update to current git.
OBS-URL: https://build.opensuse.org/request/show/145178
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=249
2012-12-12 09:26:46 +00:00
0dad0ee03b
- Extend i486 pthread_cond_timedwait to use futex syscall with absolute
...
timeout
- Properly check for short writes when sending the response in nscd
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=246
2012-12-10 13:11:27 +00:00
Andreas Jaeger
8ebaf69bf2
Accepting request 144726 from home:a_jaeger:my-factory-packages
...
Update to current git head.
OBS-URL: https://build.opensuse.org/request/show/144726
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=245
2012-12-08 20:14:46 +00:00
eff14db743
- Suppress error message from systemctl in %post -n nscd (bnc#792333)
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=244
2012-12-03 14:51:36 +00:00
Andreas Jaeger
2471d4494b
Accepting request 143761 from home:a_jaeger:my-factory-packages
...
Update to current git head.
OBS-URL: https://build.opensuse.org/request/show/143761
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=242
2012-12-01 16:20:30 +00:00
Andreas Jaeger
7e8d0bcd19
Accepting request 143639 from home:a_jaeger:my-factory-packages
...
Update to current git head
OBS-URL: https://build.opensuse.org/request/show/143639
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=241
2012-11-30 09:34:14 +00:00
Andreas Schwab
f812ccf825
- Remove obsolete patches:
...
glibc-strict-aliasing.diff
nscd-avoid-gcc-warning.diff
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=240
2012-11-29 15:20:55 +00:00
Andreas Jaeger
83fc2fcdc0
Accepting request 143490 from home:a_jaeger:my-factory-packages
...
Update to git head, fix nscd systemd file.
OBS-URL: https://build.opensuse.org/request/show/143490
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=238
2012-11-28 20:52:39 +00:00
Andreas Schwab
668387b8d6
- Reenable multi-arch on ppc ppc64
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=237
2012-11-28 16:19:40 +00:00
Andreas Jaeger
5a8e1843da
Accepting request 143342 from home:a_jaeger:my-factory-packages
...
Update to current git HEAD, fix fwrite bug.
OBS-URL: https://build.opensuse.org/request/show/143342
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=235
2012-11-27 22:33:58 +00:00
Andreas Jaeger
31d00d1491
Accepting request 142683 from home:a_jaeger:my-factory-packages
...
Remove nscd init script, use systemd files.
OBS-URL: https://build.opensuse.org/request/show/142683
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=232
2012-11-24 14:18:54 +00:00
Andreas Jaeger
554abb20de
Accepting request 142601 from home:matz2:branches:Base:System
...
- Fix getaddrinfo-ipv6-sanity.diff to apply again.
OBS-URL: https://build.opensuse.org/request/show/142601
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=231
2012-11-23 15:16:20 +00:00
Andreas Jaeger
25a49c19bd
Accepting request 142184 from home:a_jaeger:my-factory-packages
...
Update to current head
OBS-URL: https://build.opensuse.org/request/show/142184
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=228
2012-11-21 18:55:43 +00:00
Andreas Jaeger
2b52d0268e
Accepting request 141127 from home:a_jaeger:devel-glibc
...
Update to glibc 2.17 development version
OBS-URL: https://build.opensuse.org/request/show/141127
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=227
2012-11-13 11:56:09 +00:00
Stephan Kulow
0b06ab6125
Accepting request 140570 from home:zxyyz:branches:Base:System
...
- Avoid shell comment leaking into %post.
OBS-URL: https://build.opensuse.org/request/show/140570
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=225
2012-11-07 15:20:31 +00:00
44fdba1e82
Accepting request 139246 from home:a_jaeger:my-factory-packages
...
Update to current 2.16 git, drop some patches
OBS-URL: https://build.opensuse.org/request/show/139246
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=223
2012-10-25 16:41:15 +00:00
Andreas Jaeger
a7d7bf3a3f
Accepting request 137557 from home:a_jaeger:my-factory-packages
...
Update to current 2.16 tree, various bugfixes.
OBS-URL: https://build.opensuse.org/request/show/137557
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=221
2012-10-09 09:26:30 +00:00
Andreas Jaeger
ebbfea4ed0
Accepting request 136312 from home:a_jaeger:my-factory-packages
...
Fix sparc build
OBS-URL: https://build.opensuse.org/request/show/136312
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=217
2012-09-28 07:50:13 +00:00
Andreas Jaeger
9f13ea795a
Accepting request 132501 from home:AndreasSchwab:ff
...
- Move pt_chown to %{_libexecdir} so that baselibs can find it.
- Do create hardlinks to getconf so that baselibs use the correct binary
and getconf -v works.
OBS-URL: https://build.opensuse.org/request/show/132501
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=211
2012-09-04 18:58:49 +00:00
Andreas Jaeger
a30da1c424
Accepting request 131848 from home:a_jaeger:devel-glibc
...
Update to latest 2.16 git head
OBS-URL: https://build.opensuse.org/request/show/131848
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=208
2012-08-28 12:25:24 +00:00
Andreas Jaeger
b507b48218
Accepting request 128487 from home:jengelh:branches:Base:System
...
- Add commit 10f62770e115d9f (glibc-sparc-fxstatat64.diff) from
upstream to resolve rpmlint-induced packaging abort due to
(previously) "no-return-in-nonvoid"
- Add xz as explicit BuildRequires for openSUSE_12.1
OBS-URL: https://build.opensuse.org/request/show/128487
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=206
2012-07-20 17:37:36 +00:00
Andreas Jaeger
0150891b96
Accepting request 128453 from home:jengelh:branches:Base:System
...
- Do package ld-linux.so.2 on SPARC as well
OBS-URL: https://build.opensuse.org/request/show/128453
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=205
2012-07-20 08:33:20 +00:00
Andreas Jaeger
9cfc746302
Accepting request 128171 from home:a_jaeger:my-factory-packages
...
Add buildrequire on makeinfo.
OBS-URL: https://build.opensuse.org/request/show/128171
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=203
2012-07-17 19:30:18 +00:00
Andreas Jaeger
f2ee49e086
Accepting request 128122 from home:a_jaeger:my-factory-packages
...
Add texinfo as build requires.
OBS-URL: https://build.opensuse.org/request/show/128122
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=202
2012-07-17 12:33:06 +00:00
Andreas Jaeger
c4fbe94a75
Accepting request 127122 from home:a_jaeger:my-factory-packages
...
Fix two bugs in name resolving.
OBS-URL: https://build.opensuse.org/request/show/127122
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=200
2012-07-04 15:02:55 +00:00
Andreas Jaeger
2f3b93f741
Accepting request 126930 from openSUSE:Factory:ARM
...
- Backport *context patch for ARM from 2.16, so we have a working libpth
OBS-URL: https://build.opensuse.org/request/show/126930
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=198
2012-07-02 19:07:19 +00:00
Andreas Jaeger
20d708afd7
Accepting request 126486 from home:a_jaeger:my-factory-packages
...
Remove nscd.socket
OBS-URL: https://build.opensuse.org/request/show/126486
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=196
2012-06-28 19:42:24 +00:00
Andreas Jaeger
1126e969f4
Accepting request 126450 from home:a_jaeger:my-factory-packages
...
Fix cosh bug
OBS-URL: https://build.opensuse.org/request/show/126450
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=194
2012-06-28 12:36:17 +00:00
Andreas Jaeger
d5511be555
Accepting request 126063 from home:a_jaeger:my-factory-packages
...
Fix fmod, strcase_cmp_l
OBS-URL: https://build.opensuse.org/request/show/126063
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=191
2012-06-26 07:45:02 +00:00
Andreas Jaeger
1641a3edb2
Accepting request 125709 from home:a_jaeger:my-factory-packages
...
Fix Bogus FP exception on underflow for exp(double) (bnc#767956)
OBS-URL: https://build.opensuse.org/request/show/125709
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=190
2012-06-21 19:06:13 +00:00
Andreas Jaeger
547646c049
Accepting request 125290 from home:a_jaeger:devel-glibc
...
Remove nscd.socket.
OBS-URL: https://build.opensuse.org/request/show/125290
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=189
2012-06-18 12:07:06 +00:00
Andreas Jaeger
28b9ef0946
Accepting request 124815 from home:a_jaeger:my-factory-packages
...
Build power3 libs on 32-bit PowerPC (bnc#765165).
OBS-URL: https://build.opensuse.org/request/show/124815
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=188
2012-06-13 13:54:01 +00:00
Andreas Jaeger
debe11fafa
Accepting request 122032 from home:a_jaeger:my-factory-packages
...
Update to current 2.15 branch
OBS-URL: https://build.opensuse.org/request/show/122032
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=186
2012-05-24 09:00:17 +00:00
Andreas Jaeger
6e69a3e1cf
Accepting request 121923 from home:a_jaeger:my-factory-packages
...
Fix first weekday for tr_TR.
OBS-URL: https://build.opensuse.org/request/show/121923
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=185
2012-05-23 12:33:16 +00:00
Andreas Jaeger
3f6f92f45d
Accepting request 121763 from home:a_jaeger:my-factory-packages
...
Revert getconf change, it breaks build.
OBS-URL: https://build.opensuse.org/request/show/121763
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=184
2012-05-22 12:22:12 +00:00
Andreas Jaeger
e79ab82b65
Accepting request 121739 from home:a_jaeger:my-factory-packages
...
Add missing patch.
OBS-URL: https://build.opensuse.org/request/show/121739
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=183
2012-05-22 09:10:11 +00:00
Andreas Jaeger
0dd4aebc2e
Accepting request 120884 from home:a_jaeger:my-factory-packages
...
Add nscd --foreground option.
OBS-URL: https://build.opensuse.org/request/show/120884
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=181
2012-05-14 09:39:40 +00:00
Andreas Jaeger
0c5c481b0b
Accepting request 116358 from home:a_jaeger:my-factory-packages
...
Fix name of dynamic linker for ARMv5
OBS-URL: https://build.opensuse.org/request/show/116358
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=177
2012-05-03 14:04:04 +00:00
Richard Biener
56b843c31e
Accepting request 115312 from home:a_jaeger:my-factory-packages
...
Remove accidental gcc 4.6 settings.
OBS-URL: https://build.opensuse.org/request/show/115312
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=176
2012-04-25 12:55:47 +00:00
Andreas Jaeger
15be052ab7
Accepting request 115297 from home:a_jaeger:my-factory-packages
...
Check for armv7hl as well.
OBS-URL: https://build.opensuse.org/request/show/115297
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=175
2012-04-25 10:41:00 +00:00
Andreas Jaeger
df64b57568
Accepting request 115279 from home:adrianSuSE:branches:Base:System
...
fix armv7 provides as discussed with aj
OBS-URL: https://build.opensuse.org/request/show/115279
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=174
2012-04-25 10:39:06 +00:00
Andreas Jaeger
abce071100
Accepting request 114965 from home:a_jaeger:my-factory-packages
...
Fix building for PowerPC and GCC 4.7
OBS-URL: https://build.opensuse.org/request/show/114965
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=172
2012-04-22 18:07:48 +00:00
Andreas Jaeger
075d187ee3
Accepting request 114582 from home:a_jaeger:my-factory-packages
...
Cleanup patches.
OBS-URL: https://build.opensuse.org/request/show/114582
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=170
2012-04-19 11:14:21 +00:00
Andreas Jaeger
a235bac650
Accepting request 114555 from home:a_jaeger:my-factory-packages
...
Optimize build.
OBS-URL: https://build.opensuse.org/request/show/114555
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=169
2012-04-19 08:18:58 +00:00
Andreas Jaeger
053ef854bb
Accepting request 114394 from home:a_jaeger:my-factory-packages
...
Some cleanups, do not push to factory yet.
OBS-URL: https://build.opensuse.org/request/show/114394
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=168
2012-04-18 11:54:26 +00:00
Andreas Jaeger
57371eb228
Accepting request 114163 from home:a_jaeger:my-factory-packages
...
Lots of fixes for glibc and cleanup of spec file.
OBS-URL: https://build.opensuse.org/request/show/114163
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=166
2012-04-17 12:34:50 +00:00
Andreas Jaeger
b10e9555ad
Accepting request 113956 from home:a_jaeger:my-factory-packages
...
Fix for ARM dynamic linker
OBS-URL: https://build.opensuse.org/request/show/113956
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=165
2012-04-16 20:11:08 +00:00
Andreas Jaeger
84ce9e0d13
Accepting request 113387 from home:a_jaeger:my-factory-packages
...
Cleanup of patches.
OBS-URL: https://build.opensuse.org/request/show/113387
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=164
2012-04-13 09:37:44 +00:00
Andreas Jaeger
392fec9468
Accepting request 107799 from home:a_jaeger:my-factory-packages
...
vfprintf: validate nargs and maybe allocate from heap (bnc#747768)
OBS-URL: https://build.opensuse.org/request/show/107799
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=162
2012-03-02 18:22:25 +00:00
Andreas Jaeger
217e7cdd40
Accepting request 102219 from home:a_jaeger:my-factory-packages
...
Fix checks for AVX (patch glibc-2.16-avx.patch)
OBS-URL: https://build.opensuse.org/request/show/102219
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=160
2012-01-31 13:41:44 +00:00
Andreas Jaeger
b2a0b27612
Accepting request 102160 from home:a_jaeger:my-factory-packages
...
Fix relocation ordering to fix ifunc crash (bnc#740109)
OBS-URL: https://build.opensuse.org/request/show/102160
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=159
2012-01-31 10:21:58 +00:00
Andreas Jaeger
0788c900ce
Accepting request 102087 from openSUSE:Factory:ARM
...
- set abi back to gnueabi for ARM (regression from Jan 12)
OBS-URL: https://build.opensuse.org/request/show/102087
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=158
2012-01-31 09:40:30 +00:00
Andreas Jaeger
a53f260b23
Accepting request 100532 from home:a_jaeger:my-factory-packages
...
Update license
OBS-URL: https://build.opensuse.org/request/show/100532
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=156
2012-01-18 09:31:00 +00:00
Andreas Jaeger
aebbc55e34
Accepting request 100259 from home:a_jaeger:my-factory-packages
...
Remove external dependencies.
OBS-URL: https://build.opensuse.org/request/show/100259
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=155
2012-01-16 15:06:45 +00:00
Andreas Jaeger
4c27963473
Accepting request 99901 from home:a_jaeger:my-factory-packages
...
Fix configure for i686
OBS-URL: https://build.opensuse.org/request/show/99901
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=154
2012-01-12 11:49:18 +00:00
Andreas Jaeger
f702e1f3fa
Accepting request 99612 from home:a_jaeger:my-factory-packages
...
Fix for bnc#740109
OBS-URL: https://build.opensuse.org/request/show/99612
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=152
2012-01-10 13:02:38 +00:00
3448a54a31
Accepting request 99433 from home:a_jaeger:my-factory-packages
...
Fixes for getcontext and vfscanf
OBS-URL: https://build.opensuse.org/request/show/99433
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=151
2012-01-09 13:48:53 +00:00
Andreas Jaeger
6ce42a1fac
Accepting request 98702 from home:a_jaeger:my-factory-packages
...
Cleanup spec file.
OBS-URL: https://build.opensuse.org/request/show/98702
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=149
2012-01-04 07:26:35 +00:00
Andreas Jaeger
e98a7887f7
Accepting request 98661 from home:a_jaeger:my-factory-packages
...
handle -mno-tls-direct-seg-refs on x86-64
OBS-URL: https://build.opensuse.org/request/show/98661
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=148
2012-01-03 15:43:47 +00:00
Andreas Jaeger
39bd22ed75
Accepting request 98636 from home:a_jaeger:my-factory-packages
...
Cleanup.
OBS-URL: https://build.opensuse.org/request/show/98636
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=147
2012-01-03 14:57:43 +00:00
Andreas Jaeger
edcf84733c
Accepting request 98594 from home:a_jaeger:my-factory-packages
...
Fix a few bugs.
OBS-URL: https://build.opensuse.org/request/show/98594
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=146
2012-01-03 10:00:11 +00:00
Andreas Jaeger
b5ae287187
Accepting request 98264 from home:a_jaeger:my-factory-packages
...
Update to glibc 2.15 - do not forward to Factory yet.
OBS-URL: https://build.opensuse.org/request/show/98264
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=144
2011-12-27 08:19:44 +00:00
Andreas Jaeger
44b0bcb29e
Accepting request 97838 from home:msmeissn:branches:Base:System
...
- Do not mention the buildtime anymore to make build-compare work.
OBS-URL: https://build.opensuse.org/request/show/97838
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=143
2011-12-22 12:50:35 +00:00
Andreas Jaeger
44bb89d0df
Accepting request 97011 from home:a_jaeger:my-factory-packages
...
Fix timezone loader overflow.
OBS-URL: https://build.opensuse.org/request/show/97011
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=141
2011-12-19 10:33:39 +00:00
OBS User buildservice-autocommit
a7948e64ea
Updating link to change in openSUSE:Factory/glibc revision 97.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=212851e0fb57cc834b6efeb640db160a
2011-12-06 17:13:10 +00:00
Andreas Jaeger
ac513df752
Accepting request 94209 from home:a_jaeger:branches:openSUSE:Factory
...
Fix printf problem
OBS-URL: https://build.opensuse.org/request/show/94209
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=139
2011-11-29 08:57:38 +00:00
Andreas Jaeger
d138dbbb36
Accepting request 94187 from home:rhcoe:branches:Base:System
...
fix for bnc#733140
OBS-URL: https://build.opensuse.org/request/show/94187
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=138
2011-11-29 08:56:06 +00:00
Andreas Jaeger
aa6dfe41b1
Accepting request 90934 from openSUSE:Factory:ARM
...
- fix building with ports again:
* ifuncs tracing backport requires adjustments
- avoid using asynchronous-unwind-tables only during configure,
but still built the library with unwind tables enabled
- replace arm build hack with a proper solution
------------------------------------------------------------------
- armv8l architecture does not exist
OBS-URL: https://build.opensuse.org/request/show/90934
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=128
2011-11-10 14:05:53 +00:00
c630e88982
- make glibc-static provide versioned
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=127
2011-11-08 21:56:00 +00:00
ee7019f69d
- update glibc-ports to 2.14.1:
...
* Align the constant pool in start.S to 4 bytes.
* sysdeps/unix/sysv/linux/arm/eabi/internal_sendmmsg.S: New.
- Fix unwinding crash when using clone()
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=124
2011-11-07 20:08:07 +00:00
Andreas Jaeger
7efe2fcc0c
Accepting request 88708 from home:a_jaeger:branches:openSUSE:Factory
...
provide glibc-static.
OBS-URL: https://build.opensuse.org/request/show/88708
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=121
2011-10-19 12:10:22 +00:00
Andreas Jaeger
9fc22606bd
Accepting request 87370 from home:a_jaeger:branches:openSUSE:Factory
...
Update to current git
OBS-URL: https://build.opensuse.org/request/show/87370
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=117
2011-10-11 11:22:46 +00:00
Cristian Rodríguez
47f2d8e46f
Accepting request 87299 from home:a_jaeger:branches:openSUSE:Factory
...
Fix tracing with ifuncs, e.g. ldd -u -r some-lib
OBS-URL: https://build.opensuse.org/request/show/87299
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=116
2011-10-10 21:11:45 +00:00
Andreas Jaeger
efdb495827
Accepting request 86518 from home:uli_suse:branches:Base:System
...
- cross-build: use %__cc, %__cxx, %_build, %_host
- mipsel: install ports, disable FP
OBS-URL: https://build.opensuse.org/request/show/86518
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=115
2011-10-10 13:44:00 +00:00
78afe2b062
- avoid build failure on %%arm
...
- just use %arm for right arm architectures
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=114
2011-09-30 15:15:00 +00:00
8da4ab6251
- don't use -fasynchronous-unwind-tables on arm, it breaks the build
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=111
2011-09-27 12:08:28 +00:00
Andreas Jaeger
454dec769f
Accepting request 85072 from home:a_jaeger:branches:openSUSE:Factory
...
Fix changes entry.
OBS-URL: https://build.opensuse.org/request/show/85072
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=109
2011-09-27 11:48:32 +00:00
Andreas Jaeger
71a49f5879
Accepting request 84531 from Base:build:arm
...
- fix ports build
- add armv8l architecture
- don't enforce armv5tel for all arm architectures anymore
OBS-URL: https://build.opensuse.org/request/show/84531
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=107
2011-09-23 07:45:45 +00:00
Andreas Jaeger
b95761bac7
Accepting request 83462 from home:a_jaeger:branches:openSUSE:Factory
...
incorporate some fixes.
OBS-URL: https://build.opensuse.org/request/show/83462
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=106
2011-09-19 09:16:07 +00:00
Andreas Jaeger
89c17cfdd5
Accepting request 82412 from home:michal-m:branches:Base:System
...
- Fix assertion error in res_query.c, triggered by Firefox
(bso#13013).
OBS-URL: https://build.opensuse.org/request/show/82412
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=105
2011-09-19 08:08:15 +00:00
Andreas Jaeger
5b71ae72e0
Accepting request 81298 from home:a_jaeger:branches:openSUSE:Factory
...
Avoid usage of vsyscalls inside glibc.
OBS-URL: https://build.opensuse.org/request/show/81298
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=104
2011-09-07 12:26:28 +00:00
Andreas Jaeger
804db197ba
Accepting request 80935 from home:a_jaeger:branches:openSUSE:Factory
...
- Do not not trigger an abort when an i586 Intel CPU is running the
i686 library, as valgrind does. [bnc#681398]
- Readd vdso support.
- Add patch to relocate objects in dependency order, this fixes the
OBS-URL: https://build.opensuse.org/request/show/80935
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=102
2011-09-05 12:34:49 +00:00
OBS User buildservice-autocommit
70b4fbad48
Updating link to change in openSUSE:Factory/glibc revision 84.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=9c033b407855e41c56d0e710171f65ac
2011-09-03 21:06:08 +00:00
Andreas Jaeger
2b107fd4de
Accepting request 80803 from home:a_jaeger:branches:openSUSE:Factory
...
Revert latest patch, it broke stuff.
OBS-URL: https://build.opensuse.org/request/show/80803
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=100
2011-09-03 19:44:52 +00:00
OBS User buildservice-autocommit
b8459e0e53
Updating link to change in openSUSE:Factory/glibc revision 82.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=c9d059ca71a73428b9b0036cc66c00a6
2011-09-02 11:23:56 +00:00
Andreas Jaeger
9f8fef024e
Accepting request 80630 from home:a_jaeger:branches:openSUSE:Factory
...
Add support for new vdso.
OBS-URL: https://build.opensuse.org/request/show/80630
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=98
2011-09-02 09:31:57 +00:00
OBS User buildservice-autocommit
8714dd7041
Updating link to change in openSUSE:Factory/glibc revision 80.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=32513734d9c5d87c0d468d306b757927
2011-08-29 10:34:53 +00:00
Andreas Jaeger
089d1e31ae
Accepting request 79998 from home:lnussel:crypt_blowfish
...
- use symbol version OW_CRYPT_1.0 for the Owl extensions
(crypt_r[an], crypt_gensalt.*)
- refactor sha2 gensalt patch
- document sha2 hashes in man page
- fix signature of sha2 functions
OBS-URL: https://build.opensuse.org/request/show/79998
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=96
2011-08-29 08:21:41 +00:00
OBS User buildservice-autocommit
265643e65a
Updating link to change in openSUSE:Factory/glibc revision 78.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=8db426cec3739b35ee83f55e9182d3a4
2011-08-25 12:49:33 +00:00
OBS User buildservice-autocommit
85cfc2b629
Updating link to change in openSUSE:Factory/glibc revision 76.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=616fb4316b8f6a0913c6a3551feb7322
2011-08-22 13:14:40 +00:00
Andreas Jaeger
0c66dc5fd7
Accepting request 79427 from home:a_jaeger:branches:openSUSE:Factory
...
Fix fopen(non-existing-file, re) errno bnc#713146
OBS-URL: https://build.opensuse.org/request/show/79427
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=92
2011-08-20 13:49:16 +00:00
OBS User buildservice-autocommit
0a8514dce7
Updating link to change in openSUSE:Factory/glibc revision 74.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=d4929dd2651048299f6df609c3fe9f4a
2011-08-18 14:00:32 +00:00
Andreas Jaeger
1f4c05e41c
Accepting request 79226 from home:a_jaeger:branches:openSUSE:Factory
...
Fix crash (access-after-free) in dl_lookup_x. [bnc#703140];mark subpackages as noarch.
OBS-URL: https://build.opensuse.org/request/show/79226
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=90
2011-08-18 12:05:28 +00:00
Andreas Jaeger
257877d3c3
Accepting request 79220 from home:a_jaeger:branches:openSUSE:Factory
...
Fix crash (access-after-free) in dl_lookup_x. [bnc#703140]
OBS-URL: https://build.opensuse.org/request/show/79220
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=89
2011-08-18 11:43:18 +00:00
Cristian Rodríguez
f9d5ef4791
Accepting request 79155 from home:a_jaeger:glibc214
...
Update to glibc 2.14
OBS-URL: https://build.opensuse.org/request/show/79155
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=88
2011-08-17 19:42:24 +00:00
OBS User buildservice-autocommit
278d27159a
Updating link to change in openSUSE:Factory/glibc revision 72.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=60db27dd9c3fed4576035a8353c02b20
2011-07-25 10:28:35 +00:00
Andreas Jaeger
a5b5898751
Accepting request 76694 from home:rhafer:branches:Base:System
...
bnc#684534, bnc#706719
OBS-URL: https://build.opensuse.org/request/show/76694
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=86
2011-07-25 08:53:48 +00:00
OBS User buildservice-autocommit
266f2f9b20
Updating link to change in openSUSE:Factory/glibc revision 70.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=1687ba7d48be2f4342ee3194841b7c12
2011-07-21 10:13:38 +00:00