Commit Graph

649 Commits

Author SHA256 Message Date
Stephan Kulow
197ba6a3b6 Accepting request 114966 from Base:System
Fix building for PowerPC and GCC 4.7 (forwarded request 114965 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/114966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=106
2012-04-23 14:10:37 +00:00
Stephan Kulow
7f152ecbf8 Accepting request 114164 from Base:System
Lots of fixes for glibc and cleanup of spec file. (forwarded request 114163 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/114164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=105
2012-04-18 10:34:21 +00:00
Stephan Kulow
415b57529a Accepting request 107800 from Base:System
vfprintf: validate nargs and maybe allocate from heap (bnc#747768) (forwarded request 107799 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/107800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=104
2012-03-07 19:09:12 +00:00
Stephan Kulow
488b9a367b Accepting request 102220 from Base:System
Fix checks for AVX (patch glibc-2.16-avx.patch) (forwarded request 102219 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/102220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=103
2012-02-03 09:22:38 +00:00
Stephan Kulow
eb31e93240 Accepting request 100533 from Base:System
Update license (forwarded request 100532 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/100533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=102
2012-01-19 09:34:43 +00:00
Stephan Kulow
5d86c7cf54 Accepting request 99613 from Base:System
Fix for bnc#740109 (forwarded request 99612 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/99613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=101
2012-01-11 14:36:28 +00:00
Stephan Kulow
e80af12f3a Accepting request 98777 from Base:System
Update to 2.15

OBS-URL: https://build.opensuse.org/request/show/98777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=100
2012-01-06 10:44:07 +00:00
Stephan Kulow
f18b4d2632 Accepting request 97886 from Base:System
- Do not mention the buildtime anymore to make build-compare work. (forwarded request 97838 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/97886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=99
2011-12-27 17:35:36 +00:00
Stephan Kulow
2d6619daf3 Accepting request 97013 from Base:System
Fix timezone loader overflow. (forwarded request 97011 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/97013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=98
2011-12-21 13:56:41 +00:00
Stephan Kulow
4a9295a63b replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=97
2011-12-06 17:13:10 +00:00
Stephan Kulow
cd3e10b1bf Accepting request 94210 from Base:System
Fix printf problem (forwarded request 94209 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/94210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=96
2011-12-02 08:26:50 +00:00
Stephan Kulow
8264679462 Accepting request 93487 from Base:System
Update glibc-ports tar ball. (forwarded request 93486 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/93487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=95
2011-11-25 14:52:34 +00:00
Stephan Kulow
92e78e6e61 Accepting request 91923 from Base:System
Remove duplicated locales from glibc-2.3.locales.diff.bz2 (forwarded request 91922 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/91923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=94
2011-11-18 14:45:35 +00:00
Stephan Kulow
bc6d1984a8 Accepting request 91344 from Base:System
- check-build.sh: accept kernel 3.x

OBS-URL: https://build.opensuse.org/request/show/91344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=93
2011-11-14 12:58:56 +00:00
Stephan Kulow
34872e78b0 Accepting request 90938 from Base:System
- 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 (forwarded request 90934 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/90938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=92
2011-11-14 10:52:27 +00:00
Stephan Kulow
a1ca78772e Accepting request 90503 from Base:System
- 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/request/show/90503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=91
2011-11-08 08:24:14 +00:00
Stephan Kulow
c81fdb57f6 Accepting request 88821 from Base:System
Ignore failure of chkstat (bnc#725145) (forwarded request 88819 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/88821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=90
2011-10-21 14:10:21 +00:00
Sascha Peilicke
6d945b5564 Accepting request 88136 from Base:System
Fix fma, fmaf (forwarded request 88135 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/88136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=88
2011-10-18 12:04:22 +00:00
Lars Vogdt
89068b231f Accepting request 87372 from Base:System
Update to current git (forwarded request 87370 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/87372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=87
2011-10-11 14:53:50 +00:00
Sascha Peilicke
6332039008 Accepting request 85188 from Base:System
- Update to 2.14 git version 8bd683657e8a, it contains backports from
  glibc trunk:
  + Avoid race between {,__de}allocate_stack and __reclaim_stacks
    during fork
- Add glibc-2.14-fix-ctors.patch to run ctors (bnc#717671), gcc 4.6
  optimized these away.

- don't use -fasynchronous-unwind-tables on arm, it breaks the build

- Cleanup spec file: remove some tags

OBS-URL: https://build.opensuse.org/request/show/85188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=86
2011-09-28 12:09:53 +00:00
Sascha Peilicke
6e03c412ea Accepting request 84552 from Base:System
Various bugfixes

OBS-URL: https://build.opensuse.org/request/show/84552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=85
2011-09-26 08:05:35 +00:00
Ruediger Oertel
ce18ec6fba Autobuild autoformatter for 80804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=84
2011-09-03 21:06:08 +00:00
Ruediger Oertel
de8dbd638a Accepting request 80804 from Base:System
Revert latest patch, it broke stuff. (forwarded request 80803 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/80804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=83
2011-09-03 21:05:52 +00:00
Sascha Peilicke
827f0dfc0b Autobuild autoformatter for 80631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=82
2011-09-02 11:23:56 +00:00
Sascha Peilicke
5af889d94a Accepting request 80631 from Base:System
Add support for new vdso. (forwarded request 80630 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/80631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=81
2011-09-02 11:23:41 +00:00
Sascha Peilicke
ba3b07fb70 Autobuild autoformatter for 80006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=80
2011-08-29 10:34:53 +00:00
Sascha Peilicke
3d10feaa6e Accepting request 80006 from Base:System
- 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 (forwarded request 79998 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/80006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=79
2011-08-29 10:34:37 +00:00
Sascha Peilicke
b42ae6bb21 Autobuild autoformatter for 79752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=78
2011-08-25 12:49:33 +00:00
Sascha Peilicke
ec83c7a430 Accepting request 79752 from Base:System
Update user.sbin.nscd profile [bnc#647718] (forwarded request 79751 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/79752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=77
2011-08-25 12:49:20 +00:00
Sascha Peilicke
74de756e32 Autobuild autoformatter for 79428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=76
2011-08-22 13:14:40 +00:00
Sascha Peilicke
8f2de66f49 Accepting request 79428 from Base:System
Fix fopen(non-existing-file, re) errno bnc#713146 (forwarded request 79427 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/79428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=75
2011-08-22 13:14:16 +00:00
Sascha Peilicke
606ceaf2dc Autobuild autoformatter for 79227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=74
2011-08-18 14:00:32 +00:00
Sascha Peilicke
370e6585ab Accepting request 79227 from Base:System
Fix crash (access-after-free) in dl_lookup_x.  [bnc#703140];mark subpackages as noarch. (forwarded request 79226 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/79227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=73
2011-08-18 14:00:14 +00:00
Sascha Peilicke
9e339a9394 Autobuild autoformatter for 76918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=72
2011-07-25 10:28:35 +00:00
Sascha Peilicke
2c4a42d3c0 Accepting request 76918 from Base:System
bnc#684534, bnc#706719 (forwarded request 76694 from rhafer)

OBS-URL: https://build.opensuse.org/request/show/76918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=71
2011-07-25 10:28:22 +00:00
Sascha Peilicke
90c7584cbd Autobuild autoformatter for 76612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=70
2011-07-21 10:13:38 +00:00
Sascha Peilicke
be93ea58c4 Accepting request 76612 from Base:System
- install crypt_blowfish man pages (forwarded request 76598 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/76612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=69
2011-07-21 10:13:26 +00:00
Sascha Peilicke
a51b2e0847 Autobuild autoformatter for 76539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=68
2011-07-21 06:55:20 +00:00
Sascha Peilicke
7d0403d717 Accepting request 76539 from Base:System
Update crypt_blowfish. (forwarded request 76538 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/76539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=67
2011-07-21 06:55:07 +00:00
Sascha Peilicke
1b148a2844 Autobuild autoformatter for 75614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=66
2011-07-07 12:07:37 +00:00
Sascha Peilicke
9cf0e98c97 Accepting request 75614 from Base:System
Cleanup; add nscd systemd config files.

OBS-URL: https://build.opensuse.org/request/show/75614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=65
2011-07-07 12:07:16 +00:00
Sascha Peilicke
909e6dbf4d Autobuild autoformatter for 75320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=64
2011-07-05 08:02:23 +00:00
Sascha Peilicke
ad7ace6636 Accepting request 75320 from Base:System
Various small fixes.

OBS-URL: https://build.opensuse.org/request/show/75320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=63
2011-07-05 08:02:04 +00:00
Sascha Peilicke
639626b306 Autobuild autoformatter for 74886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=62
2011-06-30 12:59:54 +00:00
Sascha Peilicke
f787f5af9c Accepting request 74886 from Base:System
For Rudi ;)

OBS-URL: https://build.opensuse.org/request/show/74886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=61
2011-06-30 12:59:39 +00:00
Sascha Peilicke
c51fafe50c Autobuild autoformatter for 74822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=60
2011-06-29 12:06:17 +00:00
Sascha Peilicke
8f41893e0c Accepting request 74822 from Base:System
Cleanup

OBS-URL: https://build.opensuse.org/request/show/74822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=59
2011-06-29 12:05:52 +00:00
Sascha Peilicke
bcb1f571d5 Autobuild autoformatter for 74646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=58
2011-06-27 13:35:53 +00:00
Sascha Peilicke
943d8273b6 Accepting request 74646 from Base:System
Cleanups, fix PPC build.

OBS-URL: https://build.opensuse.org/request/show/74646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=57
2011-06-27 13:35:35 +00:00
Sascha Peilicke
f2701fc680 Autobuild autoformatter for 74203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=56
2011-06-20 13:58:15 +00:00