log 2.3.5-0.fc3.8
[glibc.git] / fedora / glibc.spec.in
blob39c5383c971ab62b8f68e08860d9632886f73ec0
1 %define glibcrelease 0.fc3.7
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 Source0: %{glibcsrcdir}.tar.bz2
16 %if %{glibc_release_tarballs}
17 Source1: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-linuxthreads-/).tar.bz2
18 Source2: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-libidn-/).tar.bz2
19 %define glibc_release_unpack -a1 -a2
20 %endif
21 Source3: %{glibcname}-fedora-%{glibcdate}.tar.bz2
22 Patch0: %{glibcname}-fedora.patch
23 Patch1: %{name}-nptl-check.patch
24 Patch2: %{name}-ppc-assume.patch
25 Patch3: %{name}-ia64-lib64.patch
26 Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
27 Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers,
28 Obsoletes: linuxthreads, gencat, locale, ldconfig, locale-ja
29 Provides: ldconfig
30 Autoreq: false
31 Requires: glibc-common = %{version}-%{release}
32 %ifarch sparc
33 Obsoletes: libc
34 %endif
35 # Require libgcc in case some program calls pthread_cancel in its %%post
36 Prereq: basesystem, libgcc
37 # This is for building auxiliary programs like memusage, nscd
38 # For initial glibc bootstraps it can be commented out
39 BuildPreReq: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.17.10-1
40 BuildPreReq: sed >= 3.95
41 %ifarch %{prelinkarches}
42 BuildPreReq: prelink >= 0.2.0-5
43 %endif
44 # This is to ensure that __frame_state_for is exported by glibc
45 # will be compatible with egcs 1.x.y
46 BuildPreReq: gcc >= 3.2
47 Conflicts: rpm <= 4.0-0.65
48 Conflicts: glibc-devel < 2.2.3
49 Conflicts: gcc4 <= 4.0.0-0.6
50 # Earlier shadow-utils packages had too restrictive permissions on
51 # /etc/default
52 Conflicts: shadow-utils < 2:4.0.3-20
53 Conflicts: nscd < 2.3.3-52
54 %ifarch ia64 sparc64 s390x x86_64
55 Conflicts: kernel < 2.4.0
56 %define enablekernel 2.4.0
57 %else
58 %ifarch ppc64
59 Conflicts: kernel < 2.4.19
60 %define enablekernel 2.4.19
61 %else
62 %define enablekernel 2.2.5
63 %ifarch i686 athlon
64 %define enablekernelltfs 2.4.1
65 %endif
66 %endif
67 %endif
68 %ifarch %{nptlarches}
69 %define enablekernelnptl 2.4.20
70 %ifarch i386
71 %define nptl_target_cpu i486
72 %define tls_subdir tls/i486
73 %else
74 %define nptl_target_cpu %{_target_cpu}
75 %define tls_subdir tls
76 %endif
77 %endif
78 BuildRequires: binutils >= 2.13.90.0.16-5
79 BuildRequires: gcc >= 3.2.1-5
80 %if "%{_enable_debug_packages}" == "1"
81 BuildPreReq: elfutils >= 0.72
82 BuildPreReq: rpm >= 4.2-0.56
83 %endif
84 %define __find_provides %{_builddir}/%{glibcsrcdir}/find_provides.sh
85 %define _filter_GLIBC_PRIVATE 1
87 %description
88 The glibc package contains standard libraries which are used by
89 multiple programs on the system. In order to save disk space and
90 memory, as well as to make upgrading easier, common system code is
91 kept in one place and shared between programs. This particular package
92 contains the most important sets of shared libraries: the standard C
93 library and the standard math library. Without these two libraries, a
94 Linux system will not function.
96 %package devel
97 Summary: Object files for development using standard C libraries.
98 Group: Development/Libraries
99 Conflicts: texinfo < 3.11
100 Conflicts: binutils < 2.13.90.0.16-5
101 Prereq: /sbin/install-info
102 Obsoletes: libc-debug, libc-headers, libc-devel, linuxthreads-devel
103 Obsoletes: glibc-debug
104 Prereq: %{name}-headers
105 Requires: %{name}-headers = %{version}-%{release}
106 Requires: %{name} = %{version}-%{release}
107 %ifarch %{ix86}
108 # Earlier gcc's had atexit reference in crtendS.o, which does not
109 # work with this glibc where atexit is in libc_nonshared.a
110 Conflicts: gcc < 2.96-79
111 %endif
112 Autoreq: true
114 %description devel
115 The glibc-devel package contains the object files necessary
116 for developing programs which use the standard C libraries (which are
117 used by nearly all programs). If you are developing programs which
118 will use the standard C libraries, your system needs to have these
119 standard object files available in order to create the
120 executables.
122 Install glibc-devel if you are going to develop programs which will
123 use the standard C libraries.
125 %package headers
126 Summary: Header files for development using standard C libraries.
127 Group: Development/Libraries
128 Provides: %{name}-headers(%{_target_cpu})
129 %ifarch x86_64
130 # If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers
131 # have to be installed, not i386 ones.
132 Obsoletes: %{name}-headers(i386)
133 %endif
134 Obsoletes: libc-debug, libc-headers, libc-devel, linuxthreads-devel
135 Prereq: kernel-headers
136 Requires: kernel-headers >= 2.2.1, %{name} = %{version}-%{release}
137 Autoreq: true
139 %description headers
140 The glibc-headers package contains the header files necessary
141 for developing programs which use the standard C libraries (which are
142 used by nearly all programs). If you are developing programs which
143 will use the standard C libraries, your system needs to have these
144 standard header files available in order to create the
145 executables.
147 Install glibc-headers if you are going to develop programs which will
148 use the standard C libraries.
150 %package -n nptl-devel
151 Summary: Header files and static libraries for development using NPTL library.
152 Group: Development/Libraries
153 Requires: glibc-devel = %{version}-%{release}
154 Autoreq: true
156 %description -n nptl-devel
157 The nptl-devel package contains the header and object files necessary
158 for developing programs which use the NPTL library (and either need
159 NPTL specific header files or want to link against NPTL statically).
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} %{glibc_release_unpack} -a3
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 alphaev6
472 BuildFlags="-mcpu=ev6"
473 %endif
474 %ifarch sparc
475 BuildFlags="-fcall-used-g6"
476 GCC="gcc -m32"
477 %endif
478 %ifarch sparcv9
479 BuildFlags="-mcpu=ultrasparc -fcall-used-g6"
480 GCC="gcc -m32"
481 %endif
482 %ifarch sparc64
483 BuildFlags="-mcpu=ultrasparc -mvis -fcall-used-g6"
484 GCC="gcc -m64"
485 %endif
486 %ifarch ppc64
487 BuildFlags="-mno-minimal-toc"
488 GCC="gcc -m64"
489 %endif
491 # If gcc supports __thread, test it even in --with-tls --without-__thread
492 # builds.
493 if echo '__thread int a;' | $GCC -xc - -S -o /dev/null 2>/dev/null; then
494 sed -ie 's/0 [|][|]/1 ||/' ../elf/tst-tls10.h ../linuxthreads/tst-tls1.h
497 BuildFlags="$BuildFlags -DNDEBUG=1"
498 if gcc -v 2>&1 | grep -q 'gcc version 3.[0123]'; then
499 BuildFlags="$BuildFlags -finline-limit=2000"
501 EnableKernel="--enable-kernel=%{enablekernel}"
502 echo "$BuildFlags" > ../BuildFlags
503 echo "$GCC" > ../Gcc
504 AddOns=`cd .. && echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkaio\)\( \|$\)!!g;s! \+$!!;s! !,!g;s!^!,!;/^,\*$/d'`
505 echo "$AddOns" > ../AddOns
506 Pthreads=linuxthreads
507 %ifarch %{withtlsarches}
508 WithTls="--with-tls --without-__thread"
509 %else
510 WithTls="--without-tls --without-__thread"
511 %endif
512 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
513 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
514 --with-headers=%{_prefix}/include --enable-bind-now \
515 $WithTls --build %{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat-linux
516 if [ -x /usr/bin/getconf ] ; then
517 numprocs=$(/usr/bin/getconf _NPROCESSORS_ONLN)
518 if [ $numprocs -eq 0 ]; then
519 numprocs=1
521 else
522 numprocs=1
524 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
525 $GCC -static -L. -Os ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade.%{_target_cpu} \
526 %ifarch i386
527 -DARCH_386 \
528 %endif
529 %ifarch %{nptlarches}
530 '-DLIBTLS="/%{_lib}/tls/"' \
531 %endif
532 '-DGCONV_MODULES_DIR="%{_prefix}/%{_lib}/gconv"' \
533 '-DLD_SO_CONF="/etc/ld.so.conf"' \
534 '-DICONVCONFIG="%{_sbindir}/iconvconfig.%{_target_cpu}"'
535 cd ..
537 # hack
538 unset LD_ASSUME_KERNEL || :
540 %ifarch %{rtkaioarches}
541 AddOns=,rtkaio$AddOns
542 %endif
544 %ifarch i686 athlon
545 rm -rf build-%{_target_cpu}-linuxltfs
546 mkdir build-%{_target_cpu}-linuxltfs ; cd build-%{_target_cpu}-linuxltfs
547 EnableKernel="--enable-kernel=%{enablekernelltfs} --disable-profile"
548 Pthreads=linuxthreads
549 %ifarch %{withtlsarches}
550 WithTls="--with-tls --without-__thread"
551 %else
552 WithTls="--without-tls --without-__thread"
553 %endif
554 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
555 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
556 --with-headers=%{_prefix}/include --enable-bind-now \
557 $WithTls --build %{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat-linux
558 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
560 cd ..
561 %endif
563 %ifarch %{nptlarches}
564 rm -rf build-%{nptl_target_cpu}-linuxnptl
565 mkdir build-%{nptl_target_cpu}-linuxnptl ; cd build-%{nptl_target_cpu}-linuxnptl
566 EnableKernel="--enable-kernel=%{enablekernelnptl} --disable-profile"
567 Pthreads=nptl
568 WithTls="--with-tls --with-__thread"
569 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
570 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
571 --with-headers=%{_prefix}/include --enable-bind-now \
572 $WithTls --build %{nptl_target_cpu}-redhat-linux --host %{nptl_target_cpu}-redhat-linux
573 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
575 cd ..
576 %endif
578 %install
579 # hack
580 unset LD_ASSUME_KERNEL || :
582 BuildFlags=`cat BuildFlags`
583 GCC=`cat Gcc`
584 AddOns=`cat AddOns`
586 %ifarch %{rtkaioarches}
587 AddOns=,rtkaio$AddOns
588 %endif
590 if [ -x /usr/bin/getconf ] ; then
591 numprocs=$(/usr/bin/getconf _NPROCESSORS_ONLN)
592 if [ $numprocs -eq 0 ]; then
593 numprocs=1
595 else
596 numprocs=1
598 rm -rf $RPM_BUILD_ROOT
599 mkdir -p $RPM_BUILD_ROOT
600 make -j1 install_root=$RPM_BUILD_ROOT install -C build-%{_target_cpu}-linux PARALLELMFLAGS=-s
601 %ifnarch %{auxarches}
602 cd build-%{_target_cpu}-linux && \
603 make -j$numprocs install_root=$RPM_BUILD_ROOT install-locales -C ../localedata objdir=`pwd` && \
604 cd ..
605 %endif
607 SubDir=
609 %ifarch i686 athlon
610 cd build-%{_target_cpu}-linuxltfs
611 Pthreads=linuxthreads
612 SubDir=i686
613 mkdir -p $RPM_BUILD_ROOT/lib/$SubDir/
614 cp -a libc.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libc-*.so`
615 ln -sf `basename $RPM_BUILD_ROOT/lib/libc-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libc.so.*`
616 cp -a math/libm.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libm-*.so`
617 ln -sf `basename $RPM_BUILD_ROOT/lib/libm-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libm.so.*`
618 cp -a $Pthreads/libpthread.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libpthread-*.so`
619 pushd $RPM_BUILD_ROOT/lib/$SubDir
620 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/lib/libpthread.so.*`
621 popd
622 %ifarch %{rtkaioarches}
623 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt-*.so | sed s/librt-/librtkaio-/`
624 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.*`
625 %else
626 cp -a rt/librt.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt-*.so`
627 ln -sf `basename $RPM_BUILD_ROOT/lib/librt-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt.so.*`
628 %endif
630 cd ..
631 %endif
633 %ifarch %{nptlarches}
634 cd build-%{nptl_target_cpu}-linuxnptl
635 Pthreads=nptl
636 SubDir=%{tls_subdir}
637 mkdir -p $RPM_BUILD_ROOT/%{_lib}/$SubDir/
638 cp -a libc.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so`
639 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc.so.*`
640 cp -a math/libm.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so`
641 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm.so.*`
642 cp -a $Pthreads/libpthread.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/libpthread-%{version}.so
643 pushd $RPM_BUILD_ROOT/%{_lib}/$SubDir
644 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*`
645 popd
646 %ifarch %{rtkaioarches}
647 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/`
648 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.*`
649 %else
650 cp -a rt/librt.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so`
651 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt.so.*`
652 %endif
653 cp -a ${Pthreads}_db/libthread_db.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so`
654 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db.so.*`
656 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl
657 cp -a libc.a nptl/libpthread.a nptl/libpthread_nonshared.a rt/librt.a \
658 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/
659 sed "s| /%{_lib}/| /%{_lib}/$SubDir/|" $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libc.so \
660 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/libc.so
661 sed "s|^GROUP (.*)|GROUP ( /%{_lib}/$SubDir/"`basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*`' %{_prefix}/%{_lib}/nptl/libpthread_nonshared.a )|' \
662 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libc.so \
663 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/libpthread.so
664 %ifarch %{rtkaioarches}
665 ln -sf /%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed 's/librt-/librtkaio-/'` \
666 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/librt.so
667 %else
668 ln -sf /%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` \
669 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/librt.so
670 %endif
671 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/*.a
672 mkdir -p $RPM_BUILD_ROOT/nptl $RPM_BUILD_ROOT%{_prefix}/include/nptl
673 make -j1 install_root=$RPM_BUILD_ROOT/nptl install-headers PARALLELMFLAGS=-s
674 pushd $RPM_BUILD_ROOT/nptl%{_prefix}/include
675 for i in `find . -type f`; do
676 if ! [ -f $RPM_BUILD_ROOT%{_prefix}/include/$i ] \
677 || ! cmp -s $i $RPM_BUILD_ROOT%{_prefix}/include/$i; then
678 mkdir -p $RPM_BUILD_ROOT%{_prefix}/include/nptl/`dirname $i`
679 cp -a $i $RPM_BUILD_ROOT%{_prefix}/include/nptl/$i
681 done
682 popd
683 rm -rf $RPM_BUILD_ROOT/nptl
685 cd ..
687 %ifarch i386
688 for i in i586 i686; do
689 mkdir $RPM_BUILD_ROOT/%{_lib}/tls/$i
690 pushd $RPM_BUILD_ROOT/%{_lib}/tls/$i
691 ln -sf ../i486/*.so .
692 cp -a ../i486/*.so.* .
693 popd
694 done
695 %endif
696 %endif
698 # compatibility hack: this locale has vanished from glibc, but some other
699 # programs are still using it. Normally we would handle it in the %pre
700 # section but with glibc that is simply not an option
701 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/locale/ru_RU/LC_MESSAGES
703 # Remove the files we don't want to distribute
704 rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libNoVersion*
705 %ifnarch %{ix86} alpha alphaev6 sparc sparcv9
706 rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion*
707 %endif
709 # the man pages for the linuxthreads require special attention
710 make -C linuxthreads/man
711 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
712 install -m 0644 linuxthreads/man/*.3thr $RPM_BUILD_ROOT%{_mandir}/man3
713 gzip -9nvf $RPM_BUILD_ROOT%{_mandir}/man3/*
715 if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then
716 mkdir -p $RPM_BUILD_ROOT%{_infodir}
717 mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir}
718 rm -rf $RPM_BUILD_ROOT%{_prefix}/info
721 gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc*
723 ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libbsd.a
725 install -p -m 644 fedora/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf
727 mkdir -p $RPM_BUILD_ROOT/etc/default
728 install -p -m 644 nis/nss $RPM_BUILD_ROOT/etc/default/nss
730 # Take care of setuids
731 # -- new security review sez that this shouldn't be needed anymore
732 #chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown
734 # This is for ncsd - in glibc 2.2
735 install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc
736 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
737 install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
739 # Don't include ld.so.cache
740 rm -f $RPM_BUILD_ROOT/etc/ld.so.cache
742 # Include ld.so.conf
743 echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf
744 touch $RPM_BUILD_ROOT/etc/ld.so.cache
745 chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf
746 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
748 # Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
749 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
750 chmod 644 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
752 # Install the upgrade program
753 install -m 700 build-%{_target_cpu}-linux/glibc_post_upgrade.%{_target_cpu} \
754 $RPM_BUILD_ROOT/usr/sbin/glibc_post_upgrade.%{_target_cpu}
756 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.o
758 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}
759 cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \
760 $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/
761 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
762 # Now strip debugging info from static libraries
763 pushd $RPM_BUILD_ROOT%{_prefix}/%{_lib}/
764 for i in *.a; do
765 if [ -f $i ]; then
766 case "$i" in
767 *_p.a) ;;
768 *) strip -g -R .comment $i ;;
769 esac
771 done
772 popd
774 %ifarch %{prelinkarches}
775 %ifarch i686 athlon
776 # Prelink ld.so and libc.so
777 > prelink.conf
778 # For now disable prelinking of ld.so, as it breaks statically linked
779 # binaries built against non-NDEBUG old glibcs (assert unknown dynamic tag)
780 # /usr/sbin/prelink -c ./prelink.conf -C ./prelink.cache \
781 # --mmap-region-start=0x00101000 $RPM_BUILD_ROOT/%{_lib}/ld-*.so
782 /usr/sbin/prelink --reloc-only=0x00e80000 $RPM_BUILD_ROOT/%{_lib}/$SubDir/libc-*.so
783 %endif
784 %ifarch alpha alphaev6
785 # Prelink ld.so and libc.so
786 > prelink.conf
787 # For now disable prelinking of ld.so, as it breaks statically linked
788 # binaries built against non-NDEBUG old glibcs (assert unknown dynamic tag)
789 # /usr/sbin/prelink -c ./prelink.conf -C ./prelink.cache \
790 # --mmap-region-start=0x0000020000000000 $RPM_BUILD_ROOT/%{_lib}/ld-*.so
791 /usr/sbin/prelink --reloc-only=0x0000020010000000 $RPM_BUILD_ROOT/%{_lib}/$SubDir/libc-*.so
792 %endif
793 %endif
795 # rquota.x and rquota.h are now provided by quota
796 rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
798 # Hardlink identical locale files together
799 %ifnarch %{auxarches}
800 gcc -O2 -o build-%{_target_cpu}-linux/hardlink fedora/hardlink.c
801 build-%{_target_cpu}-linux/hardlink -vc $RPM_BUILD_ROOT%{_prefix}/lib/locale
802 %endif
804 %ifarch %{ix86} alpha alphaev6 sparc sparcv9
805 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss1-*
806 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1
807 %endif
809 # Ugly hack for buggy rpm
810 ln -f ${RPM_BUILD_ROOT}%{_sbindir}/iconvconfig{,.%{_target_cpu}}
812 # BUILD THE FILE LIST
813 find $RPM_BUILD_ROOT -type f -or -type l |
814 sed -e 's|.*/etc|%config &|' \
815 -e 's|.*/gconv/gconv-modules$|%verify(not md5 size mtime) %config(noreplace) &|' \
816 -e 's|.*/gconv/gconv-modules.cache|%verify(not md5 size mtime) &|' \
817 -e '/lib\/debug/d' > rpm.filelist.in
818 for n in %{_prefix}/share %{_prefix}/include %{_prefix}/lib/locale; do
819 find ${RPM_BUILD_ROOT}${n} -type d | \
820 grep -v '%{_prefix}/share$' | \
821 grep -v '\(%{_mandir}\|%{_infodir}\)' | \
822 sed "s/^/%dir /" >> rpm.filelist.in
823 done
825 # primary filelist
826 SHARE_LANG='s|.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo|%lang(\1) &|'
827 LIB_LANG='s|.*/lib/locale/\([^/_]\+\)|%lang(\1) &|'
828 # rpm does not handle %lang() tagged files hardlinked together accross
829 # languages very well, temporarily disable
830 # LIB_LANG=''
831 sed -e "s|$RPM_BUILD_ROOT||" -e "$LIB_LANG" -e "$SHARE_LANG" < rpm.filelist.in |
832 grep -v '/etc/\(localtime\|nsswitch.conf\|ld.so.conf\|ld.so.cache\|default\)' | \
833 grep -v '/%{_lib}/lib\(pcprofile\|memusage\).so' | \
834 grep -v 'bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\)' | \
835 sort > rpm.filelist
837 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}
838 mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib}
839 for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
840 cp -a $i $i.tmp
841 sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
842 -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
843 $i.tmp > $i
844 chmod 755 $i; rm -f $i.tmp
845 done
847 grep '%{_prefix}/%{_lib}/lib.*_p\.a' < rpm.filelist > profile.filelist || :
848 egrep "(%{_prefix}/include)|(%{_infodir})" < rpm.filelist |
849 grep -v %{_prefix}/include/nptl |
850 grep -v %{_infodir}/dir > devel.filelist
852 mv rpm.filelist rpm.filelist.full
853 grep -v '%{_prefix}/%{_lib}/lib.*_p.a' rpm.filelist.full |
854 egrep -v "(%{_prefix}/include)|(%{_infodir})" > rpm.filelist
856 grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist >> devel.filelist
857 grep '%{_prefix}/%{_lib}/.*\.o' < rpm.filelist >> devel.filelist
858 grep '%{_prefix}/%{_lib}/lib.*\.so' < rpm.filelist >> devel.filelist
859 grep '%{_mandir}' < rpm.filelist >> devel.filelist
861 grep '%{_prefix}/include' < devel.filelist > headers.filelist
862 grep -v '%{_prefix}/include' < devel.filelist > devel.filelist.tmp
863 mv -f devel.filelist.tmp devel.filelist
865 mv rpm.filelist rpm.filelist.full
866 grep -v '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist.full |
867 grep -v '%{_prefix}/%{_lib}/.*\.o' |
868 grep -v '%{_prefix}/%{_lib}/lib.*\.so'|
869 grep -v '%{_prefix}/%{_lib}/nptl' |
870 grep -v '%{_mandir}' |
871 grep -v 'nscd' > rpm.filelist
873 grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
874 grep '%{_prefix}/lib/locale' < rpm.filelist >> common.filelist
875 grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
876 grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
877 grep '%{_prefix}/share' < rpm.filelist \
878 | grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
880 mv rpm.filelist rpm.filelist.full
881 grep -v '%{_prefix}/bin' < rpm.filelist.full |
882 grep -v '%{_prefix}/lib/locale' |
883 grep -v '%{_prefix}/libexec/pt_chown' |
884 grep -v '%{_prefix}/sbin/[^gi]' |
885 grep -v '%{_prefix}/share' > rpm.filelist
887 echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist
888 echo '%{_prefix}/sbin/nscd' > nscd.filelist
890 cat > utils.filelist <<EOF
891 %{_prefix}/%{_lib}/libmemusage.so
892 %{_prefix}/%{_lib}/libpcprofile.so
893 %{_prefix}/bin/memusage
894 %{_prefix}/bin/memusagestat
895 %{_prefix}/bin/mtrace
896 %{_prefix}/bin/pcprofiledump
897 %{_prefix}/bin/xtrace
900 # /etc/localtime
901 rm -f $RPM_BUILD_ROOT/etc/localtime
902 cp -f $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
903 #ln -sf ..%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
905 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo
907 cd fedora
908 $GCC -Os -static -o build-locale-archive build-locale-archive.c \
909 ../build-%{_target_cpu}-linux/locale/locarchive.o \
910 ../build-%{_target_cpu}-linux/locale/md5.o \
911 -DDATADIR=\"%{_datadir}\" -DPREFIX=\"%{_prefix}\" \
912 -L../build-%{_target_cpu}-linux
913 install -m 700 build-locale-archive $RPM_BUILD_ROOT/usr/sbin/build-locale-archive
914 cd ..
916 # the last bit: more documentation
917 rm -rf documentation
918 mkdir documentation
919 cp linuxthreads/ChangeLog documentation/ChangeLog.threads
920 cp linuxthreads/Changes documentation/Changes.threads
921 cp linuxthreads/README documentation/README.threads
922 cp linuxthreads/FAQ.html documentation/FAQ-threads.html
923 cp -r linuxthreads/Examples documentation/examples.threads
924 cp crypt/README.ufc-crypt documentation/README.ufc-crypt
925 cp timezone/README documentation/README.timezone
926 cp ChangeLog* documentation
927 gzip -9n documentation/ChangeLog*
929 %ifarch s390x
930 # Compatibility symlink
931 mkdir -p $RPM_BUILD_ROOT/lib
932 ln -sf /%{_lib}/ld64.so.1 $RPM_BUILD_ROOT/lib/ld64.so.1
933 %endif
934 %ifarch ia64
935 %if "%{_lib}" == "lib64"
936 # Compatibility symlink
937 mkdir -p $RPM_BUILD_ROOT/lib
938 ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
939 %endif
940 %endif
942 # Increase timeouts
943 export TIMEOUTFACTOR=16
944 echo ====================TESTING=========================
945 cd build-%{_target_cpu}-linux
946 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
947 cd ..
948 %ifarch i686 athlon
949 echo ====================TESTING LINUXTHREADS FS=========
950 cd build-%{_target_cpu}-linuxltfs
951 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
952 cd ..
953 %endif
954 %ifarch %{nptlarches}
955 echo ====================TESTING NPTL====================
956 cd build-%{nptl_target_cpu}-linuxnptl
957 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
958 cd ..
959 %endif
960 echo ====================TESTING DETAILS=================
961 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check.log`; do
962 echo =====$i=====
963 cat $i || :
964 echo ============
965 done
966 %ifarch i686 athlon
967 echo ====================TESTING LINUXTHREADS FS LD.SO===
968 cd build-%{_target_cpu}-linuxltfs
969 mv elf/ld.so elf/ld.so.orig
970 cp -a ../build-%{_target_cpu}-linux/elf/ld.so elf/ld.so
971 find . -name \*.out -exec mv -f '{}' '{}'.origldso \;
972 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check2.log || :
973 cd ..
974 %endif
975 %ifarch %{nptlarches}
976 echo ====================TESTING NPTL LD.SO==============
977 cd build-%{nptl_target_cpu}-linuxnptl
978 mv elf/ld.so elf/ld.so.orig
979 cp -a ../build-%{_target_cpu}-linux/elf/ld.so elf/ld.so
980 find . -name \*.out -exec mv -f '{}' '{}'.origldso \;
981 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check2.log || :
982 cd ..
983 %endif
984 echo ====================TESTING DETAILS=================
985 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check2.log`; do
986 echo =====$i=====
987 cat $i || :
988 echo ============
989 done
990 echo ====================TESTING END=====================
991 PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p'
992 echo ====================PLT RELOCS LD.SO================
993 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-*.so | sed -n -e "$PLTCMD"
994 echo ====================PLT RELOCS LIBC.SO==============
995 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/$SubDir/libc-*.so | sed -n -e "$PLTCMD"
996 echo ====================PLT RELOCS END==================
998 %if "%{_enable_debug_packages}" == "1"
1000 case "$-" in *x*) save_trace=yes;; esac
1001 set +x
1002 echo Building debuginfo subpackage...
1004 blf=debugfiles.list
1005 sf=debugsources.list
1006 cblf=debugcommonfiles.list
1007 csf=debugcommonsources.list
1009 echo -n > $sf
1010 echo -n > $csf
1012 strip $RPM_BUILD_ROOT/{sbin/ldconfig,usr/sbin/glibc_post_upgrade.%{_target_cpu},usr/sbin/build-locale-archive}
1014 # Strip ELF binaries
1015 for f in `grep -v '%%\(dir\|lang\|config\|verify\)' rpm.filelist`; do
1016 bf=$RPM_BUILD_ROOT$f
1017 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
1018 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
1019 bd=`dirname $f`
1020 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
1021 mkdir -p $outd
1022 echo extracting debug info from $f
1023 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $sf $bf
1024 bn=`basename $f`
1025 case $f in
1026 /%{_lib}/*) eu-strip -g -f $outd/$bn.debug $bf || :;;
1027 *) eu-strip -f $outd/$bn.debug $bf || :;;
1028 esac
1029 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $blf; fi
1032 done
1034 for f in `cat common.filelist utils.filelist nscd.filelist \
1035 | grep -v '%%\(dir\|lang\|config\|verify\)'`; do
1036 bf=$RPM_BUILD_ROOT$f
1037 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
1038 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
1039 bd=`dirname $f`
1040 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
1041 mkdir -p $outd
1042 echo extracting debug info from $f
1043 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $csf $bf
1044 bn=`basename $f`
1045 eu-strip -f $outd/$bn.debug $bf || :
1046 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $cblf; fi
1049 done
1051 for f in `find $RPM_BUILD_ROOT/%{_lib} -type l`; do
1052 l=`ls -l $f`
1053 l=${l#* -> }
1054 t=/usr/lib/debug`dirname ${f#$RPM_BUILD_ROOT}`
1055 if grep -q "^$t/$l.debug\$" $blf; then
1056 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1057 echo $t/`basename $f`.debug >> $blf
1058 elif grep -q "^$t.debug/$l\$" $cblf; then
1059 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1060 echo $t/`basename $f`.debug >> $cblf
1062 done
1064 echo Sorting source file lists. Might take a while...
1065 xargs -0 -n 1 echo < $sf | LC_ALL=C grep -v '/<internal>$' | LC_ALL=C sort -u > $sf.sorted
1066 xargs -0 -n 1 echo < $csf | LC_ALL=C grep -v '/<internal>$' | LC_ALL=C sort -u > $csf.sorted
1067 mkdir -p $RPM_BUILD_ROOT/usr/src/debug
1068 cat $sf.sorted $csf.sorted \
1069 | (cd $RPM_BUILD_DIR; LC_ALL=C sort -u | cpio -pdm ${RPM_BUILD_ROOT}/usr/src/debug)
1070 # stupid cpio creates new directories in mode 0700, fixup
1071 find $RPM_BUILD_ROOT/usr/src/debug -type d -print | xargs chmod a+rx
1073 %ifarch %{debuginfocommonarches}
1074 %ifarch %{auxarches}
1075 %ifarch %{ix86}
1076 %define basearch i386
1077 %endif
1078 %ifarch alpha alphaev6
1079 %define basearch alpha
1080 %endif
1081 %ifarch sparc sparcv9
1082 %define basearch sparc
1083 %endif
1084 cat $blf > debuginfo.filelist
1085 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1086 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfo.filelist
1087 grep '/generic/\|/linux/\|/%{basearch}/\|/nptl\(_db\)\?/\|^%{glibcsrcdir}/build' \
1088 $sf.sorted | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1089 touch debuginfocommon.filelist
1090 %else
1091 ( grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $csf.sorted || : ) > $csf.sorted.build
1092 cat $blf > debuginfo.filelist
1093 cat $cblf > debuginfocommon.filelist
1094 grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $sf.sorted \
1095 | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1096 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1097 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfocommon.filelist
1098 ( cat $csf.sorted; grep -v -f $csf.sorted.build $sf.sorted ) \
1099 | grep -v 'dl-osinfo\.h' | LC_ALL=C sort -u \
1100 | sed 's|^|/usr/src/debug/|' >> debuginfocommon.filelist
1101 %endif
1102 %else
1103 cat $blf $cblf | LC_ALL=C sort -u > debuginfo.filelist
1104 echo '/usr/src/debug/%{glibcsrcdir}' >> debuginfo.filelist
1105 %endif
1107 [ "x$save_trace" = xyes ] && set -x
1109 %endif
1111 %ifarch %{auxarches}
1112 case "$-" in *x*) save_trace=yes;; esac
1113 set +x
1114 echo Cutting down the list of unpackaged files
1115 for i in `sed '/%%dir/d;/%%config/d;/%%verify/d;s/%%lang([^)]*) //' \
1116 common.filelist devel.filelist headers.filelist profile.filelist \
1117 utils.filelist nscd.filelist`; do
1118 [ -f "$RPM_BUILD_ROOT$i" ] && rm -f "$RPM_BUILD_ROOT$i" || :
1119 done
1120 [ "x$save_trace" = xyes ] && set -x
1122 %else
1124 mkdir -p $RPM_BUILD_ROOT/var/{db,run}/nscd
1125 touch $RPM_BUILD_ROOT/var/{db,run}/nscd/{passwd,group,hosts}
1126 touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid}
1127 %endif
1129 touch $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive
1131 %post -p /usr/sbin/glibc_post_upgrade.%{_target_cpu}
1133 %postun -p /sbin/ldconfig
1135 %post common -p /usr/sbin/build-locale-archive
1137 %post devel
1138 /sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir
1140 %pre headers
1141 # this used to be a link and it is causing nightmares now
1142 if [ -L %{_prefix}/include/scsi ] ; then
1143 rm -f %{_prefix}/include/scsi
1146 %preun devel
1147 if [ "$1" = 0 ]; then
1148 /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir
1151 %post utils -p /sbin/ldconfig
1153 %postun utils -p /sbin/ldconfig
1155 %pre -n nscd
1156 /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \
1157 -c "NSCD Daemon" -u 28 nscd > /dev/null 2>&1 || :
1159 %post -n nscd
1160 /sbin/chkconfig --add nscd
1162 %preun -n nscd
1163 if [ $1 = 0 ] ; then
1164 service nscd stop > /dev/null 2>&1
1165 /sbin/chkconfig --del nscd
1168 %postun -n nscd
1169 if [ $1 = 0 ] ; then
1170 /usr/sbin/userdel nscd > /dev/null 2>&1 || :
1172 if [ "$1" -ge "1" ]; then
1173 service nscd condrestart > /dev/null 2>&1 || :
1176 %clean
1177 rm -rf "$RPM_BUILD_ROOT"
1178 rm -f *.filelist*
1180 %files -f rpm.filelist
1181 %defattr(-,root,root)
1182 %ifarch %{nptlarches}
1183 %dir /%{_lib}/%{tls_subdir}
1184 %ifarch i386
1185 %dir /%{_lib}/tls/i586
1186 %dir /%{_lib}/tls/i686
1187 %endif
1188 %endif
1189 %ifarch i686 athlon
1190 %dir /lib/i686
1191 %endif
1192 %ifarch s390x
1193 %dir /lib
1194 /lib/ld64.so.1
1195 %endif
1196 %ifarch ia64
1197 %if "%{_lib}" == "lib64"
1198 %dir /lib
1199 /lib/ld-linux-ia64.so.2
1200 %endif
1201 %endif
1202 %verify(not md5 size mtime) %config(noreplace) /etc/localtime
1203 %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
1204 %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
1205 %dir /etc/ld.so.conf.d
1206 %dir %{_prefix}/libexec/getconf
1207 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
1208 %doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
1209 %doc COPYING COPYING.LIB README.libm LICENSES
1210 %doc hesiod/README.hesiod
1212 %ifnarch %{auxarches}
1213 %files -f common.filelist common
1214 %defattr(-,root,root)
1215 %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
1216 %dir %attr(755,root,root) /etc/default
1217 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
1218 %doc documentation/*
1220 %files -f devel.filelist devel
1221 %defattr(-,root,root)
1223 %files -f headers.filelist headers
1224 %defattr(-,root,root)
1225 %ifarch %{nptlarches}
1226 %{_prefix}/include/nptl
1227 %endif
1229 %files -f profile.filelist profile
1230 %defattr(-,root,root)
1232 %files -f utils.filelist utils
1233 %defattr(-,root,root)
1235 %files -f nscd.filelist -n nscd
1236 %defattr(-,root,root)
1237 %config(noreplace) /etc/nscd.conf
1238 %config /etc/rc.d/init.d/nscd
1239 %dir %attr(0755,root,root) /var/run/nscd
1240 %dir %attr(0755,root,root) /var/db/nscd
1241 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid
1242 %attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket
1243 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
1244 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
1245 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
1246 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd
1247 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group
1248 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts
1249 %endif
1251 %ifarch %{nptlarches}
1252 %files -n nptl-devel
1253 %defattr(-,root,root)
1254 %{_prefix}/%{_lib}/nptl
1255 %endif
1257 %if "%{_enable_debug_packages}" == "1"
1258 %files debuginfo -f debuginfo.filelist
1259 %defattr(-,root,root)
1260 %ifarch %{debuginfocommonarches}
1261 %ifnarch %{auxarches}
1262 %files debuginfo-common -f debuginfocommon.filelist
1263 %defattr(-,root,root)
1264 %dir %{_prefix}/lib/debug
1265 %dir %{_prefix}/lib/debug/%{_prefix}
1266 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1267 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1268 %endif
1269 %else
1270 %dir %{_prefix}/lib/debug
1271 %dir %{_prefix}/lib/debug/%{_prefix}
1272 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1273 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1274 %endif
1275 %endif
1277 %changelog
1278 * Sat Oct 22 2005 Roland McGrath <roland@redhat.com> 2.3.5-0.fc3.8
1279 - update from CVS (glibc-2_3-branch)
1280 - alpha div/rem fix (BZ#1498)
1281 - fix mips syscall.h generation (BZ#758)
1283 * Sun Oct 16 2005 Roland McGrath <roland@redhat.com> 2.3.5-0.fc3.7
1284 - update from CVS (glibc-2_3-branch)
1285 - can compile source using gcc 4.0.x (BZ#721, BZ#1384)
1286 - update tzcode/tzdata to 2005m
1288 * Fri Jul 29 2005 Roland McGrath <roland@redhat.com> 2.3.5-0.fc3.5
1289 - update from CVS (glibc-2_3-branch)
1290 - correctly size nscd buffer for grpcache key (#163538, BZ#1113)
1291 - fix atan2f (BZ#1138)
1292 - avoid memory leaks in error(3) (BZ#1137)
1293 - use NVR rather than NV dependency on glibc package in
1294 glibc-{headers,devel} subpackages (#164073)
1295 - fix execvp if PATH is not set in environment and the call is about to fail
1296 (BZ#1125)
1298 * Mon Jul 18 2005 Roland McGrath <roland@redhat.com> 2.3.5-0.fc3.4
1299 - update from CVS (glibc-2_3-branch)
1300 - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
1301 poll when contacting nscd more gracefully (BZ#1080)
1302 - remove malloc attribute from posix_memalign (BZ#1079)
1303 - include program name in __chk_fail error message (BZ#1100)
1304 - don't write 0 to gid/uid column for group/username starting with + or -
1305 in putgrent/putpwent (BZ#1099)
1306 - fix Yen mapping ib IBM93{0,9} charsets (BZ#1107)
1307 - add sr_CS{,.UTF-8} locales (BZ#38, BZ#549)
1308 - update mn_MN locale (BZ#1092)
1309 - update fa_IR locale (BZ#1091)
1310 - make sure EINVAL is returned from pthread_create if requested thread
1311 scheduling priority is invalid (BZ#1112)
1312 - change NPTL <pthread.h> initializers to avoid warnings, with both -pedantic
1313 and -W (BZ#915, #162722)
1314 - fix NPTL <pthread.h> with -ansi -fexceptions (BZ#1102)
1315 - fix tst-cancel17 testcase
1316 - avoid SIGPIPE in nscd (BZ#1103)
1317 - fix nscd -g yes/no strings (BZ#1109)
1318 - avoid using variable length arrays in regex internals unnecessarily (BZ#1101)
1319 - fix *scanf if decimal point is more than one byte long (BZ#1110)
1320 - fix rpcgen to output #include <rpc/pmap_clnt.h> even without -C (BZ#1108)
1321 - cosmetic fix for ia64 strlen (BZ#1016)
1322 - add GOT check to dl-execstack.c on i?86
1323 - avoid namespace pollution in ppc32 {,f}truncate64 (BZ#1104)
1324 - handle 'z' in strptime* (BZ#1105)
1325 - properly propagate return values in nss_compat (BZ#1111)
1326 - avoid some unnecessary PLT relocations (BZ#1106)
1327 - remove nonnull attribute from acct (BZ#877)
1328 - allow NLS of some strings that couldn't be translated before (BZ#253)
1329 - execvp fix (BZ#851)
1330 - update IA-64 libm from Intel 2005-04-05 (#142494, BZ#592)
1331 - fix initgroups when passed zero-size buffer (BZ#661)
1332 - update tzcode to 2005h (BZ#825)
1333 - add 19 UTF-8 locales where only non-UTF-8 locales existed before
1334 (#156115, BZ#1084)
1335 - fix xdr_rmtcall_args on 64-bit architectures (#151686, BZ#1082)
1336 - fix posix_fallocate{,64} (#156289, BZ#1083)
1337 - use -laudit in nscd (#159217, BZ#1085)
1338 - fix fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583, BZ#1097)
1339 - handle big amounts of networking interfaces in getifaddrs/if_nameindex
1340 (#159399, BZ#1096)
1341 - fix nscd cache pruning (#150748, BZ#1094)
1342 - try more ports in bindresvport if all 600..1023 are
1343 used, don't use priviledged ports when talking to portmap
1344 (#141773, #160091, BZ#1086)
1345 - support classes keyword in /etc/hesiod.conf (#150350, BZ#1088)
1346 - fix IBM939 iconv module (BZ#955)
1347 - fix malloc_trim (BZ#779)
1348 - change sys/quota.h to match current kernel's quotactl interface,
1349 include support for the obsoleted interface (no longer supported
1350 in current kernels) with -D_LINUX_QUOTA_VERSION=1 (#133095, BZ#653)
1351 - make regexec thread safe (BZ#934)
1352 - make -lrpcsvc and -lmcheck usable for PIEs and shared libraries
1353 (#149284, BZ#1095)
1354 - fix sendfile{,64} prototypes (BZ#961)
1355 - fix pa_IN locale's am_pm (#158715, BZ#622)
1356 - don't use nisplus in nsswitch.conf examples, mention that nisplus is
1357 unsupported (#159729, IT#74024)
1358 - fix strfry and initstate{,_r} (BZ#1090)
1359 - slightly optimize fnmatch in multi-byte locales (BZ#1087)
1360 - fix a typo in libc info wmemcpy description
1361 - fix nis memory handling when realloc fails (BZ#1093)
1362 - fix xdrstdio_putlong on 64-bit architectures (BZ#1098)
1364 * Wed Jul 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-0.fc3.2
1365 - update from CVS (glibc-2_3-branch)
1366 - remove nonnull attribute from acct (BZ#877)
1367 - allow NLS of some strings that couldn't be translated before (BZ#253)
1368 - execvp fix (BZ#851)
1370 * Thu Apr 7 2005 Roland McGrath <roland@redhat.com> 2.3.5-0.fc3.1
1371 - update to glibc 2.3.5 release
1372 - dlclose fixes merged (#145810, #150414, BZ#821)
1373 - fix a typo in WINDOWS-31J charmap (#151739, BZ#823)
1374 - fix NIS ypprot_err (#151469, BZ#822)
1375 - update IA-64 libm from Intel 2005-04-05 (#142494, BZ#592)
1376 - update tzcode to 2005h (BZ#825)
1377 - fix initgroups when passed zero-size buffer (BZ#661)
1379 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-2.fc3.5
1380 - better fix for the dlclose bug (#145810, #150414)
1382 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-2.fc3.4
1383 - fix dlclose (#145810)
1384 - clear padding in gconv-modules.cache (#146614, BZ#776)
1386 * Mon Feb 28 2005 Roland McGrath <roland@redhat.com> 2.3.4-2.fc3.3
1387 - update from CVS (glibc-2_3-branch)
1388 - fix handling of hosts with ~ 1K or bigger info per answer
1389 when using nscd (#140378, BZ#769)
1390 - handle partial writes in nscd and partial reads in nscd client
1391 code (#147478, BZ#768)
1392 - fix a bug in execvp introduced in branch changes, add testcases
1393 for the whole exec* family of functions
1394 - fix TLS handling in statically linked programs (BZ#719)
1395 - provide symlink/readlink prototypes with -D_POSIX_C_SOURCE=200112L (BZ#767)
1397 * Thu Feb 17 2005 Roland McGrath <roland@redhat.com> 2.3.4-2.fc3.1
1398 - update from CVS (glibc-2_3-branch)
1399 - existing fix for -ansi vs -D_XOPEN_SOURCE merged upstream (BZ#284)
1400 - fix initstate{,_r} (BZ#710)
1401 - fix segfault if chrooted app attempts to dlopen a library
1402 and no standard library directory exists at all (#147067, #144303, BZ#738)
1403 - fix initgroups when nscd is running, but has group caching disabled
1404 (#146588, BZ#741)
1405 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
1406 has not been called yet (#146710, BZ#739)
1407 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
1408 - service nscd cosmetic fixes (#146776, BZ#742)
1409 - fix s390{,x} string.h (BZ#743)
1410 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689, BZ#735)
1411 - fix zdump -v segfaults on x86-64 (#146210, BZ#736)
1412 - update IA-64 libm from Intel v2.1 (#142494, BZ#592)
1413 - avoid calling sigaction (SIGPIPE, ...) inside syslog
1414 (#146021, IT#56686, BZ#671)
1415 - declare ftruncate for POSIX 2003 (BZ#640)
1416 - fix errno values for futimes (BZ#633)
1417 - unconditionally include <features.h> in malloc.h (BZ#650)
1418 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
1419 (from empty string inside of word to empty string not at a word boundary,
1420 BZ#693)
1421 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
1422 and allow building -mno-tls-direct-seg-refs glibc that is free of
1423 direct TLS %gs access with negative offsets (BZ#737)
1424 - fix addseverity (BZ#731)
1425 - fix fmemopen (BZ#730)
1426 - fix rewinddir (BZ#734)
1427 - increase svc{tcp,unix}_create listen backlog (BZ#733)
1428 - fix vDSO l_map_end/l_text_end computation (BZ#729)
1429 - fix IA-32 stack alignment for LinuxThreads thread functions
1430 and functions passed to clone(2) directly (BZ#723)
1431 - fix ecvt{,_r} on denormals (#143279, BZ#725)
1432 - fix __tls_get_addr typo (BZ#726)
1433 - fix rounding in IA-64 alarm (#143710, BZ#626)
1434 - don't reinitialize __environ in __libc_start_main, so that
1435 effects of setenv/putenv done in DSO initializers are preserved
1436 (#144037, IT#57403, BZ#727)
1437 - fix ppc/ppc64 rint and other rounding functions (#144931, BZ#602)
1439 * Mon Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2.fc3
1440 - work around rpm bug some more, this time by copying
1441 iconvconfig to iconvconfig.%%{_target_cpu}.
1443 * Mon Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
1444 - update from CVS
1445 - glibc 2.3.4 release
1446 - add -o and --nostdlib options to iconvconfig
1447 - if /sbin/ldconfig doesn't exist when running
1448 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
1449 This can happen during first install of bi-arch glibc and the
1450 other arch glibc's %post wil run /sbin/ldconfig (#143326)
1451 - use -o and --nostdlib options to create all needed
1452 gconv-modules.cache files on bi-arch setups
1454 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
1455 - rebuilt
1457 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
1458 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
1459 if /sbin/init is the same ELF class and machine as
1460 glibc_post_upgrade.%%{_target_cpu} and similarly with
1461 condrestarting sshd (#143046)
1463 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
1464 - update from CVS
1465 - fix ppc64 getcontext and swapcontext (BZ#610)
1466 - sparc/sparc64 fixes
1468 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
1469 - update from CVS
1470 - fix i686 __USE_STRING_INLINES strncat
1471 - make sure ppc/ppc64 maintain correct stack alignment
1472 across clone
1474 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
1475 - export nis_domain_of_r from libnsl.so again which was
1476 unintentionally lost
1478 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
1479 - update from CVS
1480 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
1481 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
1482 (BZ#457)
1483 - fix sysconf (_POSIX_V6_*) for other ABI environments in
1484 bi-arch setups
1485 - s390/s390x clone without CLONE_THREAD getpid () adjustement
1487 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
1488 - update from CVS
1489 - fix %{_prefix}/libexec/getconf filenames generation
1491 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
1492 - update from CVS
1493 - double buffer size in getXXbyYY or getXXent on ERANGE
1494 instead of adding BUFLEN (#142617)
1495 - avoid busy loop in malloc if another thread is doing fork
1496 (#142214)
1497 - some more realloc corruption checks
1498 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
1499 tweak %{_prefix}/libexec/getconf/ filenames
1501 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
1502 - update from CVS
1503 - regex speedups
1504 - use | cat in ldd if running under bash3+ to allow running
1505 it on binaries that are not through SELinux allowed to access
1506 console or tty
1507 - add __NR_waitid defines for alpha and ia64
1509 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
1510 - update from CVS
1511 - fix clone2 on ia64
1512 - avoid tst-timer5 failing with linuxthreads implementation
1513 - if __libc_enable_secure, disallow mode != normal
1514 - change ldd script to imply -r when -u is used, properly
1515 propagate return value and handle suid binaries
1517 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
1518 - update from CVS
1519 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
1520 - disregard LD_DEBUG if __libc_enable_secure in normal mode
1521 if /suid-debug doesn't exist
1522 - fix fseekpos after ungetc
1523 - avoid reading bytes before start of buffers in regex's
1524 check_dst_limits_calc_pos_1 (#142060)
1525 - make getpid () working with clone/clone2 without CLONE_THREAD
1526 (so far on i386/x86_64/ia64 only)
1527 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
1528 - make %{_prefix}/libexec/getconf directory owned by glibc package
1530 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
1531 - update from CVS
1532 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
1533 - fix mktime with < 0 or > 59 tm_sec on entry
1534 - remove nonnull attribute for realpath
1535 - add $(make-target-directory) for errlist-compat.c rule
1536 (hopefully fix #141404)
1537 - add testcase for ungetc bug
1538 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
1540 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
1541 - update from CVS
1542 - some posix_opt.h fixes
1543 - fix strtold use of unitialized memory (#141000)
1544 - some more bugfixes for bugs detected by valgrind
1545 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
1546 on s390{,x} (#139678)
1548 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
1549 - update from CVS
1550 - support -v specification in getconf
1551 - fix sysconf (_SC_LFS64_CFLAGS) etc.
1552 - avoid thread stack aliasing issues on EM64T (#140803)
1553 - move %{_prefix}/include/nptl headers from nptl-devel
1554 to glibc-headers, so that even NPTL specific programs
1555 can be built bi-arch without problems
1557 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
1558 - update from CVS
1559 - fix memory leak in getaddrinfo if using nscd (#139559)
1560 - handle large lines in /etc/hosts and /etc/networks
1561 (#140378)
1562 - add nonnull attributes to selected dirent.h and dlfcn.h
1563 functions
1565 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
1566 - update from CVS
1567 - add deprecated and/or nonnull attribute to some signal.h
1568 functions
1569 - speed up tzset () by only using stat instead of open/fstat
1570 when calling tzset for the second and following time if
1571 /etc/localtime has not changed
1572 - fix tgamma (BZ #552)
1574 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
1575 - update from CVS
1576 - some malloc () checking
1577 - libpthread.a object dependency cleanups (#115157)
1578 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
1580 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
1581 - don't use chunksize in <= 2 * SIZE_SZ free () checks
1583 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
1584 - update from CVS
1585 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
1586 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
1587 issue special error message instead of using the buffer overflow
1588 detected one
1589 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
1590 speedup searching with nested subexps (BZ #544)
1591 - block SIGCANCEL in NPTL timer_* helper thread
1592 - further free () checking
1594 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
1595 - update from CVS
1596 - fix free () checking
1597 - move /etc/default/nss into glibc-common (hopefully fix #132392)
1599 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
1600 - update from CVS
1601 - fix LD_DEBUG=statistics
1602 - issue error message before aborting in __chk_fail ()
1603 - some more free () checking
1605 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
1606 - update from CVS
1607 - speedup regex on palindromes (BZ #429)
1608 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
1609 less priviledged all threads change their credentials successfully
1611 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
1612 - update from CVS
1613 - fix regcomp crash (#138439)
1614 - fix ftell{,o,o64} (#137885)
1615 - robustification of nscd to cope with corrupt databases (#137140)
1616 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
1617 - some regex optimizations
1619 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
1620 - update from CVS
1621 - mktime cleanups (BZ #487, #473)
1622 - unique comments in free(3) check error messages
1623 - adjust some x86_64 headers for -m32 (#129712)
1624 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
1626 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
1627 - fix <netinet/udp.h> header
1628 - fix globfree (#137176)
1629 - fix exiting if there are dlmopened libraries in namespaces
1630 other than main one not closed yet
1631 - export again _res_opcodes and __p_{class,type}_syms from
1632 libresolv.so that were lost in -69
1634 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
1635 - remove setaltroot and key{_add,_request,ctl} also from Versions
1636 - back out _sys_errlist changes
1638 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
1639 - back out setaltroot and key{_add,_request,ctl} addition
1640 - fix severe x86-64 symbol versioning regressions that breaks
1641 e.g. java binaries
1643 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
1644 - update from CVS
1645 - fix minor catchsegv temp file handling vulnerability
1646 (CAN-2004-0968, #136319)
1647 - add 4 new errno codes
1648 - setaltroot, key{_add,_request,ctl} syscalls on some arches
1649 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
1650 gdb purpose
1651 - use inet_pton to decide what is address and what is hostname
1652 in getent (#135422)
1653 - change dladdr/dladdr1, so that dli_saddr is the same kind
1654 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
1655 - fix catchsegv script so that it works with both 32-bit and 64-bit
1656 programs on multi-arch platforms
1658 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
1659 - update from CVS
1660 - require newer selinux-policy (#135978)
1661 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
1662 files in it
1663 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
1665 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
1666 - update from CVS
1667 - object size checking support (-D_FORTIFY_SOURCE={1,2})
1669 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
1670 - update from CVS
1671 - support for namespaces in the dynamic linker
1672 - fix dlclose (BZ #77)
1673 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
1674 and s390 (#130254)
1676 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
1677 - update from CVS
1678 - use non-blocking sockets in resolver (#135234)
1679 - reset pd->res options on thread exit, so that threads
1680 reusing cached stacks get resolver state properly initialized
1681 (BZ #434)
1683 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
1684 - update from CVS
1685 - avoid using perl in the spec file, buildrequire sed >= 3.95
1686 (#127671)
1687 - export TIMEOUTFACTOR=16
1688 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
1690 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
1691 - update from CVS
1692 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
1693 to -1 in LinuxThreads
1694 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
1695 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
1696 returns correct value
1697 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
1698 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
1699 dlopen libpthread.so and dlsym pthread_condattr_setclock
1700 - build nscd with -z relro and -z now
1702 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
1703 - update from CVS
1704 - stop using __builtin_expect in assert and assert_perror
1705 (#127606)
1706 - try to avoid too much VA fragmentation with malloc
1707 on flexmap layout (#118574)
1708 - nscd robustification
1709 - change valloc to use debugging hooks (#134385)
1710 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
1711 #125700)
1713 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
1714 - update from CVS
1715 - fix __nscd_getgrouplist
1716 - fix a typo in x86_64 pthread_mutex_timedwait fix
1718 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
1719 - update from CVS
1720 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
1722 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
1723 - update from CVS
1724 - some nscd fixes (#134193)
1725 - cache initgroups in nscd (#132850)
1726 - reread /etc/localtime in tzset () even if just mtime changed
1727 (#133481)
1728 - fix glob (#126460)
1729 - another get_myaddress fix
1731 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
1732 - update from CVS
1733 - fix get_myaddress (#133982)
1734 - remove nonnull attribute from second utime argument (#133866)
1735 - handle SIGSETXID the same way as SIGCANCEL in
1736 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
1737 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
1739 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
1740 - update from CVS
1741 - fix BZ #151, #362, #381, #407
1742 - fdim fix for +inf/+inf (BZ #376)
1744 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
1745 - update from CVS
1746 - vasprintf fix (BZ #346)
1747 - gettext locking (BZ #322)
1748 - change linuxthreads useldt.h inclusion login again, the last
1749 one failed all linuxthreads FLOATING_STACKS tests
1751 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
1752 - update from CVS
1753 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
1754 - fix nis locking (#132204)
1755 - RTLD_DEEPBIND support
1756 - fix pthread_create bugs (BZ #401, #405)
1758 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
1759 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
1760 - source tarballs renamed
1761 - redhat/ moved to fedora/, some old cruft removed
1762 - update from trunk
1763 - some __nonnull annotations
1765 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
1766 - update from CVS
1767 - set{re,e,res}[ug]id now affect the whole process in NPTL
1768 - return EAGAIN instead of ENOMEM when not enough memory
1769 in pthread_create
1771 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
1772 - update from CVS
1773 - nscd getaddrinfo caching
1775 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
1776 - restore temporarily old definition of __P()/__PMT()
1777 for third party apps
1779 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
1780 - update from CVS
1781 - nscd bi-arch fix
1782 - remove all uses of __P()/__PMT() from glibc headers
1783 - update and reenable nscd SELinux patch
1784 - remove libnss1* and libnss*.so.1 compatibility NSS modules
1785 on IA-32, SPARC and Alpha
1787 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
1788 - update from CVS
1789 - disable one of the malloc double free checks for non-contiguous
1790 arenas where it doesn't have to be true even for non-broken
1791 apps
1793 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
1794 - update from CVS
1795 - pwd/grp/host loops with nscd speed up by sharing the
1796 nscd cache r/o with applications
1797 - inexpensive double free check in free(3)
1798 - make NPTL pthread.h initializers usable even from C++
1799 (BZ #375)
1800 - use atomic instructions even in i386 nscd on i486+ CPUs
1801 (conditionally)
1803 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
1804 - update from CVS
1805 - fix linuxthreads tst-cancel{[45],-static}
1807 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
1808 - update from CVS
1809 - fix pthread_cond_destroy (BZ #342)
1810 - fix fnmatch without FNM_NOESCAPE (BZ #361)
1811 - fix ppc32 setcontext (BZ #357)
1812 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
1813 - add __NR_waitid defines for i386, x86_64 and sparc*
1815 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
1816 - update from CVS
1817 - persistent nscd caching
1818 - ppc64 32-bit atomicity fix
1819 - fix x86-64 nptl-devel headers for -m32 compilation
1820 - %%ghost /etc/ld.so.cache (#130597)
1821 - edit /etc/ld.so.conf in glibc_post_upgrade if
1822 include ld.so.conf.d/*.conf line is missing (#120588)
1823 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
1825 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
1826 - update from CVS
1828 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
1829 - update from CVS
1830 - fix nss_compat's initgroups handling (#130363)
1831 - fix getaddrinfo ai_canonname setting
1833 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
1834 - update from CVS
1835 - add ip6-dotint resolv.conf option, make
1836 no-ip6-dotint the default
1837 - BuildPrereq libselinux-devel (#129946)
1838 - on ppc64, build without dot symbols
1840 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
1841 - update from CVS
1842 - remove debugging printout (#129747)
1843 - make <sys/shm.h> usable in C++ (IT#45148)
1844 - update RLIMIT_* constants in <bits/resource.h>, make
1845 <sys/resource.h> POSIX compliant (#129740)
1847 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
1848 - fix last tzset () fixes, disable rereading of /etc/localtime
1849 every time for now
1850 - really enable SELinux support for NSCD
1852 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
1853 - update from CVS
1854 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
1855 - tzset () fixes (BZ #154)
1856 - speed up pthread_rwlock_unlock on arches other than i386 and
1857 x86_64 (#129455)
1858 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
1859 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
1860 (BZ #284)
1861 - add SELinux support for NSCD
1863 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
1864 - update from CVS
1865 - change res_init to force all threads to re-initialize
1866 resolver before they use it next time (#125712)
1867 - various getaddrinfo and related fixes (BZ #295, #296)
1868 - fix IBM{932,943} iconv modules (#128674)
1869 - some nscd fixes (e.g. BZ #292)
1870 - RFC 3678 support (Multicast Source Filters)
1871 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
1872 the same as /lib/i686/librt-*
1874 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
1875 - update from CVS
1876 - conformance related changes in headers
1877 - remove -finline-limit=2000 for GCC 3.4.x+
1879 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
1880 - update from CVS
1881 - fix res_init leaks
1882 - fix newlocale races
1883 - fix ppc64 setjmp
1884 - fix strtold (BZ #274)
1886 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
1887 - update from CVS
1888 - allow pthread_cancel in DSO destructors run at exit time
1889 - fix pow{f,,l} on IA-32 and powl on x86-64
1890 - allow PIEs on IA-32 to have main in a shared library they depend on
1892 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
1893 - s390* .plt slot reduction
1894 - fix pthread_rwlock_timedrdlock on x86_64
1896 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
1897 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
1898 NPTL changes
1900 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
1901 - update from CVS
1902 - if_nameindex using preferably netlink
1903 - printf_parsemb initialization fix
1904 - NPTL version is now the same as glibc version
1906 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
1907 - update from CVS
1908 - reread resolv.conf for nscd --invalidate=hosts
1909 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
1910 -m32 -D_FILE_OFFSET_BITS=64 compilations
1911 - avoid calling non-existing fcntl64 syscall on ppc64
1913 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
1914 - update from CVS
1915 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
1916 - fix backtrace in statically linked programs
1917 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
1919 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
1920 - update from CVS
1921 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
1922 - make c_stubs buildable even with GCC 3.2.x (#123042)
1924 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
1925 - fix pthread_cond_wait on architectures other than IA-32 and
1926 x86_64
1928 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
1929 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
1931 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
1932 - update from CVS
1933 - FUTEX_REQUEUE fixes (#115349)
1934 - SPARC GCC 3.4 build fix
1935 - fix handling of undefined TLS symbols on IA32 (RELA only),
1936 SPARC and SH
1937 - regex translate fix
1938 - speed up sprintf
1939 - x86_64 makecontext alignment fix
1940 - make POSIX sigpause the default sigpause, unless BSD sigpause
1941 requested
1943 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
1944 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
1945 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
1946 - build mq_{send,receive} with -fexceptions
1948 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
1949 - update from CVS
1950 - fix <tgmath.h>
1951 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
1952 use of realloc
1953 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
1954 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
1955 might be a stale symlink
1957 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
1958 - update from CVS
1959 - disable FUTEX_REQUEUE (work around #115349)
1960 - mq for sparc/sparc64/ia64
1962 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
1963 - update from CVS
1964 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
1965 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
1966 included already in XNS5)
1967 - reorder dlopen checks, so that dlopening ET_REL objects
1968 complains about != ET_DYN != ET_EXEC, not about phentsize
1969 (#121606)
1970 - fix strpbrk macro for GCC 3.4+ (BZ #130)
1971 - fix <sys/sysctl.h> (BZ #140)
1972 - sched_[gs]etaffinity documentation fix (BZ #131)
1973 - fix sparc64 build (BZ #139)
1974 - change linuxthreads back to use non-cancellable writes
1975 to manager pipes etc.
1976 - fix sem_timedwait return value in linuxthreads (BZ #133)
1977 - ia64 unnecessary PLT relocs removal
1979 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
1980 - update from CVS
1981 - fix *scanf
1982 - fix shm_unlink, sem_unlink and mq_unlink errno values
1983 - avoid memory leaks in error
1984 - execstack fixes on s390
1986 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
1987 - update from CVS
1988 - mq and timer fixes
1989 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
1990 linked binaries
1991 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
1993 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
1994 - disable rtkaio
1995 - update from CVS
1996 - POSIX message passing support
1997 - fixed SIGEV_THREAD support for POSIX timers
1998 - fix free on non-malloced memory in syslog
1999 - fix ffsl on some 64-bit arches
2000 - fix sched_setaffinity on x86-64, ia64
2001 - fix ppc64 umount
2002 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
2003 - various NIS speedups
2004 - fix fwrite with > 2GB sizes on 64-bit arches
2005 - fix pthread_getattr_np guardsize reporting in NPTL
2006 - report PLT relocations in ld.so and libc.so during the build
2008 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
2009 - update from CVS
2010 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
2011 - strtol speed optimization
2012 - don't try to use certainly unimplemented syscalls on ppc64
2013 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
2014 into /usr/lib/debug/usr/%{_lib}/ directory
2015 - fix c_stubs with gcc 3.4
2016 - move all the up to 3 builds into %%build scriptlet and
2017 leave only installation in the %%install scriptlet
2019 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
2020 - update from CVS
2021 - affinity API changes
2023 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
2024 - update from CVS
2025 - fix ia64 iopl (#118591)
2026 - add support for /etc/ld.so.conf.d/*.conf
2027 - fix x86-64 LD_DEBUG=statistics
2028 - fix hwcap handling when using ld.so.cache (#118518)
2030 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
2031 - update from CVS
2032 - implement non-_l function on top of _l functions
2034 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
2035 - update from CVS
2036 - fix s390{,x} TLS handling
2038 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
2039 - update from CVS
2040 - special section for compatibility code
2041 - make getpid () work even in vfork () child
2042 - configure with --enable-bind-now to avoid lazy binding in ld.so
2043 and libc.so
2045 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
2046 - update from CVS
2047 - fix iconv -c (#117021)
2048 - fix PIEs on sparc/sparc64
2049 - fix posix_fadvise on 64-bit architectures
2050 - add locale-archive as %%ghost file (#117014)
2052 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
2053 - update from CVS
2055 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
2056 - update from CVS
2058 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
2059 - update from CVS
2060 - fix ld.so when vDSO is randomized
2062 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
2063 - update from CVS
2065 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
2066 - update from CVS
2068 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
2069 - update from CVS
2071 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
2072 - update from CVS
2073 - dl_iterate_phdr extension to signal number of added/removed
2074 libraries
2075 - fix PT_GNU_RELRO support on ppc* with prelinking
2077 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
2078 - rebuilt with fixed GCC on IA-64
2080 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
2081 - fix PT_GNU_RELRO support
2083 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
2084 - update from CVS
2085 - some further regex speedups
2086 - fix re.translate handling in regex (#112869)
2087 - change regfree to match old regex behaviour (what is freed
2088 and clearing of freed pointers)
2089 - fix accesses to unitialized memory in regex (#113507, #113425,
2090 #113421)
2091 - PT_GNU_RELRO support
2093 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
2094 - update from CVS
2095 - fix pmap_set fd and memory leak (#112726)
2096 - fix backreference handling in regex
2097 - rebuilt under glibc without the above bug to fix
2098 libc.so linker script (#112738)
2100 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
2101 - update from CVS
2102 - faster getpid () in NPTL builds
2103 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
2104 really disable cancellation (#112512)
2105 - more regex fixes and speedups
2106 - fix nextafter*/nexttoward*
2107 - handle 6th syscall(3) argument on AMD64
2108 - handle memalign/posix_memalign in mtrace
2109 - fix linuxthreads memory leak (#112208)
2110 - remove throw () from cancellation points in linuxthreads (#112602)
2111 - fix NPTL unregister_atfork
2112 - fix unwinding through alternate signal stacks
2114 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
2115 - update from CVS
2116 - 2.3.3 release
2117 - lots of regex fixes and speedups (#110401)
2118 - fix atan2
2119 - fix pshared condvars in NPTL
2120 - fix pthread_attr_destroy for attributes created with
2121 pthread_attr_init@GLIBC_2.0
2122 - for the time being, include both nb_NO* and no_NO* as locales
2123 so that the distribution can catch up with the no_NO->nb_NO
2124 transition
2125 - add BuildPrereq texinfo (#110252)
2127 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
2128 - update from CVS
2129 - fix getifaddrs (CAN-2003-0859)
2130 - fix ftw fd leak
2131 - fix linuxthreads sigaction (#108634)
2132 - fix glibc 2.0 stdio compatibility
2133 - fix uselocale (LC_GLOBAL_LOCALE)
2134 - speed up stdio locking in non-threaded programs on IA-32
2135 - try to maintain correct order of cleanups between those
2136 registered with __attribute__((cleanup))
2137 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
2138 - fix segfault in regex (#109606)
2139 - fix RE_ICASE multi-byte handling in regex
2140 - fix pthread_exit in libpthread.a (#109790)
2141 - FTW_ACTIONRETVAL support
2142 - lots of regex fixes and speedups
2143 - fix ceill/floorl on AMD64
2145 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
2146 - update from CVS
2147 - fix ld.so --verify (and ldd)
2149 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
2150 - update from CVS
2151 - fix sprof (#103727)
2152 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
2153 - prevent dlopening of executables
2154 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
2155 - fix locale printing of word values on 64-bit big-endian arches
2156 (#107846)
2157 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
2158 (#101261)
2160 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
2161 - update from CVS
2162 - dl_iterate_phdr in libc.a on arches other than IA-64
2163 - LD_DEBUG=statistics prints number of relative relocations
2164 - fix hwcap computation
2165 - NPTL is now part of upstream glibc CVS
2166 - include {st,xh,zu}_ZA{,.UTF-8} locales
2168 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
2169 - update from CVS
2170 - fix close, pause and fsync (#105348)
2171 - fix pthread_once on IA-32
2172 - implement backtrace () on IA-64, handle -fomit-frame-pointer
2173 in AMD64 backtrace () (#90402)
2175 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
2176 - update from CVS
2177 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
2178 - fix mknod/ustat return value when given bogus device number (#105768)
2180 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
2181 - rebuilt
2183 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
2184 - fix IA-64 getcontext
2186 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
2187 - update from CVS
2188 - fix syslog with non-C non-en_* locales (#61296, #104979)
2189 - filter GLIBC_PRIVATE symbols from glibc provides
2190 - fix NIS+
2192 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
2193 - update from CVS
2194 - assume 2.4.21 kernel features on RHEL/ppc*, so that
2195 {make,set,get,swap}context works
2196 - backout execstack support for RHEL
2197 - build rtkaio on amd64 too
2199 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
2200 - update from CVS
2201 - execstack/noexecstack support
2202 - build nscd as PIE
2203 - move __libc_stack_end back to @GLIBC_2.1
2204 - build against elfutils >= 0.86 to fix stripping on s390x
2206 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
2207 - rebuilt
2209 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
2210 - update from CVS
2211 - NPTL locking change (#102682)
2212 - don't jump around lock on amd64
2214 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
2215 - fix open_memstream/syslog (#104661)
2217 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
2218 - update from CVS
2219 - retrieve affinity in pthread_getattr_np
2220 - fix pthread_attr_[gs]etaffinity_np
2221 - handle hex and octal in wordexp
2223 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
2224 - update from CVS
2225 - truncate instead of round in utimes when utimes syscall is not available
2226 - don't align stack in every glibc function unnecessarily on IA-32
2227 - make sure threads have their stack 16 byte aligned on IA-32
2228 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
2229 - fix pthread_getattr_np for the initial thread (#102683)
2230 - avoid linuxthreads signal race (#104368)
2231 - ensure all gzip invocations are done with -n option
2233 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
2234 - update from CVS
2235 - avoid linking in libgcc_eh.a unnecessarily
2236 - change ssize_t back to long int on s390 -m31, unless
2237 gcc 2.95.x is used
2239 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
2240 - update from CVS
2241 - fix IA-64 memccpy (#104114)
2243 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
2244 - update from CVS
2245 - undo broken amd64 signal context changes
2247 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
2248 - update from CVS
2249 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
2250 {unsigned,} int
2251 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
2252 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
2253 on 64-bit arches from {unsigned,} long long int {,*} to
2254 {unsigned,} long int {,*} to restore binary compatibility
2255 for C++ functions using these types as arguments
2257 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
2258 - rebuilt
2260 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
2261 - update from CVS
2262 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
2263 - libio fixes
2265 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
2266 - update from CVS
2267 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
2268 and old-style pthread_cleanup_push cleanups
2270 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
2271 - updated from CVS
2272 - lots of cancellation fixes
2273 - fix posix_fadvise* on ppc32
2274 - TLS layout fix
2275 - optimize stdio cleanups (#103354)
2276 - sparcv9 NPTL
2277 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
2278 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
2279 - fix svc_getreqset on 64-bit big-endian arches
2280 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
2281 PTHREAD_PROCESS_SHARED
2282 - add pthread_cond_timedwait stubs to libc.so (#102709)
2283 - split glibc-devel into glibc-devel and glibc-headers to ensure
2284 amd64 /usr/include always wins on amd64/i386 bi-arch installs
2285 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
2286 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
2287 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
2288 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
2289 and tests
2291 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
2292 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
2293 in glibc-debuginfo-common*
2295 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
2296 - update from CVS
2297 - fix glibc 2.0 libio compatibility (#101385)
2298 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
2299 - fix assert.h (#102916, #103017)
2300 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
2301 - fix static linking of large IA-64 binaries (#102586)
2302 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
2304 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
2305 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
2307 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
2308 - nptl_db rewrite not yet in CVS
2310 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
2311 - update from CVS
2312 - fix rtkaio aio_fsync{,64}
2313 - update rtkaio for !BROKEN_THREAD_SIGNALS
2314 - fix assert macro when used on pointers
2316 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
2317 - update from CVS
2319 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
2320 - update from CVS
2321 - disable CLONE_STOPPED for now until it is resolved
2322 - strip crt files
2323 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
2324 - fix glibc-debuginfo to include all nptl and nptl_db sources
2326 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
2327 - update from CVS
2328 - fix pthread_create@GLIBC_2.0 (#101767)
2329 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
2331 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
2332 - update from CVS
2333 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
2334 explicit scheduling (#101457)
2336 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
2337 - update from CVS
2338 - fix utimes and futimes if kernel doesn't support utimes syscall
2339 - fix s390 ssize_t type
2340 - fix dlerror when called before any dlopen/dlsym
2341 - update IA-64 bits/sigcontext.h (#101344)
2342 - various warning fixes
2343 - fix pthread.h comment typos (#101363)
2345 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
2346 - update from CVS
2347 - fix dlopen of libraries using TLS IE/LE models
2349 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
2350 - update from CVS
2351 - fix timer_create
2352 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
2354 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
2355 - update from CVS
2356 - fix wcpncpy (#99462)
2357 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
2358 unlike __errno_location () or __h_errno_location () was introduced
2359 in glibc 2.2)
2360 - fix zic bug on 64-bit platforms
2361 - some TLS handling fixes
2362 - make ldconfig look into alternate ABI dirs by default (#99402)
2363 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
2364 errataed separately from glibc
2365 - new add-on - rtkaio
2366 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
2368 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
2369 - fix thread cancellation on ppc64
2371 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
2372 - update from CVS
2373 - fix thread cancellation on ppc32, s390 and s390x
2375 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
2376 - update from CVS
2377 - build libc_nonshared.a with -fPIC instead of -fpic
2378 - fix ppc64 PIE support
2379 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
2381 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
2382 - update from CVS
2384 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
2385 - update from CVS
2386 - on IA-64 use different symbols for cancellation portion of syscall
2387 handlers to make gdb happier
2389 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
2390 - update from CVS
2391 - nss_compat supporting LDAP etc.
2393 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
2394 - update from CVS
2396 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
2397 - fix condvars and semaphores in ppc* NPTL
2398 - fix test-skeleton.c reporting of timed-out tests (#91269)
2399 - increase timeouts for tests during make check
2401 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
2402 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
2403 on bi-ABI architectures (#97557)
2404 - disable FUTEX_REQUEUE on ppc* temporarily
2406 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
2407 - update from CVS
2408 - fix glibc_post_upgrade on ppc
2410 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
2411 - update from CVS
2412 - fix localedef (#90659)
2413 - tweak linuxthreads for librt cancellation
2415 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
2416 - update from CVS
2418 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
2419 - update from CVS
2420 - fix <gnu/stubs.h> (#97169)
2422 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
2423 - update from CVS
2425 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
2426 - update from CVS
2427 - fix pthread_cond_signal on IA-32 (#92080, #92253)
2428 - fix setegid (#91567)
2429 - don't prelink -R libc.so on any architecture, it prohibits
2430 address randomization
2432 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
2433 - update from CVS
2434 - fix IA-64 NPTL build
2436 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
2437 - update from CVS
2438 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
2439 section in *.[oa]
2441 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
2442 - update from CVS
2443 - enable NPTL on AMD64
2444 - avoid using trampolines in localedef
2446 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
2447 - enable NPTL on IA-64
2449 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
2450 - update from CVS
2451 - enable NPTL on s390 and s390x
2452 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
2454 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
2455 - update from CVS
2457 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
2458 - update from CVS
2460 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
2461 - update from CVS
2462 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
2463 or set_tid_address syscall is available instead of checking
2464 AT_SYSINFO dynamic tag
2466 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
2467 - update from CVS
2469 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
2470 - update from CVS
2471 - fix for prelinking of libraries with no dependencies
2473 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
2474 - update from CVS
2475 - enable NPTL on ppc and ppc64
2477 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
2478 - rebuild
2480 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
2481 - update from CVS
2483 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
2484 - update from CVS
2485 - make -jN build fixes
2487 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
2488 - update from CVS
2489 - avoid using trampolines in iconvconfig for now
2491 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
2492 - update from CVS
2494 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
2495 - update from CVS
2496 - more ppc TLS fixes
2498 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
2499 - update from CVS
2500 - nscd fixes
2501 - fix Bahrain spelling (#56298)
2502 - fix Ukrainian collation (#83973)
2503 - accept trailing spaces in /etc/ld.so.conf (#86032)
2504 - perror fix (#85994)
2505 - fix localedef (#88978)
2506 - fix getifaddrs (#89026)
2507 - fix strxfrm (#88409)
2508 - fix ppc TLS
2509 - fix getaddrinfo (#89448)
2510 - don't print warning about errno, h_errno or _res if
2511 LD_ASSUME_KERNEL=2.4.1 or earlier
2513 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
2514 - update from CVS
2515 - fix prelink on ppc32
2516 - add TLS support on ppc32 and ppc64
2517 - make sure on -m64 arches all helper binaries are built with this
2518 option
2520 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
2521 - update from CVS
2522 - fix strxfrm (#88409)
2523 - use -m64 -mno-minimal-toc on ppc64
2524 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
2525 - link glibc_post_upgrade against newly built libc.a
2527 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
2528 - update from CVS
2529 - fix NPTL pthread_detach and already terminated, but not yet
2530 joined thread (#88219)
2531 - fix bug-regex4 testcase (#88118)
2532 - reenable prelink support broken in 2.3.2-13
2533 - fix register_printf_function (#88052)
2534 - fix double free with fopen using ccs= (#88056)
2535 - fix potential access below $esp in {set,swap}context (#88093)
2536 - fix buffer underrun in gencat -H (#88099)
2537 - avoid using unitialized variable in tst-tgmath (#88101)
2538 - fix gammal (#88104)
2539 - fix iconv -c
2540 - fix xdr_string (PR libc/4999)
2541 - fix /usr/lib/nptl/librt.so symlink
2542 - avoid running NPTL cleanups twice in some cases
2543 - unblock __pthread_signal_cancel in linuxthreads, so that
2544 linuxthreads threaded programs work correctly if spawned
2545 from NPTL threaded programs
2546 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
2547 - remove /lib/i686 directory before running ldconfig in glibc post
2548 during i686 -> i386 glibc "upgrades" (#88456)
2550 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
2551 - update from CVS
2552 - add pthread_atfork to libpthread.a
2554 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
2555 - update from CVS
2556 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
2557 point
2559 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
2560 - update from CVS
2561 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
2562 /lib/i686 libs on i686, not stright to /lib
2564 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
2565 - update from CVS
2566 - timers fixes
2568 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
2569 - update from CVS
2570 - fix NPTL pthread_cond_timedwait
2571 - fix sysconf (_SC_MONOTONIC_CLOCK)
2572 - use /%%{_lib}/tls instead of /lib/tls on x86-64
2573 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
2574 - display content of .out files for all make check failures
2576 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
2577 - update from CVS
2578 - kernel POSIX timers support
2580 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
2581 - update from CVS
2582 - export __fork from glibc again
2583 - fix glibc-compat build in NPTL
2584 - fix c_stubs
2585 - fix some more atomic.h problems
2586 - don't check abi in glibc-compat libs
2588 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
2589 - update from CVS
2590 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
2591 - condrestart sshd in glibc_post_upgrade so that the user can
2592 log in remotely and handle the rest (#86339)
2593 - fix a typo in glibc_post_upgrade on sparc
2595 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
2596 - update from CVS
2597 - change i686/athlon libc.so.6 base to 0x00e80000
2599 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
2600 - update from CVS
2601 - hopefully last fix for condvar problems
2603 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
2604 - fix bits/syscall.h creation on x86-64
2606 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
2607 - update from CVS
2609 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
2610 - update from CVS
2612 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
2613 - update from CVS
2614 - fix glibc-debug description (#85111)
2615 - make librt.so a symlink again, not linker script
2617 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
2618 - update from CVS
2619 - remove the workarounds for broken software accessing GLIBC_PRIVATE
2620 symbols
2622 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
2623 - update from CVS
2625 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
2626 - fix TLS IE/LE model handling in dlopened libraries
2627 on TCB_AT_TP arches
2629 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
2630 - update from CVS
2632 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
2633 - update from CVS
2635 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
2636 - update from CVS
2637 - only warn about errno, h_errno or _res for binaries, never
2638 libraries
2639 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
2641 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
2642 - update from CVS
2644 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
2645 - update from CVS
2647 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
2648 - update from CVS
2650 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
2651 - update from CVS
2653 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
2654 - update from CVS
2655 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
2657 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
2658 - update from CVS
2660 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
2661 - update from CVS
2663 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
2664 - update from CVS
2665 - pthread_cond* NPTL fixes, new NPTL testcases
2667 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
2668 - update from CVS
2669 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
2670 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
2671 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
2672 later is NPTL
2673 - enable TLS on alpha/alphaev6
2674 - add BuildPreReq: /usr/bin/readlink
2676 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
2677 - update from CVS
2678 - pthread_once fix
2680 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
2681 - update from CVS
2682 - vfork fix on s390
2683 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
2684 don't bind locally (#83325)
2686 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
2687 - update from CVS
2688 - fix pthread_create after vfork+exec in linuxthreads
2690 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
2691 - update from CVS
2693 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
2694 - update from CVS
2696 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
2697 - update from CVS
2698 - enable TLS on s390{,x} and sparc{,v9}
2700 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
2701 - update from CVS
2702 - initialize __environ in glibc_post_upgrade to empty array,
2703 so that it is not NULL
2704 - compat symlink for s390x /lib/ld64.so.1
2705 - enable glibc-profile on x86-64
2706 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
2708 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
2709 - update from CVS
2710 - nscd fixes, *scanf fix
2711 - fix %%nptlarches noarch build (#81909)
2712 - IA-64 TLS fixes
2714 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
2715 - update from CVS
2716 - rework -debuginfo subpackage, add -debuginfo-common
2717 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
2718 - fix vfork in libc.a on PPC32, Alpha, Sparc
2719 - fix libio locks in linuxthreads libc.so if libpthread.so
2720 is dlopened later (#81374)
2722 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
2723 - update from CVS
2724 - dlclose bugfixes
2725 - fix NPTL libpthread.a
2726 - fix glibc_post_upgrade on several arches
2728 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
2729 - update from CVS
2730 - TLS support on IA-64
2732 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
2733 - fix vfork in linuxthreads (#81377, #81363)
2735 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
2736 - update from CVS
2737 - don't use TLS libs if kernel doesn't set AT_SYSINFO
2738 (#80921, #81212)
2739 - add ntp_adjtime on alpha (#79996)
2740 - fix nptl_db (#81116)
2742 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
2743 - update from CVS
2744 - support all architectures again
2746 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
2747 - fix condvar compatibility wrappers
2748 - add ugly hack to use non-TLS libs if a binary is seen
2749 to have errno, h_errno or _res symbols in .dynsym
2751 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
2752 - update from CVS
2753 - fixes for new condvar
2755 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
2756 - new NPTL condvar implementation plus related linuxthreads
2757 symbol versioning updates
2759 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
2760 - update from CVS
2761 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
2762 feature set macros
2763 - make *sigaction, sigwait and raise the same between
2764 -lpthread -lc and -lc -lpthread in linuxthreads builds
2766 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
2767 - fix dlclose
2769 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
2770 - enable sysenter by default for now
2771 - fix endless loop in ldconfig
2773 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
2774 - update from CVS
2776 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
2777 - update from CVS
2778 - fix ptmalloc_init after clearenv (#80370)
2780 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
2781 - update from CVS
2782 - add IA-64 back
2783 - move TLS libraries from /lib/i686 to /lib/tls
2785 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
2786 - system(3) fix for linuxthreads
2787 - don't segfault in pthread_attr_init from libc.so
2788 - add cancellation tests from nptl to linuxthreads
2790 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
2791 - fix up lists of exported symbols + their versions
2792 from the libraries
2794 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
2795 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
2797 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
2798 - update from CVS
2799 - fix NPTL hanging mozilla
2800 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
2801 - make linuxthreads work with dl_dynamic_weak 0
2802 - clear dl_dynamic_weak everywhere
2804 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
2805 - update from CVS
2806 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
2807 - kill -debug sub-package, rename -debug-static to -debug
2808 - clear dl_dynamic_weak for NPTL
2810 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
2811 - fix <bits/mathinline.h> and <bits/nan.h> for C++
2812 - automatically generate NPTL libpthread wrappers
2814 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
2815 - update from CVS
2816 - all functions which need cancellation should now be cancellable
2817 both in libpthread.so and libc.so
2818 - removed @@GLIBC_2.3.2 cancellation wrappers
2820 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
2821 - update from CVS
2822 - replace __libc_lock_needed@GOTOFF(%ebx) with
2823 %gs:offsetof(tcbhead_t, multiple_threads)
2824 - start of new NPTL cancellation wrappers
2826 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
2827 - update from CVS
2828 - use inline locks in malloc
2830 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
2831 - update from CVS
2832 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
2834 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
2835 - update from CVS
2836 - rebuilt with gcc-3.2.1-2
2838 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
2839 - update from CVS
2840 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
2841 should work now
2842 - faster libc locking when using nptl
2843 - add OUTPUT_FORMAT to linker scripts
2844 - fix x86_64 sendfile (#79111)
2846 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
2847 - update from CVS
2848 - RUSCII support (#78906)
2849 - for nptl builds add BuildRequires
2850 - fix byteswap.h for non-gcc (#77689)
2851 - add nptl-devel package
2853 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
2854 - update from CVS
2855 - make --enable-kernel=2.2.5 --with-tls --without-__thread
2856 ld.so load nptl and other --with-__thread libs
2857 - disable nptl by default for now
2859 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
2860 - update from CVS
2861 - restructured redhat/Makefile and spec, so that src.rpm contains
2862 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
2863 - added nptl
2865 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
2866 - update from CVS
2867 - even more regex fixes
2868 - run sed testsuite to check glibc regex
2870 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
2871 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
2872 using libpthread.so.
2874 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
2875 - update from CVS
2876 - fixed %a and %A in *printf (#75821)
2877 - fix re_comp memory leaking (#76594)
2879 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
2880 - update from CVS
2881 - some more regex fixes
2882 - fix libpthread.a (#76484)
2883 - fix locale-archive enlarging
2885 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
2886 - update from CVS
2887 - don't need to use 128K of stacks for DNS lookups
2888 - regex fixes
2889 - updated timezone data e.g. for this year's Brasil DST
2890 changes
2891 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
2893 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
2894 - update to 2.3.1 final
2895 - support really low thread stack sizes (#74073)
2896 - tzdata update
2898 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
2899 - update from CVS
2900 - handle low stack limits
2901 - move s390x into */lib64
2903 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
2904 - update to 2.3 final
2905 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
2907 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
2908 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
2909 speed things up, because they are neither REL arches, nor
2910 ELF_MACHINE_REL_RELATIVE
2911 - fix sparc64 build
2913 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
2914 - update from CVS
2916 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
2917 - update from CVS
2918 - prelink on ppc and x86-64 too
2919 - don't remove ppc memset
2920 - instead of listing on which arches to remove glibc-compat
2921 list where it should stay
2923 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
2924 - fix wcsmbs functions with invalid character sets (or malloc
2925 failures)
2926 - make sure __ctype_b etc. compat vars are updated even if
2927 they are copy relocs in the main program
2929 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
2930 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
2931 leading to unresolved __set_h_errno symbol)
2933 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
2934 - security fix - increase dns-network.c MAXPACKET to at least
2935 65536 to avoid buffer overrun. Likewise glibc-compat
2936 dns-{host,network}.c.
2938 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
2939 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
2940 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
2941 from libc.so - we have still lots of .a libraries referencing
2942 __ctype_{b,tolower,toupper} out there...
2944 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
2945 - update from CVS
2946 - 2.2.93 release
2947 - use double instead of single indirection in isXXX macros
2948 - per-locale wcsmbs conversion state
2950 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
2951 - update from CVS
2952 - fix newlocale/duplocale/uselocale
2953 - disable profile on x86_64 for now
2955 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
2956 - update from CVS
2957 - 2.2.92 release
2958 - fix gettext after uselocale
2959 - fix locales in statically linked threaded programs
2960 - fix NSS
2962 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
2963 - update from CVS
2964 - 2.2.91 release
2965 - fix fd leaks in locale-archive reader (#72043)
2966 - handle EROFS in build-locale-archive gracefully (#71665)
2968 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
2969 - update from CVS
2970 - fix re_match (#72312)
2971 - support more than 1024 threads
2973 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
2974 - update from CVS
2975 - fix i386 build
2977 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
2978 - update from CVS
2979 - fix locale-archive loading hang on some (non-primary) locales
2980 (#72122, #71878)
2981 - fix umount problems with locale-archives when /usr is a separate
2982 partition (#72043)
2983 - add LICENSES file
2985 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
2986 - update from CVS
2987 - only mmap up to 2MB of locale-archive on 32-bit machines
2988 initially
2989 - fix fseek past end + fread segfault with mmaped stdio
2990 - include <sys/debugreg.h> which is mistakenly not included
2991 in glibc-devel on IA-32
2993 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
2994 - don't return normalized locale name in setlocale when using
2995 locale-archive
2997 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
2998 - update from CVS
2999 - optimize for primary system locale
3000 - localedef fixes (#71552, #67705)
3002 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
3003 - fix path to locale-archive in libc reader
3004 - build locale archive at glibc-common %post time
3005 - export __strtold_internal and __wcstold_internal on Alpha again
3006 - workaround some localedata problems
3008 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
3009 - update from CVS
3010 - patch out set_thread_area for now
3012 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
3013 - update from CVS
3014 - GB18030 patch from Yu Shao
3015 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
3016 - fix regcomp (#71039)
3018 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
3019 - update from CVS
3020 - use /usr/sbin/prelink, not prelink (#70376)
3022 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
3023 - update from CVS
3025 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
3026 - update from CVS
3027 - ungetc fix (#69586)
3028 - fseek errno fix (#69589)
3029 - change *etrlimit prototypes for C++ (#68588)
3030 - use --without-tls instead of --disable-tls
3032 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
3033 - set nscd user's shell to /sbin/nologin (#68369)
3034 - fix glibc-compat buffer overflows (security)
3035 - buildrequire prelink, don't build glibc's own copy of it (#67567)
3036 - update from CVS
3037 - regex fix (#67734)
3038 - fix unused warnings (#67706)
3039 - fix freopen with mmap stdio (#67552)
3040 - fix realloc (#68499)
3042 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
3043 - update from CVS
3044 - fix argp on long words
3045 - update atime in libio
3047 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
3048 - update from CVS
3049 - a thread race fix
3050 - fix readdir on invalid dirp
3052 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
3053 - update from CVS
3054 - don't use __thread in headers
3055 - fix system(3) in threaded apps
3056 - update prelink, so that it is possible to prelink -u libc.so.6.1
3057 on Alpha
3059 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
3060 - update from CVS
3061 - fix __moddi3 (#65612, #65695)
3062 - fix ether_line (#64427)
3063 - fix setvbuf with mmap stdio (#65864)
3064 - --disable-tls for now, waiting for kernel
3065 - avoid duplication of __divtf3 etc. on IA-64
3066 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
3068 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
3069 - update from CVS
3070 - fix Alpha pthread bug with gcc 3.1
3072 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
3073 - fix nice
3075 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
3076 - add relocation dependencies even for weak symbols (#63422)
3077 - stricter check_fds check for suid/sgid binaries
3078 - run make check at %%install time
3080 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
3081 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
3082 - back out do-lookup.h change (#63261, #63305)
3083 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
3084 since lots of compilers break on it
3085 - fix sparc build with gcc 3.1
3086 - fix spec file for athlon
3088 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
3089 - fix debugging of threaded apps (#62804)
3090 - fix DST for Estonia (#61494)
3091 - document that pthread_mutexattr_?etkind_np are deprecated
3092 and pthread_mutexattr_?ettype should be used instead in man
3093 pages (#61485)
3094 - fix libSegFault.so undefined externals
3096 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
3097 - temporarily disable prelinking ld.so, as some statically linked
3098 binaries linked against debugging versions of old glibcs die on it
3099 (#62352)
3100 - fix <semaphore.h> for -std=c99 (#62516)
3101 - fix ether_ntohost segfault (#62397)
3102 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
3103 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
3104 version (#61633)
3105 - prelink -r on alpha too
3107 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
3108 - update GB18030 iconv module (Yu Shao)
3110 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
3111 - features.h fix
3113 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
3114 - update from CVS
3115 - fix nscd with huge groups
3116 - fix nis to not close fds it shouldn't
3117 - rebuilt against newer glibc-kernheaders to use the correct
3118 PATH_MAX
3119 - handle .athlon.rpm glibc the same way as .i686.rpm
3120 - add a couple of .ISO-8859-15 locales (#61922)
3121 - readd temporarily currencies which were superceeded by Euro
3122 into the list of accepted currencies by localedef to make
3123 standard conformance testsuites happy
3124 - temporarily moved __libc_waitpid back to make Sun JDK happy
3125 - use old malloc code
3126 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
3128 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
3129 - update from CVS
3130 - fix DST handling for southern hemisphere (#60747)
3131 - fix daylight setting for tzset (#59951)
3132 - fix ftime (#60350)
3133 - fix nice return value
3134 - fix a malloc segfault
3135 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
3136 back to what they used to be exported at
3137 - censorship (#60758)
3139 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
3140 - update from CVS
3141 - use __attribute__((visibility(...))) if supported, use _rtld_local
3142 for ld.so only objects
3143 - provide libc's own __{,u}{div,mod}di3
3145 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
3146 - switch back to 2.2.5, mmap stdio needs work
3148 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
3149 - fix two other mmap stdio bugs (#60228)
3151 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
3152 - fix yet another mmap stdio bug (#60145)
3154 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
3155 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
3156 - apply Andreas Schwab's fix for pthread sigwait
3157 - remove /lib/i686/ libraries in glibc_post_upgrade when
3158 performing i386 glibc install
3160 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
3161 - update to CVS
3162 - added glibc-utils subpackage
3163 - disable autoreq in glibc-debug
3164 - readd %%lang() to locale files
3166 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
3167 - update to CVS
3168 - move glibc private symbols to GLIBC_PRIVATE symbol version
3170 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
3171 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
3172 symbol in libm
3174 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
3175 - add debug-static package
3177 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
3178 - update from CVS
3179 - remove -D__USE_STRING_INLINES
3180 - add debug subpackage to trim glibc and glibc-devel size
3182 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
3183 - fix strsep
3185 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
3186 - fix a ld.so bug with duplicate searchlists in l_scope
3187 - fix erfcl(-inf)
3188 - turn /usr/lib/librt.so into linker script
3190 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
3191 - fix a ld.so lookup bug after lots of dlopen calls
3192 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
3193 - prelinking support for Sparc64
3195 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
3196 - update from CVS to fix DT_SYMBOLIC
3197 - prelinking support for Alpha and Sparc
3199 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
3200 - update from CVS
3201 - linuxthreads now retries if -1/EINTR is returned from
3202 reading or writing to thread manager pipe (#43742)
3203 - use DT_FILTER in librt.so (#53394)
3204 - update glibc prelink patch so that it handles filters
3205 - fix timer_* with SIGEV_NONE (#53494)
3206 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
3208 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
3209 - fix build on sparc32
3210 - 2.2.4-13 build for some reason missed some locales
3211 on alpha/ia64
3213 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
3214 - fix iconvconfig
3216 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
3217 - add fam to /etc/rpc (#52863)
3218 - fix <inttypes.h> for C++ (#52960)
3219 - fix perror
3221 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
3222 - fix strnlen(x, -1)
3224 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
3225 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
3226 if __USE_UNIX98.
3228 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
3229 - fix bits/libc-lock.h so that gcc can compile
3230 - fix s390 build
3232 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
3233 - kill stale library symlinks in ldconfig (#52350)
3234 - fix inttypes.h for G++ < 3.0
3235 - use DT_REL*COUNT
3237 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
3238 - fix strnlen on IA-64 (#50077)
3240 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
3241 - glibc 2.2.4 final
3242 - fix -lpthread -static (#51672)
3244 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
3245 - doh, include libio/tst-swscanf.c
3247 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
3248 - don't crash on catclose(-1)
3249 - fix wscanf %[] handling
3250 - fix return value from swprintf
3251 - handle year + %U/%W week + week day in strptime
3253 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
3254 - update from CVS to
3255 - fix strcoll (#50548)
3256 - fix seekdir (#51132)
3257 - fix memusage (#50606)
3258 - don't make gconv-modules.cache %%config file, just don't verify
3259 its content.
3261 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
3262 - fix strtod and *scanf (#50723, #50724)
3264 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
3265 - update from CVS
3266 - fix iconv cache handling
3267 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
3268 - add gconv-modules.cache as emtpy config file (#50699)
3269 - only run iconvconfig if /usr is mounted read-write (#50667)
3271 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
3272 - move iconvconfig from glibc-common into glibc subpackage,
3273 call it from glibc_post_upgrade instead of common's post.
3275 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3276 - turn off debugging printouts in iconvconfig
3278 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3279 - update from CVS
3280 - fix IA-32 makecontext
3281 - make fflush(0) thread-safe (#46446)
3283 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
3284 - adjust prelinking DT_* and SHT_* values in elf.h
3285 - update from CVS
3286 - iconv cache
3287 - make iconv work in SUID/SGID programs (#34611)
3289 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
3290 - update from CVS
3291 - kill non-pic code in libm.so
3292 - fix getdate
3293 - fix some locales (#49402)
3294 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
3295 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
3296 - add floating stacks on IA-64, Alpha, Sparc (#49308)
3298 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
3299 - make /lib/i686 directory owned by glibc*.i686.rpm
3301 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
3302 - remove rquota.[hx] headers which are now provided by quota (#47141)
3303 - add prelinking patch
3305 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
3306 - require sh-utils for nscd
3308 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
3309 - update from CVS (#43681, #43350, #44663, #45685)
3310 - fix ro_RO bug (#44644)
3312 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
3313 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
3314 - make rpc headers -ansi compilable (#42390)
3315 - remove alphaev6 optimized memcpy, since there are still far too many
3316 broken apps which call memcpy where they should call memmove
3317 - update from CVS to (among other things):
3318 - fix tanhl bug (#43352)
3320 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
3321 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
3322 - fix a dlclose reldeps handling bug
3323 - some more profiling fixes
3324 - fix tgmath.h
3326 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
3327 - make ldconfig more quiet
3328 - fix LD_PROFILE on i686 (#41030)
3330 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3331 - fix the hardlink program, so that it really catches all files with
3332 identical content
3333 - add a s390x clone fix
3335 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3336 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
3337 - fix nss compatibility DSO versions for alphaev6
3338 - add a hardlink program instead of the shell 3x for plus cmp -s/link
3339 which takes a lot of time during build
3340 - rework BuildPreReq and Conflicts with gcc, so that
3341 it applies only where it has to
3343 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
3344 - fix locale name of ja_JP in UTF-8 (#39783)
3345 - fix re_search_2 (#40244)
3346 - fix memusage script (#39138, #39823)
3347 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
3348 - fix xtrace script (#39609)
3349 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
3350 libc_nonshared.a has atexit)
3351 - fix getconf LFS_CFLAGS on 64bitters
3352 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
3353 with __frame_state_for function (#37933)
3355 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
3356 - glibc 2.2.3 release
3357 - fix strcoll (#36539)
3358 - add BuildPreReqs (#36378)
3360 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
3361 - update from CVS
3363 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
3364 - update from CVS
3365 - fix sparc64, ia64
3366 - fix some locale syntax errors (#35982)
3368 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
3369 - update from CVS
3371 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
3372 - update from CVS
3374 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
3375 - support even 2.4.0 kernels on ia64, sparc64 and s390x
3376 - include UTF-8 locales
3377 - make gconv-modules %%config(noreplace)
3379 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
3380 - back out sunrpc changes
3382 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
3383 - update from CVS
3384 - fix ia64 build
3385 - fix pthread_getattr_np
3387 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
3388 - update from CVS
3389 - run atexit() registered functions at dlclose time if they are in shared
3390 libraries (#28625)
3391 - add pthread_getattr_np API to make JVM folks happy
3393 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
3394 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
3395 - fix ldd behaviour on unresolved symbols
3396 - remove nonsensical ldconfig warning, update osversion for the most
3397 recent library with the same soname in the same directory instead (#31703)
3398 - apply selected patches from CVS
3399 - s390x spec file changes from Florian La Roche
3401 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
3402 - fix gencat (#30894)
3403 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
3405 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
3406 - update from CVS
3407 - make pthread_attr_setstacksize consistent before and after pthread manager
3408 is started (#28194)
3409 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
3410 far, #28493)
3411 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
3412 make ld.so pick the right one
3414 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
3415 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
3417 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
3418 - make glibc require particular version of glibc-common
3419 and glibc-common prerequire glibc.
3421 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
3422 - glibc 2.2.2 release
3423 - fix regex REG_ICASE bug seen in ksymoops
3425 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
3426 - fix regexec leaking memory (#26864)
3428 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
3429 - update from CVS
3430 - fix ia64 build with gnupro
3431 - make regex 64bit clean
3432 - fix tgmath make check failures on alpha
3434 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
3435 - update again for ia64 DF_1_INITFIRST
3437 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
3438 - update from CVS
3439 - fix getaddrinfo (#25437)
3440 - support DF_1_INITFIRST (#25029)
3442 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
3443 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
3444 to run 2.2 kernels can downgrade to the base architecture glibc.
3446 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
3447 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
3449 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
3450 - update to 2.2.1 final
3451 - fix a pthread_kill_other_threads_np breakage (#23966)
3452 - make static binaries using dlopen work on ia64 again
3453 - fix a typo in glibc-common group
3455 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
3456 - devel requires glibc = %%{version}
3457 - noreplace /etc/nscd.conf
3459 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
3460 - some more security fixes:
3461 - don't look up LD_PRELOAD libs in cache for SUID apps
3462 (because that bypasses SUID bit checking on the library)
3463 - place output files for profiling SUID apps into /var/profile,
3464 use O_NOFOLLOW for them
3465 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
3466 - hardlink identical locale files together
3467 - add %%lang() tags to locale stuff
3468 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
3470 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
3471 - add glibc-common subpackage
3472 - fix alphaev6 memcpy (#22494)
3473 - fix sys/cdefs.h (#22908)
3474 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
3475 - work around a bug in IBM JDK (#22932, #23012)
3476 - fix pmap_unset when network is down (#23176)
3477 - move nscd in rc.d before netfs on shutdown
3478 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
3480 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
3481 - fix ftw and nftw
3483 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
3484 - fix fcvt (#22184)
3485 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
3486 - fix gencat
3488 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
3489 - fix alpha htonl and alphaev6 stpcpy
3491 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
3492 - update to CVS to:
3493 - fix getnameinfo (#21934)
3494 - don't stomp on memory in rpath handling (#21544)
3495 - fix setlocale (#21507)
3496 - fix libNoVersion.so.1 loading code (#21579)
3497 - use auxarches define in spec file for auxiliary
3498 architectures (#21219)
3499 - remove /usr/share directory from filelist (#21218)
3501 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
3502 - update to CVS to fix getaddrinfo
3504 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
3505 - update to CVS to fix freopen
3506 - remove all alpha workarounds, not needed anymore
3508 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
3509 - fix dladdr bug on alpha/sparc32/sparc64
3510 - fix Makefiles so that they run static tests properly
3512 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
3513 - update to CVS to fix ldconfig
3515 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
3516 - update to glibc 2.2 release
3518 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
3519 - update to CVS to:
3520 - export __sysconf@@GLIBC_2.2 (#20417)
3522 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
3523 - merge to 2.1.97
3525 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
3526 - update to CVS, including:
3527 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
3528 - fix hesiod (#19375)
3529 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
3530 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
3532 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
3533 - fix alpha semctl (#19199)
3534 - update to CVS, including:
3535 - fix glibc headers for Compaq non-gcc compilers
3536 - fix locale alias handling code (#18832)
3537 - fix rexec on little endian machines (#18886)
3538 - started writing changelog again
3540 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
3541 - added ja ujis alias for backwards compatibility