2.3.4-21
[glibc.git] / fedora / glibc.spec.in
blobf45e58748c2e387c1ce54dae8f99d31b88c19b4e
1 %define glibcrelease 21
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 License: LGPL
14 Group: System Environment/Libraries
15 %define glibcsrcdir %{glibcname}-%{glibcdate}
16 Source0: %{glibcsrcdir}.tar.bz2
17 Source1: %{glibcname}-fedora-%{glibcdate}.tar.bz2
18 Patch0: %{glibcname}-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 Conflicts: gcc4 <= 4.0.0-0.6
46 # Earlier shadow-utils packages had too restrictive permissions on
47 # /etc/default
48 Conflicts: shadow-utils < 2:4.0.3-20
49 Conflicts: nscd < 2.3.3-52
50 %ifarch ia64 sparc64 s390x x86_64
51 Conflicts: kernel < 2.4.0
52 %define enablekernel 2.4.0
53 %else
54 %ifarch ppc64
55 Conflicts: kernel < 2.4.19
56 %define enablekernel 2.4.19
57 %else
58 %define enablekernel 2.2.5
59 %ifarch i686 athlon
60 %define enablekernelltfs 2.4.1
61 %endif
62 %endif
63 %endif
64 %ifarch %{nptlarches}
65 %define enablekernelnptl 2.4.20
66 %ifarch i386
67 %define nptl_target_cpu i486
68 %else
69 %define nptl_target_cpu %{_target_cpu}
70 %endif
71 %endif
72 # Need AS_NEEDED directive
73 BuildRequires: binutils >= 2.15.94.0.2-1
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 # Need AS_NEEDED directive
96 Conflicts: binutils < 2.15.94.0.2-1
97 Prereq: /sbin/install-info
98 Obsoletes: libc-debug, libc-headers, libc-devel
99 Obsoletes: glibc-debug, nptl-devel
100 Prereq: %{name}-headers
101 Requires: %{name}-headers = %{version}-%{release}, %{name} = %{version}-%{release}
102 %ifarch %{ix86}
103 # Earlier gcc's had atexit reference in crtendS.o, which does not
104 # work with this glibc where atexit is in libc_nonshared.a
105 Conflicts: gcc < 2.96-79
106 %endif
107 Autoreq: true
109 %description devel
110 The glibc-devel package contains the object files necessary
111 for developing programs which use the standard C libraries (which are
112 used by nearly all programs). If you are developing programs which
113 will use the standard C libraries, your system needs to have these
114 standard object files available in order to create the
115 executables.
117 Install glibc-devel if you are going to develop programs which will
118 use the standard C libraries.
120 %package headers
121 Summary: Header files for development using standard C libraries.
122 Group: Development/Libraries
123 Provides: %{name}-headers(%{_target_cpu})
124 %ifarch x86_64
125 # If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers
126 # have to be installed, not i386 ones.
127 Obsoletes: %{name}-headers(i386)
128 %endif
129 Obsoletes: libc-debug, libc-headers, libc-devel
130 Prereq: kernel-headers
131 Requires: kernel-headers >= 2.2.1, %{name} = %{version}-%{release}
132 Autoreq: true
134 %description headers
135 The glibc-headers package contains the header files necessary
136 for developing programs which use the standard C libraries (which are
137 used by nearly all programs). If you are developing programs which
138 will use the standard C libraries, your system needs to have these
139 standard header files available in order to create the
140 executables.
142 Install glibc-headers if you are going to develop programs which will
143 use the standard C libraries.
145 %ifarch %{nptlarches}
146 %package -n linuxthreads-devel
147 Summary: Header files and static libraries for development using LinuxThreads library.
148 Group: Development/Libraries
149 Requires: glibc-devel = %{version}-%{release}
150 Autoreq: true
152 %description -n linuxthreads-devel
153 The linuxthreads-devel package contains the header and object files necessary
154 for developing programs which can use the LinuxThreads library (normally
155 newly linked programs will work only with NPTL). To compile and link
156 a program against LinuxThreads libraries, use
157 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads \\
158 -Wl,-rpath-link,/%{_lib}/obsolete/linuxthreads
159 %endif
161 %package profile
162 Summary: The GNU libc libraries, including support for gprof profiling.
163 Group: Development/Libraries
164 Obsoletes: libc-profile
165 Autoreq: true
167 %description profile
168 The glibc-profile package includes the GNU libc libraries and support
169 for profiling using the gprof program. Profiling is analyzing a
170 program's functions to see how much CPU time they use and determining
171 which functions are calling other functions during execution. To use
172 gprof to profile a program, your program needs to use the GNU libc
173 libraries included in glibc-profile (instead of the standard GNU libc
174 libraries included in the glibc package).
176 If you are going to use the gprof program to profile a program, you'll
177 need to install the glibc-profile package.
179 %package common
180 Summary: Common binaries and locale data for glibc
181 Conflicts: %{name} < %{version}
182 Conflicts: %{name} > %{version}
183 Autoreq: false
184 Requires: tzdata >= 2003a
185 Group: System Environment/Base
187 %description common
188 The glibc-common package includes common binaries for the GNU libc
189 libraries, as well as national language (locale) support.
191 %package -n nscd
192 Summary: A Name Service Caching Daemon (nscd).
193 Group: System Environment/Daemons
194 Conflicts: kernel < 2.2.0
195 Requires: libselinux >= 1.17.10-1
196 Conflicts: selinux-policy-targeted < 1.17.30-2.2
197 Prereq: /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, sh-utils
198 Autoreq: true
200 %description -n nscd
201 Nscd caches name service lookups and can dramatically improve
202 performance with NIS+, and may help with DNS as well. Note that you
203 can't use nscd with 2.0 kernels because of bugs in the kernel-side
204 thread support. Unfortunately, nscd happens to hit these bugs
205 particularly hard.
207 %package utils
208 Summary: Development utilities from GNU C library
209 Group: Development/Tools
210 Requires: glibc = %{version}-%{release}
212 %description utils
213 The glibc-utils package contains memusage, a memory usage profiler,
214 mtrace, a memory leak tracer and xtrace, a function call tracer
215 which can be helpful during program debugging.
217 If unsure if you need this, don't install this package.
219 %if "%{_enable_debug_packages}" == "1"
220 %define debug_package %{nil}
222 %package debuginfo
223 Summary: Debug information for package %{name}
224 Group: Development/Debug
225 %ifarch %{debuginfocommonarches}
226 Requires: glibc-debuginfo-common = %{version}-%{release}
227 %endif
229 %description debuginfo
230 This package provides debug information for package %{name}.
231 Debug information is useful when developing applications that use this
232 package or when debugging this package.
234 This package also contains static standard C libraries with
235 debugging information. You need this only if you want to step into
236 C library routines during debugging programs statically linked against
237 one or more of the standard C libraries.
238 To use this debugging information, you need to link binaries
239 with -static -L%{_prefix}/lib/debug%{_prefix}/%{_lib} compiler options.
241 %ifarch %{debuginfocommonarches}
243 %package debuginfo-common
244 Summary: Debug information for package %{name}
245 Group: Development/Debug
247 %description debuginfo-common
248 This package provides debug information for package %{name}.
249 Debug information is useful when developing applications that use this
250 package or when debugging this package.
252 %endif
253 %endif
255 %prep
256 %setup -q -n %{glibcsrcdir} -a1
257 %patch0 -E -p1
258 case "`gcc --version | head -1`" in
259 gcc*\ 3.[34]*)
260 %ifarch %{nptlarches}
261 %patch1 -p1
262 %endif
264 gcc*\ 3.2.3*)
265 case "`uname -r`" in *.ent*|*.EL*)
266 %patch2 -p1
267 ;; esac ;;
268 esac
269 %ifarch ia64
270 %if "%{_lib}" == "lib64"
271 %patch3 -p1
272 %endif
273 %endif
275 # Hack till glibc-kernheaders get updated, argh
276 mkdir asm
277 cat > asm/unistd.h <<EOF
278 #ifndef _HACK_ASM_UNISTD_H
279 #include_next <asm/unistd.h>
280 %ifarch alpha
281 #ifndef __NR_stat64
282 #define __NR_stat64 425
283 #define __NR_lstat64 426
284 #define __NR_fstat64 427
285 #endif
286 #ifndef __NR_mq_open
287 #define __NR_mq_open 432
288 #define __NR_mq_unlink 433
289 #define __NR_mq_timedsend 434
290 #define __NR_mq_timedreceive 435
291 #define __NR_mq_notify 436
292 #define __NR_mq_getsetattr 437
293 #endif
294 #ifndef __NR_waitid
295 #define __NR_waitid 438
296 #endif
297 %endif
298 %ifarch %{ix86}
299 #ifndef __NR_mq_open
300 #define __NR_mq_open 277
301 #define __NR_mq_unlink (__NR_mq_open+1)
302 #define __NR_mq_timedsend (__NR_mq_open+2)
303 #define __NR_mq_timedreceive (__NR_mq_open+3)
304 #define __NR_mq_notify (__NR_mq_open+4)
305 #define __NR_mq_getsetattr (__NR_mq_open+5)
306 #endif
307 #ifndef __NR_waitid
308 #define __NR_waitid 284
309 #endif
310 %endif
311 %ifarch ia64
312 #ifndef __NR_timer_create
313 #define __NR_timer_create 1248
314 #define __NR_timer_settime 1249
315 #define __NR_timer_gettime 1250
316 #define __NR_timer_getoverrun 1251
317 #define __NR_timer_delete 1252
318 #define __NR_clock_settime 1253
319 #define __NR_clock_gettime 1254
320 #define __NR_clock_getres 1255
321 #define __NR_clock_nanosleep 1256
322 #endif
323 #ifndef __NR_mq_open
324 #define __NR_mq_open 1262
325 #define __NR_mq_unlink 1263
326 #define __NR_mq_timedsend 1264
327 #define __NR_mq_timedreceive 1265
328 #define __NR_mq_notify 1266
329 #define __NR_mq_getsetattr 1267
330 #endif
331 #ifndef __NR_waitid
332 #define __NR_waitid 1270
333 #endif
334 %endif
335 %ifarch ppc
336 #ifndef __NR_utimes
337 #define __NR_utimes 251
338 #endif
339 #ifndef __NR_statfs64
340 #define __NR_statfs64 252
341 #define __NR_fstatfs64 253
342 #endif
343 #ifndef __NR_fadvise64_64
344 #define __NR_fadvise64_64 254
345 #endif
346 #ifndef __NR_mq_open
347 #define __NR_mq_open 262
348 #define __NR_mq_unlink 263
349 #define __NR_mq_timedsend 264
350 #define __NR_mq_timedreceive 265
351 #define __NR_mq_notify 266
352 #define __NR_mq_getsetattr 267
353 #endif
354 %endif
355 %ifarch ppc64
356 #ifndef __NR_utimes
357 #define __NR_utimes 251
358 #endif
359 #ifndef __NR_mq_open
360 #define __NR_mq_open 262
361 #define __NR_mq_unlink 263
362 #define __NR_mq_timedsend 264
363 #define __NR_mq_timedreceive 265
364 #define __NR_mq_notify 266
365 #define __NR_mq_getsetattr 267
366 #endif
367 %endif
368 %ifarch s390
369 #ifndef __NR_timer_create
370 #define __NR_timer_create 254
371 #define __NR_timer_settime (__NR_timer_create+1)
372 #define __NR_timer_gettime (__NR_timer_create+2)
373 #define __NR_timer_getoverrun (__NR_timer_create+3)
374 #define __NR_timer_delete (__NR_timer_create+4)
375 #define __NR_clock_settime (__NR_timer_create+5)
376 #define __NR_clock_gettime (__NR_timer_create+6)
377 #define __NR_clock_getres (__NR_timer_create+7)
378 #define __NR_clock_nanosleep (__NR_timer_create+8)
379 #endif
380 #ifndef __NR_fadvise64_64
381 #define __NR_fadvise64_64 264
382 #endif
383 #ifndef __NR_statfs64
384 #define __NR_statfs64 265
385 #define __NR_fstatfs64 266
386 #endif
387 #ifndef __NR_mq_open
388 #define __NR_mq_open 271
389 #define __NR_mq_unlink 272
390 #define __NR_mq_timedsend 273
391 #define __NR_mq_timedreceive 274
392 #define __NR_mq_notify 275
393 #define __NR_mq_getsetattr 276
394 #endif
395 %endif
396 %ifarch s390x
397 #ifndef __NR_timer_create
398 #define __NR_timer_create 254
399 #define __NR_timer_settime (__NR_timer_create+1)
400 #define __NR_timer_gettime (__NR_timer_create+2)
401 #define __NR_timer_getoverrun (__NR_timer_create+3)
402 #define __NR_timer_delete (__NR_timer_create+4)
403 #define __NR_clock_settime (__NR_timer_create+5)
404 #define __NR_clock_gettime (__NR_timer_create+6)
405 #define __NR_clock_getres (__NR_timer_create+7)
406 #define __NR_clock_nanosleep (__NR_timer_create+8)
407 #endif
408 #ifndef __NR_mq_open
409 #define __NR_mq_open 271
410 #define __NR_mq_unlink 272
411 #define __NR_mq_timedsend 273
412 #define __NR_mq_timedreceive 274
413 #define __NR_mq_notify 275
414 #define __NR_mq_getsetattr 276
415 #endif
416 %endif
417 %ifarch sparc sparc64
418 #ifndef __NR_mq_open
419 #define __NR_mq_open 273
420 #define __NR_mq_unlink 274
421 #define __NR_mq_timedsend 275
422 #define __NR_mq_timedreceive 276
423 #define __NR_mq_notify 277
424 #define __NR_mq_getsetattr 278
425 #endif
426 #ifndef __NR_waitid
427 #define __NR_waitid 279
428 #endif
429 %endif
430 %ifarch x86_64
431 #ifndef __NR_mq_open
432 #define __NR_mq_open 240
433 #define __NR_mq_unlink 241
434 #define __NR_mq_timedsend 242
435 #define __NR_mq_timedreceive 243
436 #define __NR_mq_notify 244
437 #define __NR_mq_getsetattr 245
438 #endif
439 #ifndef __NR_waitid
440 #define __NR_waitid 247
441 #endif
442 %endif
443 #endif
446 %ifnarch %{ix86} alpha alphaev6 sparc sparcv9
447 rm -rf glibc-compat
448 %endif
450 # A lot of programs still misuse memcpy when they have to use
451 # memmove. The memcpy implementation below is not tolerant at
452 # all.
453 rm -f sysdeps/alpha/alphaev6/memcpy.S
455 find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;
456 cat > find_provides.sh <<EOF
457 #!/bin/sh
458 /usr/lib/rpm/find-provides | grep -v GLIBC_PRIVATE
459 exit 0
461 chmod +x find_provides.sh
462 touch `find . -name configure`
464 %build
465 rm -rf build-%{_target_cpu}-linux
466 mkdir build-%{_target_cpu}-linux ; cd build-%{_target_cpu}-linux
467 GCC=gcc
468 %ifarch %{ix86}
469 BuildFlags="-march=%{_target_cpu}"
470 %endif
471 %ifarch i686
472 BuildFlags="-march=i686 -mtune=pentium4"
473 %endif
474 %ifarch alphaev6
475 BuildFlags="-mcpu=ev6"
476 %endif
477 %ifarch sparc
478 BuildFlags="-fcall-used-g6"
479 GCC="gcc -m32"
480 %endif
481 %ifarch sparcv9
482 BuildFlags="-mcpu=ultrasparc -fcall-used-g6"
483 GCC="gcc -m32"
484 %endif
485 %ifarch sparc64
486 BuildFlags="-mcpu=ultrasparc -mvis -fcall-used-g6"
487 GCC="gcc -m64"
488 %endif
489 %ifarch ppc64
490 BuildFlags="-mno-minimal-toc"
491 GCC="gcc -m64"
492 %endif
494 # If gcc supports __thread, test it even in --with-tls --without-__thread
495 # builds.
496 if echo '__thread int a;' | $GCC -xc - -S -o /dev/null 2>/dev/null; then
497 sed -ie 's/0 [|][|]/1 ||/' ../elf/tst-tls10.h ../linuxthreads/tst-tls1.h
500 BuildFlags="$BuildFlags -DNDEBUG=1"
501 if gcc -v 2>&1 | grep -q 'gcc version 3.[0123]'; then
502 BuildFlags="$BuildFlags -finline-limit=2000"
504 EnableKernel="--enable-kernel=%{enablekernel}"
505 echo "$BuildFlags" > ../BuildFlags
506 echo "$GCC" > ../Gcc
507 AddOns=`cd .. && echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkaio\)\( \|$\)!!g;s! \+$!!;s! !,!g;s!^!,!;/^,\*$/d'`
508 echo "$AddOns" > ../AddOns
509 Pthreads=linuxthreads
510 %ifarch %{withtlsarches}
511 WithTls="--with-tls --without-__thread"
512 %else
513 WithTls="--without-tls --without-__thread"
514 %endif
515 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
516 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
517 --with-headers=%{_prefix}/include --enable-bind-now \
518 $WithTls --build %{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat-linux
519 if [ -x /usr/bin/getconf ] ; then
520 numprocs=$(/usr/bin/getconf _NPROCESSORS_ONLN)
521 if [ $numprocs -eq 0 ]; then
522 numprocs=1
524 else
525 numprocs=1
527 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
528 $GCC -static -L. -Os ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade.%{_target_cpu} \
529 %ifarch i386
530 -DARCH_386 \
531 %endif
532 %ifarch %{nptlarches}
533 '-DLIBTLS="/%{_lib}/tls/"' \
534 %endif
535 '-DGCONV_MODULES_DIR="%{_prefix}/%{_lib}/gconv"' \
536 '-DLD_SO_CONF="/etc/ld.so.conf"' \
537 '-DICONVCONFIG="%{_sbindir}/iconvconfig.%{_target_cpu}"'
538 cd ..
540 # hack
541 unset LD_ASSUME_KERNEL || :
543 %ifarch %{rtkaioarches}
544 AddOns=,rtkaio$AddOns
545 %endif
547 %ifarch i686 athlon
548 rm -rf build-%{_target_cpu}-linuxltfs
549 mkdir build-%{_target_cpu}-linuxltfs ; cd build-%{_target_cpu}-linuxltfs
550 EnableKernel="--enable-kernel=%{enablekernelltfs} --disable-profile"
551 Pthreads=linuxthreads
552 %ifarch %{withtlsarches}
553 WithTls="--with-tls --without-__thread"
554 %else
555 WithTls="--without-tls --without-__thread"
556 %endif
557 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
558 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
559 --with-headers=%{_prefix}/include --enable-bind-now \
560 $WithTls --build %{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat-linux
561 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
563 cd ..
564 %endif
566 %ifarch %{nptlarches}
567 rm -rf build-%{nptl_target_cpu}-linuxnptl
568 mkdir build-%{nptl_target_cpu}-linuxnptl ; cd build-%{nptl_target_cpu}-linuxnptl
569 EnableKernel="--enable-kernel=%{enablekernelnptl} --disable-profile"
570 Pthreads=nptl
571 WithTls="--with-tls --with-__thread"
572 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
573 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
574 --with-headers=%{_prefix}/include --enable-bind-now \
575 $WithTls --build %{nptl_target_cpu}-redhat-linux --host %{nptl_target_cpu}-redhat-linux
576 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
578 cd ..
579 %endif
581 %install
582 # hack
583 unset LD_ASSUME_KERNEL || :
585 BuildFlags=`cat BuildFlags`
586 GCC=`cat Gcc`
587 AddOns=`cat AddOns`
589 %ifarch %{rtkaioarches}
590 AddOns=,rtkaio$AddOns
591 %endif
593 if [ -x /usr/bin/getconf ] ; then
594 numprocs=$(/usr/bin/getconf _NPROCESSORS_ONLN)
595 if [ $numprocs -eq 0 ]; then
596 numprocs=1
598 else
599 numprocs=1
601 rm -rf $RPM_BUILD_ROOT
602 mkdir -p $RPM_BUILD_ROOT
603 make -j1 install_root=$RPM_BUILD_ROOT install -C build-%{_target_cpu}-linux PARALLELMFLAGS=-s
604 %ifnarch %{auxarches}
605 cd build-%{_target_cpu}-linux && \
606 make -j$numprocs install_root=$RPM_BUILD_ROOT install-locales -C ../localedata objdir=`pwd` && \
607 cd ..
608 %endif
610 SubDir=
612 %ifarch i686 athlon
613 cd build-%{_target_cpu}-linuxltfs
614 Pthreads=linuxthreads
615 %ifarch %{nptlarches}
616 SubDir=obsolete/linuxthreads/i686
617 %else
618 SubDir=i686
619 %endif
620 mkdir -p $RPM_BUILD_ROOT/lib/$SubDir/
621 cp -a libc.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libc-*.so`
622 ln -sf `basename $RPM_BUILD_ROOT/lib/libc-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libc.so.*`
623 cp -a math/libm.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libm-*.so`
624 ln -sf `basename $RPM_BUILD_ROOT/lib/libm-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libm.so.*`
625 cp -a $Pthreads/libpthread.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libpthread-*.so`
626 pushd $RPM_BUILD_ROOT/lib/$SubDir
627 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/lib/libpthread.so.*`
628 popd
629 %ifarch %{rtkaioarches}
630 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt-*.so | sed s/librt-/librtkaio-/`
631 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.*`
632 %else
633 cp -a rt/librt.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt-*.so`
634 ln -sf `basename $RPM_BUILD_ROOT/lib/librt-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt.so.*`
635 %endif
637 cd ..
638 %endif
640 %ifarch %{nptlarches}
641 cd build-%{nptl_target_cpu}-linuxnptl
642 mkdir -p $RPM_BUILD_ROOT/%{_lib}/obsolete/linuxthreads
643 mv -f $RPM_BUILD_ROOT/%{_lib}/lib{c,m,pthread,rt,thread_db}[.-]*so* $RPM_BUILD_ROOT/%{_lib}/obsolete/linuxthreads/
644 Pthreads=nptl
645 SubDir=
646 ObsDir=obsolete/linuxthreads
647 mkdir -p $RPM_BUILD_ROOT/%{_lib}/$SubDir/
648 cp -a libc.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libc-*.so`
649 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libc-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libc.so.*`
650 cp -a math/libm.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libm-*.so`
651 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libm-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libm.so.*`
652 cp -a $Pthreads/libpthread.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/libpthread-%{version}.so
653 pushd $RPM_BUILD_ROOT/%{_lib}/$SubDir
654 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libpthread.so.*`
655 popd
656 %ifarch %{rtkaioarches}
657 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt-*.so | sed s/librt-/librtkaio-/`
658 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt-*.so | sed s/librt-/librtkaio-/` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt.so.*`
659 %else
660 cp -a rt/librt.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt-*.so`
661 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt.so.*`
662 %endif
663 cp -a ${Pthreads}_db/libthread_db.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libthread_db-*.so`
664 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libthread_db-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libthread_db.so.*`
666 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads
667 mv -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/{libc,libpthread,libpthread_nonshared,librt}.a \
668 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/
669 cp -a libc.a nptl/libpthread.a nptl/libpthread_nonshared.a rt/librt.a \
670 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/
671 sed "s| /%{_lib}/| /%{_lib}/$ObsDir/|" $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libc.so \
672 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/libc.so
673 sed "s| /%{_lib}/| /%{_lib}/$ObsDir/|;s|/libpthread_nonshared|/linuxthreads&|" $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libpthread.so \
674 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/libpthread.so
675 %ifarch %{rtkaioarches}
676 ln -sf /%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed 's/librt-/librtkaio-/'` \
677 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/librt.so
678 %else
679 ln -sf /%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` \
680 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/librt.so
681 %endif
682 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/*.a
683 mkdir -p $RPM_BUILD_ROOT/nptl $RPM_BUILD_ROOT%{_prefix}/include/linuxthreads
684 make -j1 install_root=$RPM_BUILD_ROOT/nptl install-headers PARALLELMFLAGS=-s
685 pushd $RPM_BUILD_ROOT/nptl%{_prefix}/include
686 for i in `find . -type f`; do
687 if ! [ -f $RPM_BUILD_ROOT%{_prefix}/include/$i ] \
688 || ! cmp -s $i $RPM_BUILD_ROOT%{_prefix}/include/$i; then
689 mkdir -p $RPM_BUILD_ROOT%{_prefix}/include/linuxthreads/`dirname $i`
690 if [ -f $RPM_BUILD_ROOT%{_prefix}/include/$i ]; then
691 cp -a $RPM_BUILD_ROOT%{_prefix}/include/{,linuxthreads/}$i
693 cp -a $i $RPM_BUILD_ROOT%{_prefix}/include/$i
695 done
696 popd
697 rm -rf $RPM_BUILD_ROOT/nptl
699 cd ..
701 %endif
703 # compatibility hack: this locale has vanished from glibc, but some other
704 # programs are still using it. Normally we would handle it in the %pre
705 # section but with glibc that is simply not an option
706 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/locale/ru_RU/LC_MESSAGES
708 # Remove the files we don't want to distribute
709 rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libNoVersion*
710 %ifnarch %{ix86} alpha alphaev6 sparc sparcv9
711 rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion*
712 %endif
714 # the man pages for the linuxthreads require special attention
715 make -C linuxthreads/man
716 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
717 install -m 0644 linuxthreads/man/*.3thr $RPM_BUILD_ROOT%{_mandir}/man3
718 gzip -9nvf $RPM_BUILD_ROOT%{_mandir}/man3/*
720 if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then
721 mkdir -p $RPM_BUILD_ROOT%{_infodir}
722 mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir}
723 rm -rf $RPM_BUILD_ROOT%{_prefix}/info
726 gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc*
728 ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libbsd.a
730 install -p -m 644 fedora/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf
732 mkdir -p $RPM_BUILD_ROOT/etc/default
733 install -p -m 644 nis/nss $RPM_BUILD_ROOT/etc/default/nss
735 # Take care of setuids
736 # -- new security review sez that this shouldn't be needed anymore
737 #chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown
739 # This is for ncsd - in glibc 2.2
740 install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc
741 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
742 install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
744 # Don't include ld.so.cache
745 rm -f $RPM_BUILD_ROOT/etc/ld.so.cache
747 # Include ld.so.conf
748 echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf
749 touch $RPM_BUILD_ROOT/etc/ld.so.cache
750 chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf
751 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
753 # Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
754 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
755 chmod 644 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
757 # Install the upgrade program
758 install -m 700 build-%{_target_cpu}-linux/glibc_post_upgrade.%{_target_cpu} \
759 $RPM_BUILD_ROOT/usr/sbin/glibc_post_upgrade.%{_target_cpu}
761 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.o
763 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}
764 cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \
765 $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/
766 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
767 # Now strip debugging info from static libraries
768 pushd $RPM_BUILD_ROOT%{_prefix}/%{_lib}/
769 for i in *.a; do
770 if [ -f $i ]; then
771 case "$i" in
772 *_p.a) ;;
773 *) strip -g -R .comment $i ;;
774 esac
776 done
777 popd
779 # rquota.x and rquota.h are now provided by quota
780 rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
782 # Hardlink identical locale files together
783 %ifnarch %{auxarches}
784 gcc -O2 -o build-%{_target_cpu}-linux/hardlink fedora/hardlink.c
785 build-%{_target_cpu}-linux/hardlink -vc $RPM_BUILD_ROOT%{_prefix}/lib/locale
786 %endif
788 %ifarch %{ix86} alpha alphaev6 sparc sparcv9
789 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss1-*
790 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1
791 %endif
793 # Ugly hack for buggy rpm
794 ln -f ${RPM_BUILD_ROOT}%{_sbindir}/iconvconfig{,.%{_target_cpu}}
796 # BUILD THE FILE LIST
797 find $RPM_BUILD_ROOT -type f -or -type l |
798 sed -e 's|.*/etc|%config &|' \
799 -e 's|.*/gconv/gconv-modules$|%verify(not md5 size mtime) %config(noreplace) &|' \
800 -e 's|.*/gconv/gconv-modules.cache|%verify(not md5 size mtime) &|' \
801 -e '/lib\/debug/d' > rpm.filelist.in
802 for n in %{_prefix}/share %{_prefix}/include %{_prefix}/lib/locale; do
803 find ${RPM_BUILD_ROOT}${n} -type d | \
804 grep -v '%{_prefix}/share$' | \
805 grep -v '\(%{_mandir}\|%{_infodir}\)' | \
806 sed "s/^/%dir /" >> rpm.filelist.in
807 done
809 # primary filelist
810 SHARE_LANG='s|.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo|%lang(\1) &|'
811 LIB_LANG='s|.*/lib/locale/\([^/_]\+\)|%lang(\1) &|'
812 # rpm does not handle %lang() tagged files hardlinked together accross
813 # languages very well, temporarily disable
814 # LIB_LANG=''
815 sed -e "s|$RPM_BUILD_ROOT||" -e "$LIB_LANG" -e "$SHARE_LANG" < rpm.filelist.in |
816 grep -v '/etc/\(localtime\|nsswitch.conf\|ld.so.conf\|ld.so.cache\|default\)' | \
817 grep -v '/%{_lib}/lib\(pcprofile\|memusage\).so' | \
818 grep -v 'bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\)' | \
819 sort > rpm.filelist
821 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}
822 mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib}
823 for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
824 cp -a $i $i.tmp
825 sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
826 -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
827 $i.tmp > $i
828 chmod 755 $i; rm -f $i.tmp
829 done
831 grep '%{_prefix}/%{_lib}/lib.*_p\.a' < rpm.filelist > profile.filelist || :
832 grep '%{_infodir}' < rpm.filelist | grep -v '%{_infodir}/dir' > devel.filelist
833 grep '%{_prefix}/include/gnu/stubs-[32164]\+\.h' < rpm.filelist >> devel.filelist || :
835 grep '%{_prefix}/include' < rpm.filelist |
836 egrep -v '%{_prefix}/include/(linuxthreads|gnu/stubs-[32164]+\.h)' \
837 > headers.filelist
839 mv rpm.filelist rpm.filelist.full
840 grep -v '%{_prefix}/%{_lib}/lib.*_p.a' rpm.filelist.full |
841 egrep -v "(%{_prefix}/include)|(%{_infodir})" > rpm.filelist
843 grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist >> devel.filelist
844 grep '%{_prefix}/%{_lib}/.*\.o' < rpm.filelist >> devel.filelist
845 grep '%{_prefix}/%{_lib}/lib.*\.so' < rpm.filelist >> devel.filelist
846 grep '%{_mandir}' < rpm.filelist >> 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}/linuxthreads' |
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/pt_chown' < 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/pt_chown' |
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{,.14,.15} documentation
910 bzip2 -9 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.%{_target_cpu},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 | LC_ALL=C grep -v '/<internal>$' | LC_ALL=C sort -u > $sf.sorted
1049 xargs -0 -n 1 echo < $csf | LC_ALL=C grep -v '/<internal>$' | LC_ALL=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; LC_ALL=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
1105 %else
1107 mkdir -p $RPM_BUILD_ROOT/var/{db,run}/nscd
1108 touch $RPM_BUILD_ROOT/var/{db,run}/nscd/{passwd,group,hosts}
1109 touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid}
1110 %endif
1112 touch $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive
1114 %post -p /usr/sbin/glibc_post_upgrade.%{_target_cpu}
1116 %postun -p /sbin/ldconfig
1118 %post common -p /usr/sbin/build-locale-archive
1120 %post devel
1121 /sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir
1123 %pre headers
1124 # this used to be a link and it is causing nightmares now
1125 if [ -L %{_prefix}/include/scsi ] ; then
1126 rm -f %{_prefix}/include/scsi
1129 %preun devel
1130 if [ "$1" = 0 ]; then
1131 /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir
1134 %post utils -p /sbin/ldconfig
1136 %postun utils -p /sbin/ldconfig
1138 %pre -n nscd
1139 /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \
1140 -c "NSCD Daemon" -u 28 nscd > /dev/null 2>&1 || :
1142 %post -n nscd
1143 /sbin/chkconfig --add nscd
1145 %preun -n nscd
1146 if [ $1 = 0 ] ; then
1147 service nscd stop > /dev/null 2>&1
1148 /sbin/chkconfig --del nscd
1151 %postun -n nscd
1152 if [ $1 = 0 ] ; then
1153 /usr/sbin/userdel nscd > /dev/null 2>&1 || :
1155 if [ "$1" -ge "1" ]; then
1156 service nscd condrestart > /dev/null 2>&1 || :
1159 %clean
1160 rm -rf "$RPM_BUILD_ROOT"
1161 rm -f *.filelist*
1163 %files -f rpm.filelist
1164 %defattr(-,root,root)
1165 %ifarch %{nptlarches}
1166 %dir /%{_lib}/obsolete
1167 %dir /%{_lib}/obsolete/linuxthreads
1168 %ifarch i686 athlon
1169 %dir /%{_lib}/obsolete/linuxthreads/i686
1170 %endif
1171 %else
1172 %ifarch i686 athlon
1173 %dir /lib/i686
1174 %endif
1175 %endif
1176 %ifarch s390x
1177 %dir /lib
1178 /lib/ld64.so.1
1179 %endif
1180 %ifarch ia64
1181 %if "%{_lib}" == "lib64"
1182 %dir /lib
1183 /lib/ld-linux-ia64.so.2
1184 %endif
1185 %endif
1186 %verify(not md5 size mtime) %config(noreplace) /etc/localtime
1187 %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
1188 %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
1189 %dir /etc/ld.so.conf.d
1190 %dir %{_prefix}/libexec/getconf
1191 %dir %{_prefix}/%{_lib}/gconv
1192 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
1193 %doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
1194 %doc COPYING COPYING.LIB README.libm LICENSES
1195 %doc hesiod/README.hesiod
1197 %ifnarch %{auxarches}
1198 %files -f common.filelist common
1199 %defattr(-,root,root)
1200 %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
1201 %dir %attr(755,root,root) /etc/default
1202 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
1203 %doc documentation/*
1205 %files -f devel.filelist devel
1206 %defattr(-,root,root)
1208 %files -f headers.filelist headers
1209 %defattr(-,root,root)
1210 %ifarch %{nptlarches}
1211 %{_prefix}/include/linuxthreads
1212 %endif
1214 %files -f profile.filelist profile
1215 %defattr(-,root,root)
1217 %files -f utils.filelist utils
1218 %defattr(-,root,root)
1220 %files -f nscd.filelist -n nscd
1221 %defattr(-,root,root)
1222 %config(noreplace) /etc/nscd.conf
1223 %config /etc/rc.d/init.d/nscd
1224 %dir %attr(0755,root,root) /var/run/nscd
1225 %dir %attr(0755,root,root) /var/db/nscd
1226 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid
1227 %attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket
1228 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
1229 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
1230 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
1231 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd
1232 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group
1233 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts
1234 %endif
1236 %ifarch %{nptlarches}
1237 %files -n linuxthreads-devel
1238 %defattr(-,root,root)
1239 %{_prefix}/%{_lib}/linuxthreads
1240 %endif
1242 %if "%{_enable_debug_packages}" == "1"
1243 %files debuginfo -f debuginfo.filelist
1244 %defattr(-,root,root)
1245 %ifarch %{debuginfocommonarches}
1246 %ifnarch %{auxarches}
1247 %files debuginfo-common -f debuginfocommon.filelist
1248 %defattr(-,root,root)
1249 %dir %{_prefix}/lib/debug
1250 %dir %{_prefix}/lib/debug/%{_prefix}
1251 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1252 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1253 %endif
1254 %else
1255 %dir %{_prefix}/lib/debug
1256 %dir %{_prefix}/lib/debug/%{_prefix}
1257 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1258 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1259 %endif
1260 %endif
1262 %changelog
1263 * Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
1264 - update from CVS
1265 - fix xdr_rmtcall_args on 64-bit arches (#151686)
1266 - fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
1268 * Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
1269 - move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/
1270 and NPTL libraries to /%{_lib}. To run a program against LinuxThreads,
1271 LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/
1272 is now needed
1273 - bzip2 ChangeLog* files instead of gzipping them
1275 * Sat Apr 2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
1276 - update from CVS
1277 - fix nextafterl and several other libm routines on ia64
1278 - fix initgroups (BZ#661)
1279 - kill nptl-devel subpackage, add linuxthreads-devel,
1280 compile and link by default against NPTL and only with
1281 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads
1282 against LinuxThreads
1283 - package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in
1284 i386 glibc-debuginfo
1285 - limit number of ChangeLog* files in glibc-common %%doc
1286 to last 2.5 years of changes only to save space
1288 * Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
1289 - fix build on 64-bit arches with new GCC
1291 * Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
1292 - update from CVS
1293 - fix LD_AUDIT in LinuxThreads ld.so
1294 - fix calloc with M_PERTURB
1295 - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
1296 on ppc*/ia64/alpha/mips (BZ#801)
1297 - fix a typo in WINDOWS-31J charmap (#151739)
1298 - fix NIS ypprot_err (#151469)
1300 * Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
1301 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
1303 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
1304 - update from CVS
1305 - better fix for the dlclose bug (#145810, #150414)
1306 - fix regex crash on case insensitive search in zh_CN locale
1307 (#151215)
1308 - fix malloc_trim (BZ#779)
1309 - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
1310 as function-like macros, there are too many broken programs
1311 out there
1312 - add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372)
1314 * Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
1315 - fix bits/socket2.h macro typos
1317 * Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
1318 - fix tst-chk{2,3}
1319 - fix up AS_NEEDED directive in /usr/%{_lib}/libc.so
1320 - BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
1321 glibc-devel Conflict with binutils < 2.15.94.0.2-1
1323 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
1324 - update from CVS
1325 - fix execvp (#149290)
1326 - fix dlclose (#145810)
1327 - clear padding in gconv-modules.cache (#146614, BZ#776)
1328 - rebuilt with GCC4
1329 - changed __GLIBC_MINOR__ for now back to 3
1330 - back out the newly added GLIBC_2.4 *_chk routines, instead
1331 do the checking in macros
1333 * Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
1334 - hopefully fix interaction with prelink (#147655)
1336 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
1337 - update from CVS
1338 - bi-arch <gnu/stubs.h> (BZ#715)
1340 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
1341 - update from CVS
1342 - bi-arch <gnu/lib-names.h> (BZ#632)
1343 - fix libdl on s390 and maybe other platforms
1344 - fix initstate{,_r} (BZ#710)
1345 - fix <gnu/stubs.h> generation (BZ#157)
1346 - define CMSPAR in bits/termios.h (#147533)
1348 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
1349 - update from CVS
1350 - fix TLS handling in linuxthreads
1352 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
1353 - update from CVS
1354 - ld.so auditing
1355 - fix segfault if chrooted app attempts to dlopen a library
1356 and no standard library directory exists at all (#147067, #144303)
1357 - fix initgroups when nscd is running, but has group caching disabled
1358 (#146588)
1359 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
1360 has not been called yet (#146710)
1361 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
1362 - service nscd cosmetic fixes (#146776)
1363 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
1364 - fix zdump -v segfaults on x86-64 (#146210)
1365 - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
1366 - fix errno values for futimes (BZ#633)
1367 - unconditionally include <features.h> in malloc.h (BZ#650)
1368 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
1369 (from empty string inside of word to empty string not at a word boundary,
1370 BZ#693)
1371 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
1372 and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
1373 %gs access with negative offsets
1374 - fix addseverity
1375 - fix fmemopen
1376 - fix rewinddir
1377 - increase svc{tcp,unix}_create listen backlog
1379 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
1380 - update from CVS
1381 - add some warn_unused_result marking
1382 - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
1383 (BZ#640)
1385 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
1386 - update from CVS
1387 - fix IA-32 stack alignment for LinuxThreads thread functions
1388 and functions passed to clone(2) directly
1389 - fix ecvt{,_r} on denormals (#143279)
1390 - fix __tls_get_addr typo
1391 - fix rounding in IA-64 alarm (#143710)
1392 - don't reinitialize __environ in __libc_start_main, so that
1393 effects of setenv/putenv done in DSO initializers are preserved
1394 (#144037, IT#57403)
1395 - fix fmemopen
1396 - fix vDSO l_map_end and l_text_end values
1397 - IA64 libm update (#142494)
1398 - fix ppc rint/ceil etc. (BZ#602)
1400 * Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
1401 - rebuilt
1403 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
1404 - work around rpm bug some more, this time by copying
1405 iconvconfig to iconvconfig.%%{_target_cpu}.
1407 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
1408 - update from CVS
1409 - glibc 2.3.4 release
1410 - add -o and --nostdlib options to iconvconfig
1411 - if /sbin/ldconfig doesn't exist when running
1412 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
1413 This can happen during first install of bi-arch glibc and the
1414 other arch glibc's %post wil run /sbin/ldconfig (#143326)
1415 - use -o and --nostdlib options to create all needed
1416 gconv-modules.cache files on bi-arch setups
1418 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
1419 - rebuilt
1421 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
1422 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
1423 if /sbin/init is the same ELF class and machine as
1424 glibc_post_upgrade.%%{_target_cpu} and similarly with
1425 condrestarting sshd (#143046)
1427 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
1428 - update from CVS
1429 - fix ppc64 getcontext and swapcontext (BZ#610)
1430 - sparc/sparc64 fixes
1432 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
1433 - update from CVS
1434 - fix i686 __USE_STRING_INLINES strncat
1435 - make sure ppc/ppc64 maintain correct stack alignment
1436 across clone
1438 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
1439 - export nis_domain_of_r from libnsl.so again which was
1440 unintentionally lost
1442 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
1443 - update from CVS
1444 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
1445 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
1446 (BZ#457)
1447 - fix sysconf (_POSIX_V6_*) for other ABI environments in
1448 bi-arch setups
1449 - s390/s390x clone without CLONE_THREAD getpid () adjustement
1451 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
1452 - update from CVS
1453 - fix %{_prefix}/libexec/getconf filenames generation
1455 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
1456 - update from CVS
1457 - double buffer size in getXXbyYY or getXXent on ERANGE
1458 instead of adding BUFLEN (#142617)
1459 - avoid busy loop in malloc if another thread is doing fork
1460 (#142214)
1461 - some more realloc corruption checks
1462 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
1463 tweak %{_prefix}/libexec/getconf/ filenames
1465 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
1466 - update from CVS
1467 - regex speedups
1468 - use | cat in ldd if running under bash3+ to allow running
1469 it on binaries that are not through SELinux allowed to access
1470 console or tty
1471 - add __NR_waitid defines for alpha and ia64
1473 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
1474 - update from CVS
1475 - fix clone2 on ia64
1476 - avoid tst-timer5 failing with linuxthreads implementation
1477 - if __libc_enable_secure, disallow mode != normal
1478 - change ldd script to imply -r when -u is used, properly
1479 propagate return value and handle suid binaries
1481 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
1482 - update from CVS
1483 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
1484 - disregard LD_DEBUG if __libc_enable_secure in normal mode
1485 if /suid-debug doesn't exist
1486 - fix fseekpos after ungetc
1487 - avoid reading bytes before start of buffers in regex's
1488 check_dst_limits_calc_pos_1 (#142060)
1489 - make getpid () working with clone/clone2 without CLONE_THREAD
1490 (so far on i386/x86_64/ia64 only)
1491 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
1492 - make %{_prefix}/libexec/getconf directory owned by glibc package
1494 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
1495 - update from CVS
1496 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
1497 - fix mktime with < 0 or > 59 tm_sec on entry
1498 - remove nonnull attribute for realpath
1499 - add $(make-target-directory) for errlist-compat.c rule
1500 (hopefully fix #141404)
1501 - add testcase for ungetc bug
1502 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
1504 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
1505 - update from CVS
1506 - some posix_opt.h fixes
1507 - fix strtold use of unitialized memory (#141000)
1508 - some more bugfixes for bugs detected by valgrind
1509 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
1510 on s390{,x} (#139678)
1512 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
1513 - update from CVS
1514 - support -v specification in getconf
1515 - fix sysconf (_SC_LFS64_CFLAGS) etc.
1516 - avoid thread stack aliasing issues on EM64T (#140803)
1517 - move %{_prefix}/include/nptl headers from nptl-devel
1518 to glibc-headers, so that even NPTL specific programs
1519 can be built bi-arch without problems
1521 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
1522 - update from CVS
1523 - fix memory leak in getaddrinfo if using nscd (#139559)
1524 - handle large lines in /etc/hosts and /etc/networks
1525 (#140378)
1526 - add nonnull attributes to selected dirent.h and dlfcn.h
1527 functions
1529 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
1530 - update from CVS
1531 - add deprecated and/or nonnull attribute to some signal.h
1532 functions
1533 - speed up tzset () by only using stat instead of open/fstat
1534 when calling tzset for the second and following time if
1535 /etc/localtime has not changed
1536 - fix tgamma (BZ #552)
1538 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
1539 - update from CVS
1540 - some malloc () checking
1541 - libpthread.a object dependency cleanups (#115157)
1542 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
1544 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
1545 - don't use chunksize in <= 2 * SIZE_SZ free () checks
1547 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
1548 - update from CVS
1549 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
1550 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
1551 issue special error message instead of using the buffer overflow
1552 detected one
1553 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
1554 speedup searching with nested subexps (BZ #544)
1555 - block SIGCANCEL in NPTL timer_* helper thread
1556 - further free () checking
1558 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
1559 - update from CVS
1560 - fix free () checking
1561 - move /etc/default/nss into glibc-common (hopefully fix #132392)
1563 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
1564 - update from CVS
1565 - fix LD_DEBUG=statistics
1566 - issue error message before aborting in __chk_fail ()
1567 - some more free () checking
1569 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
1570 - update from CVS
1571 - speedup regex on palindromes (BZ #429)
1572 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
1573 less priviledged all threads change their credentials successfully
1575 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
1576 - update from CVS
1577 - fix regcomp crash (#138439)
1578 - fix ftell{,o,o64} (#137885)
1579 - robustification of nscd to cope with corrupt databases (#137140)
1580 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
1581 - some regex optimizations
1583 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
1584 - update from CVS
1585 - mktime cleanups (BZ #487, #473)
1586 - unique comments in free(3) check error messages
1587 - adjust some x86_64 headers for -m32 (#129712)
1588 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
1590 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
1591 - fix <netinet/udp.h> header
1592 - fix globfree (#137176)
1593 - fix exiting if there are dlmopened libraries in namespaces
1594 other than main one not closed yet
1595 - export again _res_opcodes and __p_{class,type}_syms from
1596 libresolv.so that were lost in -69
1598 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
1599 - remove setaltroot and key{_add,_request,ctl} also from Versions
1600 - back out _sys_errlist changes
1602 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
1603 - back out setaltroot and key{_add,_request,ctl} addition
1604 - fix severe x86-64 symbol versioning regressions that breaks
1605 e.g. java binaries
1607 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
1608 - update from CVS
1609 - fix minor catchsegv temp file handling vulnerability
1610 (CAN-2004-0968, #136319)
1611 - add 4 new errno codes
1612 - setaltroot, key{_add,_request,ctl} syscalls on some arches
1613 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
1614 gdb purpose
1615 - use inet_pton to decide what is address and what is hostname
1616 in getent (#135422)
1617 - change dladdr/dladdr1, so that dli_saddr is the same kind
1618 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
1619 - fix catchsegv script so that it works with both 32-bit and 64-bit
1620 programs on multi-arch platforms
1622 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
1623 - update from CVS
1624 - require newer selinux-policy (#135978)
1625 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
1626 files in it
1627 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
1629 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
1630 - update from CVS
1631 - object size checking support (-D_FORTIFY_SOURCE={1,2})
1633 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
1634 - update from CVS
1635 - support for namespaces in the dynamic linker
1636 - fix dlclose (BZ #77)
1637 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
1638 and s390 (#130254)
1640 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
1641 - update from CVS
1642 - use non-blocking sockets in resolver (#135234)
1643 - reset pd->res options on thread exit, so that threads
1644 reusing cached stacks get resolver state properly initialized
1645 (BZ #434)
1647 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
1648 - update from CVS
1649 - avoid using perl in the spec file, buildrequire sed >= 3.95
1650 (#127671)
1651 - export TIMEOUTFACTOR=16
1652 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
1654 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
1655 - update from CVS
1656 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
1657 to -1 in LinuxThreads
1658 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
1659 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
1660 returns correct value
1661 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
1662 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
1663 dlopen libpthread.so and dlsym pthread_condattr_setclock
1664 - build nscd with -z relro and -z now
1666 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
1667 - update from CVS
1668 - stop using __builtin_expect in assert and assert_perror
1669 (#127606)
1670 - try to avoid too much VA fragmentation with malloc
1671 on flexmap layout (#118574)
1672 - nscd robustification
1673 - change valloc to use debugging hooks (#134385)
1674 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
1675 #125700)
1677 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
1678 - update from CVS
1679 - fix __nscd_getgrouplist
1680 - fix a typo in x86_64 pthread_mutex_timedwait fix
1682 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
1683 - update from CVS
1684 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
1686 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
1687 - update from CVS
1688 - some nscd fixes (#134193)
1689 - cache initgroups in nscd (#132850)
1690 - reread /etc/localtime in tzset () even if just mtime changed
1691 (#133481)
1692 - fix glob (#126460)
1693 - another get_myaddress fix
1695 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
1696 - update from CVS
1697 - fix get_myaddress (#133982)
1698 - remove nonnull attribute from second utime argument (#133866)
1699 - handle SIGSETXID the same way as SIGCANCEL in
1700 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
1701 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
1703 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
1704 - update from CVS
1705 - fix BZ #151, #362, #381, #407
1706 - fdim fix for +inf/+inf (BZ #376)
1708 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
1709 - update from CVS
1710 - vasprintf fix (BZ #346)
1711 - gettext locking (BZ #322)
1712 - change linuxthreads useldt.h inclusion login again, the last
1713 one failed all linuxthreads FLOATING_STACKS tests
1715 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
1716 - update from CVS
1717 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
1718 - fix nis locking (#132204)
1719 - RTLD_DEEPBIND support
1720 - fix pthread_create bugs (BZ #401, #405)
1722 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
1723 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
1724 - source tarballs renamed
1725 - redhat/ moved to fedora/, some old cruft removed
1726 - update from trunk
1727 - some __nonnull annotations
1729 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
1730 - update from CVS
1731 - set{re,e,res}[ug]id now affect the whole process in NPTL
1732 - return EAGAIN instead of ENOMEM when not enough memory
1733 in pthread_create
1735 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
1736 - update from CVS
1737 - nscd getaddrinfo caching
1739 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
1740 - restore temporarily old definition of __P()/__PMT()
1741 for third party apps
1743 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
1744 - update from CVS
1745 - nscd bi-arch fix
1746 - remove all uses of __P()/__PMT() from glibc headers
1747 - update and reenable nscd SELinux patch
1748 - remove libnss1* and libnss*.so.1 compatibility NSS modules
1749 on IA-32, SPARC and Alpha
1751 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
1752 - update from CVS
1753 - disable one of the malloc double free checks for non-contiguous
1754 arenas where it doesn't have to be true even for non-broken
1755 apps
1757 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
1758 - update from CVS
1759 - pwd/grp/host loops with nscd speed up by sharing the
1760 nscd cache r/o with applications
1761 - inexpensive double free check in free(3)
1762 - make NPTL pthread.h initializers usable even from C++
1763 (BZ #375)
1764 - use atomic instructions even in i386 nscd on i486+ CPUs
1765 (conditionally)
1767 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
1768 - update from CVS
1769 - fix linuxthreads tst-cancel{[45],-static}
1771 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
1772 - update from CVS
1773 - fix pthread_cond_destroy (BZ #342)
1774 - fix fnmatch without FNM_NOESCAPE (BZ #361)
1775 - fix ppc32 setcontext (BZ #357)
1776 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
1777 - add __NR_waitid defines for i386, x86_64 and sparc*
1779 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
1780 - update from CVS
1781 - persistent nscd caching
1782 - ppc64 32-bit atomicity fix
1783 - fix x86-64 nptl-devel headers for -m32 compilation
1784 - %%ghost /etc/ld.so.cache (#130597)
1785 - edit /etc/ld.so.conf in glibc_post_upgrade if
1786 include ld.so.conf.d/*.conf line is missing (#120588)
1787 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
1789 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
1790 - update from CVS
1792 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
1793 - update from CVS
1794 - fix nss_compat's initgroups handling (#130363)
1795 - fix getaddrinfo ai_canonname setting
1797 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
1798 - update from CVS
1799 - add ip6-dotint resolv.conf option, make
1800 no-ip6-dotint the default
1801 - BuildPrereq libselinux-devel (#129946)
1802 - on ppc64, build without dot symbols
1804 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
1805 - update from CVS
1806 - remove debugging printout (#129747)
1807 - make <sys/shm.h> usable in C++ (IT#45148)
1808 - update RLIMIT_* constants in <bits/resource.h>, make
1809 <sys/resource.h> POSIX compliant (#129740)
1811 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
1812 - fix last tzset () fixes, disable rereading of /etc/localtime
1813 every time for now
1814 - really enable SELinux support for NSCD
1816 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
1817 - update from CVS
1818 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
1819 - tzset () fixes (BZ #154)
1820 - speed up pthread_rwlock_unlock on arches other than i386 and
1821 x86_64 (#129455)
1822 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
1823 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
1824 (BZ #284)
1825 - add SELinux support for NSCD
1827 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
1828 - update from CVS
1829 - change res_init to force all threads to re-initialize
1830 resolver before they use it next time (#125712)
1831 - various getaddrinfo and related fixes (BZ #295, #296)
1832 - fix IBM{932,943} iconv modules (#128674)
1833 - some nscd fixes (e.g. BZ #292)
1834 - RFC 3678 support (Multicast Source Filters)
1835 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
1836 the same as /lib/i686/librt-*
1838 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
1839 - update from CVS
1840 - conformance related changes in headers
1841 - remove -finline-limit=2000 for GCC 3.4.x+
1843 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
1844 - update from CVS
1845 - fix res_init leaks
1846 - fix newlocale races
1847 - fix ppc64 setjmp
1848 - fix strtold (BZ #274)
1850 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
1851 - update from CVS
1852 - allow pthread_cancel in DSO destructors run at exit time
1853 - fix pow{f,,l} on IA-32 and powl on x86-64
1854 - allow PIEs on IA-32 to have main in a shared library they depend on
1856 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
1857 - s390* .plt slot reduction
1858 - fix pthread_rwlock_timedrdlock on x86_64
1860 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
1861 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
1862 NPTL changes
1864 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
1865 - update from CVS
1866 - if_nameindex using preferably netlink
1867 - printf_parsemb initialization fix
1868 - NPTL version is now the same as glibc version
1870 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
1871 - update from CVS
1872 - reread resolv.conf for nscd --invalidate=hosts
1873 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
1874 -m32 -D_FILE_OFFSET_BITS=64 compilations
1875 - avoid calling non-existing fcntl64 syscall on ppc64
1877 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
1878 - update from CVS
1879 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
1880 - fix backtrace in statically linked programs
1881 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
1883 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
1884 - update from CVS
1885 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
1886 - make c_stubs buildable even with GCC 3.2.x (#123042)
1888 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
1889 - fix pthread_cond_wait on architectures other than IA-32 and
1890 x86_64
1892 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
1893 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
1895 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
1896 - update from CVS
1897 - FUTEX_REQUEUE fixes (#115349)
1898 - SPARC GCC 3.4 build fix
1899 - fix handling of undefined TLS symbols on IA32 (RELA only),
1900 SPARC and SH
1901 - regex translate fix
1902 - speed up sprintf
1903 - x86_64 makecontext alignment fix
1904 - make POSIX sigpause the default sigpause, unless BSD sigpause
1905 requested
1907 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
1908 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
1909 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
1910 - build mq_{send,receive} with -fexceptions
1912 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
1913 - update from CVS
1914 - fix <tgmath.h>
1915 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
1916 use of realloc
1917 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
1918 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
1919 might be a stale symlink
1921 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
1922 - update from CVS
1923 - disable FUTEX_REQUEUE (work around #115349)
1924 - mq for sparc/sparc64/ia64
1926 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
1927 - update from CVS
1928 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
1929 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
1930 included already in XNS5)
1931 - reorder dlopen checks, so that dlopening ET_REL objects
1932 complains about != ET_DYN != ET_EXEC, not about phentsize
1933 (#121606)
1934 - fix strpbrk macro for GCC 3.4+ (BZ #130)
1935 - fix <sys/sysctl.h> (BZ #140)
1936 - sched_[gs]etaffinity documentation fix (BZ #131)
1937 - fix sparc64 build (BZ #139)
1938 - change linuxthreads back to use non-cancellable writes
1939 to manager pipes etc.
1940 - fix sem_timedwait return value in linuxthreads (BZ #133)
1941 - ia64 unnecessary PLT relocs removal
1943 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
1944 - update from CVS
1945 - fix *scanf
1946 - fix shm_unlink, sem_unlink and mq_unlink errno values
1947 - avoid memory leaks in error
1948 - execstack fixes on s390
1950 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
1951 - update from CVS
1952 - mq and timer fixes
1953 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
1954 linked binaries
1955 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
1957 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
1958 - disable rtkaio
1959 - update from CVS
1960 - POSIX message passing support
1961 - fixed SIGEV_THREAD support for POSIX timers
1962 - fix free on non-malloced memory in syslog
1963 - fix ffsl on some 64-bit arches
1964 - fix sched_setaffinity on x86-64, ia64
1965 - fix ppc64 umount
1966 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
1967 - various NIS speedups
1968 - fix fwrite with > 2GB sizes on 64-bit arches
1969 - fix pthread_getattr_np guardsize reporting in NPTL
1970 - report PLT relocations in ld.so and libc.so during the build
1972 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
1973 - update from CVS
1974 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
1975 - strtol speed optimization
1976 - don't try to use certainly unimplemented syscalls on ppc64
1977 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
1978 into /usr/lib/debug/usr/%{_lib}/ directory
1979 - fix c_stubs with gcc 3.4
1980 - move all the up to 3 builds into %%build scriptlet and
1981 leave only installation in the %%install scriptlet
1983 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
1984 - update from CVS
1985 - affinity API changes
1987 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
1988 - update from CVS
1989 - fix ia64 iopl (#118591)
1990 - add support for /etc/ld.so.conf.d/*.conf
1991 - fix x86-64 LD_DEBUG=statistics
1992 - fix hwcap handling when using ld.so.cache (#118518)
1994 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
1995 - update from CVS
1996 - implement non-_l function on top of _l functions
1998 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
1999 - update from CVS
2000 - fix s390{,x} TLS handling
2002 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
2003 - update from CVS
2004 - special section for compatibility code
2005 - make getpid () work even in vfork () child
2006 - configure with --enable-bind-now to avoid lazy binding in ld.so
2007 and libc.so
2009 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
2010 - update from CVS
2011 - fix iconv -c (#117021)
2012 - fix PIEs on sparc/sparc64
2013 - fix posix_fadvise on 64-bit architectures
2014 - add locale-archive as %%ghost file (#117014)
2016 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
2017 - update from CVS
2019 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
2020 - update from CVS
2022 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
2023 - update from CVS
2024 - fix ld.so when vDSO is randomized
2026 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
2027 - update from CVS
2029 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
2030 - update from CVS
2032 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
2033 - update from CVS
2035 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
2036 - update from CVS
2037 - dl_iterate_phdr extension to signal number of added/removed
2038 libraries
2039 - fix PT_GNU_RELRO support on ppc* with prelinking
2041 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
2042 - rebuilt with fixed GCC on IA-64
2044 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
2045 - fix PT_GNU_RELRO support
2047 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
2048 - update from CVS
2049 - some further regex speedups
2050 - fix re.translate handling in regex (#112869)
2051 - change regfree to match old regex behaviour (what is freed
2052 and clearing of freed pointers)
2053 - fix accesses to unitialized memory in regex (#113507, #113425,
2054 #113421)
2055 - PT_GNU_RELRO support
2057 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
2058 - update from CVS
2059 - fix pmap_set fd and memory leak (#112726)
2060 - fix backreference handling in regex
2061 - rebuilt under glibc without the above bug to fix
2062 libc.so linker script (#112738)
2064 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
2065 - update from CVS
2066 - faster getpid () in NPTL builds
2067 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
2068 really disable cancellation (#112512)
2069 - more regex fixes and speedups
2070 - fix nextafter*/nexttoward*
2071 - handle 6th syscall(3) argument on AMD64
2072 - handle memalign/posix_memalign in mtrace
2073 - fix linuxthreads memory leak (#112208)
2074 - remove throw () from cancellation points in linuxthreads (#112602)
2075 - fix NPTL unregister_atfork
2076 - fix unwinding through alternate signal stacks
2078 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
2079 - update from CVS
2080 - 2.3.3 release
2081 - lots of regex fixes and speedups (#110401)
2082 - fix atan2
2083 - fix pshared condvars in NPTL
2084 - fix pthread_attr_destroy for attributes created with
2085 pthread_attr_init@GLIBC_2.0
2086 - for the time being, include both nb_NO* and no_NO* as locales
2087 so that the distribution can catch up with the no_NO->nb_NO
2088 transition
2089 - add BuildPrereq texinfo (#110252)
2091 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
2092 - update from CVS
2093 - fix getifaddrs (CAN-2003-0859)
2094 - fix ftw fd leak
2095 - fix linuxthreads sigaction (#108634)
2096 - fix glibc 2.0 stdio compatibility
2097 - fix uselocale (LC_GLOBAL_LOCALE)
2098 - speed up stdio locking in non-threaded programs on IA-32
2099 - try to maintain correct order of cleanups between those
2100 registered with __attribute__((cleanup))
2101 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
2102 - fix segfault in regex (#109606)
2103 - fix RE_ICASE multi-byte handling in regex
2104 - fix pthread_exit in libpthread.a (#109790)
2105 - FTW_ACTIONRETVAL support
2106 - lots of regex fixes and speedups
2107 - fix ceill/floorl on AMD64
2109 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
2110 - update from CVS
2111 - fix ld.so --verify (and ldd)
2113 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
2114 - update from CVS
2115 - fix sprof (#103727)
2116 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
2117 - prevent dlopening of executables
2118 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
2119 - fix locale printing of word values on 64-bit big-endian arches
2120 (#107846)
2121 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
2122 (#101261)
2124 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
2125 - update from CVS
2126 - dl_iterate_phdr in libc.a on arches other than IA-64
2127 - LD_DEBUG=statistics prints number of relative relocations
2128 - fix hwcap computation
2129 - NPTL is now part of upstream glibc CVS
2130 - include {st,xh,zu}_ZA{,.UTF-8} locales
2132 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
2133 - update from CVS
2134 - fix close, pause and fsync (#105348)
2135 - fix pthread_once on IA-32
2136 - implement backtrace () on IA-64, handle -fomit-frame-pointer
2137 in AMD64 backtrace () (#90402)
2139 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
2140 - update from CVS
2141 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
2142 - fix mknod/ustat return value when given bogus device number (#105768)
2144 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
2145 - rebuilt
2147 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
2148 - fix IA-64 getcontext
2150 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
2151 - update from CVS
2152 - fix syslog with non-C non-en_* locales (#61296, #104979)
2153 - filter GLIBC_PRIVATE symbols from glibc provides
2154 - fix NIS+
2156 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
2157 - update from CVS
2158 - assume 2.4.21 kernel features on RHEL/ppc*, so that
2159 {make,set,get,swap}context works
2160 - backout execstack support for RHEL
2161 - build rtkaio on amd64 too
2163 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
2164 - update from CVS
2165 - execstack/noexecstack support
2166 - build nscd as PIE
2167 - move __libc_stack_end back to @GLIBC_2.1
2168 - build against elfutils >= 0.86 to fix stripping on s390x
2170 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
2171 - rebuilt
2173 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
2174 - update from CVS
2175 - NPTL locking change (#102682)
2176 - don't jump around lock on amd64
2178 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
2179 - fix open_memstream/syslog (#104661)
2181 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
2182 - update from CVS
2183 - retrieve affinity in pthread_getattr_np
2184 - fix pthread_attr_[gs]etaffinity_np
2185 - handle hex and octal in wordexp
2187 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
2188 - update from CVS
2189 - truncate instead of round in utimes when utimes syscall is not available
2190 - don't align stack in every glibc function unnecessarily on IA-32
2191 - make sure threads have their stack 16 byte aligned on IA-32
2192 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
2193 - fix pthread_getattr_np for the initial thread (#102683)
2194 - avoid linuxthreads signal race (#104368)
2195 - ensure all gzip invocations are done with -n option
2197 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
2198 - update from CVS
2199 - avoid linking in libgcc_eh.a unnecessarily
2200 - change ssize_t back to long int on s390 -m31, unless
2201 gcc 2.95.x is used
2203 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
2204 - update from CVS
2205 - fix IA-64 memccpy (#104114)
2207 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
2208 - update from CVS
2209 - undo broken amd64 signal context changes
2211 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
2212 - update from CVS
2213 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
2214 {unsigned,} int
2215 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
2216 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
2217 on 64-bit arches from {unsigned,} long long int {,*} to
2218 {unsigned,} long int {,*} to restore binary compatibility
2219 for C++ functions using these types as arguments
2221 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
2222 - rebuilt
2224 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
2225 - update from CVS
2226 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
2227 - libio fixes
2229 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
2230 - update from CVS
2231 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
2232 and old-style pthread_cleanup_push cleanups
2234 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
2235 - updated from CVS
2236 - lots of cancellation fixes
2237 - fix posix_fadvise* on ppc32
2238 - TLS layout fix
2239 - optimize stdio cleanups (#103354)
2240 - sparcv9 NPTL
2241 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
2242 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
2243 - fix svc_getreqset on 64-bit big-endian arches
2244 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
2245 PTHREAD_PROCESS_SHARED
2246 - add pthread_cond_timedwait stubs to libc.so (#102709)
2247 - split glibc-devel into glibc-devel and glibc-headers to ensure
2248 amd64 /usr/include always wins on amd64/i386 bi-arch installs
2249 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
2250 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
2251 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
2252 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
2253 and tests
2255 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
2256 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
2257 in glibc-debuginfo-common*
2259 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
2260 - update from CVS
2261 - fix glibc 2.0 libio compatibility (#101385)
2262 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
2263 - fix assert.h (#102916, #103017)
2264 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
2265 - fix static linking of large IA-64 binaries (#102586)
2266 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
2268 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
2269 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
2271 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
2272 - nptl_db rewrite not yet in CVS
2274 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
2275 - update from CVS
2276 - fix rtkaio aio_fsync{,64}
2277 - update rtkaio for !BROKEN_THREAD_SIGNALS
2278 - fix assert macro when used on pointers
2280 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
2281 - update from CVS
2283 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
2284 - update from CVS
2285 - disable CLONE_STOPPED for now until it is resolved
2286 - strip crt files
2287 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
2288 - fix glibc-debuginfo to include all nptl and nptl_db sources
2290 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
2291 - update from CVS
2292 - fix pthread_create@GLIBC_2.0 (#101767)
2293 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
2295 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
2296 - update from CVS
2297 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
2298 explicit scheduling (#101457)
2300 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
2301 - update from CVS
2302 - fix utimes and futimes if kernel doesn't support utimes syscall
2303 - fix s390 ssize_t type
2304 - fix dlerror when called before any dlopen/dlsym
2305 - update IA-64 bits/sigcontext.h (#101344)
2306 - various warning fixes
2307 - fix pthread.h comment typos (#101363)
2309 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
2310 - update from CVS
2311 - fix dlopen of libraries using TLS IE/LE models
2313 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
2314 - update from CVS
2315 - fix timer_create
2316 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
2318 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
2319 - update from CVS
2320 - fix wcpncpy (#99462)
2321 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
2322 unlike __errno_location () or __h_errno_location () was introduced
2323 in glibc 2.2)
2324 - fix zic bug on 64-bit platforms
2325 - some TLS handling fixes
2326 - make ldconfig look into alternate ABI dirs by default (#99402)
2327 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
2328 errataed separately from glibc
2329 - new add-on - rtkaio
2330 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
2332 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
2333 - fix thread cancellation on ppc64
2335 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
2336 - update from CVS
2337 - fix thread cancellation on ppc32, s390 and s390x
2339 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
2340 - update from CVS
2341 - build libc_nonshared.a with -fPIC instead of -fpic
2342 - fix ppc64 PIE support
2343 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
2345 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
2346 - update from CVS
2348 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
2349 - update from CVS
2350 - on IA-64 use different symbols for cancellation portion of syscall
2351 handlers to make gdb happier
2353 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
2354 - update from CVS
2355 - nss_compat supporting LDAP etc.
2357 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
2358 - update from CVS
2360 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
2361 - fix condvars and semaphores in ppc* NPTL
2362 - fix test-skeleton.c reporting of timed-out tests (#91269)
2363 - increase timeouts for tests during make check
2365 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
2366 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
2367 on bi-ABI architectures (#97557)
2368 - disable FUTEX_REQUEUE on ppc* temporarily
2370 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
2371 - update from CVS
2372 - fix glibc_post_upgrade on ppc
2374 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
2375 - update from CVS
2376 - fix localedef (#90659)
2377 - tweak linuxthreads for librt cancellation
2379 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
2380 - update from CVS
2382 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
2383 - update from CVS
2384 - fix <gnu/stubs.h> (#97169)
2386 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
2387 - update from CVS
2389 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
2390 - update from CVS
2391 - fix pthread_cond_signal on IA-32 (#92080, #92253)
2392 - fix setegid (#91567)
2393 - don't prelink -R libc.so on any architecture, it prohibits
2394 address randomization
2396 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
2397 - update from CVS
2398 - fix IA-64 NPTL build
2400 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
2401 - update from CVS
2402 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
2403 section in *.[oa]
2405 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
2406 - update from CVS
2407 - enable NPTL on AMD64
2408 - avoid using trampolines in localedef
2410 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
2411 - enable NPTL on IA-64
2413 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
2414 - update from CVS
2415 - enable NPTL on s390 and s390x
2416 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
2418 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
2419 - update from CVS
2421 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
2422 - update from CVS
2424 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
2425 - update from CVS
2426 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
2427 or set_tid_address syscall is available instead of checking
2428 AT_SYSINFO dynamic tag
2430 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
2431 - update from CVS
2433 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
2434 - update from CVS
2435 - fix for prelinking of libraries with no dependencies
2437 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
2438 - update from CVS
2439 - enable NPTL on ppc and ppc64
2441 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
2442 - rebuild
2444 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
2445 - update from CVS
2447 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
2448 - update from CVS
2449 - make -jN build fixes
2451 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
2452 - update from CVS
2453 - avoid using trampolines in iconvconfig for now
2455 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
2456 - update from CVS
2458 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
2459 - update from CVS
2460 - more ppc TLS fixes
2462 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
2463 - update from CVS
2464 - nscd fixes
2465 - fix Bahrain spelling (#56298)
2466 - fix Ukrainian collation (#83973)
2467 - accept trailing spaces in /etc/ld.so.conf (#86032)
2468 - perror fix (#85994)
2469 - fix localedef (#88978)
2470 - fix getifaddrs (#89026)
2471 - fix strxfrm (#88409)
2472 - fix ppc TLS
2473 - fix getaddrinfo (#89448)
2474 - don't print warning about errno, h_errno or _res if
2475 LD_ASSUME_KERNEL=2.4.1 or earlier
2477 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
2478 - update from CVS
2479 - fix prelink on ppc32
2480 - add TLS support on ppc32 and ppc64
2481 - make sure on -m64 arches all helper binaries are built with this
2482 option
2484 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
2485 - update from CVS
2486 - fix strxfrm (#88409)
2487 - use -m64 -mno-minimal-toc on ppc64
2488 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
2489 - link glibc_post_upgrade against newly built libc.a
2491 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
2492 - update from CVS
2493 - fix NPTL pthread_detach and already terminated, but not yet
2494 joined thread (#88219)
2495 - fix bug-regex4 testcase (#88118)
2496 - reenable prelink support broken in 2.3.2-13
2497 - fix register_printf_function (#88052)
2498 - fix double free with fopen using ccs= (#88056)
2499 - fix potential access below $esp in {set,swap}context (#88093)
2500 - fix buffer underrun in gencat -H (#88099)
2501 - avoid using unitialized variable in tst-tgmath (#88101)
2502 - fix gammal (#88104)
2503 - fix iconv -c
2504 - fix xdr_string (PR libc/4999)
2505 - fix /usr/lib/nptl/librt.so symlink
2506 - avoid running NPTL cleanups twice in some cases
2507 - unblock __pthread_signal_cancel in linuxthreads, so that
2508 linuxthreads threaded programs work correctly if spawned
2509 from NPTL threaded programs
2510 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
2511 - remove /lib/i686 directory before running ldconfig in glibc post
2512 during i686 -> i386 glibc "upgrades" (#88456)
2514 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
2515 - update from CVS
2516 - add pthread_atfork to libpthread.a
2518 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
2519 - update from CVS
2520 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
2521 point
2523 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
2524 - update from CVS
2525 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
2526 /lib/i686 libs on i686, not stright to /lib
2528 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
2529 - update from CVS
2530 - timers fixes
2532 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
2533 - update from CVS
2534 - fix NPTL pthread_cond_timedwait
2535 - fix sysconf (_SC_MONOTONIC_CLOCK)
2536 - use /%%{_lib}/tls instead of /lib/tls on x86-64
2537 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
2538 - display content of .out files for all make check failures
2540 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
2541 - update from CVS
2542 - kernel POSIX timers support
2544 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
2545 - update from CVS
2546 - export __fork from glibc again
2547 - fix glibc-compat build in NPTL
2548 - fix c_stubs
2549 - fix some more atomic.h problems
2550 - don't check abi in glibc-compat libs
2552 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
2553 - update from CVS
2554 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
2555 - condrestart sshd in glibc_post_upgrade so that the user can
2556 log in remotely and handle the rest (#86339)
2557 - fix a typo in glibc_post_upgrade on sparc
2559 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
2560 - update from CVS
2561 - change i686/athlon libc.so.6 base to 0x00e80000
2563 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
2564 - update from CVS
2565 - hopefully last fix for condvar problems
2567 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
2568 - fix bits/syscall.h creation on x86-64
2570 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
2571 - update from CVS
2573 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
2574 - update from CVS
2576 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
2577 - update from CVS
2578 - fix glibc-debug description (#85111)
2579 - make librt.so a symlink again, not linker script
2581 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
2582 - update from CVS
2583 - remove the workarounds for broken software accessing GLIBC_PRIVATE
2584 symbols
2586 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
2587 - update from CVS
2589 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
2590 - fix TLS IE/LE model handling in dlopened libraries
2591 on TCB_AT_TP arches
2593 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
2594 - update from CVS
2596 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
2597 - update from CVS
2599 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
2600 - update from CVS
2601 - only warn about errno, h_errno or _res for binaries, never
2602 libraries
2603 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
2605 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
2606 - update from CVS
2608 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
2609 - update from CVS
2611 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
2612 - update from CVS
2614 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
2615 - update from CVS
2617 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
2618 - update from CVS
2619 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
2621 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
2622 - update from CVS
2624 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
2625 - update from CVS
2627 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
2628 - update from CVS
2629 - pthread_cond* NPTL fixes, new NPTL testcases
2631 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
2632 - update from CVS
2633 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
2634 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
2635 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
2636 later is NPTL
2637 - enable TLS on alpha/alphaev6
2638 - add BuildPreReq: /usr/bin/readlink
2640 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
2641 - update from CVS
2642 - pthread_once fix
2644 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
2645 - update from CVS
2646 - vfork fix on s390
2647 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
2648 don't bind locally (#83325)
2650 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
2651 - update from CVS
2652 - fix pthread_create after vfork+exec in linuxthreads
2654 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
2655 - update from CVS
2657 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
2658 - update from CVS
2660 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
2661 - update from CVS
2662 - enable TLS on s390{,x} and sparc{,v9}
2664 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
2665 - update from CVS
2666 - initialize __environ in glibc_post_upgrade to empty array,
2667 so that it is not NULL
2668 - compat symlink for s390x /lib/ld64.so.1
2669 - enable glibc-profile on x86-64
2670 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
2672 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
2673 - update from CVS
2674 - nscd fixes, *scanf fix
2675 - fix %%nptlarches noarch build (#81909)
2676 - IA-64 TLS fixes
2678 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
2679 - update from CVS
2680 - rework -debuginfo subpackage, add -debuginfo-common
2681 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
2682 - fix vfork in libc.a on PPC32, Alpha, Sparc
2683 - fix libio locks in linuxthreads libc.so if libpthread.so
2684 is dlopened later (#81374)
2686 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
2687 - update from CVS
2688 - dlclose bugfixes
2689 - fix NPTL libpthread.a
2690 - fix glibc_post_upgrade on several arches
2692 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
2693 - update from CVS
2694 - TLS support on IA-64
2696 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
2697 - fix vfork in linuxthreads (#81377, #81363)
2699 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
2700 - update from CVS
2701 - don't use TLS libs if kernel doesn't set AT_SYSINFO
2702 (#80921, #81212)
2703 - add ntp_adjtime on alpha (#79996)
2704 - fix nptl_db (#81116)
2706 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
2707 - update from CVS
2708 - support all architectures again
2710 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
2711 - fix condvar compatibility wrappers
2712 - add ugly hack to use non-TLS libs if a binary is seen
2713 to have errno, h_errno or _res symbols in .dynsym
2715 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
2716 - update from CVS
2717 - fixes for new condvar
2719 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
2720 - new NPTL condvar implementation plus related linuxthreads
2721 symbol versioning updates
2723 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
2724 - update from CVS
2725 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
2726 feature set macros
2727 - make *sigaction, sigwait and raise the same between
2728 -lpthread -lc and -lc -lpthread in linuxthreads builds
2730 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
2731 - fix dlclose
2733 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
2734 - enable sysenter by default for now
2735 - fix endless loop in ldconfig
2737 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
2738 - update from CVS
2740 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
2741 - update from CVS
2742 - fix ptmalloc_init after clearenv (#80370)
2744 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
2745 - update from CVS
2746 - add IA-64 back
2747 - move TLS libraries from /lib/i686 to /lib/tls
2749 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
2750 - system(3) fix for linuxthreads
2751 - don't segfault in pthread_attr_init from libc.so
2752 - add cancellation tests from nptl to linuxthreads
2754 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
2755 - fix up lists of exported symbols + their versions
2756 from the libraries
2758 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
2759 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
2761 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
2762 - update from CVS
2763 - fix NPTL hanging mozilla
2764 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
2765 - make linuxthreads work with dl_dynamic_weak 0
2766 - clear dl_dynamic_weak everywhere
2768 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
2769 - update from CVS
2770 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
2771 - kill -debug sub-package, rename -debug-static to -debug
2772 - clear dl_dynamic_weak for NPTL
2774 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
2775 - fix <bits/mathinline.h> and <bits/nan.h> for C++
2776 - automatically generate NPTL libpthread wrappers
2778 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
2779 - update from CVS
2780 - all functions which need cancellation should now be cancellable
2781 both in libpthread.so and libc.so
2782 - removed @@GLIBC_2.3.2 cancellation wrappers
2784 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
2785 - update from CVS
2786 - replace __libc_lock_needed@GOTOFF(%ebx) with
2787 %gs:offsetof(tcbhead_t, multiple_threads)
2788 - start of new NPTL cancellation wrappers
2790 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
2791 - update from CVS
2792 - use inline locks in malloc
2794 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
2795 - update from CVS
2796 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
2798 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
2799 - update from CVS
2800 - rebuilt with gcc-3.2.1-2
2802 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
2803 - update from CVS
2804 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
2805 should work now
2806 - faster libc locking when using nptl
2807 - add OUTPUT_FORMAT to linker scripts
2808 - fix x86_64 sendfile (#79111)
2810 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
2811 - update from CVS
2812 - RUSCII support (#78906)
2813 - for nptl builds add BuildRequires
2814 - fix byteswap.h for non-gcc (#77689)
2815 - add nptl-devel package
2817 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
2818 - update from CVS
2819 - make --enable-kernel=2.2.5 --with-tls --without-__thread
2820 ld.so load nptl and other --with-__thread libs
2821 - disable nptl by default for now
2823 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
2824 - update from CVS
2825 - restructured redhat/Makefile and spec, so that src.rpm contains
2826 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
2827 - added nptl
2829 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
2830 - update from CVS
2831 - even more regex fixes
2832 - run sed testsuite to check glibc regex
2834 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
2835 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
2836 using libpthread.so.
2838 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
2839 - update from CVS
2840 - fixed %a and %A in *printf (#75821)
2841 - fix re_comp memory leaking (#76594)
2843 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
2844 - update from CVS
2845 - some more regex fixes
2846 - fix libpthread.a (#76484)
2847 - fix locale-archive enlarging
2849 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
2850 - update from CVS
2851 - don't need to use 128K of stacks for DNS lookups
2852 - regex fixes
2853 - updated timezone data e.g. for this year's Brasil DST
2854 changes
2855 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
2857 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
2858 - update to 2.3.1 final
2859 - support really low thread stack sizes (#74073)
2860 - tzdata update
2862 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
2863 - update from CVS
2864 - handle low stack limits
2865 - move s390x into */lib64
2867 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
2868 - update to 2.3 final
2869 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
2871 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
2872 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
2873 speed things up, because they are neither REL arches, nor
2874 ELF_MACHINE_REL_RELATIVE
2875 - fix sparc64 build
2877 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
2878 - update from CVS
2880 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
2881 - update from CVS
2882 - prelink on ppc and x86-64 too
2883 - don't remove ppc memset
2884 - instead of listing on which arches to remove glibc-compat
2885 list where it should stay
2887 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
2888 - fix wcsmbs functions with invalid character sets (or malloc
2889 failures)
2890 - make sure __ctype_b etc. compat vars are updated even if
2891 they are copy relocs in the main program
2893 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
2894 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
2895 leading to unresolved __set_h_errno symbol)
2897 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
2898 - security fix - increase dns-network.c MAXPACKET to at least
2899 65536 to avoid buffer overrun. Likewise glibc-compat
2900 dns-{host,network}.c.
2902 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
2903 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
2904 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
2905 from libc.so - we have still lots of .a libraries referencing
2906 __ctype_{b,tolower,toupper} out there...
2908 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
2909 - update from CVS
2910 - 2.2.93 release
2911 - use double instead of single indirection in isXXX macros
2912 - per-locale wcsmbs conversion state
2914 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
2915 - update from CVS
2916 - fix newlocale/duplocale/uselocale
2917 - disable profile on x86_64 for now
2919 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
2920 - update from CVS
2921 - 2.2.92 release
2922 - fix gettext after uselocale
2923 - fix locales in statically linked threaded programs
2924 - fix NSS
2926 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
2927 - update from CVS
2928 - 2.2.91 release
2929 - fix fd leaks in locale-archive reader (#72043)
2930 - handle EROFS in build-locale-archive gracefully (#71665)
2932 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
2933 - update from CVS
2934 - fix re_match (#72312)
2935 - support more than 1024 threads
2937 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
2938 - update from CVS
2939 - fix i386 build
2941 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
2942 - update from CVS
2943 - fix locale-archive loading hang on some (non-primary) locales
2944 (#72122, #71878)
2945 - fix umount problems with locale-archives when /usr is a separate
2946 partition (#72043)
2947 - add LICENSES file
2949 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
2950 - update from CVS
2951 - only mmap up to 2MB of locale-archive on 32-bit machines
2952 initially
2953 - fix fseek past end + fread segfault with mmaped stdio
2954 - include <sys/debugreg.h> which is mistakenly not included
2955 in glibc-devel on IA-32
2957 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
2958 - don't return normalized locale name in setlocale when using
2959 locale-archive
2961 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
2962 - update from CVS
2963 - optimize for primary system locale
2964 - localedef fixes (#71552, #67705)
2966 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
2967 - fix path to locale-archive in libc reader
2968 - build locale archive at glibc-common %post time
2969 - export __strtold_internal and __wcstold_internal on Alpha again
2970 - workaround some localedata problems
2972 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
2973 - update from CVS
2974 - patch out set_thread_area for now
2976 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
2977 - update from CVS
2978 - GB18030 patch from Yu Shao
2979 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
2980 - fix regcomp (#71039)
2982 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
2983 - update from CVS
2984 - use /usr/sbin/prelink, not prelink (#70376)
2986 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
2987 - update from CVS
2989 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
2990 - update from CVS
2991 - ungetc fix (#69586)
2992 - fseek errno fix (#69589)
2993 - change *etrlimit prototypes for C++ (#68588)
2994 - use --without-tls instead of --disable-tls
2996 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
2997 - set nscd user's shell to /sbin/nologin (#68369)
2998 - fix glibc-compat buffer overflows (security)
2999 - buildrequire prelink, don't build glibc's own copy of it (#67567)
3000 - update from CVS
3001 - regex fix (#67734)
3002 - fix unused warnings (#67706)
3003 - fix freopen with mmap stdio (#67552)
3004 - fix realloc (#68499)
3006 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
3007 - update from CVS
3008 - fix argp on long words
3009 - update atime in libio
3011 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
3012 - update from CVS
3013 - a thread race fix
3014 - fix readdir on invalid dirp
3016 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
3017 - update from CVS
3018 - don't use __thread in headers
3019 - fix system(3) in threaded apps
3020 - update prelink, so that it is possible to prelink -u libc.so.6.1
3021 on Alpha
3023 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
3024 - update from CVS
3025 - fix __moddi3 (#65612, #65695)
3026 - fix ether_line (#64427)
3027 - fix setvbuf with mmap stdio (#65864)
3028 - --disable-tls for now, waiting for kernel
3029 - avoid duplication of __divtf3 etc. on IA-64
3030 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
3032 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
3033 - update from CVS
3034 - fix Alpha pthread bug with gcc 3.1
3036 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
3037 - fix nice
3039 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
3040 - add relocation dependencies even for weak symbols (#63422)
3041 - stricter check_fds check for suid/sgid binaries
3042 - run make check at %%install time
3044 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
3045 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
3046 - back out do-lookup.h change (#63261, #63305)
3047 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
3048 since lots of compilers break on it
3049 - fix sparc build with gcc 3.1
3050 - fix spec file for athlon
3052 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
3053 - fix debugging of threaded apps (#62804)
3054 - fix DST for Estonia (#61494)
3055 - document that pthread_mutexattr_?etkind_np are deprecated
3056 and pthread_mutexattr_?ettype should be used instead in man
3057 pages (#61485)
3058 - fix libSegFault.so undefined externals
3060 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
3061 - temporarily disable prelinking ld.so, as some statically linked
3062 binaries linked against debugging versions of old glibcs die on it
3063 (#62352)
3064 - fix <semaphore.h> for -std=c99 (#62516)
3065 - fix ether_ntohost segfault (#62397)
3066 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
3067 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
3068 version (#61633)
3069 - prelink -r on alpha too
3071 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
3072 - update GB18030 iconv module (Yu Shao)
3074 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
3075 - features.h fix
3077 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
3078 - update from CVS
3079 - fix nscd with huge groups
3080 - fix nis to not close fds it shouldn't
3081 - rebuilt against newer glibc-kernheaders to use the correct
3082 PATH_MAX
3083 - handle .athlon.rpm glibc the same way as .i686.rpm
3084 - add a couple of .ISO-8859-15 locales (#61922)
3085 - readd temporarily currencies which were superceeded by Euro
3086 into the list of accepted currencies by localedef to make
3087 standard conformance testsuites happy
3088 - temporarily moved __libc_waitpid back to make Sun JDK happy
3089 - use old malloc code
3090 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
3092 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
3093 - update from CVS
3094 - fix DST handling for southern hemisphere (#60747)
3095 - fix daylight setting for tzset (#59951)
3096 - fix ftime (#60350)
3097 - fix nice return value
3098 - fix a malloc segfault
3099 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
3100 back to what they used to be exported at
3101 - censorship (#60758)
3103 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
3104 - update from CVS
3105 - use __attribute__((visibility(...))) if supported, use _rtld_local
3106 for ld.so only objects
3107 - provide libc's own __{,u}{div,mod}di3
3109 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
3110 - switch back to 2.2.5, mmap stdio needs work
3112 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
3113 - fix two other mmap stdio bugs (#60228)
3115 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
3116 - fix yet another mmap stdio bug (#60145)
3118 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
3119 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
3120 - apply Andreas Schwab's fix for pthread sigwait
3121 - remove /lib/i686/ libraries in glibc_post_upgrade when
3122 performing i386 glibc install
3124 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
3125 - update to CVS
3126 - added glibc-utils subpackage
3127 - disable autoreq in glibc-debug
3128 - readd %%lang() to locale files
3130 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
3131 - update to CVS
3132 - move glibc private symbols to GLIBC_PRIVATE symbol version
3134 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
3135 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
3136 symbol in libm
3138 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
3139 - add debug-static package
3141 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
3142 - update from CVS
3143 - remove -D__USE_STRING_INLINES
3144 - add debug subpackage to trim glibc and glibc-devel size
3146 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
3147 - fix strsep
3149 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
3150 - fix a ld.so bug with duplicate searchlists in l_scope
3151 - fix erfcl(-inf)
3152 - turn /usr/lib/librt.so into linker script
3154 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
3155 - fix a ld.so lookup bug after lots of dlopen calls
3156 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
3157 - prelinking support for Sparc64
3159 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
3160 - update from CVS to fix DT_SYMBOLIC
3161 - prelinking support for Alpha and Sparc
3163 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
3164 - update from CVS
3165 - linuxthreads now retries if -1/EINTR is returned from
3166 reading or writing to thread manager pipe (#43742)
3167 - use DT_FILTER in librt.so (#53394)
3168 - update glibc prelink patch so that it handles filters
3169 - fix timer_* with SIGEV_NONE (#53494)
3170 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
3172 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
3173 - fix build on sparc32
3174 - 2.2.4-13 build for some reason missed some locales
3175 on alpha/ia64
3177 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
3178 - fix iconvconfig
3180 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
3181 - add fam to /etc/rpc (#52863)
3182 - fix <inttypes.h> for C++ (#52960)
3183 - fix perror
3185 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
3186 - fix strnlen(x, -1)
3188 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
3189 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
3190 if __USE_UNIX98.
3192 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
3193 - fix bits/libc-lock.h so that gcc can compile
3194 - fix s390 build
3196 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
3197 - kill stale library symlinks in ldconfig (#52350)
3198 - fix inttypes.h for G++ < 3.0
3199 - use DT_REL*COUNT
3201 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
3202 - fix strnlen on IA-64 (#50077)
3204 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
3205 - glibc 2.2.4 final
3206 - fix -lpthread -static (#51672)
3208 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
3209 - doh, include libio/tst-swscanf.c
3211 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
3212 - don't crash on catclose(-1)
3213 - fix wscanf %[] handling
3214 - fix return value from swprintf
3215 - handle year + %U/%W week + week day in strptime
3217 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
3218 - update from CVS to
3219 - fix strcoll (#50548)
3220 - fix seekdir (#51132)
3221 - fix memusage (#50606)
3222 - don't make gconv-modules.cache %%config file, just don't verify
3223 its content.
3225 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
3226 - fix strtod and *scanf (#50723, #50724)
3228 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
3229 - update from CVS
3230 - fix iconv cache handling
3231 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
3232 - add gconv-modules.cache as emtpy config file (#50699)
3233 - only run iconvconfig if /usr is mounted read-write (#50667)
3235 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
3236 - move iconvconfig from glibc-common into glibc subpackage,
3237 call it from glibc_post_upgrade instead of common's post.
3239 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3240 - turn off debugging printouts in iconvconfig
3242 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3243 - update from CVS
3244 - fix IA-32 makecontext
3245 - make fflush(0) thread-safe (#46446)
3247 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
3248 - adjust prelinking DT_* and SHT_* values in elf.h
3249 - update from CVS
3250 - iconv cache
3251 - make iconv work in SUID/SGID programs (#34611)
3253 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
3254 - update from CVS
3255 - kill non-pic code in libm.so
3256 - fix getdate
3257 - fix some locales (#49402)
3258 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
3259 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
3260 - add floating stacks on IA-64, Alpha, Sparc (#49308)
3262 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
3263 - make /lib/i686 directory owned by glibc*.i686.rpm
3265 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
3266 - remove rquota.[hx] headers which are now provided by quota (#47141)
3267 - add prelinking patch
3269 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
3270 - require sh-utils for nscd
3272 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
3273 - update from CVS (#43681, #43350, #44663, #45685)
3274 - fix ro_RO bug (#44644)
3276 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
3277 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
3278 - make rpc headers -ansi compilable (#42390)
3279 - remove alphaev6 optimized memcpy, since there are still far too many
3280 broken apps which call memcpy where they should call memmove
3281 - update from CVS to (among other things):
3282 - fix tanhl bug (#43352)
3284 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
3285 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
3286 - fix a dlclose reldeps handling bug
3287 - some more profiling fixes
3288 - fix tgmath.h
3290 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
3291 - make ldconfig more quiet
3292 - fix LD_PROFILE on i686 (#41030)
3294 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3295 - fix the hardlink program, so that it really catches all files with
3296 identical content
3297 - add a s390x clone fix
3299 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3300 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
3301 - fix nss compatibility DSO versions for alphaev6
3302 - add a hardlink program instead of the shell 3x for plus cmp -s/link
3303 which takes a lot of time during build
3304 - rework BuildPreReq and Conflicts with gcc, so that
3305 it applies only where it has to
3307 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
3308 - fix locale name of ja_JP in UTF-8 (#39783)
3309 - fix re_search_2 (#40244)
3310 - fix memusage script (#39138, #39823)
3311 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
3312 - fix xtrace script (#39609)
3313 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
3314 libc_nonshared.a has atexit)
3315 - fix getconf LFS_CFLAGS on 64bitters
3316 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
3317 with __frame_state_for function (#37933)
3319 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
3320 - glibc 2.2.3 release
3321 - fix strcoll (#36539)
3322 - add BuildPreReqs (#36378)
3324 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
3325 - update from CVS
3327 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
3328 - update from CVS
3329 - fix sparc64, ia64
3330 - fix some locale syntax errors (#35982)
3332 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
3333 - update from CVS
3335 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
3336 - update from CVS
3338 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
3339 - support even 2.4.0 kernels on ia64, sparc64 and s390x
3340 - include UTF-8 locales
3341 - make gconv-modules %%config(noreplace)
3343 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
3344 - back out sunrpc changes
3346 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
3347 - update from CVS
3348 - fix ia64 build
3349 - fix pthread_getattr_np
3351 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
3352 - update from CVS
3353 - run atexit() registered functions at dlclose time if they are in shared
3354 libraries (#28625)
3355 - add pthread_getattr_np API to make JVM folks happy
3357 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
3358 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
3359 - fix ldd behaviour on unresolved symbols
3360 - remove nonsensical ldconfig warning, update osversion for the most
3361 recent library with the same soname in the same directory instead (#31703)
3362 - apply selected patches from CVS
3363 - s390x spec file changes from Florian La Roche
3365 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
3366 - fix gencat (#30894)
3367 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
3369 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
3370 - update from CVS
3371 - make pthread_attr_setstacksize consistent before and after pthread manager
3372 is started (#28194)
3373 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
3374 far, #28493)
3375 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
3376 make ld.so pick the right one
3378 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
3379 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
3381 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
3382 - make glibc require particular version of glibc-common
3383 and glibc-common prerequire glibc.
3385 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
3386 - glibc 2.2.2 release
3387 - fix regex REG_ICASE bug seen in ksymoops
3389 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
3390 - fix regexec leaking memory (#26864)
3392 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
3393 - update from CVS
3394 - fix ia64 build with gnupro
3395 - make regex 64bit clean
3396 - fix tgmath make check failures on alpha
3398 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
3399 - update again for ia64 DF_1_INITFIRST
3401 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
3402 - update from CVS
3403 - fix getaddrinfo (#25437)
3404 - support DF_1_INITFIRST (#25029)
3406 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
3407 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
3408 to run 2.2 kernels can downgrade to the base architecture glibc.
3410 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
3411 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
3413 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
3414 - update to 2.2.1 final
3415 - fix a pthread_kill_other_threads_np breakage (#23966)
3416 - make static binaries using dlopen work on ia64 again
3417 - fix a typo in glibc-common group
3419 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
3420 - devel requires glibc = %%{version}
3421 - noreplace /etc/nscd.conf
3423 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
3424 - some more security fixes:
3425 - don't look up LD_PRELOAD libs in cache for SUID apps
3426 (because that bypasses SUID bit checking on the library)
3427 - place output files for profiling SUID apps into /var/profile,
3428 use O_NOFOLLOW for them
3429 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
3430 - hardlink identical locale files together
3431 - add %%lang() tags to locale stuff
3432 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
3434 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
3435 - add glibc-common subpackage
3436 - fix alphaev6 memcpy (#22494)
3437 - fix sys/cdefs.h (#22908)
3438 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
3439 - work around a bug in IBM JDK (#22932, #23012)
3440 - fix pmap_unset when network is down (#23176)
3441 - move nscd in rc.d before netfs on shutdown
3442 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
3444 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
3445 - fix ftw and nftw
3447 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
3448 - fix fcvt (#22184)
3449 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
3450 - fix gencat
3452 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
3453 - fix alpha htonl and alphaev6 stpcpy
3455 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
3456 - update to CVS to:
3457 - fix getnameinfo (#21934)
3458 - don't stomp on memory in rpath handling (#21544)
3459 - fix setlocale (#21507)
3460 - fix libNoVersion.so.1 loading code (#21579)
3461 - use auxarches define in spec file for auxiliary
3462 architectures (#21219)
3463 - remove /usr/share directory from filelist (#21218)
3465 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
3466 - update to CVS to fix getaddrinfo
3468 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
3469 - update to CVS to fix freopen
3470 - remove all alpha workarounds, not needed anymore
3472 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
3473 - fix dladdr bug on alpha/sparc32/sparc64
3474 - fix Makefiles so that they run static tests properly
3476 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
3477 - update to CVS to fix ldconfig
3479 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
3480 - update to glibc 2.2 release
3482 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
3483 - update to CVS to:
3484 - export __sysconf@@GLIBC_2.2 (#20417)
3486 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
3487 - merge to 2.1.97
3489 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
3490 - update to CVS, including:
3491 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
3492 - fix hesiod (#19375)
3493 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
3494 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
3496 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
3497 - fix alpha semctl (#19199)
3498 - update to CVS, including:
3499 - fix glibc headers for Compaq non-gcc compilers
3500 - fix locale alias handling code (#18832)
3501 - fix rexec on little endian machines (#18886)
3502 - started writing changelog again
3504 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
3505 - added ja ujis alias for backwards compatibility