Replace use of perl with sed -ie in the spec file, set TIMEOUTFACTOR.
[glibc.git] / fedora / glibc.spec.in
blob8645262184036d9df522b390ab85ec7394deb8c4
1 %define glibcrelease 66
2 %define auxarches i586 i686 athlon sparcv9 alphaev6
3 %define prelinkarches noarch
4 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
5 %define rtkaioarches noarch
6 %define withtlsarches i386 i686 athlon x86_64 ia64 s390 s390x alpha alphaev6 sparc sparcv9 ppc ppc64
7 %define debuginfocommonarches %{ix86} alpha alphaev6 sparc sparcv9
8 %define _unpackaged_files_terminate_build 0
9 Summary: The GNU libc libraries.
10 Name: glibc
11 Version: %{glibcversion}
12 Release: %{glibcrelease}
13 Copyright: LGPL
14 Group: System Environment/Libraries
15 %define glibcsrcdir %{name}-%{glibcdate}
16 Source0: %{glibcsrcdir}.tar.bz2
17 Source1: %{name}-fedora-%{glibcdate}.tar.bz2
18 Patch0: %{name}-fedora.patch
19 Patch1: %{name}-nptl-check.patch
20 Patch2: %{name}-ppc-assume.patch
21 Patch3: %{name}-ia64-lib64.patch
22 Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
23 Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers,
24 Obsoletes: linuxthreads, gencat, locale, ldconfig, locale-ja
25 Provides: ldconfig
26 Autoreq: false
27 Requires: glibc-common = %{version}-%{release}
28 %ifarch sparc
29 Obsoletes: libc
30 %endif
31 # Require libgcc in case some program calls pthread_cancel in its %%post
32 Prereq: basesystem, libgcc
33 # This is for building auxiliary programs like memusage, nscd
34 # For initial glibc bootstraps it can be commented out
35 BuildPreReq: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.17.10-1
36 BuildPreReq: sed >= 3.95
37 %ifarch %{prelinkarches}
38 BuildPreReq: prelink >= 0.2.0-5
39 %endif
40 # This is to ensure that __frame_state_for is exported by glibc
41 # will be compatible with egcs 1.x.y
42 BuildPreReq: gcc >= 3.2
43 Conflicts: rpm <= 4.0-0.65
44 Conflicts: glibc-devel < 2.2.3
45 # Earlier shadow-utils packages had too restrictive permissions on
46 # /etc/default
47 Conflicts: shadow-utils < 2:4.0.3-20
48 Conflicts: nscd < 2.3.3-52
49 %ifarch ia64 sparc64 s390x x86_64
50 Conflicts: kernel < 2.4.0
51 %define enablekernel 2.4.0
52 %else
53 %ifarch ppc64
54 Conflicts: kernel < 2.4.19
55 %define enablekernel 2.4.19
56 %else
57 %define enablekernel 2.2.5
58 %ifarch i686 athlon
59 %define enablekernelltfs 2.4.1
60 %endif
61 %endif
62 %endif
63 %ifarch %{nptlarches}
64 %define enablekernelnptl 2.4.20
65 %ifarch i386
66 %define nptl_target_cpu i486
67 %define tls_subdir tls/i486
68 %else
69 %define nptl_target_cpu %{_target_cpu}
70 %define tls_subdir tls
71 %endif
72 %endif
73 BuildRequires: binutils >= 2.13.90.0.16-5
74 BuildRequires: gcc >= 3.2.1-5
75 %if "%{_enable_debug_packages}" == "1"
76 BuildPreReq: elfutils >= 0.72
77 BuildPreReq: rpm >= 4.2-0.56
78 %endif
79 %define __find_provides %{_builddir}/%{glibcsrcdir}/find_provides.sh
80 %define _filter_GLIBC_PRIVATE 1
82 %description
83 The glibc package contains standard libraries which are used by
84 multiple programs on the system. In order to save disk space and
85 memory, as well as to make upgrading easier, common system code is
86 kept in one place and shared between programs. This particular package
87 contains the most important sets of shared libraries: the standard C
88 library and the standard math library. Without these two libraries, a
89 Linux system will not function.
91 %package devel
92 Summary: Object files for development using standard C libraries.
93 Group: Development/Libraries
94 Conflicts: texinfo < 3.11
95 Conflicts: binutils < 2.13.90.0.16-5
96 Prereq: /sbin/install-info
97 Obsoletes: libc-debug, libc-headers, libc-devel, linuxthreads-devel
98 Obsoletes: glibc-debug
99 Prereq: %{name}-headers
100 Requires: %{name}-headers = %{version}, %{name} = %{version}
101 %ifarch %{ix86}
102 # Earlier gcc's had atexit reference in crtendS.o, which does not
103 # work with this glibc where atexit is in libc_nonshared.a
104 Conflicts: gcc < 2.96-79
105 %endif
106 Autoreq: true
108 %description devel
109 The glibc-devel package contains the object files necessary
110 for developing programs which use the standard C libraries (which are
111 used by nearly all programs). If you are developing programs which
112 will use the standard C libraries, your system needs to have these
113 standard object files available in order to create the
114 executables.
116 Install glibc-devel if you are going to develop programs which will
117 use the standard C libraries.
119 %package headers
120 Summary: Header files for development using standard C libraries.
121 Group: Development/Libraries
122 Provides: %{name}-headers(%{_target_cpu})
123 %ifarch x86_64
124 # If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers
125 # have to be installed, not i386 ones.
126 Obsoletes: %{name}-headers(i386)
127 %endif
128 Obsoletes: libc-debug, libc-headers, libc-devel, linuxthreads-devel
129 Prereq: kernel-headers
130 Requires: kernel-headers >= 2.2.1, %{name} = %{version}
131 Autoreq: true
133 %description headers
134 The glibc-headers package contains the header files necessary
135 for developing programs which use the standard C libraries (which are
136 used by nearly all programs). If you are developing programs which
137 will use the standard C libraries, your system needs to have these
138 standard header files available in order to create the
139 executables.
141 Install glibc-headers if you are going to develop programs which will
142 use the standard C libraries.
144 %package -n nptl-devel
145 Summary: Header files and static libraries for development using NPTL library.
146 Group: Development/Libraries
147 Requires: glibc-devel = %{version}-%{release}
148 Autoreq: true
150 %description -n nptl-devel
151 The nptl-devel package contains the header and object files necessary
152 for developing programs which use the NPTL library (and either need
153 NPTL specific header files or want to link against NPTL statically).
155 %package profile
156 Summary: The GNU libc libraries, including support for gprof profiling.
157 Group: Development/Libraries
158 Obsoletes: libc-profile
159 Autoreq: true
161 %description profile
162 The glibc-profile package includes the GNU libc libraries and support
163 for profiling using the gprof program. Profiling is analyzing a
164 program's functions to see how much CPU time they use and determining
165 which functions are calling other functions during execution. To use
166 gprof to profile a program, your program needs to use the GNU libc
167 libraries included in glibc-profile (instead of the standard GNU libc
168 libraries included in the glibc package).
170 If you are going to use the gprof program to profile a program, you'll
171 need to install the glibc-profile package.
173 %package common
174 Summary: Common binaries and locale data for glibc
175 Conflicts: %{name} < %{version}
176 Conflicts: %{name} > %{version}
177 Autoreq: false
178 Requires: tzdata >= 2003a
179 Group: System Environment/Base
181 %description common
182 The glibc-common package includes common binaries for the GNU libc
183 libraries, as well as national language (locale) support.
185 %package -n nscd
186 Summary: A Name Service Caching Daemon (nscd).
187 Group: System Environment/Daemons
188 Conflicts: kernel < 2.2.0
189 Requires: libselinux >= 1.17.10-1
190 Conflicts: selinux-policy-targeted < 1.17.20
191 Prereq: /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, sh-utils
192 Autoreq: true
194 %description -n nscd
195 Nscd caches name service lookups and can dramatically improve
196 performance with NIS+, and may help with DNS as well. Note that you
197 can't use nscd with 2.0 kernels because of bugs in the kernel-side
198 thread support. Unfortunately, nscd happens to hit these bugs
199 particularly hard.
201 %package utils
202 Summary: Development utilities from GNU C library
203 Group: Development/Tools
204 Requires: glibc = %{version}-%{release}
206 %description utils
207 The glibc-utils package contains memusage, a memory usage profiler,
208 mtrace, a memory leak tracer and xtrace, a function call tracer
209 which can be helpful during program debugging.
211 If unsure if you need this, don't install this package.
213 %if "%{_enable_debug_packages}" == "1"
214 %define debug_package %{nil}
216 %package debuginfo
217 Summary: Debug information for package %{name}
218 Group: Development/Debug
219 %ifarch %{debuginfocommonarches}
220 Requires: glibc-debuginfo-common = %{version}-%{release}
221 %endif
223 %description debuginfo
224 This package provides debug information for package %{name}.
225 Debug information is useful when developing applications that use this
226 package or when debugging this package.
228 This package also contains static standard C libraries with
229 debugging information. You need this only if you want to step into
230 C library routines during debugging programs statically linked against
231 one or more of the standard C libraries.
232 To use this debugging information, you need to link binaries
233 with -static -L%{_prefix}/lib/debug%{_prefix}/%{_lib} compiler options.
235 %ifarch %{debuginfocommonarches}
237 %package debuginfo-common
238 Summary: Debug information for package %{name}
239 Group: Development/Debug
241 %description debuginfo-common
242 This package provides debug information for package %{name}.
243 Debug information is useful when developing applications that use this
244 package or when debugging this package.
246 %endif
247 %endif
249 %prep
250 %setup -q -n %{glibcsrcdir} -a1
251 %patch0 -p1
252 case "`gcc --version | head -1`" in
253 gcc*\ 3.[34]*)
254 %ifarch %{nptlarches}
255 %patch1 -p1
256 %endif
258 gcc*\ 3.2.3*)
259 case "`uname -r`" in *.ent*|*.EL*)
260 %patch2 -p1
261 ;; esac ;;
262 esac
263 %ifarch ia64
264 %if "%{_lib}" == "lib64"
265 %patch3 -p1
266 %endif
267 %endif
269 # Hack till glibc-kernheaders get updated, argh
270 mkdir asm
271 cat > asm/unistd.h <<EOF
272 #ifndef _HACK_ASM_UNISTD_H
273 #include_next <asm/unistd.h>
274 %ifarch alpha
275 #ifndef __NR_stat64
276 #define __NR_stat64 425
277 #define __NR_lstat64 426
278 #define __NR_fstat64 427
279 #endif
280 #ifndef __NR_mq_open
281 #define __NR_mq_open 432
282 #define __NR_mq_unlink 433
283 #define __NR_mq_timedsend 434
284 #define __NR_mq_timedreceive 435
285 #define __NR_mq_notify 436
286 #define __NR_mq_getsetattr 437
287 #endif
288 %endif
289 %ifarch %{ix86}
290 #ifndef __NR_mq_open
291 #define __NR_mq_open 277
292 #define __NR_mq_unlink (__NR_mq_open+1)
293 #define __NR_mq_timedsend (__NR_mq_open+2)
294 #define __NR_mq_timedreceive (__NR_mq_open+3)
295 #define __NR_mq_notify (__NR_mq_open+4)
296 #define __NR_mq_getsetattr (__NR_mq_open+5)
297 #endif
298 #ifndef __NR_waitid
299 #define __NR_waitid 284
300 #endif
301 %endif
302 %ifarch ia64
303 #ifndef __NR_timer_create
304 #define __NR_timer_create 1248
305 #define __NR_timer_settime 1249
306 #define __NR_timer_gettime 1250
307 #define __NR_timer_getoverrun 1251
308 #define __NR_timer_delete 1252
309 #define __NR_clock_settime 1253
310 #define __NR_clock_gettime 1254
311 #define __NR_clock_getres 1255
312 #define __NR_clock_nanosleep 1256
313 #endif
314 #ifndef __NR_mq_open
315 #define __NR_mq_open 1262
316 #define __NR_mq_unlink 1263
317 #define __NR_mq_timedsend 1264
318 #define __NR_mq_timedreceive 1265
319 #define __NR_mq_notify 1266
320 #define __NR_mq_getsetattr 1267
321 #endif
322 %endif
323 %ifarch ppc
324 #ifndef __NR_utimes
325 #define __NR_utimes 251
326 #endif
327 #ifndef __NR_statfs64
328 #define __NR_statfs64 252
329 #define __NR_fstatfs64 253
330 #endif
331 #ifndef __NR_fadvise64_64
332 #define __NR_fadvise64_64 254
333 #endif
334 #ifndef __NR_mq_open
335 #define __NR_mq_open 262
336 #define __NR_mq_unlink 263
337 #define __NR_mq_timedsend 264
338 #define __NR_mq_timedreceive 265
339 #define __NR_mq_notify 266
340 #define __NR_mq_getsetattr 267
341 #endif
342 %endif
343 %ifarch ppc64
344 #ifndef __NR_utimes
345 #define __NR_utimes 251
346 #endif
347 #ifndef __NR_mq_open
348 #define __NR_mq_open 262
349 #define __NR_mq_unlink 263
350 #define __NR_mq_timedsend 264
351 #define __NR_mq_timedreceive 265
352 #define __NR_mq_notify 266
353 #define __NR_mq_getsetattr 267
354 #endif
355 %endif
356 %ifarch s390
357 #ifndef __NR_timer_create
358 #define __NR_timer_create 254
359 #define __NR_timer_settime (__NR_timer_create+1)
360 #define __NR_timer_gettime (__NR_timer_create+2)
361 #define __NR_timer_getoverrun (__NR_timer_create+3)
362 #define __NR_timer_delete (__NR_timer_create+4)
363 #define __NR_clock_settime (__NR_timer_create+5)
364 #define __NR_clock_gettime (__NR_timer_create+6)
365 #define __NR_clock_getres (__NR_timer_create+7)
366 #define __NR_clock_nanosleep (__NR_timer_create+8)
367 #endif
368 #ifndef __NR_fadvise64_64
369 #define __NR_fadvise64_64 264
370 #endif
371 #ifndef __NR_statfs64
372 #define __NR_statfs64 265
373 #define __NR_fstatfs64 266
374 #endif
375 #ifndef __NR_mq_open
376 #define __NR_mq_open 271
377 #define __NR_mq_unlink 272
378 #define __NR_mq_timedsend 273
379 #define __NR_mq_timedreceive 274
380 #define __NR_mq_notify 275
381 #define __NR_mq_getsetattr 276
382 #endif
383 %endif
384 %ifarch s390x
385 #ifndef __NR_timer_create
386 #define __NR_timer_create 254
387 #define __NR_timer_settime (__NR_timer_create+1)
388 #define __NR_timer_gettime (__NR_timer_create+2)
389 #define __NR_timer_getoverrun (__NR_timer_create+3)
390 #define __NR_timer_delete (__NR_timer_create+4)
391 #define __NR_clock_settime (__NR_timer_create+5)
392 #define __NR_clock_gettime (__NR_timer_create+6)
393 #define __NR_clock_getres (__NR_timer_create+7)
394 #define __NR_clock_nanosleep (__NR_timer_create+8)
395 #endif
396 #ifndef __NR_mq_open
397 #define __NR_mq_open 271
398 #define __NR_mq_unlink 272
399 #define __NR_mq_timedsend 273
400 #define __NR_mq_timedreceive 274
401 #define __NR_mq_notify 275
402 #define __NR_mq_getsetattr 276
403 #endif
404 %endif
405 %ifarch sparc sparc64
406 #ifndef __NR_mq_open
407 #define __NR_mq_open 273
408 #define __NR_mq_unlink 274
409 #define __NR_mq_timedsend 275
410 #define __NR_mq_timedreceive 276
411 #define __NR_mq_notify 277
412 #define __NR_mq_getsetattr 278
413 #endif
414 #ifndef __NR_waitid
415 #define __NR_waitid 279
416 #endif
417 %endif
418 %ifarch x86_64
419 #ifndef __NR_mq_open
420 #define __NR_mq_open 240
421 #define __NR_mq_unlink 241
422 #define __NR_mq_timedsend 242
423 #define __NR_mq_timedreceive 243
424 #define __NR_mq_notify 244
425 #define __NR_mq_getsetattr 245
426 #endif
427 #ifndef __NR_waitid
428 #define __NR_waitid 247
429 #endif
430 %endif
431 #endif
434 %ifnarch %{ix86} alpha alphaev6 sparc sparcv9
435 rm -rf glibc-compat
436 %endif
438 # A lot of programs still misuse memcpy when they have to use
439 # memmove. The memcpy implementation below is not tolerant at
440 # all.
441 rm -f sysdeps/alpha/alphaev6/memcpy.S
443 find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;
444 cat > find_provides.sh <<EOF
445 #!/bin/sh
446 /usr/lib/rpm/find-provides | grep -v GLIBC_PRIVATE
447 exit 0
449 chmod +x find_provides.sh
450 touch `find . -name configure`
452 %build
453 rm -rf build-%{_target_cpu}-linux
454 mkdir build-%{_target_cpu}-linux ; cd build-%{_target_cpu}-linux
455 GCC=gcc
456 %ifarch %{ix86}
457 BuildFlags="-march=%{_target_cpu}"
458 %endif
459 %ifarch alphaev6
460 BuildFlags="-mcpu=ev6"
461 %endif
462 %ifarch sparc
463 BuildFlags="-fcall-used-g6"
464 GCC="gcc -m32"
465 %endif
466 %ifarch sparcv9
467 BuildFlags="-mcpu=ultrasparc -fcall-used-g6"
468 GCC="gcc -m32"
469 %endif
470 %ifarch sparc64
471 BuildFlags="-mcpu=ultrasparc -mvis -fcall-used-g6"
472 GCC="gcc -m64"
473 %endif
474 %ifarch ppc64
475 BuildFlags="-mno-minimal-toc"
476 GCC="gcc -m64"
477 %endif
479 # If gcc supports __thread, test it even in --with-tls --without-__thread
480 # builds.
481 if echo '__thread int a;' | $GCC -xc - -S -o /dev/null 2>/dev/null; then
482 sed -ie 's/0 [|][|]/1 ||/' ../elf/tst-tls10.h ../linuxthreads/tst-tls1.h
485 BuildFlags="$BuildFlags -DNDEBUG=1"
486 if gcc -v 2>&1 | grep -q 'gcc version 3.[0123]'; then
487 BuildFlags="$BuildFlags -finline-limit=2000"
489 EnableKernel="--enable-kernel=%{enablekernel}"
490 echo "$BuildFlags" > ../BuildFlags
491 echo "$GCC" > ../Gcc
492 AddOns=`cd .. && echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkaio\)\( \|$\)!!g;s! \+$!!;s! !,!g;s!^!,!;/^,\*$/d'`
493 echo "$AddOns" > ../AddOns
494 Pthreads=linuxthreads
495 %ifarch %{withtlsarches}
496 WithTls="--with-tls --without-__thread"
497 %else
498 WithTls="--without-tls --without-__thread"
499 %endif
500 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
501 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
502 --with-headers=%{_prefix}/include --enable-bind-now \
503 $WithTls --build %{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat-linux
504 if [ -x /usr/bin/getconf ] ; then
505 numprocs=$(/usr/bin/getconf _NPROCESSORS_ONLN)
506 if [ $numprocs -eq 0 ]; then
507 numprocs=1
509 else
510 numprocs=1
512 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
513 $GCC -static -L. -Os ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade \
514 %ifarch i386
515 -DARCH_386 \
516 %endif
517 %ifarch %{nptlarches}
518 '-DLIBTLS="/%{_lib}/tls/"' \
519 %endif
520 '-DGCONV_MODULES_CACHE="%{_prefix}/%{_lib}/gconv/gconv-modules.cache"' \
521 '-DLD_SO_CONF="/etc/ld.so.conf"'
522 cd ..
524 # hack
525 unset LD_ASSUME_KERNEL || :
527 %ifarch %{rtkaioarches}
528 AddOns=,rtkaio$AddOns
529 %endif
531 %ifarch i686 athlon
532 rm -rf build-%{_target_cpu}-linuxltfs
533 mkdir build-%{_target_cpu}-linuxltfs ; cd build-%{_target_cpu}-linuxltfs
534 EnableKernel="--enable-kernel=%{enablekernelltfs} --disable-profile"
535 Pthreads=linuxthreads
536 %ifarch %{withtlsarches}
537 WithTls="--with-tls --without-__thread"
538 %else
539 WithTls="--without-tls --without-__thread"
540 %endif
541 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
542 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
543 --with-headers=%{_prefix}/include --enable-bind-now \
544 $WithTls --build %{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat-linux
545 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
547 cd ..
548 %endif
550 %ifarch %{nptlarches}
551 rm -rf build-%{nptl_target_cpu}-linuxnptl
552 mkdir build-%{nptl_target_cpu}-linuxnptl ; cd build-%{nptl_target_cpu}-linuxnptl
553 EnableKernel="--enable-kernel=%{enablekernelnptl} --disable-profile"
554 Pthreads=nptl
555 WithTls="--with-tls --with-__thread"
556 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
557 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
558 --with-headers=%{_prefix}/include --enable-bind-now \
559 $WithTls --build %{nptl_target_cpu}-redhat-linux --host %{nptl_target_cpu}-redhat-linux
560 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
562 cd ..
563 %endif
565 %install
566 # hack
567 unset LD_ASSUME_KERNEL || :
569 BuildFlags=`cat BuildFlags`
570 GCC=`cat Gcc`
571 AddOns=`cat AddOns`
573 %ifarch %{rtkaioarches}
574 AddOns=,rtkaio$AddOns
575 %endif
577 if [ -x /usr/bin/getconf ] ; then
578 numprocs=$(/usr/bin/getconf _NPROCESSORS_ONLN)
579 if [ $numprocs -eq 0 ]; then
580 numprocs=1
582 else
583 numprocs=1
585 rm -rf $RPM_BUILD_ROOT
586 mkdir -p $RPM_BUILD_ROOT
587 make -j1 install_root=$RPM_BUILD_ROOT install -C build-%{_target_cpu}-linux PARALLELMFLAGS=-s
588 %ifnarch %{auxarches}
589 cd build-%{_target_cpu}-linux && \
590 make -j$numprocs install_root=$RPM_BUILD_ROOT install-locales -C ../localedata objdir=`pwd` && \
591 cd ..
592 %endif
594 SubDir=
596 %ifarch i686 athlon
597 cd build-%{_target_cpu}-linuxltfs
598 Pthreads=linuxthreads
599 SubDir=i686
600 mkdir -p $RPM_BUILD_ROOT/lib/$SubDir/
601 cp -a libc.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libc-*.so`
602 ln -sf `basename $RPM_BUILD_ROOT/lib/libc-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libc.so.*`
603 cp -a math/libm.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libm-*.so`
604 ln -sf `basename $RPM_BUILD_ROOT/lib/libm-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libm.so.*`
605 cp -a $Pthreads/libpthread.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libpthread-*.so`
606 pushd $RPM_BUILD_ROOT/lib/$SubDir
607 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/lib/libpthread.so.*`
608 popd
609 %ifarch %{rtkaioarches}
610 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt-*.so | sed s/librt-/librtkaio-/`
611 ln -sf `basename $RPM_BUILD_ROOT/lib/librt-*.so | sed s/librt-/librtkaio-/` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt.so.*`
612 %else
613 cp -a rt/librt.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt-*.so`
614 ln -sf `basename $RPM_BUILD_ROOT/lib/librt-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt.so.*`
615 %endif
617 cd ..
618 %endif
620 %ifarch %{nptlarches}
621 cd build-%{nptl_target_cpu}-linuxnptl
622 Pthreads=nptl
623 SubDir=%{tls_subdir}
624 mkdir -p $RPM_BUILD_ROOT/%{_lib}/$SubDir/
625 cp -a libc.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so`
626 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc.so.*`
627 cp -a math/libm.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so`
628 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm.so.*`
629 cp -a $Pthreads/libpthread.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/libpthread-%{version}.so
630 pushd $RPM_BUILD_ROOT/%{_lib}/$SubDir
631 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*`
632 popd
633 %ifarch %{rtkaioarches}
634 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/`
635 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt.so.*`
636 %else
637 cp -a rt/librt.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so`
638 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt.so.*`
639 %endif
640 cp -a ${Pthreads}_db/libthread_db.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so`
641 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db.so.*`
643 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl
644 cp -a libc.a nptl/libpthread.a nptl/libpthread_nonshared.a rt/librt.a \
645 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/
646 sed "s| /%{_lib}/| /%{_lib}/$SubDir/|" $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libc.so \
647 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/libc.so
648 sed "s|^GROUP (.*)|GROUP ( /%{_lib}/$SubDir/"`basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*`' %{_prefix}/%{_lib}/nptl/libpthread_nonshared.a )|' \
649 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libc.so \
650 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/libpthread.so
651 %ifarch %{rtkaioarches}
652 ln -sf /%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed 's/librt-/librtkaio-/'` \
653 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/librt.so
654 %else
655 ln -sf /%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` \
656 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/librt.so
657 %endif
658 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/*.a
659 mkdir -p $RPM_BUILD_ROOT/nptl $RPM_BUILD_ROOT%{_prefix}/include/nptl
660 make -j1 install_root=$RPM_BUILD_ROOT/nptl install-headers PARALLELMFLAGS=-s
661 pushd $RPM_BUILD_ROOT/nptl%{_prefix}/include
662 for i in `find . -type f`; do
663 if ! [ -f $RPM_BUILD_ROOT%{_prefix}/include/$i ] \
664 || ! cmp -s $i $RPM_BUILD_ROOT%{_prefix}/include/$i; then
665 mkdir -p $RPM_BUILD_ROOT%{_prefix}/include/nptl/`dirname $i`
666 cp -a $i $RPM_BUILD_ROOT%{_prefix}/include/nptl/$i
668 done
669 popd
670 rm -rf $RPM_BUILD_ROOT/nptl
672 cd ..
674 %ifarch i386
675 for i in i586 i686; do
676 mkdir $RPM_BUILD_ROOT/%{_lib}/tls/$i
677 pushd $RPM_BUILD_ROOT/%{_lib}/tls/$i
678 ln -sf ../i486/*.so .
679 cp -a ../i486/*.so.* .
680 popd
681 done
682 %endif
683 %endif
685 # compatibility hack: this locale has vanished from glibc, but some other
686 # programs are still using it. Normally we would handle it in the %pre
687 # section but with glibc that is simply not an option
688 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/locale/ru_RU/LC_MESSAGES
690 # Remove the files we don't want to distribute
691 rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libNoVersion*
692 %ifnarch %{ix86} alpha alphaev6 sparc sparcv9
693 rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion*
694 %endif
696 # the man pages for the linuxthreads require special attention
697 make -C linuxthreads/man
698 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
699 install -m 0644 linuxthreads/man/*.3thr $RPM_BUILD_ROOT%{_mandir}/man3
700 gzip -9nvf $RPM_BUILD_ROOT%{_mandir}/man3/*
702 if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then
703 mkdir -p $RPM_BUILD_ROOT%{_infodir}
704 mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir}
705 rm -rf $RPM_BUILD_ROOT%{_prefix}/info
708 gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc*
710 ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libbsd.a
712 install -p -m 644 fedora/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf
714 mkdir -p $RPM_BUILD_ROOT/etc/default
715 install -p -m 644 nis/nss $RPM_BUILD_ROOT/etc/default/nss
717 # Take care of setuids
718 # -- new security review sez that this shouldn't be needed anymore
719 #chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown
721 # This is for ncsd - in glibc 2.2
722 install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc
723 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
724 install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
726 # Don't include ld.so.cache
727 rm -f $RPM_BUILD_ROOT/etc/ld.so.cache
729 # Include ld.so.conf
730 echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf
731 touch $RPM_BUILD_ROOT/etc/ld.so.cache
732 chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf
733 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
735 # Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
736 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
737 chmod 644 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
739 # Install the upgrade program
740 install -m 700 build-%{_target_cpu}-linux/glibc_post_upgrade $RPM_BUILD_ROOT/usr/sbin/glibc_post_upgrade
742 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.o
744 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}
745 cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \
746 $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/
747 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
748 # Now strip debugging info from static libraries
749 pushd $RPM_BUILD_ROOT%{_prefix}/%{_lib}/
750 for i in *.a; do
751 if [ -f $i ]; then
752 case "$i" in
753 *_p.a) ;;
754 *) strip -g -R .comment $i ;;
755 esac
757 done
758 popd
760 %ifarch %{prelinkarches}
761 %ifarch i686 athlon
762 # Prelink ld.so and libc.so
763 > prelink.conf
764 # For now disable prelinking of ld.so, as it breaks statically linked
765 # binaries built against non-NDEBUG old glibcs (assert unknown dynamic tag)
766 # /usr/sbin/prelink -c ./prelink.conf -C ./prelink.cache \
767 # --mmap-region-start=0x00101000 $RPM_BUILD_ROOT/%{_lib}/ld-*.so
768 /usr/sbin/prelink --reloc-only=0x00e80000 $RPM_BUILD_ROOT/%{_lib}/$SubDir/libc-*.so
769 %endif
770 %ifarch alpha alphaev6
771 # Prelink ld.so and libc.so
772 > prelink.conf
773 # For now disable prelinking of ld.so, as it breaks statically linked
774 # binaries built against non-NDEBUG old glibcs (assert unknown dynamic tag)
775 # /usr/sbin/prelink -c ./prelink.conf -C ./prelink.cache \
776 # --mmap-region-start=0x0000020000000000 $RPM_BUILD_ROOT/%{_lib}/ld-*.so
777 /usr/sbin/prelink --reloc-only=0x0000020010000000 $RPM_BUILD_ROOT/%{_lib}/$SubDir/libc-*.so
778 %endif
779 %endif
781 # rquota.x and rquota.h are now provided by quota
782 rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
784 # Hardlink identical locale files together
785 %ifnarch %{auxarches}
786 gcc -O2 -o build-%{_target_cpu}-linux/hardlink fedora/hardlink.c
787 build-%{_target_cpu}-linux/hardlink -vc $RPM_BUILD_ROOT%{_prefix}/lib/locale
788 %endif
790 %ifarch %{ix86} alpha alphaev6 sparc sparcv9
791 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss1-*
792 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1
793 %endif
795 # BUILD THE FILE LIST
796 find $RPM_BUILD_ROOT -type f -or -type l |
797 sed -e 's|.*/etc|%config &|' \
798 -e 's|.*/gconv/gconv-modules$|%verify(not md5 size mtime) %config(noreplace) &|' \
799 -e 's|.*/gconv/gconv-modules.cache|%verify(not md5 size mtime) &|' \
800 -e '/lib\/debug/d' > rpm.filelist.in
801 for n in %{_prefix}/share %{_prefix}/include %{_prefix}/lib/locale; do
802 find ${RPM_BUILD_ROOT}${n} -type d | \
803 grep -v '%{_prefix}/share$' | \
804 grep -v '\(%{_mandir}\|%{_infodir}\)' | \
805 sed "s/^/%dir /" >> rpm.filelist.in
806 done
808 # primary filelist
809 SHARE_LANG='s|.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo|%lang(\1) &|'
810 LIB_LANG='s|.*/lib/locale/\([^/_]\+\)|%lang(\1) &|'
811 # rpm does not handle %lang() tagged files hardlinked together accross
812 # languages very well, temporarily disable
813 # LIB_LANG=''
814 sed -e "s|$RPM_BUILD_ROOT||" -e "$LIB_LANG" -e "$SHARE_LANG" < rpm.filelist.in |
815 grep -v '/etc/\(localtime\|nsswitch.conf\|ld.so.conf\|ld.so.cache\|default\)' | \
816 grep -v '/%{_lib}/lib\(pcprofile\|memusage\).so' | \
817 grep -v 'bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\)' | \
818 sort > rpm.filelist
820 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}
821 mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib}
822 for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
823 cp -a $i $i.tmp
824 sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
825 -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
826 $i.tmp > $i
827 chmod 755 $i; rm -f $i.tmp
828 done
830 grep '%{_prefix}/%{_lib}/lib.*_p\.a' < rpm.filelist > profile.filelist || :
831 egrep "(%{_prefix}/include)|(%{_infodir})" < rpm.filelist |
832 grep -v %{_prefix}/include/nptl |
833 grep -v %{_infodir}/dir > devel.filelist
835 mv rpm.filelist rpm.filelist.full
836 grep -v '%{_prefix}/%{_lib}/lib.*_p.a' rpm.filelist.full |
837 egrep -v "(%{_prefix}/include)|(%{_infodir})" > rpm.filelist
839 grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist >> devel.filelist
840 grep '%{_prefix}/%{_lib}/.*\.o' < rpm.filelist >> devel.filelist
841 grep '%{_prefix}/%{_lib}/lib.*\.so' < rpm.filelist >> devel.filelist
842 grep '%{_mandir}' < rpm.filelist >> devel.filelist
844 grep '%{_prefix}/include' < devel.filelist > headers.filelist
845 grep -v '%{_prefix}/include' < devel.filelist > devel.filelist.tmp
846 mv -f devel.filelist.tmp devel.filelist
848 mv rpm.filelist rpm.filelist.full
849 grep -v '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist.full |
850 grep -v '%{_prefix}/%{_lib}/.*\.o' |
851 grep -v '%{_prefix}/%{_lib}/lib.*\.so'|
852 grep -v '%{_prefix}/%{_lib}/nptl' |
853 grep -v '%{_mandir}' |
854 grep -v 'nscd' > rpm.filelist
856 grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
857 grep '%{_prefix}/lib/locale' < rpm.filelist >> common.filelist
858 grep '%{_prefix}/libexec' < rpm.filelist >> common.filelist
859 grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
860 grep '%{_prefix}/share' < rpm.filelist \
861 | grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
863 mv rpm.filelist rpm.filelist.full
864 grep -v '%{_prefix}/bin' < rpm.filelist.full |
865 grep -v '%{_prefix}/lib/locale' |
866 grep -v '%{_prefix}/libexec' |
867 grep -v '%{_prefix}/sbin/[^gi]' |
868 grep -v '%{_prefix}/share' > rpm.filelist
870 echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist
871 echo '%{_prefix}/sbin/nscd' > nscd.filelist
873 cat > utils.filelist <<EOF
874 %{_prefix}/%{_lib}/libmemusage.so
875 %{_prefix}/%{_lib}/libpcprofile.so
876 %{_prefix}/bin/memusage
877 %{_prefix}/bin/memusagestat
878 %{_prefix}/bin/mtrace
879 %{_prefix}/bin/pcprofiledump
880 %{_prefix}/bin/xtrace
883 # /etc/localtime
884 rm -f $RPM_BUILD_ROOT/etc/localtime
885 cp -f $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
886 #ln -sf ..%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
888 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo
890 cd fedora
891 $GCC -Os -static -o build-locale-archive build-locale-archive.c \
892 ../build-%{_target_cpu}-linux/locale/locarchive.o \
893 ../build-%{_target_cpu}-linux/locale/md5.o \
894 -DDATADIR=\"%{_datadir}\" -DPREFIX=\"%{_prefix}\" \
895 -L../build-%{_target_cpu}-linux
896 install -m 700 build-locale-archive $RPM_BUILD_ROOT/usr/sbin/build-locale-archive
897 cd ..
899 # the last bit: more documentation
900 rm -rf documentation
901 mkdir documentation
902 cp linuxthreads/ChangeLog documentation/ChangeLog.threads
903 cp linuxthreads/Changes documentation/Changes.threads
904 cp linuxthreads/README documentation/README.threads
905 cp linuxthreads/FAQ.html documentation/FAQ-threads.html
906 cp -r linuxthreads/Examples documentation/examples.threads
907 cp crypt/README.ufc-crypt documentation/README.ufc-crypt
908 cp timezone/README documentation/README.timezone
909 cp ChangeLog* documentation
910 gzip -9n documentation/ChangeLog*
912 %ifarch s390x
913 # Compatibility symlink
914 mkdir -p $RPM_BUILD_ROOT/lib
915 ln -sf /%{_lib}/ld64.so.1 $RPM_BUILD_ROOT/lib/ld64.so.1
916 %endif
917 %ifarch ia64
918 %if "%{_lib}" == "lib64"
919 # Compatibility symlink
920 mkdir -p $RPM_BUILD_ROOT/lib
921 ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
922 %endif
923 %endif
925 # Increase timeouts
926 export TIMEOUTFACTOR=16
927 echo ====================TESTING=========================
928 cd build-%{_target_cpu}-linux
929 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
930 cd ..
931 %ifarch i686 athlon
932 echo ====================TESTING LINUXTHREADS FS=========
933 cd build-%{_target_cpu}-linuxltfs
934 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
935 cd ..
936 %endif
937 %ifarch %{nptlarches}
938 echo ====================TESTING NPTL====================
939 cd build-%{nptl_target_cpu}-linuxnptl
940 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
941 cd ..
942 %endif
943 echo ====================TESTING DETAILS=================
944 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check.log`; do
945 echo =====$i=====
946 cat $i || :
947 echo ============
948 done
949 %ifarch i686 athlon
950 echo ====================TESTING LINUXTHREADS FS LD.SO===
951 cd build-%{_target_cpu}-linuxltfs
952 mv elf/ld.so elf/ld.so.orig
953 cp -a ../build-%{_target_cpu}-linux/elf/ld.so elf/ld.so
954 find . -name \*.out -exec mv -f '{}' '{}'.origldso \;
955 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check2.log || :
956 cd ..
957 %endif
958 %ifarch %{nptlarches}
959 echo ====================TESTING NPTL LD.SO==============
960 cd build-%{nptl_target_cpu}-linuxnptl
961 mv elf/ld.so elf/ld.so.orig
962 cp -a ../build-%{_target_cpu}-linux/elf/ld.so elf/ld.so
963 find . -name \*.out -exec mv -f '{}' '{}'.origldso \;
964 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check2.log || :
965 cd ..
966 %endif
967 echo ====================TESTING DETAILS=================
968 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check2.log`; do
969 echo =====$i=====
970 cat $i || :
971 echo ============
972 done
973 echo ====================TESTING END=====================
974 PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p'
975 echo ====================PLT RELOCS LD.SO================
976 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-*.so | sed -n -e "$PLTCMD"
977 echo ====================PLT RELOCS LIBC.SO==============
978 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/$SubDir/libc-*.so | sed -n -e "$PLTCMD"
979 echo ====================PLT RELOCS END==================
981 %if "%{_enable_debug_packages}" == "1"
983 case "$-" in *x*) save_trace=yes;; esac
984 set +x
985 echo Building debuginfo subpackage...
987 blf=debugfiles.list
988 sf=debugsources.list
989 cblf=debugcommonfiles.list
990 csf=debugcommonsources.list
992 echo -n > $sf
993 echo -n > $csf
995 strip $RPM_BUILD_ROOT/{sbin/ldconfig,usr/sbin/glibc_post_upgrade,usr/sbin/build-locale-archive}
997 # Strip ELF binaries
998 for f in `grep -v '%%\(dir\|lang\|config\|verify\)' rpm.filelist`; do
999 bf=$RPM_BUILD_ROOT$f
1000 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
1001 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
1002 bd=`dirname $f`
1003 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
1004 mkdir -p $outd
1005 echo extracting debug info from $f
1006 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $sf $bf
1007 bn=`basename $f`
1008 case $f in
1009 /%{_lib}/*) eu-strip -g -f $outd/$bn.debug $bf || :;;
1010 *) eu-strip -f $outd/$bn.debug $bf || :;;
1011 esac
1012 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $blf; fi
1015 done
1017 for f in `cat common.filelist utils.filelist nscd.filelist \
1018 | grep -v '%%\(dir\|lang\|config\|verify\)'`; do
1019 bf=$RPM_BUILD_ROOT$f
1020 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
1021 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
1022 bd=`dirname $f`
1023 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
1024 mkdir -p $outd
1025 echo extracting debug info from $f
1026 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $csf $bf
1027 bn=`basename $f`
1028 eu-strip -f $outd/$bn.debug $bf || :
1029 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $cblf; fi
1032 done
1034 for f in `find $RPM_BUILD_ROOT/%{_lib} -type l`; do
1035 l=`ls -l $f`
1036 l=${l#* -> }
1037 t=/usr/lib/debug`dirname ${f#$RPM_BUILD_ROOT}`
1038 if grep -q "^$t/$l.debug\$" $blf; then
1039 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1040 echo $t/`basename $f`.debug >> $blf
1041 elif grep -q "^$t.debug/$l\$" $cblf; then
1042 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1043 echo $t/`basename $f`.debug >> $cblf
1045 done
1047 echo Sorting source file lists. Might take a while...
1048 xargs -0 -n 1 echo < $sf | LANG=C sort -u > $sf.sorted
1049 xargs -0 -n 1 echo < $csf | LANG=C sort -u > $csf.sorted
1050 mkdir -p $RPM_BUILD_ROOT/usr/src/debug
1051 cat $sf.sorted $csf.sorted \
1052 | (cd $RPM_BUILD_DIR; LANG=C sort -u | cpio -pdm ${RPM_BUILD_ROOT}/usr/src/debug)
1053 # stupid cpio creates new directories in mode 0700, fixup
1054 find $RPM_BUILD_ROOT/usr/src/debug -type d -print | xargs chmod a+rx
1056 %ifarch %{debuginfocommonarches}
1057 %ifarch %{auxarches}
1058 %ifarch %{ix86}
1059 %define basearch i386
1060 %endif
1061 %ifarch alpha alphaev6
1062 %define basearch alpha
1063 %endif
1064 %ifarch sparc sparcv9
1065 %define basearch sparc
1066 %endif
1067 cat $blf > debuginfo.filelist
1068 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1069 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfo.filelist
1070 grep '/generic/\|/linux/\|/%{basearch}/\|/nptl\(_db\)\?/\|^%{glibcsrcdir}/build' \
1071 $sf.sorted | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1072 touch debuginfocommon.filelist
1073 %else
1074 ( grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $csf.sorted || : ) > $csf.sorted.build
1075 cat $blf > debuginfo.filelist
1076 cat $cblf > debuginfocommon.filelist
1077 grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $sf.sorted \
1078 | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1079 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1080 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfocommon.filelist
1081 ( cat $csf.sorted; grep -v -f $csf.sorted.build $sf.sorted ) \
1082 | grep -v 'dl-osinfo\.h' | LC_ALL=C sort -u \
1083 | sed 's|^|/usr/src/debug/|' >> debuginfocommon.filelist
1084 %endif
1085 %else
1086 cat $blf $cblf | LC_ALL=C sort -u > debuginfo.filelist
1087 echo '/usr/src/debug/%{glibcsrcdir}' >> debuginfo.filelist
1088 %endif
1090 [ "x$save_trace" = xyes ] && set -x
1092 %endif
1094 %ifarch %{auxarches}
1095 case "$-" in *x*) save_trace=yes;; esac
1096 set +x
1097 echo Cutting down the list of unpackaged files
1098 for i in `sed '/%%dir/d;/%%config/d;/%%verify/d;s/%%lang([^)]*) //' \
1099 common.filelist devel.filelist headers.filelist profile.filelist \
1100 utils.filelist nscd.filelist`; do
1101 [ -f "$RPM_BUILD_ROOT$i" ] && rm -f "$RPM_BUILD_ROOT$i" || :
1102 done
1103 [ "x$save_trace" = xyes ] && set -x
1104 %endif
1106 touch $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive
1108 %post -p /usr/sbin/glibc_post_upgrade
1110 %postun -p /sbin/ldconfig
1112 %post common -p /usr/sbin/build-locale-archive
1114 %post devel
1115 /sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir
1117 %pre headers
1118 # this used to be a link and it is causing nightmares now
1119 if [ -L %{_prefix}/include/scsi ] ; then
1120 rm -f %{_prefix}/include/scsi
1123 %preun devel
1124 if [ "$1" = 0 ]; then
1125 /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir
1128 %post utils -p /sbin/ldconfig
1130 %postun utils -p /sbin/ldconfig
1132 %pre -n nscd
1133 /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \
1134 -c "NSCD Daemon" -u 28 nscd > /dev/null 2>&1 || :
1136 %post -n nscd
1137 /sbin/chkconfig --add nscd
1139 %preun -n nscd
1140 if [ $1 = 0 ] ; then
1141 service nscd stop > /dev/null 2>&1
1142 /sbin/chkconfig --del nscd
1145 %postun -n nscd
1146 if [ $1 = 0 ] ; then
1147 /usr/sbin/userdel nscd > /dev/null 2>&1 || :
1149 if [ "$1" -ge "1" ]; then
1150 service nscd condrestart > /dev/null 2>&1 || :
1153 %clean
1154 rm -rf "$RPM_BUILD_ROOT"
1155 rm -f *.filelist*
1157 %files -f rpm.filelist
1158 %defattr(-,root,root)
1159 %ifarch %{nptlarches}
1160 %dir /%{_lib}/%{tls_subdir}
1161 %ifarch i386
1162 %dir /%{_lib}/tls/i586
1163 %dir /%{_lib}/tls/i686
1164 %endif
1165 %endif
1166 %ifarch i686 athlon
1167 %dir /lib/i686
1168 %endif
1169 %ifarch s390x
1170 %dir /lib
1171 /lib/ld64.so.1
1172 %endif
1173 %ifarch ia64
1174 %if "%{_lib}" == "lib64"
1175 %dir /lib
1176 /lib/ld-linux-ia64.so.2
1177 %endif
1178 %endif
1179 %verify(not md5 size mtime) %config(noreplace) /etc/localtime
1180 %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
1181 %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
1182 %dir /etc/ld.so.conf.d
1183 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
1184 %dir %attr(755,root,root) /etc/default
1185 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
1186 %doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
1187 %doc COPYING COPYING.LIB README.libm LICENSES
1188 %doc hesiod/README.hesiod
1190 %ifnarch %{auxarches}
1191 %files -f common.filelist common
1192 %defattr(-,root,root)
1193 %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
1194 %doc documentation/*
1196 %files -f devel.filelist devel
1197 %defattr(-,root,root)
1199 %files -f headers.filelist headers
1200 %defattr(-,root,root)
1202 %files -f profile.filelist profile
1203 %defattr(-,root,root)
1205 %files -f utils.filelist utils
1206 %defattr(-,root,root)
1208 %files -f nscd.filelist -n nscd
1209 %defattr(-,root,root)
1210 %config(noreplace) /etc/nscd.conf
1211 %config /etc/rc.d/init.d/nscd
1212 %endif
1214 %ifarch %{nptlarches}
1215 %files -n nptl-devel
1216 %defattr(-,root,root)
1217 %{_prefix}/include/nptl
1218 %{_prefix}/%{_lib}/nptl
1219 %endif
1221 %if "%{_enable_debug_packages}" == "1"
1222 %files debuginfo -f debuginfo.filelist
1223 %defattr(-,root,root)
1224 %ifarch %{debuginfocommonarches}
1225 %ifnarch %{auxarches}
1226 %files debuginfo-common -f debuginfocommon.filelist
1227 %defattr(-,root,root)
1228 %dir %{_prefix}/lib/debug
1229 %dir %{_prefix}/lib/debug/%{_prefix}
1230 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1231 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1232 %endif
1233 %else
1234 %dir %{_prefix}/lib/debug
1235 %dir %{_prefix}/lib/debug/%{_prefix}
1236 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1237 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1238 %endif
1239 %endif
1241 %changelog
1242 - avoid using perl in the spec file, buildrequire sed >= 3.95
1243 (#127671)
1244 - export TIMEOUTFACTOR=16
1246 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
1247 - update from CVS
1248 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
1249 to -1 in LinuxThreads
1250 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
1251 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
1252 returns correct value
1253 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
1254 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
1255 dlopen libpthread.so and dlsym pthread_condattr_setclock
1256 - build nscd with -z relro and -z now
1258 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
1259 - update from CVS
1260 - stop using __builtin_expect in assert and assert_perror
1261 (#127606)
1262 - try to avoid too much VA fragmentation with malloc
1263 on flexmap layout (#118574)
1264 - nscd robustification
1265 - change valloc to use debugging hooks (#134385)
1266 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
1267 #125700)
1269 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
1270 - update from CVS
1271 - fix __nscd_getgrouplist
1272 - fix a typo in x86_64 pthread_mutex_timedwait fix
1274 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
1275 - update from CVS
1276 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
1278 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
1279 - update from CVS
1280 - some nscd fixes (#134193)
1281 - cache initgroups in nscd (#132850)
1282 - reread /etc/localtime in tzset () even if just mtime changed
1283 (#133481)
1284 - fix glob (#126460)
1285 - another get_myaddress fix
1287 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
1288 - update from CVS
1289 - fix get_myaddress (#133982)
1290 - remove nonnull attribute from second utime argument (#133866)
1291 - handle SIGSETXID the same way as SIGCANCEL in
1292 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
1293 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
1295 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
1296 - update from CVS
1297 - fix BZ #151, #362, #381, #407
1298 - fdim fix for +inf/+inf (BZ #376)
1300 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
1301 - update from CVS
1302 - vasprintf fix (BZ #346)
1303 - gettext locking (BZ #322)
1304 - change linuxthreads useldt.h inclusion login again, the last
1305 one failed all linuxthreads FLOATING_STACKS tests
1307 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
1308 - update from CVS
1309 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
1310 - fix nis locking (#132204)
1311 - RTLD_DEEPBIND support
1312 - fix pthread_create bugs (BZ #401, #405)
1314 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
1315 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
1316 - source tarballs renamed
1317 - redhat/ moved to fedora/, some old cruft removed
1318 - update from trunk
1319 - some __nonnull annotations
1321 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
1322 - update from CVS
1323 - set{re,e,res}[ug]id now affect the whole process in NPTL
1324 - return EAGAIN instead of ENOMEM when not enough memory
1325 in pthread_create
1327 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
1328 - update from CVS
1329 - nscd getaddrinfo caching
1331 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
1332 - restore temporarily old definition of __P()/__PMT()
1333 for third party apps
1335 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
1336 - update from CVS
1337 - nscd bi-arch fix
1338 - remove all uses of __P()/__PMT() from glibc headers
1339 - update and reenable nscd SELinux patch
1340 - remove libnss1* and libnss*.so.1 compatibility NSS modules
1341 on IA-32, SPARC and Alpha
1343 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
1344 - update from CVS
1345 - disable one of the malloc double free checks for non-contiguous
1346 arenas where it doesn't have to be true even for non-broken
1347 apps
1349 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
1350 - update from CVS
1351 - pwd/grp/host loops with nscd speed up by sharing the
1352 nscd cache r/o with applications
1353 - inexpensive double free check in free(3)
1354 - make NPTL pthread.h initializers usable even from C++
1355 (BZ #375)
1356 - use atomic instructions even in i386 nscd on i486+ CPUs
1357 (conditionally)
1359 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
1360 - update from CVS
1361 - fix linuxthreads tst-cancel{[45],-static}
1363 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
1364 - update from CVS
1365 - fix pthread_cond_destroy (BZ #342)
1366 - fix fnmatch without FNM_NOESCAPE (BZ #361)
1367 - fix ppc32 setcontext (BZ #357)
1368 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
1369 - add __NR_waitid defines for i386, x86_64 and sparc*
1371 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
1372 - update from CVS
1373 - persistent nscd caching
1374 - ppc64 32-bit atomicity fix
1375 - fix x86-64 nptl-devel headers for -m32 compilation
1376 - %%ghost /etc/ld.so.cache (#130597)
1377 - edit /etc/ld.so.conf in glibc_post_upgrade if
1378 include ld.so.conf.d/*.conf line is missing (#120588)
1379 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
1381 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
1382 - update from CVS
1384 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
1385 - update from CVS
1386 - fix nss_compat's initgroups handling (#130363)
1387 - fix getaddrinfo ai_canonname setting
1389 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
1390 - update from CVS
1391 - add ip6-dotint resolv.conf option, make
1392 no-ip6-dotint the default
1393 - BuildPrereq libselinux-devel (#129946)
1394 - on ppc64, build without dot symbols
1396 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
1397 - update from CVS
1398 - remove debugging printout (#129747)
1399 - make <sys/shm.h> usable in C++ (IT#45148)
1400 - update RLIMIT_* constants in <bits/resource.h>, make
1401 <sys/resource.h> POSIX compliant (#129740)
1403 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
1404 - fix last tzset () fixes, disable rereading of /etc/localtime
1405 every time for now
1406 - really enable SELinux support for NSCD
1408 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
1409 - update from CVS
1410 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
1411 - tzset () fixes (BZ #154)
1412 - speed up pthread_rwlock_unlock on arches other than i386 and
1413 x86_64 (#129455)
1414 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
1415 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
1416 (BZ #284)
1417 - add SELinux support for NSCD
1419 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
1420 - update from CVS
1421 - change res_init to force all threads to re-initialize
1422 resolver before they use it next time (#125712)
1423 - various getaddrinfo and related fixes (BZ #295, #296)
1424 - fix IBM{932,943} iconv modules (#128674)
1425 - some nscd fixes (e.g. BZ #292)
1426 - RFC 3678 support (Multicast Source Filters)
1427 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
1428 the same as /lib/i686/librt-*
1430 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
1431 - update from CVS
1432 - conformance related changes in headers
1433 - remove -finline-limit=2000 for GCC 3.4.x+
1435 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
1436 - update from CVS
1437 - fix res_init leaks
1438 - fix newlocale races
1439 - fix ppc64 setjmp
1440 - fix strtold (BZ #274)
1442 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
1443 - update from CVS
1444 - allow pthread_cancel in DSO destructors run at exit time
1445 - fix pow{f,,l} on IA-32 and powl on x86-64
1446 - allow PIEs on IA-32 to have main in a shared library they depend on
1448 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
1449 - s390* .plt slot reduction
1450 - fix pthread_rwlock_timedrdlock on x86_64
1452 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
1453 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
1454 NPTL changes
1456 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
1457 - update from CVS
1458 - if_nameindex using preferably netlink
1459 - printf_parsemb initialization fix
1460 - NPTL version is now the same as glibc version
1462 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
1463 - update from CVS
1464 - reread resolv.conf for nscd --invalidate=hosts
1465 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
1466 -m32 -D_FILE_OFFSET_BITS=64 compilations
1467 - avoid calling non-existing fcntl64 syscall on ppc64
1469 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
1470 - update from CVS
1471 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
1472 - fix backtrace in statically linked programs
1473 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
1475 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
1476 - update from CVS
1477 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
1478 - make c_stubs buildable even with GCC 3.2.x (#123042)
1480 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
1481 - fix pthread_cond_wait on architectures other than IA-32 and
1482 x86_64
1484 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
1485 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
1487 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
1488 - update from CVS
1489 - FUTEX_REQUEUE fixes (#115349)
1490 - SPARC GCC 3.4 build fix
1491 - fix handling of undefined TLS symbols on IA32 (RELA only),
1492 SPARC and SH
1493 - regex translate fix
1494 - speed up sprintf
1495 - x86_64 makecontext alignment fix
1496 - make POSIX sigpause the default sigpause, unless BSD sigpause
1497 requested
1499 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
1500 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
1501 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
1502 - build mq_{send,receive} with -fexceptions
1504 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
1505 - update from CVS
1506 - fix <tgmath.h>
1507 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
1508 use of realloc
1509 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
1510 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
1511 might be a stale symlink
1513 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
1514 - update from CVS
1515 - disable FUTEX_REQUEUE (work around #115349)
1516 - mq for sparc/sparc64/ia64
1518 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
1519 - update from CVS
1520 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
1521 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
1522 included already in XNS5)
1523 - reorder dlopen checks, so that dlopening ET_REL objects
1524 complains about != ET_DYN != ET_EXEC, not about phentsize
1525 (#121606)
1526 - fix strpbrk macro for GCC 3.4+ (BZ #130)
1527 - fix <sys/sysctl.h> (BZ #140)
1528 - sched_[gs]etaffinity documentation fix (BZ #131)
1529 - fix sparc64 build (BZ #139)
1530 - change linuxthreads back to use non-cancellable writes
1531 to manager pipes etc.
1532 - fix sem_timedwait return value in linuxthreads (BZ #133)
1533 - ia64 unnecessary PLT relocs removal
1535 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
1536 - update from CVS
1537 - fix *scanf
1538 - fix shm_unlink, sem_unlink and mq_unlink errno values
1539 - avoid memory leaks in error
1540 - execstack fixes on s390
1542 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
1543 - update from CVS
1544 - mq and timer fixes
1545 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
1546 linked binaries
1547 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
1549 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
1550 - disable rtkaio
1551 - update from CVS
1552 - POSIX message passing support
1553 - fixed SIGEV_THREAD support for POSIX timers
1554 - fix free on non-malloced memory in syslog
1555 - fix ffsl on some 64-bit arches
1556 - fix sched_setaffinity on x86-64, ia64
1557 - fix ppc64 umount
1558 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
1559 - various NIS speedups
1560 - fix fwrite with > 2GB sizes on 64-bit arches
1561 - fix pthread_getattr_np guardsize reporting in NPTL
1562 - report PLT relocations in ld.so and libc.so during the build
1564 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
1565 - update from CVS
1566 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
1567 - strtol speed optimization
1568 - don't try to use certainly unimplemented syscalls on ppc64
1569 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
1570 into /usr/lib/debug/usr/%{_lib}/ directory
1571 - fix c_stubs with gcc 3.4
1572 - move all the up to 3 builds into %%build scriptlet and
1573 leave only installation in the %%install scriptlet
1575 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
1576 - update from CVS
1577 - affinity API changes
1579 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
1580 - update from CVS
1581 - fix ia64 iopl (#118591)
1582 - add support for /etc/ld.so.conf.d/*.conf
1583 - fix x86-64 LD_DEBUG=statistics
1584 - fix hwcap handling when using ld.so.cache (#118518)
1586 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
1587 - update from CVS
1588 - implement non-_l function on top of _l functions
1590 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
1591 - update from CVS
1592 - fix s390{,x} TLS handling
1594 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
1595 - update from CVS
1596 - special section for compatibility code
1597 - make getpid () work even in vfork () child
1598 - configure with --enable-bind-now to avoid lazy binding in ld.so
1599 and libc.so
1601 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
1602 - update from CVS
1603 - fix iconv -c (#117021)
1604 - fix PIEs on sparc/sparc64
1605 - fix posix_fadvise on 64-bit architectures
1606 - add locale-archive as %%ghost file (#117014)
1608 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
1609 - update from CVS
1611 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
1612 - update from CVS
1614 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
1615 - update from CVS
1616 - fix ld.so when vDSO is randomized
1618 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
1619 - update from CVS
1621 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
1622 - update from CVS
1624 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
1625 - update from CVS
1627 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
1628 - update from CVS
1629 - dl_iterate_phdr extension to signal number of added/removed
1630 libraries
1631 - fix PT_GNU_RELRO support on ppc* with prelinking
1633 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
1634 - rebuilt with fixed GCC on IA-64
1636 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
1637 - fix PT_GNU_RELRO support
1639 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
1640 - update from CVS
1641 - some further regex speedups
1642 - fix re.translate handling in regex (#112869)
1643 - change regfree to match old regex behaviour (what is freed
1644 and clearing of freed pointers)
1645 - fix accesses to unitialized memory in regex (#113507, #113425,
1646 #113421)
1647 - PT_GNU_RELRO support
1649 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
1650 - update from CVS
1651 - fix pmap_set fd and memory leak (#112726)
1652 - fix backreference handling in regex
1653 - rebuilt under glibc without the above bug to fix
1654 libc.so linker script (#112738)
1656 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
1657 - update from CVS
1658 - faster getpid () in NPTL builds
1659 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
1660 really disable cancellation (#112512)
1661 - more regex fixes and speedups
1662 - fix nextafter*/nexttoward*
1663 - handle 6th syscall(3) argument on AMD64
1664 - handle memalign/posix_memalign in mtrace
1665 - fix linuxthreads memory leak (#112208)
1666 - remove throw () from cancellation points in linuxthreads (#112602)
1667 - fix NPTL unregister_atfork
1668 - fix unwinding through alternate signal stacks
1670 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
1671 - update from CVS
1672 - 2.3.3 release
1673 - lots of regex fixes and speedups (#110401)
1674 - fix atan2
1675 - fix pshared condvars in NPTL
1676 - fix pthread_attr_destroy for attributes created with
1677 pthread_attr_init@GLIBC_2.0
1678 - for the time being, include both nb_NO* and no_NO* as locales
1679 so that the distribution can catch up with the no_NO->nb_NO
1680 transition
1681 - add BuildPrereq texinfo (#110252)
1683 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
1684 - update from CVS
1685 - fix getifaddrs (CAN-2003-0859)
1686 - fix ftw fd leak
1687 - fix linuxthreads sigaction (#108634)
1688 - fix glibc 2.0 stdio compatibility
1689 - fix uselocale (LC_GLOBAL_LOCALE)
1690 - speed up stdio locking in non-threaded programs on IA-32
1691 - try to maintain correct order of cleanups between those
1692 registered with __attribute__((cleanup))
1693 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
1694 - fix segfault in regex (#109606)
1695 - fix RE_ICASE multi-byte handling in regex
1696 - fix pthread_exit in libpthread.a (#109790)
1697 - FTW_ACTIONRETVAL support
1698 - lots of regex fixes and speedups
1699 - fix ceill/floorl on AMD64
1701 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
1702 - update from CVS
1703 - fix ld.so --verify (and ldd)
1705 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
1706 - update from CVS
1707 - fix sprof (#103727)
1708 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
1709 - prevent dlopening of executables
1710 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
1711 - fix locale printing of word values on 64-bit big-endian arches
1712 (#107846)
1713 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
1714 (#101261)
1716 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
1717 - update from CVS
1718 - dl_iterate_phdr in libc.a on arches other than IA-64
1719 - LD_DEBUG=statistics prints number of relative relocations
1720 - fix hwcap computation
1721 - NPTL is now part of upstream glibc CVS
1722 - include {st,xh,zu}_ZA{,.UTF-8} locales
1724 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
1725 - update from CVS
1726 - fix close, pause and fsync (#105348)
1727 - fix pthread_once on IA-32
1728 - implement backtrace () on IA-64, handle -fomit-frame-pointer
1729 in AMD64 backtrace () (#90402)
1731 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
1732 - update from CVS
1733 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
1734 - fix mknod/ustat return value when given bogus device number (#105768)
1736 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
1737 - rebuilt
1739 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
1740 - fix IA-64 getcontext
1742 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
1743 - update from CVS
1744 - fix syslog with non-C non-en_* locales (#61296, #104979)
1745 - filter GLIBC_PRIVATE symbols from glibc provides
1746 - fix NIS+
1748 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
1749 - update from CVS
1750 - assume 2.4.21 kernel features on RHEL/ppc*, so that
1751 {make,set,get,swap}context works
1752 - backout execstack support for RHEL
1753 - build rtkaio on amd64 too
1755 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
1756 - update from CVS
1757 - execstack/noexecstack support
1758 - build nscd as PIE
1759 - move __libc_stack_end back to @GLIBC_2.1
1760 - build against elfutils >= 0.86 to fix stripping on s390x
1762 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
1763 - rebuilt
1765 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
1766 - update from CVS
1767 - NPTL locking change (#102682)
1768 - don't jump around lock on amd64
1770 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
1771 - fix open_memstream/syslog (#104661)
1773 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
1774 - update from CVS
1775 - retrieve affinity in pthread_getattr_np
1776 - fix pthread_attr_[gs]etaffinity_np
1777 - handle hex and octal in wordexp
1779 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
1780 - update from CVS
1781 - truncate instead of round in utimes when utimes syscall is not available
1782 - don't align stack in every glibc function unnecessarily on IA-32
1783 - make sure threads have their stack 16 byte aligned on IA-32
1784 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
1785 - fix pthread_getattr_np for the initial thread (#102683)
1786 - avoid linuxthreads signal race (#104368)
1787 - ensure all gzip invocations are done with -n option
1789 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
1790 - update from CVS
1791 - avoid linking in libgcc_eh.a unnecessarily
1792 - change ssize_t back to long int on s390 -m31, unless
1793 gcc 2.95.x is used
1795 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
1796 - update from CVS
1797 - fix IA-64 memccpy (#104114)
1799 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
1800 - update from CVS
1801 - undo broken amd64 signal context changes
1803 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
1804 - update from CVS
1805 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
1806 {unsigned,} int
1807 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
1808 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
1809 on 64-bit arches from {unsigned,} long long int {,*} to
1810 {unsigned,} long int {,*} to restore binary compatibility
1811 for C++ functions using these types as arguments
1813 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
1814 - rebuilt
1816 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
1817 - update from CVS
1818 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
1819 - libio fixes
1821 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
1822 - update from CVS
1823 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
1824 and old-style pthread_cleanup_push cleanups
1826 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
1827 - updated from CVS
1828 - lots of cancellation fixes
1829 - fix posix_fadvise* on ppc32
1830 - TLS layout fix
1831 - optimize stdio cleanups (#103354)
1832 - sparcv9 NPTL
1833 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
1834 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
1835 - fix svc_getreqset on 64-bit big-endian arches
1836 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
1837 PTHREAD_PROCESS_SHARED
1838 - add pthread_cond_timedwait stubs to libc.so (#102709)
1839 - split glibc-devel into glibc-devel and glibc-headers to ensure
1840 amd64 /usr/include always wins on amd64/i386 bi-arch installs
1841 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
1842 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
1843 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
1844 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
1845 and tests
1847 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
1848 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
1849 in glibc-debuginfo-common*
1851 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
1852 - update from CVS
1853 - fix glibc 2.0 libio compatibility (#101385)
1854 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
1855 - fix assert.h (#102916, #103017)
1856 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
1857 - fix static linking of large IA-64 binaries (#102586)
1858 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
1860 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
1861 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
1863 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
1864 - nptl_db rewrite not yet in CVS
1866 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
1867 - update from CVS
1868 - fix rtkaio aio_fsync{,64}
1869 - update rtkaio for !BROKEN_THREAD_SIGNALS
1870 - fix assert macro when used on pointers
1872 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
1873 - update from CVS
1875 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
1876 - update from CVS
1877 - disable CLONE_STOPPED for now until it is resolved
1878 - strip crt files
1879 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
1880 - fix glibc-debuginfo to include all nptl and nptl_db sources
1882 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
1883 - update from CVS
1884 - fix pthread_create@GLIBC_2.0 (#101767)
1885 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
1887 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
1888 - update from CVS
1889 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
1890 explicit scheduling (#101457)
1892 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
1893 - update from CVS
1894 - fix utimes and futimes if kernel doesn't support utimes syscall
1895 - fix s390 ssize_t type
1896 - fix dlerror when called before any dlopen/dlsym
1897 - update IA-64 bits/sigcontext.h (#101344)
1898 - various warning fixes
1899 - fix pthread.h comment typos (#101363)
1901 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
1902 - update from CVS
1903 - fix dlopen of libraries using TLS IE/LE models
1905 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
1906 - update from CVS
1907 - fix timer_create
1908 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
1910 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
1911 - update from CVS
1912 - fix wcpncpy (#99462)
1913 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
1914 unlike __errno_location () or __h_errno_location () was introduced
1915 in glibc 2.2)
1916 - fix zic bug on 64-bit platforms
1917 - some TLS handling fixes
1918 - make ldconfig look into alternate ABI dirs by default (#99402)
1919 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
1920 errataed separately from glibc
1921 - new add-on - rtkaio
1922 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
1924 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
1925 - fix thread cancellation on ppc64
1927 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
1928 - update from CVS
1929 - fix thread cancellation on ppc32, s390 and s390x
1931 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
1932 - update from CVS
1933 - build libc_nonshared.a with -fPIC instead of -fpic
1934 - fix ppc64 PIE support
1935 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
1937 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
1938 - update from CVS
1940 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
1941 - update from CVS
1942 - on IA-64 use different symbols for cancellation portion of syscall
1943 handlers to make gdb happier
1945 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
1946 - update from CVS
1947 - nss_compat supporting LDAP etc.
1949 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
1950 - update from CVS
1952 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
1953 - fix condvars and semaphores in ppc* NPTL
1954 - fix test-skeleton.c reporting of timed-out tests (#91269)
1955 - increase timeouts for tests during make check
1957 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
1958 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
1959 on bi-ABI architectures (#97557)
1960 - disable FUTEX_REQUEUE on ppc* temporarily
1962 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
1963 - update from CVS
1964 - fix glibc_post_upgrade on ppc
1966 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
1967 - update from CVS
1968 - fix localedef (#90659)
1969 - tweak linuxthreads for librt cancellation
1971 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
1972 - update from CVS
1974 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
1975 - update from CVS
1976 - fix <gnu/stubs.h> (#97169)
1978 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
1979 - update from CVS
1981 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
1982 - update from CVS
1983 - fix pthread_cond_signal on IA-32 (#92080, #92253)
1984 - fix setegid (#91567)
1985 - don't prelink -R libc.so on any architecture, it prohibits
1986 address randomization
1988 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
1989 - update from CVS
1990 - fix IA-64 NPTL build
1992 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
1993 - update from CVS
1994 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
1995 section in *.[oa]
1997 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
1998 - update from CVS
1999 - enable NPTL on AMD64
2000 - avoid using trampolines in localedef
2002 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
2003 - enable NPTL on IA-64
2005 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
2006 - update from CVS
2007 - enable NPTL on s390 and s390x
2008 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
2010 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
2011 - update from CVS
2013 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
2014 - update from CVS
2016 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
2017 - update from CVS
2018 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
2019 or set_tid_address syscall is available instead of checking
2020 AT_SYSINFO dynamic tag
2022 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
2023 - update from CVS
2025 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
2026 - update from CVS
2027 - fix for prelinking of libraries with no dependencies
2029 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
2030 - update from CVS
2031 - enable NPTL on ppc and ppc64
2033 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
2034 - rebuild
2036 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
2037 - update from CVS
2039 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
2040 - update from CVS
2041 - make -jN build fixes
2043 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
2044 - update from CVS
2045 - avoid using trampolines in iconvconfig for now
2047 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
2048 - update from CVS
2050 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
2051 - update from CVS
2052 - more ppc TLS fixes
2054 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
2055 - update from CVS
2056 - nscd fixes
2057 - fix Bahrain spelling (#56298)
2058 - fix Ukrainian collation (#83973)
2059 - accept trailing spaces in /etc/ld.so.conf (#86032)
2060 - perror fix (#85994)
2061 - fix localedef (#88978)
2062 - fix getifaddrs (#89026)
2063 - fix strxfrm (#88409)
2064 - fix ppc TLS
2065 - fix getaddrinfo (#89448)
2066 - don't print warning about errno, h_errno or _res if
2067 LD_ASSUME_KERNEL=2.4.1 or earlier
2069 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
2070 - update from CVS
2071 - fix prelink on ppc32
2072 - add TLS support on ppc32 and ppc64
2073 - make sure on -m64 arches all helper binaries are built with this
2074 option
2076 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
2077 - update from CVS
2078 - fix strxfrm (#88409)
2079 - use -m64 -mno-minimal-toc on ppc64
2080 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
2081 - link glibc_post_upgrade against newly built libc.a
2083 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
2084 - update from CVS
2085 - fix NPTL pthread_detach and already terminated, but not yet
2086 joined thread (#88219)
2087 - fix bug-regex4 testcase (#88118)
2088 - reenable prelink support broken in 2.3.2-13
2089 - fix register_printf_function (#88052)
2090 - fix double free with fopen using ccs= (#88056)
2091 - fix potential access below $esp in {set,swap}context (#88093)
2092 - fix buffer underrun in gencat -H (#88099)
2093 - avoid using unitialized variable in tst-tgmath (#88101)
2094 - fix gammal (#88104)
2095 - fix iconv -c
2096 - fix xdr_string (PR libc/4999)
2097 - fix /usr/lib/nptl/librt.so symlink
2098 - avoid running NPTL cleanups twice in some cases
2099 - unblock __pthread_signal_cancel in linuxthreads, so that
2100 linuxthreads threaded programs work correctly if spawned
2101 from NPTL threaded programs
2102 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
2103 - remove /lib/i686 directory before running ldconfig in glibc post
2104 during i686 -> i386 glibc "upgrades" (#88456)
2106 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
2107 - update from CVS
2108 - add pthread_atfork to libpthread.a
2110 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
2111 - update from CVS
2112 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
2113 point
2115 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
2116 - update from CVS
2117 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
2118 /lib/i686 libs on i686, not stright to /lib
2120 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
2121 - update from CVS
2122 - timers fixes
2124 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
2125 - update from CVS
2126 - fix NPTL pthread_cond_timedwait
2127 - fix sysconf (_SC_MONOTONIC_CLOCK)
2128 - use /%%{_lib}/tls instead of /lib/tls on x86-64
2129 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
2130 - display content of .out files for all make check failures
2132 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
2133 - update from CVS
2134 - kernel POSIX timers support
2136 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
2137 - update from CVS
2138 - export __fork from glibc again
2139 - fix glibc-compat build in NPTL
2140 - fix c_stubs
2141 - fix some more atomic.h problems
2142 - don't check abi in glibc-compat libs
2144 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
2145 - update from CVS
2146 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
2147 - condrestart sshd in glibc_post_upgrade so that the user can
2148 log in remotely and handle the rest (#86339)
2149 - fix a typo in glibc_post_upgrade on sparc
2151 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
2152 - update from CVS
2153 - change i686/athlon libc.so.6 base to 0x00e80000
2155 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
2156 - update from CVS
2157 - hopefully last fix for condvar problems
2159 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
2160 - fix bits/syscall.h creation on x86-64
2162 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
2163 - update from CVS
2165 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
2166 - update from CVS
2168 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
2169 - update from CVS
2170 - fix glibc-debug description (#85111)
2171 - make librt.so a symlink again, not linker script
2173 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
2174 - update from CVS
2175 - remove the workarounds for broken software accessing GLIBC_PRIVATE
2176 symbols
2178 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
2179 - update from CVS
2181 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
2182 - fix TLS IE/LE model handling in dlopened libraries
2183 on TCB_AT_TP arches
2185 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
2186 - update from CVS
2188 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
2189 - update from CVS
2191 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
2192 - update from CVS
2193 - only warn about errno, h_errno or _res for binaries, never
2194 libraries
2195 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
2197 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
2198 - update from CVS
2200 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
2201 - update from CVS
2203 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
2204 - update from CVS
2206 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
2207 - update from CVS
2209 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
2210 - update from CVS
2211 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
2213 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
2214 - update from CVS
2216 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
2217 - update from CVS
2219 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
2220 - update from CVS
2221 - pthread_cond* NPTL fixes, new NPTL testcases
2223 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
2224 - update from CVS
2225 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
2226 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
2227 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
2228 later is NPTL
2229 - enable TLS on alpha/alphaev6
2230 - add BuildPreReq: /usr/bin/readlink
2232 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
2233 - update from CVS
2234 - pthread_once fix
2236 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
2237 - update from CVS
2238 - vfork fix on s390
2239 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
2240 don't bind locally (#83325)
2242 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
2243 - update from CVS
2244 - fix pthread_create after vfork+exec in linuxthreads
2246 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
2247 - update from CVS
2249 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
2250 - update from CVS
2252 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
2253 - update from CVS
2254 - enable TLS on s390{,x} and sparc{,v9}
2256 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
2257 - update from CVS
2258 - initialize __environ in glibc_post_upgrade to empty array,
2259 so that it is not NULL
2260 - compat symlink for s390x /lib/ld64.so.1
2261 - enable glibc-profile on x86-64
2262 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
2264 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
2265 - update from CVS
2266 - nscd fixes, *scanf fix
2267 - fix %%nptlarches noarch build (#81909)
2268 - IA-64 TLS fixes
2270 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
2271 - update from CVS
2272 - rework -debuginfo subpackage, add -debuginfo-common
2273 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
2274 - fix vfork in libc.a on PPC32, Alpha, Sparc
2275 - fix libio locks in linuxthreads libc.so if libpthread.so
2276 is dlopened later (#81374)
2278 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
2279 - update from CVS
2280 - dlclose bugfixes
2281 - fix NPTL libpthread.a
2282 - fix glibc_post_upgrade on several arches
2284 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
2285 - update from CVS
2286 - TLS support on IA-64
2288 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
2289 - fix vfork in linuxthreads (#81377, #81363)
2291 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
2292 - update from CVS
2293 - don't use TLS libs if kernel doesn't set AT_SYSINFO
2294 (#80921, #81212)
2295 - add ntp_adjtime on alpha (#79996)
2296 - fix nptl_db (#81116)
2298 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
2299 - update from CVS
2300 - support all architectures again
2302 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
2303 - fix condvar compatibility wrappers
2304 - add ugly hack to use non-TLS libs if a binary is seen
2305 to have errno, h_errno or _res symbols in .dynsym
2307 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
2308 - update from CVS
2309 - fixes for new condvar
2311 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
2312 - new NPTL condvar implementation plus related linuxthreads
2313 symbol versioning updates
2315 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
2316 - update from CVS
2317 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
2318 feature set macros
2319 - make *sigaction, sigwait and raise the same between
2320 -lpthread -lc and -lc -lpthread in linuxthreads builds
2322 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
2323 - fix dlclose
2325 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
2326 - enable sysenter by default for now
2327 - fix endless loop in ldconfig
2329 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
2330 - update from CVS
2332 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
2333 - update from CVS
2334 - fix ptmalloc_init after clearenv (#80370)
2336 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
2337 - update from CVS
2338 - add IA-64 back
2339 - move TLS libraries from /lib/i686 to /lib/tls
2341 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
2342 - system(3) fix for linuxthreads
2343 - don't segfault in pthread_attr_init from libc.so
2344 - add cancellation tests from nptl to linuxthreads
2346 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
2347 - fix up lists of exported symbols + their versions
2348 from the libraries
2350 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
2351 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
2353 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
2354 - update from CVS
2355 - fix NPTL hanging mozilla
2356 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
2357 - make linuxthreads work with dl_dynamic_weak 0
2358 - clear dl_dynamic_weak everywhere
2360 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
2361 - update from CVS
2362 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
2363 - kill -debug sub-package, rename -debug-static to -debug
2364 - clear dl_dynamic_weak for NPTL
2366 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
2367 - fix <bits/mathinline.h> and <bits/nan.h> for C++
2368 - automatically generate NPTL libpthread wrappers
2370 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
2371 - update from CVS
2372 - all functions which need cancellation should now be cancellable
2373 both in libpthread.so and libc.so
2374 - removed @@GLIBC_2.3.2 cancellation wrappers
2376 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
2377 - update from CVS
2378 - replace __libc_lock_needed@GOTOFF(%ebx) with
2379 %gs:offsetof(tcbhead_t, multiple_threads)
2380 - start of new NPTL cancellation wrappers
2382 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
2383 - update from CVS
2384 - use inline locks in malloc
2386 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
2387 - update from CVS
2388 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
2390 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
2391 - update from CVS
2392 - rebuilt with gcc-3.2.1-2
2394 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
2395 - update from CVS
2396 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
2397 should work now
2398 - faster libc locking when using nptl
2399 - add OUTPUT_FORMAT to linker scripts
2400 - fix x86_64 sendfile (#79111)
2402 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
2403 - update from CVS
2404 - RUSCII support (#78906)
2405 - for nptl builds add BuildRequires
2406 - fix byteswap.h for non-gcc (#77689)
2407 - add nptl-devel package
2409 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
2410 - update from CVS
2411 - make --enable-kernel=2.2.5 --with-tls --without-__thread
2412 ld.so load nptl and other --with-__thread libs
2413 - disable nptl by default for now
2415 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
2416 - update from CVS
2417 - restructured redhat/Makefile and spec, so that src.rpm contains
2418 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
2419 - added nptl
2421 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
2422 - update from CVS
2423 - even more regex fixes
2424 - run sed testsuite to check glibc regex
2426 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
2427 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
2428 using libpthread.so.
2430 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
2431 - update from CVS
2432 - fixed %a and %A in *printf (#75821)
2433 - fix re_comp memory leaking (#76594)
2435 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
2436 - update from CVS
2437 - some more regex fixes
2438 - fix libpthread.a (#76484)
2439 - fix locale-archive enlarging
2441 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
2442 - update from CVS
2443 - don't need to use 128K of stacks for DNS lookups
2444 - regex fixes
2445 - updated timezone data e.g. for this year's Brasil DST
2446 changes
2447 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
2449 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
2450 - update to 2.3.1 final
2451 - support really low thread stack sizes (#74073)
2452 - tzdata update
2454 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
2455 - update from CVS
2456 - handle low stack limits
2457 - move s390x into */lib64
2459 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
2460 - update to 2.3 final
2461 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
2463 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
2464 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
2465 speed things up, because they are neither REL arches, nor
2466 ELF_MACHINE_REL_RELATIVE
2467 - fix sparc64 build
2469 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
2470 - update from CVS
2472 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
2473 - update from CVS
2474 - prelink on ppc and x86-64 too
2475 - don't remove ppc memset
2476 - instead of listing on which arches to remove glibc-compat
2477 list where it should stay
2479 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
2480 - fix wcsmbs functions with invalid character sets (or malloc
2481 failures)
2482 - make sure __ctype_b etc. compat vars are updated even if
2483 they are copy relocs in the main program
2485 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
2486 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
2487 leading to unresolved __set_h_errno symbol)
2489 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
2490 - security fix - increase dns-network.c MAXPACKET to at least
2491 65536 to avoid buffer overrun. Likewise glibc-compat
2492 dns-{host,network}.c.
2494 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
2495 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
2496 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
2497 from libc.so - we have still lots of .a libraries referencing
2498 __ctype_{b,tolower,toupper} out there...
2500 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
2501 - update from CVS
2502 - 2.2.93 release
2503 - use double instead of single indirection in isXXX macros
2504 - per-locale wcsmbs conversion state
2506 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
2507 - update from CVS
2508 - fix newlocale/duplocale/uselocale
2509 - disable profile on x86_64 for now
2511 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
2512 - update from CVS
2513 - 2.2.92 release
2514 - fix gettext after uselocale
2515 - fix locales in statically linked threaded programs
2516 - fix NSS
2518 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
2519 - update from CVS
2520 - 2.2.91 release
2521 - fix fd leaks in locale-archive reader (#72043)
2522 - handle EROFS in build-locale-archive gracefully (#71665)
2524 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
2525 - update from CVS
2526 - fix re_match (#72312)
2527 - support more than 1024 threads
2529 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
2530 - update from CVS
2531 - fix i386 build
2533 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
2534 - update from CVS
2535 - fix locale-archive loading hang on some (non-primary) locales
2536 (#72122, #71878)
2537 - fix umount problems with locale-archives when /usr is a separate
2538 partition (#72043)
2539 - add LICENSES file
2541 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
2542 - update from CVS
2543 - only mmap up to 2MB of locale-archive on 32-bit machines
2544 initially
2545 - fix fseek past end + fread segfault with mmaped stdio
2546 - include <sys/debugreg.h> which is mistakenly not included
2547 in glibc-devel on IA-32
2549 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
2550 - don't return normalized locale name in setlocale when using
2551 locale-archive
2553 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
2554 - update from CVS
2555 - optimize for primary system locale
2556 - localedef fixes (#71552, #67705)
2558 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
2559 - fix path to locale-archive in libc reader
2560 - build locale archive at glibc-common %post time
2561 - export __strtold_internal and __wcstold_internal on Alpha again
2562 - workaround some localedata problems
2564 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
2565 - update from CVS
2566 - patch out set_thread_area for now
2568 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
2569 - update from CVS
2570 - GB18030 patch from Yu Shao
2571 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
2572 - fix regcomp (#71039)
2574 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
2575 - update from CVS
2576 - use /usr/sbin/prelink, not prelink (#70376)
2578 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
2579 - update from CVS
2581 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
2582 - update from CVS
2583 - ungetc fix (#69586)
2584 - fseek errno fix (#69589)
2585 - change *etrlimit prototypes for C++ (#68588)
2586 - use --without-tls instead of --disable-tls
2588 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
2589 - set nscd user's shell to /sbin/nologin (#68369)
2590 - fix glibc-compat buffer overflows (security)
2591 - buildrequire prelink, don't build glibc's own copy of it (#67567)
2592 - update from CVS
2593 - regex fix (#67734)
2594 - fix unused warnings (#67706)
2595 - fix freopen with mmap stdio (#67552)
2596 - fix realloc (#68499)
2598 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
2599 - update from CVS
2600 - fix argp on long words
2601 - update atime in libio
2603 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
2604 - update from CVS
2605 - a thread race fix
2606 - fix readdir on invalid dirp
2608 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
2609 - update from CVS
2610 - don't use __thread in headers
2611 - fix system(3) in threaded apps
2612 - update prelink, so that it is possible to prelink -u libc.so.6.1
2613 on Alpha
2615 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
2616 - update from CVS
2617 - fix __moddi3 (#65612, #65695)
2618 - fix ether_line (#64427)
2619 - fix setvbuf with mmap stdio (#65864)
2620 - --disable-tls for now, waiting for kernel
2621 - avoid duplication of __divtf3 etc. on IA-64
2622 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
2624 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
2625 - update from CVS
2626 - fix Alpha pthread bug with gcc 3.1
2628 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
2629 - fix nice
2631 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
2632 - add relocation dependencies even for weak symbols (#63422)
2633 - stricter check_fds check for suid/sgid binaries
2634 - run make check at %%install time
2636 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
2637 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
2638 - back out do-lookup.h change (#63261, #63305)
2639 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
2640 since lots of compilers break on it
2641 - fix sparc build with gcc 3.1
2642 - fix spec file for athlon
2644 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
2645 - fix debugging of threaded apps (#62804)
2646 - fix DST for Estonia (#61494)
2647 - document that pthread_mutexattr_?etkind_np are deprecated
2648 and pthread_mutexattr_?ettype should be used instead in man
2649 pages (#61485)
2650 - fix libSegFault.so undefined externals
2652 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
2653 - temporarily disable prelinking ld.so, as some statically linked
2654 binaries linked against debugging versions of old glibcs die on it
2655 (#62352)
2656 - fix <semaphore.h> for -std=c99 (#62516)
2657 - fix ether_ntohost segfault (#62397)
2658 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
2659 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
2660 version (#61633)
2661 - prelink -r on alpha too
2663 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
2664 - update GB18030 iconv module (Yu Shao)
2666 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
2667 - features.h fix
2669 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
2670 - update from CVS
2671 - fix nscd with huge groups
2672 - fix nis to not close fds it shouldn't
2673 - rebuilt against newer glibc-kernheaders to use the correct
2674 PATH_MAX
2675 - handle .athlon.rpm glibc the same way as .i686.rpm
2676 - add a couple of .ISO-8859-15 locales (#61922)
2677 - readd temporarily currencies which were superceeded by Euro
2678 into the list of accepted currencies by localedef to make
2679 standard conformance testsuites happy
2680 - temporarily moved __libc_waitpid back to make Sun JDK happy
2681 - use old malloc code
2682 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
2684 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
2685 - update from CVS
2686 - fix DST handling for southern hemisphere (#60747)
2687 - fix daylight setting for tzset (#59951)
2688 - fix ftime (#60350)
2689 - fix nice return value
2690 - fix a malloc segfault
2691 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
2692 back to what they used to be exported at
2693 - censorship (#60758)
2695 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
2696 - update from CVS
2697 - use __attribute__((visibility(...))) if supported, use _rtld_local
2698 for ld.so only objects
2699 - provide libc's own __{,u}{div,mod}di3
2701 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
2702 - switch back to 2.2.5, mmap stdio needs work
2704 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
2705 - fix two other mmap stdio bugs (#60228)
2707 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
2708 - fix yet another mmap stdio bug (#60145)
2710 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
2711 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
2712 - apply Andreas Schwab's fix for pthread sigwait
2713 - remove /lib/i686/ libraries in glibc_post_upgrade when
2714 performing i386 glibc install
2716 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
2717 - update to CVS
2718 - added glibc-utils subpackage
2719 - disable autoreq in glibc-debug
2720 - readd %%lang() to locale files
2722 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
2723 - update to CVS
2724 - move glibc private symbols to GLIBC_PRIVATE symbol version
2726 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
2727 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
2728 symbol in libm
2730 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
2731 - add debug-static package
2733 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
2734 - update from CVS
2735 - remove -D__USE_STRING_INLINES
2736 - add debug subpackage to trim glibc and glibc-devel size
2738 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
2739 - fix strsep
2741 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
2742 - fix a ld.so bug with duplicate searchlists in l_scope
2743 - fix erfcl(-inf)
2744 - turn /usr/lib/librt.so into linker script
2746 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
2747 - fix a ld.so lookup bug after lots of dlopen calls
2748 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
2749 - prelinking support for Sparc64
2751 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
2752 - update from CVS to fix DT_SYMBOLIC
2753 - prelinking support for Alpha and Sparc
2755 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
2756 - update from CVS
2757 - linuxthreads now retries if -1/EINTR is returned from
2758 reading or writing to thread manager pipe (#43742)
2759 - use DT_FILTER in librt.so (#53394)
2760 - update glibc prelink patch so that it handles filters
2761 - fix timer_* with SIGEV_NONE (#53494)
2762 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
2764 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
2765 - fix build on sparc32
2766 - 2.2.4-13 build for some reason missed some locales
2767 on alpha/ia64
2769 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
2770 - fix iconvconfig
2772 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
2773 - add fam to /etc/rpc (#52863)
2774 - fix <inttypes.h> for C++ (#52960)
2775 - fix perror
2777 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
2778 - fix strnlen(x, -1)
2780 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
2781 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
2782 if __USE_UNIX98.
2784 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
2785 - fix bits/libc-lock.h so that gcc can compile
2786 - fix s390 build
2788 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
2789 - kill stale library symlinks in ldconfig (#52350)
2790 - fix inttypes.h for G++ < 3.0
2791 - use DT_REL*COUNT
2793 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
2794 - fix strnlen on IA-64 (#50077)
2796 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
2797 - glibc 2.2.4 final
2798 - fix -lpthread -static (#51672)
2800 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
2801 - doh, include libio/tst-swscanf.c
2803 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
2804 - don't crash on catclose(-1)
2805 - fix wscanf %[] handling
2806 - fix return value from swprintf
2807 - handle year + %U/%W week + week day in strptime
2809 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
2810 - update from CVS to
2811 - fix strcoll (#50548)
2812 - fix seekdir (#51132)
2813 - fix memusage (#50606)
2814 - don't make gconv-modules.cache %%config file, just don't verify
2815 its content.
2817 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
2818 - fix strtod and *scanf (#50723, #50724)
2820 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
2821 - update from CVS
2822 - fix iconv cache handling
2823 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
2824 - add gconv-modules.cache as emtpy config file (#50699)
2825 - only run iconvconfig if /usr is mounted read-write (#50667)
2827 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
2828 - move iconvconfig from glibc-common into glibc subpackage,
2829 call it from glibc_post_upgrade instead of common's post.
2831 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
2832 - turn off debugging printouts in iconvconfig
2834 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
2835 - update from CVS
2836 - fix IA-32 makecontext
2837 - make fflush(0) thread-safe (#46446)
2839 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
2840 - adjust prelinking DT_* and SHT_* values in elf.h
2841 - update from CVS
2842 - iconv cache
2843 - make iconv work in SUID/SGID programs (#34611)
2845 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
2846 - update from CVS
2847 - kill non-pic code in libm.so
2848 - fix getdate
2849 - fix some locales (#49402)
2850 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
2851 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
2852 - add floating stacks on IA-64, Alpha, Sparc (#49308)
2854 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
2855 - make /lib/i686 directory owned by glibc*.i686.rpm
2857 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
2858 - remove rquota.[hx] headers which are now provided by quota (#47141)
2859 - add prelinking patch
2861 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
2862 - require sh-utils for nscd
2864 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
2865 - update from CVS (#43681, #43350, #44663, #45685)
2866 - fix ro_RO bug (#44644)
2868 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
2869 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
2870 - make rpc headers -ansi compilable (#42390)
2871 - remove alphaev6 optimized memcpy, since there are still far too many
2872 broken apps which call memcpy where they should call memmove
2873 - update from CVS to (among other things):
2874 - fix tanhl bug (#43352)
2876 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
2877 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
2878 - fix a dlclose reldeps handling bug
2879 - some more profiling fixes
2880 - fix tgmath.h
2882 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
2883 - make ldconfig more quiet
2884 - fix LD_PROFILE on i686 (#41030)
2886 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
2887 - fix the hardlink program, so that it really catches all files with
2888 identical content
2889 - add a s390x clone fix
2891 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
2892 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
2893 - fix nss compatibility DSO versions for alphaev6
2894 - add a hardlink program instead of the shell 3x for plus cmp -s/link
2895 which takes a lot of time during build
2896 - rework BuildPreReq and Conflicts with gcc, so that
2897 it applies only where it has to
2899 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
2900 - fix locale name of ja_JP in UTF-8 (#39783)
2901 - fix re_search_2 (#40244)
2902 - fix memusage script (#39138, #39823)
2903 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
2904 - fix xtrace script (#39609)
2905 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
2906 libc_nonshared.a has atexit)
2907 - fix getconf LFS_CFLAGS on 64bitters
2908 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
2909 with __frame_state_for function (#37933)
2911 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
2912 - glibc 2.2.3 release
2913 - fix strcoll (#36539)
2914 - add BuildPreReqs (#36378)
2916 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
2917 - update from CVS
2919 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
2920 - update from CVS
2921 - fix sparc64, ia64
2922 - fix some locale syntax errors (#35982)
2924 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
2925 - update from CVS
2927 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
2928 - update from CVS
2930 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
2931 - support even 2.4.0 kernels on ia64, sparc64 and s390x
2932 - include UTF-8 locales
2933 - make gconv-modules %%config(noreplace)
2935 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
2936 - back out sunrpc changes
2938 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
2939 - update from CVS
2940 - fix ia64 build
2941 - fix pthread_getattr_np
2943 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
2944 - update from CVS
2945 - run atexit() registered functions at dlclose time if they are in shared
2946 libraries (#28625)
2947 - add pthread_getattr_np API to make JVM folks happy
2949 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
2950 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
2951 - fix ldd behaviour on unresolved symbols
2952 - remove nonsensical ldconfig warning, update osversion for the most
2953 recent library with the same soname in the same directory instead (#31703)
2954 - apply selected patches from CVS
2955 - s390x spec file changes from Florian La Roche
2957 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
2958 - fix gencat (#30894)
2959 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
2961 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
2962 - update from CVS
2963 - make pthread_attr_setstacksize consistent before and after pthread manager
2964 is started (#28194)
2965 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
2966 far, #28493)
2967 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
2968 make ld.so pick the right one
2970 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
2971 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
2973 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
2974 - make glibc require particular version of glibc-common
2975 and glibc-common prerequire glibc.
2977 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
2978 - glibc 2.2.2 release
2979 - fix regex REG_ICASE bug seen in ksymoops
2981 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
2982 - fix regexec leaking memory (#26864)
2984 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
2985 - update from CVS
2986 - fix ia64 build with gnupro
2987 - make regex 64bit clean
2988 - fix tgmath make check failures on alpha
2990 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
2991 - update again for ia64 DF_1_INITFIRST
2993 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
2994 - update from CVS
2995 - fix getaddrinfo (#25437)
2996 - support DF_1_INITFIRST (#25029)
2998 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
2999 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
3000 to run 2.2 kernels can downgrade to the base architecture glibc.
3002 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
3003 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
3005 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
3006 - update to 2.2.1 final
3007 - fix a pthread_kill_other_threads_np breakage (#23966)
3008 - make static binaries using dlopen work on ia64 again
3009 - fix a typo in glibc-common group
3011 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
3012 - devel requires glibc = %%{version}
3013 - noreplace /etc/nscd.conf
3015 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
3016 - some more security fixes:
3017 - don't look up LD_PRELOAD libs in cache for SUID apps
3018 (because that bypasses SUID bit checking on the library)
3019 - place output files for profiling SUID apps into /var/profile,
3020 use O_NOFOLLOW for them
3021 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
3022 - hardlink identical locale files together
3023 - add %%lang() tags to locale stuff
3024 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
3026 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
3027 - add glibc-common subpackage
3028 - fix alphaev6 memcpy (#22494)
3029 - fix sys/cdefs.h (#22908)
3030 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
3031 - work around a bug in IBM JDK (#22932, #23012)
3032 - fix pmap_unset when network is down (#23176)
3033 - move nscd in rc.d before netfs on shutdown
3034 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
3036 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
3037 - fix ftw and nftw
3039 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
3040 - fix fcvt (#22184)
3041 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
3042 - fix gencat
3044 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
3045 - fix alpha htonl and alphaev6 stpcpy
3047 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
3048 - update to CVS to:
3049 - fix getnameinfo (#21934)
3050 - don't stomp on memory in rpath handling (#21544)
3051 - fix setlocale (#21507)
3052 - fix libNoVersion.so.1 loading code (#21579)
3053 - use auxarches define in spec file for auxiliary
3054 architectures (#21219)
3055 - remove /usr/share directory from filelist (#21218)
3057 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
3058 - update to CVS to fix getaddrinfo
3060 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
3061 - update to CVS to fix freopen
3062 - remove all alpha workarounds, not needed anymore
3064 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
3065 - fix dladdr bug on alpha/sparc32/sparc64
3066 - fix Makefiles so that they run static tests properly
3068 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
3069 - update to CVS to fix ldconfig
3071 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
3072 - update to glibc 2.2 release
3074 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
3075 - update to CVS to:
3076 - export __sysconf@@GLIBC_2.2 (#20417)
3078 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
3079 - merge to 2.1.97
3081 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
3082 - update to CVS, including:
3083 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
3084 - fix hesiod (#19375)
3085 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
3086 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
3088 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
3089 - fix alpha semctl (#19199)
3090 - update to CVS, including:
3091 - fix glibc headers for Compaq non-gcc compilers
3092 - fix locale alias handling code (#18832)
3093 - fix rexec on little endian machines (#18886)
3094 - started writing changelog again
3096 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
3097 - added ja ujis alias for backwards compatibility