2.3.3-66
[glibc.git] / fedora / glibc.spec.in
blobb93411f1d7c5da34d87680750729deb37c226576
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 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
1243 - update from CVS
1244 - avoid using perl in the spec file, buildrequire sed >= 3.95
1245 (#127671)
1246 - export TIMEOUTFACTOR=16
1247 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
1249 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
1250 - update from CVS
1251 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
1252 to -1 in LinuxThreads
1253 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
1254 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
1255 returns correct value
1256 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
1257 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
1258 dlopen libpthread.so and dlsym pthread_condattr_setclock
1259 - build nscd with -z relro and -z now
1261 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
1262 - update from CVS
1263 - stop using __builtin_expect in assert and assert_perror
1264 (#127606)
1265 - try to avoid too much VA fragmentation with malloc
1266 on flexmap layout (#118574)
1267 - nscd robustification
1268 - change valloc to use debugging hooks (#134385)
1269 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
1270 #125700)
1272 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
1273 - update from CVS
1274 - fix __nscd_getgrouplist
1275 - fix a typo in x86_64 pthread_mutex_timedwait fix
1277 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
1278 - update from CVS
1279 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
1281 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
1282 - update from CVS
1283 - some nscd fixes (#134193)
1284 - cache initgroups in nscd (#132850)
1285 - reread /etc/localtime in tzset () even if just mtime changed
1286 (#133481)
1287 - fix glob (#126460)
1288 - another get_myaddress fix
1290 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
1291 - update from CVS
1292 - fix get_myaddress (#133982)
1293 - remove nonnull attribute from second utime argument (#133866)
1294 - handle SIGSETXID the same way as SIGCANCEL in
1295 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
1296 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
1298 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
1299 - update from CVS
1300 - fix BZ #151, #362, #381, #407
1301 - fdim fix for +inf/+inf (BZ #376)
1303 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
1304 - update from CVS
1305 - vasprintf fix (BZ #346)
1306 - gettext locking (BZ #322)
1307 - change linuxthreads useldt.h inclusion login again, the last
1308 one failed all linuxthreads FLOATING_STACKS tests
1310 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
1311 - update from CVS
1312 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
1313 - fix nis locking (#132204)
1314 - RTLD_DEEPBIND support
1315 - fix pthread_create bugs (BZ #401, #405)
1317 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
1318 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
1319 - source tarballs renamed
1320 - redhat/ moved to fedora/, some old cruft removed
1321 - update from trunk
1322 - some __nonnull annotations
1324 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
1325 - update from CVS
1326 - set{re,e,res}[ug]id now affect the whole process in NPTL
1327 - return EAGAIN instead of ENOMEM when not enough memory
1328 in pthread_create
1330 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
1331 - update from CVS
1332 - nscd getaddrinfo caching
1334 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
1335 - restore temporarily old definition of __P()/__PMT()
1336 for third party apps
1338 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
1339 - update from CVS
1340 - nscd bi-arch fix
1341 - remove all uses of __P()/__PMT() from glibc headers
1342 - update and reenable nscd SELinux patch
1343 - remove libnss1* and libnss*.so.1 compatibility NSS modules
1344 on IA-32, SPARC and Alpha
1346 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
1347 - update from CVS
1348 - disable one of the malloc double free checks for non-contiguous
1349 arenas where it doesn't have to be true even for non-broken
1350 apps
1352 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
1353 - update from CVS
1354 - pwd/grp/host loops with nscd speed up by sharing the
1355 nscd cache r/o with applications
1356 - inexpensive double free check in free(3)
1357 - make NPTL pthread.h initializers usable even from C++
1358 (BZ #375)
1359 - use atomic instructions even in i386 nscd on i486+ CPUs
1360 (conditionally)
1362 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
1363 - update from CVS
1364 - fix linuxthreads tst-cancel{[45],-static}
1366 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
1367 - update from CVS
1368 - fix pthread_cond_destroy (BZ #342)
1369 - fix fnmatch without FNM_NOESCAPE (BZ #361)
1370 - fix ppc32 setcontext (BZ #357)
1371 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
1372 - add __NR_waitid defines for i386, x86_64 and sparc*
1374 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
1375 - update from CVS
1376 - persistent nscd caching
1377 - ppc64 32-bit atomicity fix
1378 - fix x86-64 nptl-devel headers for -m32 compilation
1379 - %%ghost /etc/ld.so.cache (#130597)
1380 - edit /etc/ld.so.conf in glibc_post_upgrade if
1381 include ld.so.conf.d/*.conf line is missing (#120588)
1382 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
1384 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
1385 - update from CVS
1387 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
1388 - update from CVS
1389 - fix nss_compat's initgroups handling (#130363)
1390 - fix getaddrinfo ai_canonname setting
1392 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
1393 - update from CVS
1394 - add ip6-dotint resolv.conf option, make
1395 no-ip6-dotint the default
1396 - BuildPrereq libselinux-devel (#129946)
1397 - on ppc64, build without dot symbols
1399 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
1400 - update from CVS
1401 - remove debugging printout (#129747)
1402 - make <sys/shm.h> usable in C++ (IT#45148)
1403 - update RLIMIT_* constants in <bits/resource.h>, make
1404 <sys/resource.h> POSIX compliant (#129740)
1406 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
1407 - fix last tzset () fixes, disable rereading of /etc/localtime
1408 every time for now
1409 - really enable SELinux support for NSCD
1411 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
1412 - update from CVS
1413 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
1414 - tzset () fixes (BZ #154)
1415 - speed up pthread_rwlock_unlock on arches other than i386 and
1416 x86_64 (#129455)
1417 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
1418 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
1419 (BZ #284)
1420 - add SELinux support for NSCD
1422 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
1423 - update from CVS
1424 - change res_init to force all threads to re-initialize
1425 resolver before they use it next time (#125712)
1426 - various getaddrinfo and related fixes (BZ #295, #296)
1427 - fix IBM{932,943} iconv modules (#128674)
1428 - some nscd fixes (e.g. BZ #292)
1429 - RFC 3678 support (Multicast Source Filters)
1430 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
1431 the same as /lib/i686/librt-*
1433 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
1434 - update from CVS
1435 - conformance related changes in headers
1436 - remove -finline-limit=2000 for GCC 3.4.x+
1438 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
1439 - update from CVS
1440 - fix res_init leaks
1441 - fix newlocale races
1442 - fix ppc64 setjmp
1443 - fix strtold (BZ #274)
1445 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
1446 - update from CVS
1447 - allow pthread_cancel in DSO destructors run at exit time
1448 - fix pow{f,,l} on IA-32 and powl on x86-64
1449 - allow PIEs on IA-32 to have main in a shared library they depend on
1451 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
1452 - s390* .plt slot reduction
1453 - fix pthread_rwlock_timedrdlock on x86_64
1455 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
1456 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
1457 NPTL changes
1459 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
1460 - update from CVS
1461 - if_nameindex using preferably netlink
1462 - printf_parsemb initialization fix
1463 - NPTL version is now the same as glibc version
1465 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
1466 - update from CVS
1467 - reread resolv.conf for nscd --invalidate=hosts
1468 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
1469 -m32 -D_FILE_OFFSET_BITS=64 compilations
1470 - avoid calling non-existing fcntl64 syscall on ppc64
1472 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
1473 - update from CVS
1474 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
1475 - fix backtrace in statically linked programs
1476 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
1478 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
1479 - update from CVS
1480 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
1481 - make c_stubs buildable even with GCC 3.2.x (#123042)
1483 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
1484 - fix pthread_cond_wait on architectures other than IA-32 and
1485 x86_64
1487 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
1488 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
1490 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
1491 - update from CVS
1492 - FUTEX_REQUEUE fixes (#115349)
1493 - SPARC GCC 3.4 build fix
1494 - fix handling of undefined TLS symbols on IA32 (RELA only),
1495 SPARC and SH
1496 - regex translate fix
1497 - speed up sprintf
1498 - x86_64 makecontext alignment fix
1499 - make POSIX sigpause the default sigpause, unless BSD sigpause
1500 requested
1502 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
1503 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
1504 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
1505 - build mq_{send,receive} with -fexceptions
1507 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
1508 - update from CVS
1509 - fix <tgmath.h>
1510 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
1511 use of realloc
1512 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
1513 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
1514 might be a stale symlink
1516 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
1517 - update from CVS
1518 - disable FUTEX_REQUEUE (work around #115349)
1519 - mq for sparc/sparc64/ia64
1521 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
1522 - update from CVS
1523 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
1524 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
1525 included already in XNS5)
1526 - reorder dlopen checks, so that dlopening ET_REL objects
1527 complains about != ET_DYN != ET_EXEC, not about phentsize
1528 (#121606)
1529 - fix strpbrk macro for GCC 3.4+ (BZ #130)
1530 - fix <sys/sysctl.h> (BZ #140)
1531 - sched_[gs]etaffinity documentation fix (BZ #131)
1532 - fix sparc64 build (BZ #139)
1533 - change linuxthreads back to use non-cancellable writes
1534 to manager pipes etc.
1535 - fix sem_timedwait return value in linuxthreads (BZ #133)
1536 - ia64 unnecessary PLT relocs removal
1538 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
1539 - update from CVS
1540 - fix *scanf
1541 - fix shm_unlink, sem_unlink and mq_unlink errno values
1542 - avoid memory leaks in error
1543 - execstack fixes on s390
1545 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
1546 - update from CVS
1547 - mq and timer fixes
1548 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
1549 linked binaries
1550 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
1552 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
1553 - disable rtkaio
1554 - update from CVS
1555 - POSIX message passing support
1556 - fixed SIGEV_THREAD support for POSIX timers
1557 - fix free on non-malloced memory in syslog
1558 - fix ffsl on some 64-bit arches
1559 - fix sched_setaffinity on x86-64, ia64
1560 - fix ppc64 umount
1561 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
1562 - various NIS speedups
1563 - fix fwrite with > 2GB sizes on 64-bit arches
1564 - fix pthread_getattr_np guardsize reporting in NPTL
1565 - report PLT relocations in ld.so and libc.so during the build
1567 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
1568 - update from CVS
1569 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
1570 - strtol speed optimization
1571 - don't try to use certainly unimplemented syscalls on ppc64
1572 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
1573 into /usr/lib/debug/usr/%{_lib}/ directory
1574 - fix c_stubs with gcc 3.4
1575 - move all the up to 3 builds into %%build scriptlet and
1576 leave only installation in the %%install scriptlet
1578 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
1579 - update from CVS
1580 - affinity API changes
1582 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
1583 - update from CVS
1584 - fix ia64 iopl (#118591)
1585 - add support for /etc/ld.so.conf.d/*.conf
1586 - fix x86-64 LD_DEBUG=statistics
1587 - fix hwcap handling when using ld.so.cache (#118518)
1589 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
1590 - update from CVS
1591 - implement non-_l function on top of _l functions
1593 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
1594 - update from CVS
1595 - fix s390{,x} TLS handling
1597 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
1598 - update from CVS
1599 - special section for compatibility code
1600 - make getpid () work even in vfork () child
1601 - configure with --enable-bind-now to avoid lazy binding in ld.so
1602 and libc.so
1604 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
1605 - update from CVS
1606 - fix iconv -c (#117021)
1607 - fix PIEs on sparc/sparc64
1608 - fix posix_fadvise on 64-bit architectures
1609 - add locale-archive as %%ghost file (#117014)
1611 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
1612 - update from CVS
1614 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
1615 - update from CVS
1617 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
1618 - update from CVS
1619 - fix ld.so when vDSO is randomized
1621 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
1622 - update from CVS
1624 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
1625 - update from CVS
1627 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
1628 - update from CVS
1630 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
1631 - update from CVS
1632 - dl_iterate_phdr extension to signal number of added/removed
1633 libraries
1634 - fix PT_GNU_RELRO support on ppc* with prelinking
1636 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
1637 - rebuilt with fixed GCC on IA-64
1639 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
1640 - fix PT_GNU_RELRO support
1642 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
1643 - update from CVS
1644 - some further regex speedups
1645 - fix re.translate handling in regex (#112869)
1646 - change regfree to match old regex behaviour (what is freed
1647 and clearing of freed pointers)
1648 - fix accesses to unitialized memory in regex (#113507, #113425,
1649 #113421)
1650 - PT_GNU_RELRO support
1652 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
1653 - update from CVS
1654 - fix pmap_set fd and memory leak (#112726)
1655 - fix backreference handling in regex
1656 - rebuilt under glibc without the above bug to fix
1657 libc.so linker script (#112738)
1659 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
1660 - update from CVS
1661 - faster getpid () in NPTL builds
1662 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
1663 really disable cancellation (#112512)
1664 - more regex fixes and speedups
1665 - fix nextafter*/nexttoward*
1666 - handle 6th syscall(3) argument on AMD64
1667 - handle memalign/posix_memalign in mtrace
1668 - fix linuxthreads memory leak (#112208)
1669 - remove throw () from cancellation points in linuxthreads (#112602)
1670 - fix NPTL unregister_atfork
1671 - fix unwinding through alternate signal stacks
1673 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
1674 - update from CVS
1675 - 2.3.3 release
1676 - lots of regex fixes and speedups (#110401)
1677 - fix atan2
1678 - fix pshared condvars in NPTL
1679 - fix pthread_attr_destroy for attributes created with
1680 pthread_attr_init@GLIBC_2.0
1681 - for the time being, include both nb_NO* and no_NO* as locales
1682 so that the distribution can catch up with the no_NO->nb_NO
1683 transition
1684 - add BuildPrereq texinfo (#110252)
1686 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
1687 - update from CVS
1688 - fix getifaddrs (CAN-2003-0859)
1689 - fix ftw fd leak
1690 - fix linuxthreads sigaction (#108634)
1691 - fix glibc 2.0 stdio compatibility
1692 - fix uselocale (LC_GLOBAL_LOCALE)
1693 - speed up stdio locking in non-threaded programs on IA-32
1694 - try to maintain correct order of cleanups between those
1695 registered with __attribute__((cleanup))
1696 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
1697 - fix segfault in regex (#109606)
1698 - fix RE_ICASE multi-byte handling in regex
1699 - fix pthread_exit in libpthread.a (#109790)
1700 - FTW_ACTIONRETVAL support
1701 - lots of regex fixes and speedups
1702 - fix ceill/floorl on AMD64
1704 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
1705 - update from CVS
1706 - fix ld.so --verify (and ldd)
1708 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
1709 - update from CVS
1710 - fix sprof (#103727)
1711 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
1712 - prevent dlopening of executables
1713 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
1714 - fix locale printing of word values on 64-bit big-endian arches
1715 (#107846)
1716 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
1717 (#101261)
1719 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
1720 - update from CVS
1721 - dl_iterate_phdr in libc.a on arches other than IA-64
1722 - LD_DEBUG=statistics prints number of relative relocations
1723 - fix hwcap computation
1724 - NPTL is now part of upstream glibc CVS
1725 - include {st,xh,zu}_ZA{,.UTF-8} locales
1727 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
1728 - update from CVS
1729 - fix close, pause and fsync (#105348)
1730 - fix pthread_once on IA-32
1731 - implement backtrace () on IA-64, handle -fomit-frame-pointer
1732 in AMD64 backtrace () (#90402)
1734 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
1735 - update from CVS
1736 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
1737 - fix mknod/ustat return value when given bogus device number (#105768)
1739 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
1740 - rebuilt
1742 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
1743 - fix IA-64 getcontext
1745 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
1746 - update from CVS
1747 - fix syslog with non-C non-en_* locales (#61296, #104979)
1748 - filter GLIBC_PRIVATE symbols from glibc provides
1749 - fix NIS+
1751 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
1752 - update from CVS
1753 - assume 2.4.21 kernel features on RHEL/ppc*, so that
1754 {make,set,get,swap}context works
1755 - backout execstack support for RHEL
1756 - build rtkaio on amd64 too
1758 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
1759 - update from CVS
1760 - execstack/noexecstack support
1761 - build nscd as PIE
1762 - move __libc_stack_end back to @GLIBC_2.1
1763 - build against elfutils >= 0.86 to fix stripping on s390x
1765 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
1766 - rebuilt
1768 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
1769 - update from CVS
1770 - NPTL locking change (#102682)
1771 - don't jump around lock on amd64
1773 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
1774 - fix open_memstream/syslog (#104661)
1776 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
1777 - update from CVS
1778 - retrieve affinity in pthread_getattr_np
1779 - fix pthread_attr_[gs]etaffinity_np
1780 - handle hex and octal in wordexp
1782 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
1783 - update from CVS
1784 - truncate instead of round in utimes when utimes syscall is not available
1785 - don't align stack in every glibc function unnecessarily on IA-32
1786 - make sure threads have their stack 16 byte aligned on IA-32
1787 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
1788 - fix pthread_getattr_np for the initial thread (#102683)
1789 - avoid linuxthreads signal race (#104368)
1790 - ensure all gzip invocations are done with -n option
1792 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
1793 - update from CVS
1794 - avoid linking in libgcc_eh.a unnecessarily
1795 - change ssize_t back to long int on s390 -m31, unless
1796 gcc 2.95.x is used
1798 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
1799 - update from CVS
1800 - fix IA-64 memccpy (#104114)
1802 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
1803 - update from CVS
1804 - undo broken amd64 signal context changes
1806 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
1807 - update from CVS
1808 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
1809 {unsigned,} int
1810 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
1811 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
1812 on 64-bit arches from {unsigned,} long long int {,*} to
1813 {unsigned,} long int {,*} to restore binary compatibility
1814 for C++ functions using these types as arguments
1816 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
1817 - rebuilt
1819 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
1820 - update from CVS
1821 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
1822 - libio fixes
1824 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
1825 - update from CVS
1826 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
1827 and old-style pthread_cleanup_push cleanups
1829 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
1830 - updated from CVS
1831 - lots of cancellation fixes
1832 - fix posix_fadvise* on ppc32
1833 - TLS layout fix
1834 - optimize stdio cleanups (#103354)
1835 - sparcv9 NPTL
1836 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
1837 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
1838 - fix svc_getreqset on 64-bit big-endian arches
1839 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
1840 PTHREAD_PROCESS_SHARED
1841 - add pthread_cond_timedwait stubs to libc.so (#102709)
1842 - split glibc-devel into glibc-devel and glibc-headers to ensure
1843 amd64 /usr/include always wins on amd64/i386 bi-arch installs
1844 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
1845 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
1846 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
1847 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
1848 and tests
1850 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
1851 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
1852 in glibc-debuginfo-common*
1854 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
1855 - update from CVS
1856 - fix glibc 2.0 libio compatibility (#101385)
1857 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
1858 - fix assert.h (#102916, #103017)
1859 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
1860 - fix static linking of large IA-64 binaries (#102586)
1861 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
1863 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
1864 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
1866 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
1867 - nptl_db rewrite not yet in CVS
1869 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
1870 - update from CVS
1871 - fix rtkaio aio_fsync{,64}
1872 - update rtkaio for !BROKEN_THREAD_SIGNALS
1873 - fix assert macro when used on pointers
1875 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
1876 - update from CVS
1878 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
1879 - update from CVS
1880 - disable CLONE_STOPPED for now until it is resolved
1881 - strip crt files
1882 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
1883 - fix glibc-debuginfo to include all nptl and nptl_db sources
1885 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
1886 - update from CVS
1887 - fix pthread_create@GLIBC_2.0 (#101767)
1888 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
1890 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
1891 - update from CVS
1892 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
1893 explicit scheduling (#101457)
1895 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
1896 - update from CVS
1897 - fix utimes and futimes if kernel doesn't support utimes syscall
1898 - fix s390 ssize_t type
1899 - fix dlerror when called before any dlopen/dlsym
1900 - update IA-64 bits/sigcontext.h (#101344)
1901 - various warning fixes
1902 - fix pthread.h comment typos (#101363)
1904 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
1905 - update from CVS
1906 - fix dlopen of libraries using TLS IE/LE models
1908 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
1909 - update from CVS
1910 - fix timer_create
1911 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
1913 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
1914 - update from CVS
1915 - fix wcpncpy (#99462)
1916 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
1917 unlike __errno_location () or __h_errno_location () was introduced
1918 in glibc 2.2)
1919 - fix zic bug on 64-bit platforms
1920 - some TLS handling fixes
1921 - make ldconfig look into alternate ABI dirs by default (#99402)
1922 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
1923 errataed separately from glibc
1924 - new add-on - rtkaio
1925 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
1927 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
1928 - fix thread cancellation on ppc64
1930 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
1931 - update from CVS
1932 - fix thread cancellation on ppc32, s390 and s390x
1934 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
1935 - update from CVS
1936 - build libc_nonshared.a with -fPIC instead of -fpic
1937 - fix ppc64 PIE support
1938 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
1940 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
1941 - update from CVS
1943 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
1944 - update from CVS
1945 - on IA-64 use different symbols for cancellation portion of syscall
1946 handlers to make gdb happier
1948 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
1949 - update from CVS
1950 - nss_compat supporting LDAP etc.
1952 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
1953 - update from CVS
1955 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
1956 - fix condvars and semaphores in ppc* NPTL
1957 - fix test-skeleton.c reporting of timed-out tests (#91269)
1958 - increase timeouts for tests during make check
1960 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
1961 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
1962 on bi-ABI architectures (#97557)
1963 - disable FUTEX_REQUEUE on ppc* temporarily
1965 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
1966 - update from CVS
1967 - fix glibc_post_upgrade on ppc
1969 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
1970 - update from CVS
1971 - fix localedef (#90659)
1972 - tweak linuxthreads for librt cancellation
1974 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
1975 - update from CVS
1977 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
1978 - update from CVS
1979 - fix <gnu/stubs.h> (#97169)
1981 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
1982 - update from CVS
1984 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
1985 - update from CVS
1986 - fix pthread_cond_signal on IA-32 (#92080, #92253)
1987 - fix setegid (#91567)
1988 - don't prelink -R libc.so on any architecture, it prohibits
1989 address randomization
1991 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
1992 - update from CVS
1993 - fix IA-64 NPTL build
1995 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
1996 - update from CVS
1997 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
1998 section in *.[oa]
2000 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
2001 - update from CVS
2002 - enable NPTL on AMD64
2003 - avoid using trampolines in localedef
2005 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
2006 - enable NPTL on IA-64
2008 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
2009 - update from CVS
2010 - enable NPTL on s390 and s390x
2011 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
2013 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
2014 - update from CVS
2016 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
2017 - update from CVS
2019 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
2020 - update from CVS
2021 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
2022 or set_tid_address syscall is available instead of checking
2023 AT_SYSINFO dynamic tag
2025 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
2026 - update from CVS
2028 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
2029 - update from CVS
2030 - fix for prelinking of libraries with no dependencies
2032 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
2033 - update from CVS
2034 - enable NPTL on ppc and ppc64
2036 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
2037 - rebuild
2039 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
2040 - update from CVS
2042 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
2043 - update from CVS
2044 - make -jN build fixes
2046 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
2047 - update from CVS
2048 - avoid using trampolines in iconvconfig for now
2050 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
2051 - update from CVS
2053 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
2054 - update from CVS
2055 - more ppc TLS fixes
2057 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
2058 - update from CVS
2059 - nscd fixes
2060 - fix Bahrain spelling (#56298)
2061 - fix Ukrainian collation (#83973)
2062 - accept trailing spaces in /etc/ld.so.conf (#86032)
2063 - perror fix (#85994)
2064 - fix localedef (#88978)
2065 - fix getifaddrs (#89026)
2066 - fix strxfrm (#88409)
2067 - fix ppc TLS
2068 - fix getaddrinfo (#89448)
2069 - don't print warning about errno, h_errno or _res if
2070 LD_ASSUME_KERNEL=2.4.1 or earlier
2072 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
2073 - update from CVS
2074 - fix prelink on ppc32
2075 - add TLS support on ppc32 and ppc64
2076 - make sure on -m64 arches all helper binaries are built with this
2077 option
2079 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
2080 - update from CVS
2081 - fix strxfrm (#88409)
2082 - use -m64 -mno-minimal-toc on ppc64
2083 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
2084 - link glibc_post_upgrade against newly built libc.a
2086 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
2087 - update from CVS
2088 - fix NPTL pthread_detach and already terminated, but not yet
2089 joined thread (#88219)
2090 - fix bug-regex4 testcase (#88118)
2091 - reenable prelink support broken in 2.3.2-13
2092 - fix register_printf_function (#88052)
2093 - fix double free with fopen using ccs= (#88056)
2094 - fix potential access below $esp in {set,swap}context (#88093)
2095 - fix buffer underrun in gencat -H (#88099)
2096 - avoid using unitialized variable in tst-tgmath (#88101)
2097 - fix gammal (#88104)
2098 - fix iconv -c
2099 - fix xdr_string (PR libc/4999)
2100 - fix /usr/lib/nptl/librt.so symlink
2101 - avoid running NPTL cleanups twice in some cases
2102 - unblock __pthread_signal_cancel in linuxthreads, so that
2103 linuxthreads threaded programs work correctly if spawned
2104 from NPTL threaded programs
2105 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
2106 - remove /lib/i686 directory before running ldconfig in glibc post
2107 during i686 -> i386 glibc "upgrades" (#88456)
2109 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
2110 - update from CVS
2111 - add pthread_atfork to libpthread.a
2113 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
2114 - update from CVS
2115 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
2116 point
2118 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
2119 - update from CVS
2120 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
2121 /lib/i686 libs on i686, not stright to /lib
2123 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
2124 - update from CVS
2125 - timers fixes
2127 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
2128 - update from CVS
2129 - fix NPTL pthread_cond_timedwait
2130 - fix sysconf (_SC_MONOTONIC_CLOCK)
2131 - use /%%{_lib}/tls instead of /lib/tls on x86-64
2132 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
2133 - display content of .out files for all make check failures
2135 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
2136 - update from CVS
2137 - kernel POSIX timers support
2139 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
2140 - update from CVS
2141 - export __fork from glibc again
2142 - fix glibc-compat build in NPTL
2143 - fix c_stubs
2144 - fix some more atomic.h problems
2145 - don't check abi in glibc-compat libs
2147 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
2148 - update from CVS
2149 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
2150 - condrestart sshd in glibc_post_upgrade so that the user can
2151 log in remotely and handle the rest (#86339)
2152 - fix a typo in glibc_post_upgrade on sparc
2154 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
2155 - update from CVS
2156 - change i686/athlon libc.so.6 base to 0x00e80000
2158 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
2159 - update from CVS
2160 - hopefully last fix for condvar problems
2162 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
2163 - fix bits/syscall.h creation on x86-64
2165 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
2166 - update from CVS
2168 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
2169 - update from CVS
2171 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
2172 - update from CVS
2173 - fix glibc-debug description (#85111)
2174 - make librt.so a symlink again, not linker script
2176 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
2177 - update from CVS
2178 - remove the workarounds for broken software accessing GLIBC_PRIVATE
2179 symbols
2181 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
2182 - update from CVS
2184 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
2185 - fix TLS IE/LE model handling in dlopened libraries
2186 on TCB_AT_TP arches
2188 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
2189 - update from CVS
2191 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
2192 - update from CVS
2194 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
2195 - update from CVS
2196 - only warn about errno, h_errno or _res for binaries, never
2197 libraries
2198 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
2200 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
2201 - update from CVS
2203 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
2204 - update from CVS
2206 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
2207 - update from CVS
2209 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
2210 - update from CVS
2212 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
2213 - update from CVS
2214 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
2216 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
2217 - update from CVS
2219 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
2220 - update from CVS
2222 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
2223 - update from CVS
2224 - pthread_cond* NPTL fixes, new NPTL testcases
2226 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
2227 - update from CVS
2228 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
2229 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
2230 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
2231 later is NPTL
2232 - enable TLS on alpha/alphaev6
2233 - add BuildPreReq: /usr/bin/readlink
2235 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
2236 - update from CVS
2237 - pthread_once fix
2239 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
2240 - update from CVS
2241 - vfork fix on s390
2242 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
2243 don't bind locally (#83325)
2245 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
2246 - update from CVS
2247 - fix pthread_create after vfork+exec in linuxthreads
2249 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
2250 - update from CVS
2252 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
2253 - update from CVS
2255 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
2256 - update from CVS
2257 - enable TLS on s390{,x} and sparc{,v9}
2259 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
2260 - update from CVS
2261 - initialize __environ in glibc_post_upgrade to empty array,
2262 so that it is not NULL
2263 - compat symlink for s390x /lib/ld64.so.1
2264 - enable glibc-profile on x86-64
2265 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
2267 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
2268 - update from CVS
2269 - nscd fixes, *scanf fix
2270 - fix %%nptlarches noarch build (#81909)
2271 - IA-64 TLS fixes
2273 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
2274 - update from CVS
2275 - rework -debuginfo subpackage, add -debuginfo-common
2276 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
2277 - fix vfork in libc.a on PPC32, Alpha, Sparc
2278 - fix libio locks in linuxthreads libc.so if libpthread.so
2279 is dlopened later (#81374)
2281 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
2282 - update from CVS
2283 - dlclose bugfixes
2284 - fix NPTL libpthread.a
2285 - fix glibc_post_upgrade on several arches
2287 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
2288 - update from CVS
2289 - TLS support on IA-64
2291 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
2292 - fix vfork in linuxthreads (#81377, #81363)
2294 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
2295 - update from CVS
2296 - don't use TLS libs if kernel doesn't set AT_SYSINFO
2297 (#80921, #81212)
2298 - add ntp_adjtime on alpha (#79996)
2299 - fix nptl_db (#81116)
2301 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
2302 - update from CVS
2303 - support all architectures again
2305 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
2306 - fix condvar compatibility wrappers
2307 - add ugly hack to use non-TLS libs if a binary is seen
2308 to have errno, h_errno or _res symbols in .dynsym
2310 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
2311 - update from CVS
2312 - fixes for new condvar
2314 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
2315 - new NPTL condvar implementation plus related linuxthreads
2316 symbol versioning updates
2318 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
2319 - update from CVS
2320 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
2321 feature set macros
2322 - make *sigaction, sigwait and raise the same between
2323 -lpthread -lc and -lc -lpthread in linuxthreads builds
2325 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
2326 - fix dlclose
2328 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
2329 - enable sysenter by default for now
2330 - fix endless loop in ldconfig
2332 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
2333 - update from CVS
2335 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
2336 - update from CVS
2337 - fix ptmalloc_init after clearenv (#80370)
2339 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
2340 - update from CVS
2341 - add IA-64 back
2342 - move TLS libraries from /lib/i686 to /lib/tls
2344 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
2345 - system(3) fix for linuxthreads
2346 - don't segfault in pthread_attr_init from libc.so
2347 - add cancellation tests from nptl to linuxthreads
2349 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
2350 - fix up lists of exported symbols + their versions
2351 from the libraries
2353 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
2354 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
2356 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
2357 - update from CVS
2358 - fix NPTL hanging mozilla
2359 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
2360 - make linuxthreads work with dl_dynamic_weak 0
2361 - clear dl_dynamic_weak everywhere
2363 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
2364 - update from CVS
2365 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
2366 - kill -debug sub-package, rename -debug-static to -debug
2367 - clear dl_dynamic_weak for NPTL
2369 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
2370 - fix <bits/mathinline.h> and <bits/nan.h> for C++
2371 - automatically generate NPTL libpthread wrappers
2373 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
2374 - update from CVS
2375 - all functions which need cancellation should now be cancellable
2376 both in libpthread.so and libc.so
2377 - removed @@GLIBC_2.3.2 cancellation wrappers
2379 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
2380 - update from CVS
2381 - replace __libc_lock_needed@GOTOFF(%ebx) with
2382 %gs:offsetof(tcbhead_t, multiple_threads)
2383 - start of new NPTL cancellation wrappers
2385 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
2386 - update from CVS
2387 - use inline locks in malloc
2389 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
2390 - update from CVS
2391 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
2393 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
2394 - update from CVS
2395 - rebuilt with gcc-3.2.1-2
2397 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
2398 - update from CVS
2399 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
2400 should work now
2401 - faster libc locking when using nptl
2402 - add OUTPUT_FORMAT to linker scripts
2403 - fix x86_64 sendfile (#79111)
2405 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
2406 - update from CVS
2407 - RUSCII support (#78906)
2408 - for nptl builds add BuildRequires
2409 - fix byteswap.h for non-gcc (#77689)
2410 - add nptl-devel package
2412 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
2413 - update from CVS
2414 - make --enable-kernel=2.2.5 --with-tls --without-__thread
2415 ld.so load nptl and other --with-__thread libs
2416 - disable nptl by default for now
2418 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
2419 - update from CVS
2420 - restructured redhat/Makefile and spec, so that src.rpm contains
2421 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
2422 - added nptl
2424 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
2425 - update from CVS
2426 - even more regex fixes
2427 - run sed testsuite to check glibc regex
2429 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
2430 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
2431 using libpthread.so.
2433 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
2434 - update from CVS
2435 - fixed %a and %A in *printf (#75821)
2436 - fix re_comp memory leaking (#76594)
2438 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
2439 - update from CVS
2440 - some more regex fixes
2441 - fix libpthread.a (#76484)
2442 - fix locale-archive enlarging
2444 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
2445 - update from CVS
2446 - don't need to use 128K of stacks for DNS lookups
2447 - regex fixes
2448 - updated timezone data e.g. for this year's Brasil DST
2449 changes
2450 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
2452 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
2453 - update to 2.3.1 final
2454 - support really low thread stack sizes (#74073)
2455 - tzdata update
2457 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
2458 - update from CVS
2459 - handle low stack limits
2460 - move s390x into */lib64
2462 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
2463 - update to 2.3 final
2464 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
2466 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
2467 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
2468 speed things up, because they are neither REL arches, nor
2469 ELF_MACHINE_REL_RELATIVE
2470 - fix sparc64 build
2472 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
2473 - update from CVS
2475 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
2476 - update from CVS
2477 - prelink on ppc and x86-64 too
2478 - don't remove ppc memset
2479 - instead of listing on which arches to remove glibc-compat
2480 list where it should stay
2482 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
2483 - fix wcsmbs functions with invalid character sets (or malloc
2484 failures)
2485 - make sure __ctype_b etc. compat vars are updated even if
2486 they are copy relocs in the main program
2488 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
2489 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
2490 leading to unresolved __set_h_errno symbol)
2492 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
2493 - security fix - increase dns-network.c MAXPACKET to at least
2494 65536 to avoid buffer overrun. Likewise glibc-compat
2495 dns-{host,network}.c.
2497 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
2498 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
2499 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
2500 from libc.so - we have still lots of .a libraries referencing
2501 __ctype_{b,tolower,toupper} out there...
2503 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
2504 - update from CVS
2505 - 2.2.93 release
2506 - use double instead of single indirection in isXXX macros
2507 - per-locale wcsmbs conversion state
2509 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
2510 - update from CVS
2511 - fix newlocale/duplocale/uselocale
2512 - disable profile on x86_64 for now
2514 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
2515 - update from CVS
2516 - 2.2.92 release
2517 - fix gettext after uselocale
2518 - fix locales in statically linked threaded programs
2519 - fix NSS
2521 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
2522 - update from CVS
2523 - 2.2.91 release
2524 - fix fd leaks in locale-archive reader (#72043)
2525 - handle EROFS in build-locale-archive gracefully (#71665)
2527 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
2528 - update from CVS
2529 - fix re_match (#72312)
2530 - support more than 1024 threads
2532 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
2533 - update from CVS
2534 - fix i386 build
2536 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
2537 - update from CVS
2538 - fix locale-archive loading hang on some (non-primary) locales
2539 (#72122, #71878)
2540 - fix umount problems with locale-archives when /usr is a separate
2541 partition (#72043)
2542 - add LICENSES file
2544 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
2545 - update from CVS
2546 - only mmap up to 2MB of locale-archive on 32-bit machines
2547 initially
2548 - fix fseek past end + fread segfault with mmaped stdio
2549 - include <sys/debugreg.h> which is mistakenly not included
2550 in glibc-devel on IA-32
2552 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
2553 - don't return normalized locale name in setlocale when using
2554 locale-archive
2556 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
2557 - update from CVS
2558 - optimize for primary system locale
2559 - localedef fixes (#71552, #67705)
2561 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
2562 - fix path to locale-archive in libc reader
2563 - build locale archive at glibc-common %post time
2564 - export __strtold_internal and __wcstold_internal on Alpha again
2565 - workaround some localedata problems
2567 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
2568 - update from CVS
2569 - patch out set_thread_area for now
2571 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
2572 - update from CVS
2573 - GB18030 patch from Yu Shao
2574 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
2575 - fix regcomp (#71039)
2577 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
2578 - update from CVS
2579 - use /usr/sbin/prelink, not prelink (#70376)
2581 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
2582 - update from CVS
2584 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
2585 - update from CVS
2586 - ungetc fix (#69586)
2587 - fseek errno fix (#69589)
2588 - change *etrlimit prototypes for C++ (#68588)
2589 - use --without-tls instead of --disable-tls
2591 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
2592 - set nscd user's shell to /sbin/nologin (#68369)
2593 - fix glibc-compat buffer overflows (security)
2594 - buildrequire prelink, don't build glibc's own copy of it (#67567)
2595 - update from CVS
2596 - regex fix (#67734)
2597 - fix unused warnings (#67706)
2598 - fix freopen with mmap stdio (#67552)
2599 - fix realloc (#68499)
2601 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
2602 - update from CVS
2603 - fix argp on long words
2604 - update atime in libio
2606 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
2607 - update from CVS
2608 - a thread race fix
2609 - fix readdir on invalid dirp
2611 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
2612 - update from CVS
2613 - don't use __thread in headers
2614 - fix system(3) in threaded apps
2615 - update prelink, so that it is possible to prelink -u libc.so.6.1
2616 on Alpha
2618 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
2619 - update from CVS
2620 - fix __moddi3 (#65612, #65695)
2621 - fix ether_line (#64427)
2622 - fix setvbuf with mmap stdio (#65864)
2623 - --disable-tls for now, waiting for kernel
2624 - avoid duplication of __divtf3 etc. on IA-64
2625 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
2627 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
2628 - update from CVS
2629 - fix Alpha pthread bug with gcc 3.1
2631 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
2632 - fix nice
2634 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
2635 - add relocation dependencies even for weak symbols (#63422)
2636 - stricter check_fds check for suid/sgid binaries
2637 - run make check at %%install time
2639 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
2640 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
2641 - back out do-lookup.h change (#63261, #63305)
2642 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
2643 since lots of compilers break on it
2644 - fix sparc build with gcc 3.1
2645 - fix spec file for athlon
2647 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
2648 - fix debugging of threaded apps (#62804)
2649 - fix DST for Estonia (#61494)
2650 - document that pthread_mutexattr_?etkind_np are deprecated
2651 and pthread_mutexattr_?ettype should be used instead in man
2652 pages (#61485)
2653 - fix libSegFault.so undefined externals
2655 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
2656 - temporarily disable prelinking ld.so, as some statically linked
2657 binaries linked against debugging versions of old glibcs die on it
2658 (#62352)
2659 - fix <semaphore.h> for -std=c99 (#62516)
2660 - fix ether_ntohost segfault (#62397)
2661 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
2662 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
2663 version (#61633)
2664 - prelink -r on alpha too
2666 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
2667 - update GB18030 iconv module (Yu Shao)
2669 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
2670 - features.h fix
2672 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
2673 - update from CVS
2674 - fix nscd with huge groups
2675 - fix nis to not close fds it shouldn't
2676 - rebuilt against newer glibc-kernheaders to use the correct
2677 PATH_MAX
2678 - handle .athlon.rpm glibc the same way as .i686.rpm
2679 - add a couple of .ISO-8859-15 locales (#61922)
2680 - readd temporarily currencies which were superceeded by Euro
2681 into the list of accepted currencies by localedef to make
2682 standard conformance testsuites happy
2683 - temporarily moved __libc_waitpid back to make Sun JDK happy
2684 - use old malloc code
2685 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
2687 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
2688 - update from CVS
2689 - fix DST handling for southern hemisphere (#60747)
2690 - fix daylight setting for tzset (#59951)
2691 - fix ftime (#60350)
2692 - fix nice return value
2693 - fix a malloc segfault
2694 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
2695 back to what they used to be exported at
2696 - censorship (#60758)
2698 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
2699 - update from CVS
2700 - use __attribute__((visibility(...))) if supported, use _rtld_local
2701 for ld.so only objects
2702 - provide libc's own __{,u}{div,mod}di3
2704 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
2705 - switch back to 2.2.5, mmap stdio needs work
2707 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
2708 - fix two other mmap stdio bugs (#60228)
2710 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
2711 - fix yet another mmap stdio bug (#60145)
2713 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
2714 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
2715 - apply Andreas Schwab's fix for pthread sigwait
2716 - remove /lib/i686/ libraries in glibc_post_upgrade when
2717 performing i386 glibc install
2719 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
2720 - update to CVS
2721 - added glibc-utils subpackage
2722 - disable autoreq in glibc-debug
2723 - readd %%lang() to locale files
2725 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
2726 - update to CVS
2727 - move glibc private symbols to GLIBC_PRIVATE symbol version
2729 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
2730 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
2731 symbol in libm
2733 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
2734 - add debug-static package
2736 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
2737 - update from CVS
2738 - remove -D__USE_STRING_INLINES
2739 - add debug subpackage to trim glibc and glibc-devel size
2741 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
2742 - fix strsep
2744 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
2745 - fix a ld.so bug with duplicate searchlists in l_scope
2746 - fix erfcl(-inf)
2747 - turn /usr/lib/librt.so into linker script
2749 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
2750 - fix a ld.so lookup bug after lots of dlopen calls
2751 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
2752 - prelinking support for Sparc64
2754 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
2755 - update from CVS to fix DT_SYMBOLIC
2756 - prelinking support for Alpha and Sparc
2758 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
2759 - update from CVS
2760 - linuxthreads now retries if -1/EINTR is returned from
2761 reading or writing to thread manager pipe (#43742)
2762 - use DT_FILTER in librt.so (#53394)
2763 - update glibc prelink patch so that it handles filters
2764 - fix timer_* with SIGEV_NONE (#53494)
2765 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
2767 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
2768 - fix build on sparc32
2769 - 2.2.4-13 build for some reason missed some locales
2770 on alpha/ia64
2772 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
2773 - fix iconvconfig
2775 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
2776 - add fam to /etc/rpc (#52863)
2777 - fix <inttypes.h> for C++ (#52960)
2778 - fix perror
2780 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
2781 - fix strnlen(x, -1)
2783 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
2784 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
2785 if __USE_UNIX98.
2787 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
2788 - fix bits/libc-lock.h so that gcc can compile
2789 - fix s390 build
2791 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
2792 - kill stale library symlinks in ldconfig (#52350)
2793 - fix inttypes.h for G++ < 3.0
2794 - use DT_REL*COUNT
2796 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
2797 - fix strnlen on IA-64 (#50077)
2799 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
2800 - glibc 2.2.4 final
2801 - fix -lpthread -static (#51672)
2803 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
2804 - doh, include libio/tst-swscanf.c
2806 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
2807 - don't crash on catclose(-1)
2808 - fix wscanf %[] handling
2809 - fix return value from swprintf
2810 - handle year + %U/%W week + week day in strptime
2812 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
2813 - update from CVS to
2814 - fix strcoll (#50548)
2815 - fix seekdir (#51132)
2816 - fix memusage (#50606)
2817 - don't make gconv-modules.cache %%config file, just don't verify
2818 its content.
2820 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
2821 - fix strtod and *scanf (#50723, #50724)
2823 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
2824 - update from CVS
2825 - fix iconv cache handling
2826 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
2827 - add gconv-modules.cache as emtpy config file (#50699)
2828 - only run iconvconfig if /usr is mounted read-write (#50667)
2830 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
2831 - move iconvconfig from glibc-common into glibc subpackage,
2832 call it from glibc_post_upgrade instead of common's post.
2834 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
2835 - turn off debugging printouts in iconvconfig
2837 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
2838 - update from CVS
2839 - fix IA-32 makecontext
2840 - make fflush(0) thread-safe (#46446)
2842 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
2843 - adjust prelinking DT_* and SHT_* values in elf.h
2844 - update from CVS
2845 - iconv cache
2846 - make iconv work in SUID/SGID programs (#34611)
2848 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
2849 - update from CVS
2850 - kill non-pic code in libm.so
2851 - fix getdate
2852 - fix some locales (#49402)
2853 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
2854 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
2855 - add floating stacks on IA-64, Alpha, Sparc (#49308)
2857 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
2858 - make /lib/i686 directory owned by glibc*.i686.rpm
2860 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
2861 - remove rquota.[hx] headers which are now provided by quota (#47141)
2862 - add prelinking patch
2864 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
2865 - require sh-utils for nscd
2867 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
2868 - update from CVS (#43681, #43350, #44663, #45685)
2869 - fix ro_RO bug (#44644)
2871 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
2872 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
2873 - make rpc headers -ansi compilable (#42390)
2874 - remove alphaev6 optimized memcpy, since there are still far too many
2875 broken apps which call memcpy where they should call memmove
2876 - update from CVS to (among other things):
2877 - fix tanhl bug (#43352)
2879 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
2880 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
2881 - fix a dlclose reldeps handling bug
2882 - some more profiling fixes
2883 - fix tgmath.h
2885 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
2886 - make ldconfig more quiet
2887 - fix LD_PROFILE on i686 (#41030)
2889 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
2890 - fix the hardlink program, so that it really catches all files with
2891 identical content
2892 - add a s390x clone fix
2894 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
2895 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
2896 - fix nss compatibility DSO versions for alphaev6
2897 - add a hardlink program instead of the shell 3x for plus cmp -s/link
2898 which takes a lot of time during build
2899 - rework BuildPreReq and Conflicts with gcc, so that
2900 it applies only where it has to
2902 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
2903 - fix locale name of ja_JP in UTF-8 (#39783)
2904 - fix re_search_2 (#40244)
2905 - fix memusage script (#39138, #39823)
2906 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
2907 - fix xtrace script (#39609)
2908 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
2909 libc_nonshared.a has atexit)
2910 - fix getconf LFS_CFLAGS on 64bitters
2911 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
2912 with __frame_state_for function (#37933)
2914 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
2915 - glibc 2.2.3 release
2916 - fix strcoll (#36539)
2917 - add BuildPreReqs (#36378)
2919 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
2920 - update from CVS
2922 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
2923 - update from CVS
2924 - fix sparc64, ia64
2925 - fix some locale syntax errors (#35982)
2927 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
2928 - update from CVS
2930 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
2931 - update from CVS
2933 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
2934 - support even 2.4.0 kernels on ia64, sparc64 and s390x
2935 - include UTF-8 locales
2936 - make gconv-modules %%config(noreplace)
2938 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
2939 - back out sunrpc changes
2941 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
2942 - update from CVS
2943 - fix ia64 build
2944 - fix pthread_getattr_np
2946 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
2947 - update from CVS
2948 - run atexit() registered functions at dlclose time if they are in shared
2949 libraries (#28625)
2950 - add pthread_getattr_np API to make JVM folks happy
2952 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
2953 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
2954 - fix ldd behaviour on unresolved symbols
2955 - remove nonsensical ldconfig warning, update osversion for the most
2956 recent library with the same soname in the same directory instead (#31703)
2957 - apply selected patches from CVS
2958 - s390x spec file changes from Florian La Roche
2960 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
2961 - fix gencat (#30894)
2962 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
2964 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
2965 - update from CVS
2966 - make pthread_attr_setstacksize consistent before and after pthread manager
2967 is started (#28194)
2968 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
2969 far, #28493)
2970 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
2971 make ld.so pick the right one
2973 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
2974 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
2976 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
2977 - make glibc require particular version of glibc-common
2978 and glibc-common prerequire glibc.
2980 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
2981 - glibc 2.2.2 release
2982 - fix regex REG_ICASE bug seen in ksymoops
2984 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
2985 - fix regexec leaking memory (#26864)
2987 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
2988 - update from CVS
2989 - fix ia64 build with gnupro
2990 - make regex 64bit clean
2991 - fix tgmath make check failures on alpha
2993 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
2994 - update again for ia64 DF_1_INITFIRST
2996 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
2997 - update from CVS
2998 - fix getaddrinfo (#25437)
2999 - support DF_1_INITFIRST (#25029)
3001 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
3002 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
3003 to run 2.2 kernels can downgrade to the base architecture glibc.
3005 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
3006 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
3008 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
3009 - update to 2.2.1 final
3010 - fix a pthread_kill_other_threads_np breakage (#23966)
3011 - make static binaries using dlopen work on ia64 again
3012 - fix a typo in glibc-common group
3014 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
3015 - devel requires glibc = %%{version}
3016 - noreplace /etc/nscd.conf
3018 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
3019 - some more security fixes:
3020 - don't look up LD_PRELOAD libs in cache for SUID apps
3021 (because that bypasses SUID bit checking on the library)
3022 - place output files for profiling SUID apps into /var/profile,
3023 use O_NOFOLLOW for them
3024 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
3025 - hardlink identical locale files together
3026 - add %%lang() tags to locale stuff
3027 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
3029 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
3030 - add glibc-common subpackage
3031 - fix alphaev6 memcpy (#22494)
3032 - fix sys/cdefs.h (#22908)
3033 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
3034 - work around a bug in IBM JDK (#22932, #23012)
3035 - fix pmap_unset when network is down (#23176)
3036 - move nscd in rc.d before netfs on shutdown
3037 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
3039 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
3040 - fix ftw and nftw
3042 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
3043 - fix fcvt (#22184)
3044 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
3045 - fix gencat
3047 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
3048 - fix alpha htonl and alphaev6 stpcpy
3050 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
3051 - update to CVS to:
3052 - fix getnameinfo (#21934)
3053 - don't stomp on memory in rpath handling (#21544)
3054 - fix setlocale (#21507)
3055 - fix libNoVersion.so.1 loading code (#21579)
3056 - use auxarches define in spec file for auxiliary
3057 architectures (#21219)
3058 - remove /usr/share directory from filelist (#21218)
3060 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
3061 - update to CVS to fix getaddrinfo
3063 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
3064 - update to CVS to fix freopen
3065 - remove all alpha workarounds, not needed anymore
3067 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
3068 - fix dladdr bug on alpha/sparc32/sparc64
3069 - fix Makefiles so that they run static tests properly
3071 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
3072 - update to CVS to fix ldconfig
3074 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
3075 - update to glibc 2.2 release
3077 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
3078 - update to CVS to:
3079 - export __sysconf@@GLIBC_2.2 (#20417)
3081 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
3082 - merge to 2.1.97
3084 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
3085 - update to CVS, including:
3086 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
3087 - fix hesiod (#19375)
3088 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
3089 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
3091 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
3092 - fix alpha semctl (#19199)
3093 - update to CVS, including:
3094 - fix glibc headers for Compaq non-gcc compilers
3095 - fix locale alias handling code (#18832)
3096 - fix rexec on little endian machines (#18886)
3097 - started writing changelog again
3099 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
3100 - added ja ujis alias for backwards compatibility