log entries from 2.3 merge
[glibc.git] / fedora / glibc.spec.in
bloba2b9b711e63d365d4ec61f832bf8696ca9be4721
1 %define glibcrelease 0.fc3.4
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}, %{name} = %{version}
106 %ifarch %{ix86}
107 # Earlier gcc's had atexit reference in crtendS.o, which does not
108 # work with this glibc where atexit is in libc_nonshared.a
109 Conflicts: gcc < 2.96-79
110 %endif
111 Autoreq: true
113 %description devel
114 The glibc-devel package contains the object files necessary
115 for developing programs which use the standard C libraries (which are
116 used by nearly all programs). If you are developing programs which
117 will use the standard C libraries, your system needs to have these
118 standard object files available in order to create the
119 executables.
121 Install glibc-devel if you are going to develop programs which will
122 use the standard C libraries.
124 %package headers
125 Summary: Header files for development using standard C libraries.
126 Group: Development/Libraries
127 Provides: %{name}-headers(%{_target_cpu})
128 %ifarch x86_64
129 # If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers
130 # have to be installed, not i386 ones.
131 Obsoletes: %{name}-headers(i386)
132 %endif
133 Obsoletes: libc-debug, libc-headers, libc-devel, linuxthreads-devel
134 Prereq: kernel-headers
135 Requires: kernel-headers >= 2.2.1, %{name} = %{version}
136 Autoreq: true
138 %description headers
139 The glibc-headers package contains the header files necessary
140 for developing programs which use the standard C libraries (which are
141 used by nearly all programs). If you are developing programs which
142 will use the standard C libraries, your system needs to have these
143 standard header files available in order to create the
144 executables.
146 Install glibc-headers if you are going to develop programs which will
147 use the standard C libraries.
149 %package -n nptl-devel
150 Summary: Header files and static libraries for development using NPTL library.
151 Group: Development/Libraries
152 Requires: glibc-devel = %{version}-%{release}
153 Autoreq: true
155 %description -n nptl-devel
156 The nptl-devel package contains the header and object files necessary
157 for developing programs which use the NPTL library (and either need
158 NPTL specific header files or want to link against NPTL statically).
160 %package profile
161 Summary: The GNU libc libraries, including support for gprof profiling.
162 Group: Development/Libraries
163 Obsoletes: libc-profile
164 Autoreq: true
166 %description profile
167 The glibc-profile package includes the GNU libc libraries and support
168 for profiling using the gprof program. Profiling is analyzing a
169 program's functions to see how much CPU time they use and determining
170 which functions are calling other functions during execution. To use
171 gprof to profile a program, your program needs to use the GNU libc
172 libraries included in glibc-profile (instead of the standard GNU libc
173 libraries included in the glibc package).
175 If you are going to use the gprof program to profile a program, you'll
176 need to install the glibc-profile package.
178 %package common
179 Summary: Common binaries and locale data for glibc
180 Conflicts: %{name} < %{version}
181 Conflicts: %{name} > %{version}
182 Autoreq: false
183 Requires: tzdata >= 2003a
184 Group: System Environment/Base
186 %description common
187 The glibc-common package includes common binaries for the GNU libc
188 libraries, as well as national language (locale) support.
190 %package -n nscd
191 Summary: A Name Service Caching Daemon (nscd).
192 Group: System Environment/Daemons
193 Conflicts: kernel < 2.2.0
194 Requires: libselinux >= 1.17.10-1
195 Conflicts: selinux-policy-targeted < 1.17.30-2.2
196 Prereq: /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, sh-utils
197 Autoreq: true
199 %description -n nscd
200 Nscd caches name service lookups and can dramatically improve
201 performance with NIS+, and may help with DNS as well. Note that you
202 can't use nscd with 2.0 kernels because of bugs in the kernel-side
203 thread support. Unfortunately, nscd happens to hit these bugs
204 particularly hard.
206 %package utils
207 Summary: Development utilities from GNU C library
208 Group: Development/Tools
209 Requires: glibc = %{version}-%{release}
211 %description utils
212 The glibc-utils package contains memusage, a memory usage profiler,
213 mtrace, a memory leak tracer and xtrace, a function call tracer
214 which can be helpful during program debugging.
216 If unsure if you need this, don't install this package.
218 %if "%{_enable_debug_packages}" == "1"
219 %define debug_package %{nil}
221 %package debuginfo
222 Summary: Debug information for package %{name}
223 Group: Development/Debug
224 %ifarch %{debuginfocommonarches}
225 Requires: glibc-debuginfo-common = %{version}-%{release}
226 %endif
228 %description debuginfo
229 This package provides debug information for package %{name}.
230 Debug information is useful when developing applications that use this
231 package or when debugging this package.
233 This package also contains static standard C libraries with
234 debugging information. You need this only if you want to step into
235 C library routines during debugging programs statically linked against
236 one or more of the standard C libraries.
237 To use this debugging information, you need to link binaries
238 with -static -L%{_prefix}/lib/debug%{_prefix}/%{_lib} compiler options.
240 %ifarch %{debuginfocommonarches}
242 %package debuginfo-common
243 Summary: Debug information for package %{name}
244 Group: Development/Debug
246 %description debuginfo-common
247 This package provides debug information for package %{name}.
248 Debug information is useful when developing applications that use this
249 package or when debugging this package.
251 %endif
252 %endif
254 %prep
255 %setup -q -n %{glibcsrcdir} %{glibc_release_unpack} -a3
256 %patch0 -E -p1
257 case "`gcc --version | head -1`" in
258 gcc*\ 3.[34]*)
259 %ifarch %{nptlarches}
260 %patch1 -p1
261 %endif
263 gcc*\ 3.2.3*)
264 case "`uname -r`" in *.ent*|*.EL*)
265 %patch2 -p1
266 ;; esac ;;
267 esac
268 %ifarch ia64
269 %if "%{_lib}" == "lib64"
270 %patch3 -p1
271 %endif
272 %endif
274 # Hack till glibc-kernheaders get updated, argh
275 mkdir asm
276 cat > asm/unistd.h <<EOF
277 #ifndef _HACK_ASM_UNISTD_H
278 #include_next <asm/unistd.h>
279 %ifarch alpha
280 #ifndef __NR_stat64
281 #define __NR_stat64 425
282 #define __NR_lstat64 426
283 #define __NR_fstat64 427
284 #endif
285 #ifndef __NR_mq_open
286 #define __NR_mq_open 432
287 #define __NR_mq_unlink 433
288 #define __NR_mq_timedsend 434
289 #define __NR_mq_timedreceive 435
290 #define __NR_mq_notify 436
291 #define __NR_mq_getsetattr 437
292 #endif
293 #ifndef __NR_waitid
294 #define __NR_waitid 438
295 #endif
296 %endif
297 %ifarch %{ix86}
298 #ifndef __NR_mq_open
299 #define __NR_mq_open 277
300 #define __NR_mq_unlink (__NR_mq_open+1)
301 #define __NR_mq_timedsend (__NR_mq_open+2)
302 #define __NR_mq_timedreceive (__NR_mq_open+3)
303 #define __NR_mq_notify (__NR_mq_open+4)
304 #define __NR_mq_getsetattr (__NR_mq_open+5)
305 #endif
306 #ifndef __NR_waitid
307 #define __NR_waitid 284
308 #endif
309 %endif
310 %ifarch ia64
311 #ifndef __NR_timer_create
312 #define __NR_timer_create 1248
313 #define __NR_timer_settime 1249
314 #define __NR_timer_gettime 1250
315 #define __NR_timer_getoverrun 1251
316 #define __NR_timer_delete 1252
317 #define __NR_clock_settime 1253
318 #define __NR_clock_gettime 1254
319 #define __NR_clock_getres 1255
320 #define __NR_clock_nanosleep 1256
321 #endif
322 #ifndef __NR_mq_open
323 #define __NR_mq_open 1262
324 #define __NR_mq_unlink 1263
325 #define __NR_mq_timedsend 1264
326 #define __NR_mq_timedreceive 1265
327 #define __NR_mq_notify 1266
328 #define __NR_mq_getsetattr 1267
329 #endif
330 #ifndef __NR_waitid
331 #define __NR_waitid 1270
332 #endif
333 %endif
334 %ifarch ppc
335 #ifndef __NR_utimes
336 #define __NR_utimes 251
337 #endif
338 #ifndef __NR_statfs64
339 #define __NR_statfs64 252
340 #define __NR_fstatfs64 253
341 #endif
342 #ifndef __NR_fadvise64_64
343 #define __NR_fadvise64_64 254
344 #endif
345 #ifndef __NR_mq_open
346 #define __NR_mq_open 262
347 #define __NR_mq_unlink 263
348 #define __NR_mq_timedsend 264
349 #define __NR_mq_timedreceive 265
350 #define __NR_mq_notify 266
351 #define __NR_mq_getsetattr 267
352 #endif
353 %endif
354 %ifarch ppc64
355 #ifndef __NR_utimes
356 #define __NR_utimes 251
357 #endif
358 #ifndef __NR_mq_open
359 #define __NR_mq_open 262
360 #define __NR_mq_unlink 263
361 #define __NR_mq_timedsend 264
362 #define __NR_mq_timedreceive 265
363 #define __NR_mq_notify 266
364 #define __NR_mq_getsetattr 267
365 #endif
366 %endif
367 %ifarch s390
368 #ifndef __NR_timer_create
369 #define __NR_timer_create 254
370 #define __NR_timer_settime (__NR_timer_create+1)
371 #define __NR_timer_gettime (__NR_timer_create+2)
372 #define __NR_timer_getoverrun (__NR_timer_create+3)
373 #define __NR_timer_delete (__NR_timer_create+4)
374 #define __NR_clock_settime (__NR_timer_create+5)
375 #define __NR_clock_gettime (__NR_timer_create+6)
376 #define __NR_clock_getres (__NR_timer_create+7)
377 #define __NR_clock_nanosleep (__NR_timer_create+8)
378 #endif
379 #ifndef __NR_fadvise64_64
380 #define __NR_fadvise64_64 264
381 #endif
382 #ifndef __NR_statfs64
383 #define __NR_statfs64 265
384 #define __NR_fstatfs64 266
385 #endif
386 #ifndef __NR_mq_open
387 #define __NR_mq_open 271
388 #define __NR_mq_unlink 272
389 #define __NR_mq_timedsend 273
390 #define __NR_mq_timedreceive 274
391 #define __NR_mq_notify 275
392 #define __NR_mq_getsetattr 276
393 #endif
394 %endif
395 %ifarch s390x
396 #ifndef __NR_timer_create
397 #define __NR_timer_create 254
398 #define __NR_timer_settime (__NR_timer_create+1)
399 #define __NR_timer_gettime (__NR_timer_create+2)
400 #define __NR_timer_getoverrun (__NR_timer_create+3)
401 #define __NR_timer_delete (__NR_timer_create+4)
402 #define __NR_clock_settime (__NR_timer_create+5)
403 #define __NR_clock_gettime (__NR_timer_create+6)
404 #define __NR_clock_getres (__NR_timer_create+7)
405 #define __NR_clock_nanosleep (__NR_timer_create+8)
406 #endif
407 #ifndef __NR_mq_open
408 #define __NR_mq_open 271
409 #define __NR_mq_unlink 272
410 #define __NR_mq_timedsend 273
411 #define __NR_mq_timedreceive 274
412 #define __NR_mq_notify 275
413 #define __NR_mq_getsetattr 276
414 #endif
415 %endif
416 %ifarch sparc sparc64
417 #ifndef __NR_mq_open
418 #define __NR_mq_open 273
419 #define __NR_mq_unlink 274
420 #define __NR_mq_timedsend 275
421 #define __NR_mq_timedreceive 276
422 #define __NR_mq_notify 277
423 #define __NR_mq_getsetattr 278
424 #endif
425 #ifndef __NR_waitid
426 #define __NR_waitid 279
427 #endif
428 %endif
429 %ifarch x86_64
430 #ifndef __NR_mq_open
431 #define __NR_mq_open 240
432 #define __NR_mq_unlink 241
433 #define __NR_mq_timedsend 242
434 #define __NR_mq_timedreceive 243
435 #define __NR_mq_notify 244
436 #define __NR_mq_getsetattr 245
437 #endif
438 #ifndef __NR_waitid
439 #define __NR_waitid 247
440 #endif
441 %endif
442 #endif
445 %ifnarch %{ix86} alpha alphaev6 sparc sparcv9
446 rm -rf glibc-compat
447 %endif
449 # A lot of programs still misuse memcpy when they have to use
450 # memmove. The memcpy implementation below is not tolerant at
451 # all.
452 rm -f sysdeps/alpha/alphaev6/memcpy.S
454 find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;
455 cat > find_provides.sh <<EOF
456 #!/bin/sh
457 /usr/lib/rpm/find-provides | grep -v GLIBC_PRIVATE
458 exit 0
460 chmod +x find_provides.sh
461 touch `find . -name configure`
463 %build
464 rm -rf build-%{_target_cpu}-linux
465 mkdir build-%{_target_cpu}-linux ; cd build-%{_target_cpu}-linux
466 GCC=gcc
467 %ifarch %{ix86}
468 BuildFlags="-march=%{_target_cpu}"
469 %endif
470 %ifarch alphaev6
471 BuildFlags="-mcpu=ev6"
472 %endif
473 %ifarch sparc
474 BuildFlags="-fcall-used-g6"
475 GCC="gcc -m32"
476 %endif
477 %ifarch sparcv9
478 BuildFlags="-mcpu=ultrasparc -fcall-used-g6"
479 GCC="gcc -m32"
480 %endif
481 %ifarch sparc64
482 BuildFlags="-mcpu=ultrasparc -mvis -fcall-used-g6"
483 GCC="gcc -m64"
484 %endif
485 %ifarch ppc64
486 BuildFlags="-mno-minimal-toc"
487 GCC="gcc -m64"
488 %endif
490 # If gcc supports __thread, test it even in --with-tls --without-__thread
491 # builds.
492 if echo '__thread int a;' | $GCC -xc - -S -o /dev/null 2>/dev/null; then
493 sed -ie 's/0 [|][|]/1 ||/' ../elf/tst-tls10.h ../linuxthreads/tst-tls1.h
496 BuildFlags="$BuildFlags -DNDEBUG=1"
497 if gcc -v 2>&1 | grep -q 'gcc version 3.[0123]'; then
498 BuildFlags="$BuildFlags -finline-limit=2000"
500 EnableKernel="--enable-kernel=%{enablekernel}"
501 echo "$BuildFlags" > ../BuildFlags
502 echo "$GCC" > ../Gcc
503 AddOns=`cd .. && echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkaio\)\( \|$\)!!g;s! \+$!!;s! !,!g;s!^!,!;/^,\*$/d'`
504 echo "$AddOns" > ../AddOns
505 Pthreads=linuxthreads
506 %ifarch %{withtlsarches}
507 WithTls="--with-tls --without-__thread"
508 %else
509 WithTls="--without-tls --without-__thread"
510 %endif
511 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
512 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
513 --with-headers=%{_prefix}/include --enable-bind-now \
514 $WithTls --build %{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat-linux
515 if [ -x /usr/bin/getconf ] ; then
516 numprocs=$(/usr/bin/getconf _NPROCESSORS_ONLN)
517 if [ $numprocs -eq 0 ]; then
518 numprocs=1
520 else
521 numprocs=1
523 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
524 $GCC -static -L. -Os ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade.%{_target_cpu} \
525 %ifarch i386
526 -DARCH_386 \
527 %endif
528 %ifarch %{nptlarches}
529 '-DLIBTLS="/%{_lib}/tls/"' \
530 %endif
531 '-DGCONV_MODULES_DIR="%{_prefix}/%{_lib}/gconv"' \
532 '-DLD_SO_CONF="/etc/ld.so.conf"' \
533 '-DICONVCONFIG="%{_sbindir}/iconvconfig.%{_target_cpu}"'
534 cd ..
536 # hack
537 unset LD_ASSUME_KERNEL || :
539 %ifarch %{rtkaioarches}
540 AddOns=,rtkaio$AddOns
541 %endif
543 %ifarch i686 athlon
544 rm -rf build-%{_target_cpu}-linuxltfs
545 mkdir build-%{_target_cpu}-linuxltfs ; cd build-%{_target_cpu}-linuxltfs
546 EnableKernel="--enable-kernel=%{enablekernelltfs} --disable-profile"
547 Pthreads=linuxthreads
548 %ifarch %{withtlsarches}
549 WithTls="--with-tls --without-__thread"
550 %else
551 WithTls="--without-tls --without-__thread"
552 %endif
553 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
554 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
555 --with-headers=%{_prefix}/include --enable-bind-now \
556 $WithTls --build %{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat-linux
557 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
559 cd ..
560 %endif
562 %ifarch %{nptlarches}
563 rm -rf build-%{nptl_target_cpu}-linuxnptl
564 mkdir build-%{nptl_target_cpu}-linuxnptl ; cd build-%{nptl_target_cpu}-linuxnptl
565 EnableKernel="--enable-kernel=%{enablekernelnptl} --disable-profile"
566 Pthreads=nptl
567 WithTls="--with-tls --with-__thread"
568 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
569 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
570 --with-headers=%{_prefix}/include --enable-bind-now \
571 $WithTls --build %{nptl_target_cpu}-redhat-linux --host %{nptl_target_cpu}-redhat-linux
572 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
574 cd ..
575 %endif
577 %install
578 # hack
579 unset LD_ASSUME_KERNEL || :
581 BuildFlags=`cat BuildFlags`
582 GCC=`cat Gcc`
583 AddOns=`cat AddOns`
585 %ifarch %{rtkaioarches}
586 AddOns=,rtkaio$AddOns
587 %endif
589 if [ -x /usr/bin/getconf ] ; then
590 numprocs=$(/usr/bin/getconf _NPROCESSORS_ONLN)
591 if [ $numprocs -eq 0 ]; then
592 numprocs=1
594 else
595 numprocs=1
597 rm -rf $RPM_BUILD_ROOT
598 mkdir -p $RPM_BUILD_ROOT
599 make -j1 install_root=$RPM_BUILD_ROOT install -C build-%{_target_cpu}-linux PARALLELMFLAGS=-s
600 %ifnarch %{auxarches}
601 cd build-%{_target_cpu}-linux && \
602 make -j$numprocs install_root=$RPM_BUILD_ROOT install-locales -C ../localedata objdir=`pwd` && \
603 cd ..
604 %endif
606 SubDir=
608 %ifarch i686 athlon
609 cd build-%{_target_cpu}-linuxltfs
610 Pthreads=linuxthreads
611 SubDir=i686
612 mkdir -p $RPM_BUILD_ROOT/lib/$SubDir/
613 cp -a libc.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libc-*.so`
614 ln -sf `basename $RPM_BUILD_ROOT/lib/libc-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libc.so.*`
615 cp -a math/libm.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libm-*.so`
616 ln -sf `basename $RPM_BUILD_ROOT/lib/libm-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libm.so.*`
617 cp -a $Pthreads/libpthread.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libpthread-*.so`
618 pushd $RPM_BUILD_ROOT/lib/$SubDir
619 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/lib/libpthread.so.*`
620 popd
621 %ifarch %{rtkaioarches}
622 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt-*.so | sed s/librt-/librtkaio-/`
623 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.*`
624 %else
625 cp -a rt/librt.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt-*.so`
626 ln -sf `basename $RPM_BUILD_ROOT/lib/librt-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt.so.*`
627 %endif
629 cd ..
630 %endif
632 %ifarch %{nptlarches}
633 cd build-%{nptl_target_cpu}-linuxnptl
634 Pthreads=nptl
635 SubDir=%{tls_subdir}
636 mkdir -p $RPM_BUILD_ROOT/%{_lib}/$SubDir/
637 cp -a libc.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so`
638 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc.so.*`
639 cp -a math/libm.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so`
640 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm.so.*`
641 cp -a $Pthreads/libpthread.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/libpthread-%{version}.so
642 pushd $RPM_BUILD_ROOT/%{_lib}/$SubDir
643 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*`
644 popd
645 %ifarch %{rtkaioarches}
646 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/`
647 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.*`
648 %else
649 cp -a rt/librt.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so`
650 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt.so.*`
651 %endif
652 cp -a ${Pthreads}_db/libthread_db.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so`
653 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db.so.*`
655 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl
656 cp -a libc.a nptl/libpthread.a nptl/libpthread_nonshared.a rt/librt.a \
657 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/
658 sed "s| /%{_lib}/| /%{_lib}/$SubDir/|" $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libc.so \
659 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/libc.so
660 sed "s|^GROUP (.*)|GROUP ( /%{_lib}/$SubDir/"`basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*`' %{_prefix}/%{_lib}/nptl/libpthread_nonshared.a )|' \
661 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libc.so \
662 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/libpthread.so
663 %ifarch %{rtkaioarches}
664 ln -sf /%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed 's/librt-/librtkaio-/'` \
665 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/librt.so
666 %else
667 ln -sf /%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` \
668 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/librt.so
669 %endif
670 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/nptl/*.a
671 mkdir -p $RPM_BUILD_ROOT/nptl $RPM_BUILD_ROOT%{_prefix}/include/nptl
672 make -j1 install_root=$RPM_BUILD_ROOT/nptl install-headers PARALLELMFLAGS=-s
673 pushd $RPM_BUILD_ROOT/nptl%{_prefix}/include
674 for i in `find . -type f`; do
675 if ! [ -f $RPM_BUILD_ROOT%{_prefix}/include/$i ] \
676 || ! cmp -s $i $RPM_BUILD_ROOT%{_prefix}/include/$i; then
677 mkdir -p $RPM_BUILD_ROOT%{_prefix}/include/nptl/`dirname $i`
678 cp -a $i $RPM_BUILD_ROOT%{_prefix}/include/nptl/$i
680 done
681 popd
682 rm -rf $RPM_BUILD_ROOT/nptl
684 cd ..
686 %ifarch i386
687 for i in i586 i686; do
688 mkdir $RPM_BUILD_ROOT/%{_lib}/tls/$i
689 pushd $RPM_BUILD_ROOT/%{_lib}/tls/$i
690 ln -sf ../i486/*.so .
691 cp -a ../i486/*.so.* .
692 popd
693 done
694 %endif
695 %endif
697 # compatibility hack: this locale has vanished from glibc, but some other
698 # programs are still using it. Normally we would handle it in the %pre
699 # section but with glibc that is simply not an option
700 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/locale/ru_RU/LC_MESSAGES
702 # Remove the files we don't want to distribute
703 rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libNoVersion*
704 %ifnarch %{ix86} alpha alphaev6 sparc sparcv9
705 rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion*
706 %endif
708 # the man pages for the linuxthreads require special attention
709 make -C linuxthreads/man
710 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
711 install -m 0644 linuxthreads/man/*.3thr $RPM_BUILD_ROOT%{_mandir}/man3
712 gzip -9nvf $RPM_BUILD_ROOT%{_mandir}/man3/*
714 if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then
715 mkdir -p $RPM_BUILD_ROOT%{_infodir}
716 mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir}
717 rm -rf $RPM_BUILD_ROOT%{_prefix}/info
720 gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc*
722 ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libbsd.a
724 install -p -m 644 fedora/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf
726 mkdir -p $RPM_BUILD_ROOT/etc/default
727 install -p -m 644 nis/nss $RPM_BUILD_ROOT/etc/default/nss
729 # Take care of setuids
730 # -- new security review sez that this shouldn't be needed anymore
731 #chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown
733 # This is for ncsd - in glibc 2.2
734 install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc
735 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
736 install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
738 # Don't include ld.so.cache
739 rm -f $RPM_BUILD_ROOT/etc/ld.so.cache
741 # Include ld.so.conf
742 echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf
743 touch $RPM_BUILD_ROOT/etc/ld.so.cache
744 chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf
745 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
747 # Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
748 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
749 chmod 644 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
751 # Install the upgrade program
752 install -m 700 build-%{_target_cpu}-linux/glibc_post_upgrade.%{_target_cpu} \
753 $RPM_BUILD_ROOT/usr/sbin/glibc_post_upgrade.%{_target_cpu}
755 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.o
757 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}
758 cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \
759 $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/
760 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
761 # Now strip debugging info from static libraries
762 pushd $RPM_BUILD_ROOT%{_prefix}/%{_lib}/
763 for i in *.a; do
764 if [ -f $i ]; then
765 case "$i" in
766 *_p.a) ;;
767 *) strip -g -R .comment $i ;;
768 esac
770 done
771 popd
773 %ifarch %{prelinkarches}
774 %ifarch i686 athlon
775 # Prelink ld.so and libc.so
776 > prelink.conf
777 # For now disable prelinking of ld.so, as it breaks statically linked
778 # binaries built against non-NDEBUG old glibcs (assert unknown dynamic tag)
779 # /usr/sbin/prelink -c ./prelink.conf -C ./prelink.cache \
780 # --mmap-region-start=0x00101000 $RPM_BUILD_ROOT/%{_lib}/ld-*.so
781 /usr/sbin/prelink --reloc-only=0x00e80000 $RPM_BUILD_ROOT/%{_lib}/$SubDir/libc-*.so
782 %endif
783 %ifarch alpha alphaev6
784 # Prelink ld.so and libc.so
785 > prelink.conf
786 # For now disable prelinking of ld.so, as it breaks statically linked
787 # binaries built against non-NDEBUG old glibcs (assert unknown dynamic tag)
788 # /usr/sbin/prelink -c ./prelink.conf -C ./prelink.cache \
789 # --mmap-region-start=0x0000020000000000 $RPM_BUILD_ROOT/%{_lib}/ld-*.so
790 /usr/sbin/prelink --reloc-only=0x0000020010000000 $RPM_BUILD_ROOT/%{_lib}/$SubDir/libc-*.so
791 %endif
792 %endif
794 # rquota.x and rquota.h are now provided by quota
795 rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
797 # Hardlink identical locale files together
798 %ifnarch %{auxarches}
799 gcc -O2 -o build-%{_target_cpu}-linux/hardlink fedora/hardlink.c
800 build-%{_target_cpu}-linux/hardlink -vc $RPM_BUILD_ROOT%{_prefix}/lib/locale
801 %endif
803 %ifarch %{ix86} alpha alphaev6 sparc sparcv9
804 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss1-*
805 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1
806 %endif
808 # Ugly hack for buggy rpm
809 ln -f ${RPM_BUILD_ROOT}%{_sbindir}/iconvconfig{,.%{_target_cpu}}
811 # BUILD THE FILE LIST
812 find $RPM_BUILD_ROOT -type f -or -type l |
813 sed -e 's|.*/etc|%config &|' \
814 -e 's|.*/gconv/gconv-modules$|%verify(not md5 size mtime) %config(noreplace) &|' \
815 -e 's|.*/gconv/gconv-modules.cache|%verify(not md5 size mtime) &|' \
816 -e '/lib\/debug/d' > rpm.filelist.in
817 for n in %{_prefix}/share %{_prefix}/include %{_prefix}/lib/locale; do
818 find ${RPM_BUILD_ROOT}${n} -type d | \
819 grep -v '%{_prefix}/share$' | \
820 grep -v '\(%{_mandir}\|%{_infodir}\)' | \
821 sed "s/^/%dir /" >> rpm.filelist.in
822 done
824 # primary filelist
825 SHARE_LANG='s|.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo|%lang(\1) &|'
826 LIB_LANG='s|.*/lib/locale/\([^/_]\+\)|%lang(\1) &|'
827 # rpm does not handle %lang() tagged files hardlinked together accross
828 # languages very well, temporarily disable
829 # LIB_LANG=''
830 sed -e "s|$RPM_BUILD_ROOT||" -e "$LIB_LANG" -e "$SHARE_LANG" < rpm.filelist.in |
831 grep -v '/etc/\(localtime\|nsswitch.conf\|ld.so.conf\|ld.so.cache\|default\)' | \
832 grep -v '/%{_lib}/lib\(pcprofile\|memusage\).so' | \
833 grep -v 'bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\)' | \
834 sort > rpm.filelist
836 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}
837 mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib}
838 for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
839 cp -a $i $i.tmp
840 sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
841 -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
842 $i.tmp > $i
843 chmod 755 $i; rm -f $i.tmp
844 done
846 grep '%{_prefix}/%{_lib}/lib.*_p\.a' < rpm.filelist > profile.filelist || :
847 egrep "(%{_prefix}/include)|(%{_infodir})" < rpm.filelist |
848 grep -v %{_prefix}/include/nptl |
849 grep -v %{_infodir}/dir > devel.filelist
851 mv rpm.filelist rpm.filelist.full
852 grep -v '%{_prefix}/%{_lib}/lib.*_p.a' rpm.filelist.full |
853 egrep -v "(%{_prefix}/include)|(%{_infodir})" > rpm.filelist
855 grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist >> devel.filelist
856 grep '%{_prefix}/%{_lib}/.*\.o' < rpm.filelist >> devel.filelist
857 grep '%{_prefix}/%{_lib}/lib.*\.so' < rpm.filelist >> devel.filelist
858 grep '%{_mandir}' < rpm.filelist >> devel.filelist
860 grep '%{_prefix}/include' < devel.filelist > headers.filelist
861 grep -v '%{_prefix}/include' < devel.filelist > devel.filelist.tmp
862 mv -f devel.filelist.tmp devel.filelist
864 mv rpm.filelist rpm.filelist.full
865 grep -v '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist.full |
866 grep -v '%{_prefix}/%{_lib}/.*\.o' |
867 grep -v '%{_prefix}/%{_lib}/lib.*\.so'|
868 grep -v '%{_prefix}/%{_lib}/nptl' |
869 grep -v '%{_mandir}' |
870 grep -v 'nscd' > rpm.filelist
872 grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
873 grep '%{_prefix}/lib/locale' < rpm.filelist >> common.filelist
874 grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
875 grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
876 grep '%{_prefix}/share' < rpm.filelist \
877 | grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
879 mv rpm.filelist rpm.filelist.full
880 grep -v '%{_prefix}/bin' < rpm.filelist.full |
881 grep -v '%{_prefix}/lib/locale' |
882 grep -v '%{_prefix}/libexec/pt_chown' |
883 grep -v '%{_prefix}/sbin/[^gi]' |
884 grep -v '%{_prefix}/share' > rpm.filelist
886 echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist
887 echo '%{_prefix}/sbin/nscd' > nscd.filelist
889 cat > utils.filelist <<EOF
890 %{_prefix}/%{_lib}/libmemusage.so
891 %{_prefix}/%{_lib}/libpcprofile.so
892 %{_prefix}/bin/memusage
893 %{_prefix}/bin/memusagestat
894 %{_prefix}/bin/mtrace
895 %{_prefix}/bin/pcprofiledump
896 %{_prefix}/bin/xtrace
899 # /etc/localtime
900 rm -f $RPM_BUILD_ROOT/etc/localtime
901 cp -f $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
902 #ln -sf ..%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
904 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo
906 cd fedora
907 $GCC -Os -static -o build-locale-archive build-locale-archive.c \
908 ../build-%{_target_cpu}-linux/locale/locarchive.o \
909 ../build-%{_target_cpu}-linux/locale/md5.o \
910 -DDATADIR=\"%{_datadir}\" -DPREFIX=\"%{_prefix}\" \
911 -L../build-%{_target_cpu}-linux
912 install -m 700 build-locale-archive $RPM_BUILD_ROOT/usr/sbin/build-locale-archive
913 cd ..
915 # the last bit: more documentation
916 rm -rf documentation
917 mkdir documentation
918 cp linuxthreads/ChangeLog documentation/ChangeLog.threads
919 cp linuxthreads/Changes documentation/Changes.threads
920 cp linuxthreads/README documentation/README.threads
921 cp linuxthreads/FAQ.html documentation/FAQ-threads.html
922 cp -r linuxthreads/Examples documentation/examples.threads
923 cp crypt/README.ufc-crypt documentation/README.ufc-crypt
924 cp timezone/README documentation/README.timezone
925 cp ChangeLog* documentation
926 gzip -9n documentation/ChangeLog*
928 %ifarch s390x
929 # Compatibility symlink
930 mkdir -p $RPM_BUILD_ROOT/lib
931 ln -sf /%{_lib}/ld64.so.1 $RPM_BUILD_ROOT/lib/ld64.so.1
932 %endif
933 %ifarch ia64
934 %if "%{_lib}" == "lib64"
935 # Compatibility symlink
936 mkdir -p $RPM_BUILD_ROOT/lib
937 ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
938 %endif
939 %endif
941 # Increase timeouts
942 export TIMEOUTFACTOR=16
943 echo ====================TESTING=========================
944 cd build-%{_target_cpu}-linux
945 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
946 cd ..
947 %ifarch i686 athlon
948 echo ====================TESTING LINUXTHREADS FS=========
949 cd build-%{_target_cpu}-linuxltfs
950 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
951 cd ..
952 %endif
953 %ifarch %{nptlarches}
954 echo ====================TESTING NPTL====================
955 cd build-%{nptl_target_cpu}-linuxnptl
956 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
957 cd ..
958 %endif
959 echo ====================TESTING DETAILS=================
960 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check.log`; do
961 echo =====$i=====
962 cat $i || :
963 echo ============
964 done
965 %ifarch i686 athlon
966 echo ====================TESTING LINUXTHREADS FS LD.SO===
967 cd build-%{_target_cpu}-linuxltfs
968 mv elf/ld.so elf/ld.so.orig
969 cp -a ../build-%{_target_cpu}-linux/elf/ld.so elf/ld.so
970 find . -name \*.out -exec mv -f '{}' '{}'.origldso \;
971 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check2.log || :
972 cd ..
973 %endif
974 %ifarch %{nptlarches}
975 echo ====================TESTING NPTL LD.SO==============
976 cd build-%{nptl_target_cpu}-linuxnptl
977 mv elf/ld.so elf/ld.so.orig
978 cp -a ../build-%{_target_cpu}-linux/elf/ld.so elf/ld.so
979 find . -name \*.out -exec mv -f '{}' '{}'.origldso \;
980 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check2.log || :
981 cd ..
982 %endif
983 echo ====================TESTING DETAILS=================
984 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check2.log`; do
985 echo =====$i=====
986 cat $i || :
987 echo ============
988 done
989 echo ====================TESTING END=====================
990 PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p'
991 echo ====================PLT RELOCS LD.SO================
992 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-*.so | sed -n -e "$PLTCMD"
993 echo ====================PLT RELOCS LIBC.SO==============
994 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/$SubDir/libc-*.so | sed -n -e "$PLTCMD"
995 echo ====================PLT RELOCS END==================
997 %if "%{_enable_debug_packages}" == "1"
999 case "$-" in *x*) save_trace=yes;; esac
1000 set +x
1001 echo Building debuginfo subpackage...
1003 blf=debugfiles.list
1004 sf=debugsources.list
1005 cblf=debugcommonfiles.list
1006 csf=debugcommonsources.list
1008 echo -n > $sf
1009 echo -n > $csf
1011 strip $RPM_BUILD_ROOT/{sbin/ldconfig,usr/sbin/glibc_post_upgrade.%{_target_cpu},usr/sbin/build-locale-archive}
1013 # Strip ELF binaries
1014 for f in `grep -v '%%\(dir\|lang\|config\|verify\)' rpm.filelist`; do
1015 bf=$RPM_BUILD_ROOT$f
1016 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
1017 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
1018 bd=`dirname $f`
1019 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
1020 mkdir -p $outd
1021 echo extracting debug info from $f
1022 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $sf $bf
1023 bn=`basename $f`
1024 case $f in
1025 /%{_lib}/*) eu-strip -g -f $outd/$bn.debug $bf || :;;
1026 *) eu-strip -f $outd/$bn.debug $bf || :;;
1027 esac
1028 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $blf; fi
1031 done
1033 for f in `cat common.filelist utils.filelist nscd.filelist \
1034 | grep -v '%%\(dir\|lang\|config\|verify\)'`; do
1035 bf=$RPM_BUILD_ROOT$f
1036 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
1037 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
1038 bd=`dirname $f`
1039 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
1040 mkdir -p $outd
1041 echo extracting debug info from $f
1042 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $csf $bf
1043 bn=`basename $f`
1044 eu-strip -f $outd/$bn.debug $bf || :
1045 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $cblf; fi
1048 done
1050 for f in `find $RPM_BUILD_ROOT/%{_lib} -type l`; do
1051 l=`ls -l $f`
1052 l=${l#* -> }
1053 t=/usr/lib/debug`dirname ${f#$RPM_BUILD_ROOT}`
1054 if grep -q "^$t/$l.debug\$" $blf; then
1055 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1056 echo $t/`basename $f`.debug >> $blf
1057 elif grep -q "^$t.debug/$l\$" $cblf; then
1058 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1059 echo $t/`basename $f`.debug >> $cblf
1061 done
1063 echo Sorting source file lists. Might take a while...
1064 xargs -0 -n 1 echo < $sf | LC_ALL=C grep -v '/<internal>$' | LC_ALL=C sort -u > $sf.sorted
1065 xargs -0 -n 1 echo < $csf | LC_ALL=C grep -v '/<internal>$' | LC_ALL=C sort -u > $csf.sorted
1066 mkdir -p $RPM_BUILD_ROOT/usr/src/debug
1067 cat $sf.sorted $csf.sorted \
1068 | (cd $RPM_BUILD_DIR; LC_ALL=C sort -u | cpio -pdm ${RPM_BUILD_ROOT}/usr/src/debug)
1069 # stupid cpio creates new directories in mode 0700, fixup
1070 find $RPM_BUILD_ROOT/usr/src/debug -type d -print | xargs chmod a+rx
1072 %ifarch %{debuginfocommonarches}
1073 %ifarch %{auxarches}
1074 %ifarch %{ix86}
1075 %define basearch i386
1076 %endif
1077 %ifarch alpha alphaev6
1078 %define basearch alpha
1079 %endif
1080 %ifarch sparc sparcv9
1081 %define basearch sparc
1082 %endif
1083 cat $blf > debuginfo.filelist
1084 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1085 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfo.filelist
1086 grep '/generic/\|/linux/\|/%{basearch}/\|/nptl\(_db\)\?/\|^%{glibcsrcdir}/build' \
1087 $sf.sorted | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1088 touch debuginfocommon.filelist
1089 %else
1090 ( grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $csf.sorted || : ) > $csf.sorted.build
1091 cat $blf > debuginfo.filelist
1092 cat $cblf > debuginfocommon.filelist
1093 grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $sf.sorted \
1094 | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1095 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1096 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfocommon.filelist
1097 ( cat $csf.sorted; grep -v -f $csf.sorted.build $sf.sorted ) \
1098 | grep -v 'dl-osinfo\.h' | LC_ALL=C sort -u \
1099 | sed 's|^|/usr/src/debug/|' >> debuginfocommon.filelist
1100 %endif
1101 %else
1102 cat $blf $cblf | LC_ALL=C sort -u > debuginfo.filelist
1103 echo '/usr/src/debug/%{glibcsrcdir}' >> debuginfo.filelist
1104 %endif
1106 [ "x$save_trace" = xyes ] && set -x
1108 %endif
1110 %ifarch %{auxarches}
1111 case "$-" in *x*) save_trace=yes;; esac
1112 set +x
1113 echo Cutting down the list of unpackaged files
1114 for i in `sed '/%%dir/d;/%%config/d;/%%verify/d;s/%%lang([^)]*) //' \
1115 common.filelist devel.filelist headers.filelist profile.filelist \
1116 utils.filelist nscd.filelist`; do
1117 [ -f "$RPM_BUILD_ROOT$i" ] && rm -f "$RPM_BUILD_ROOT$i" || :
1118 done
1119 [ "x$save_trace" = xyes ] && set -x
1121 %else
1123 mkdir -p $RPM_BUILD_ROOT/var/{db,run}/nscd
1124 touch $RPM_BUILD_ROOT/var/{db,run}/nscd/{passwd,group,hosts}
1125 touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid}
1126 %endif
1128 touch $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive
1130 %post -p /usr/sbin/glibc_post_upgrade.%{_target_cpu}
1132 %postun -p /sbin/ldconfig
1134 %post common -p /usr/sbin/build-locale-archive
1136 %post devel
1137 /sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir
1139 %pre headers
1140 # this used to be a link and it is causing nightmares now
1141 if [ -L %{_prefix}/include/scsi ] ; then
1142 rm -f %{_prefix}/include/scsi
1145 %preun devel
1146 if [ "$1" = 0 ]; then
1147 /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir
1150 %post utils -p /sbin/ldconfig
1152 %postun utils -p /sbin/ldconfig
1154 %pre -n nscd
1155 /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \
1156 -c "NSCD Daemon" -u 28 nscd > /dev/null 2>&1 || :
1158 %post -n nscd
1159 /sbin/chkconfig --add nscd
1161 %preun -n nscd
1162 if [ $1 = 0 ] ; then
1163 service nscd stop > /dev/null 2>&1
1164 /sbin/chkconfig --del nscd
1167 %postun -n nscd
1168 if [ $1 = 0 ] ; then
1169 /usr/sbin/userdel nscd > /dev/null 2>&1 || :
1171 if [ "$1" -ge "1" ]; then
1172 service nscd condrestart > /dev/null 2>&1 || :
1175 %clean
1176 rm -rf "$RPM_BUILD_ROOT"
1177 rm -f *.filelist*
1179 %files -f rpm.filelist
1180 %defattr(-,root,root)
1181 %ifarch %{nptlarches}
1182 %dir /%{_lib}/%{tls_subdir}
1183 %ifarch i386
1184 %dir /%{_lib}/tls/i586
1185 %dir /%{_lib}/tls/i686
1186 %endif
1187 %endif
1188 %ifarch i686 athlon
1189 %dir /lib/i686
1190 %endif
1191 %ifarch s390x
1192 %dir /lib
1193 /lib/ld64.so.1
1194 %endif
1195 %ifarch ia64
1196 %if "%{_lib}" == "lib64"
1197 %dir /lib
1198 /lib/ld-linux-ia64.so.2
1199 %endif
1200 %endif
1201 %verify(not md5 size mtime) %config(noreplace) /etc/localtime
1202 %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
1203 %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
1204 %dir /etc/ld.so.conf.d
1205 %dir %{_prefix}/libexec/getconf
1206 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
1207 %doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
1208 %doc COPYING COPYING.LIB README.libm LICENSES
1209 %doc hesiod/README.hesiod
1211 %ifnarch %{auxarches}
1212 %files -f common.filelist common
1213 %defattr(-,root,root)
1214 %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
1215 %dir %attr(755,root,root) /etc/default
1216 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
1217 %doc documentation/*
1219 %files -f devel.filelist devel
1220 %defattr(-,root,root)
1222 %files -f headers.filelist headers
1223 %defattr(-,root,root)
1224 %ifarch %{nptlarches}
1225 %{_prefix}/include/nptl
1226 %endif
1228 %files -f profile.filelist profile
1229 %defattr(-,root,root)
1231 %files -f utils.filelist utils
1232 %defattr(-,root,root)
1234 %files -f nscd.filelist -n nscd
1235 %defattr(-,root,root)
1236 %config(noreplace) /etc/nscd.conf
1237 %config /etc/rc.d/init.d/nscd
1238 %dir %attr(0755,root,root) /var/run/nscd
1239 %dir %attr(0755,root,root) /var/db/nscd
1240 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid
1241 %attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket
1242 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
1243 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
1244 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
1245 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd
1246 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group
1247 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts
1248 %endif
1250 %ifarch %{nptlarches}
1251 %files -n nptl-devel
1252 %defattr(-,root,root)
1253 %{_prefix}/%{_lib}/nptl
1254 %endif
1256 %if "%{_enable_debug_packages}" == "1"
1257 %files debuginfo -f debuginfo.filelist
1258 %defattr(-,root,root)
1259 %ifarch %{debuginfocommonarches}
1260 %ifnarch %{auxarches}
1261 %files debuginfo-common -f debuginfocommon.filelist
1262 %defattr(-,root,root)
1263 %dir %{_prefix}/lib/debug
1264 %dir %{_prefix}/lib/debug/%{_prefix}
1265 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1266 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1267 %endif
1268 %else
1269 %dir %{_prefix}/lib/debug
1270 %dir %{_prefix}/lib/debug/%{_prefix}
1271 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1272 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1273 %endif
1274 %endif
1276 %changelog
1277 * Mon Jul 18 2005 Roland McGrath <roland@redhat.com> 2.3.5-0.fc3.4
1278 - update from CVS (glibc-2_3-branch)
1279 - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
1280 poll when contacting nscd more gracefully (BZ#1080)
1281 - remove malloc attribute from posix_memalign (BZ#1079)
1282 - include program name in __chk_fail error message (BZ#1100)
1283 - don't write 0 to gid/uid column for group/username starting with + or -
1284 in putgrent/putpwent (BZ#1099)
1285 - fix Yen mapping ib IBM93{0,9} charsets (BZ#1107)
1286 - add sr_CS{,.UTF-8} locales (BZ#38, BZ#549)
1287 - update mn_MN locale (BZ#1092)
1288 - update fa_IR locale (BZ#1091)
1289 - make sure EINVAL is returned from pthread_create if requested thread
1290 scheduling priority is invalid (BZ#1112)
1291 - change NPTL <pthread.h> initializers to avoid warnings, with both -pedantic
1292 and -W (BZ#915, #162722)
1293 - fix NPTL <pthread.h> with -ansi -fexceptions (BZ#1102)
1294 - fix tst-cancel17 testcase
1295 - avoid SIGPIPE in nscd (BZ#1103)
1296 - fix nscd -g yes/no strings (BZ#1109)
1297 - avoid using variable length arrays in regex internals unnecessarily (BZ#1101)
1298 - fix *scanf if decimal point is more than one byte long (BZ#1110)
1299 - fix rpcgen to output #include <rpc/pmap_clnt.h> even without -C (BZ#1108)
1300 - cosmetic fix for ia64 strlen (BZ#1016)
1301 - add GOT check to dl-execstack.c on i?86
1302 - avoid namespace pollution in ppc32 {,f}truncate64 (BZ#1104)
1303 - handle 'z' in strptime* (BZ#1105)
1304 - properly propagate return values in nss_compat (BZ#1111)
1305 - avoid some unnecessary PLT relocations (BZ#1106)
1306 - remove nonnull attribute from acct (BZ#877)
1307 - allow NLS of some strings that couldn't be translated before (BZ#253)
1308 - execvp fix (BZ#851)
1309 - update IA-64 libm from Intel 2005-04-05 (#142494, BZ#592)
1310 - fix initgroups when passed zero-size buffer (BZ#661)
1311 - update tzcode to 2005h (BZ#825)
1312 - add 19 UTF-8 locales where only non-UTF-8 locales existed before
1313 (#156115, BZ#1084)
1314 - fix xdr_rmtcall_args on 64-bit architectures (#151686, BZ#1082)
1315 - fix posix_fallocate{,64} (#156289, BZ#1083)
1316 - use -laudit in nscd (#159217, BZ#1085)
1317 - fix fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583, BZ#1097)
1318 - handle big amounts of networking interfaces in getifaddrs/if_nameindex
1319 (#159399, BZ#1096)
1320 - fix nscd cache pruning (#150748, BZ#1094)
1321 - try more ports in bindresvport if all 600..1023 are
1322 used, don't use priviledged ports when talking to portmap
1323 (#141773, #160091, BZ#1086)
1324 - support classes keyword in /etc/hesiod.conf (#150350, BZ#1088)
1325 - fix IBM939 iconv module (BZ#955)
1326 - fix malloc_trim (BZ#779)
1327 - change sys/quota.h to match current kernel's quotactl interface,
1328 include support for the obsoleted interface (no longer supported
1329 in current kernels) with -D_LINUX_QUOTA_VERSION=1 (#133095, BZ#653)
1330 - make regexec thread safe (BZ#934)
1331 - make -lrpcsvc and -lmcheck usable for PIEs and shared libraries
1332 (#149284, BZ#1095)
1333 - fix sendfile{,64} prototypes (BZ#961)
1334 - fix pa_IN locale's am_pm (#158715, BZ#622)
1335 - don't use nisplus in nsswitch.conf examples, mention that nisplus is
1336 unsupported (#159729, IT#74024)
1337 - fix strfry and initstate{,_r} (BZ#1090)
1338 - slightly optimize fnmatch in multi-byte locales (BZ#1087)
1339 - fix a typo in libc info wmemcpy description
1340 - fix nis memory handling when realloc fails (BZ#1093)
1341 - fix xdrstdio_putlong on 64-bit architectures (BZ#1098)
1343 * Wed Jul 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-0.fc3.2
1344 - update from CVS (glibc-2_3-branch)
1345 - remove nonnull attribute from acct (BZ#877)
1346 - allow NLS of some strings that couldn't be translated before (BZ#253)
1347 - execvp fix (BZ#851)
1349 * Thu Apr 7 2005 Roland McGrath <roland@redhat.com> 2.3.5-0.fc3.1
1350 - update to glibc 2.3.5 release
1351 - dlclose fixes merged (#145810, #150414, BZ#821)
1352 - fix a typo in WINDOWS-31J charmap (#151739, BZ#823)
1353 - fix NIS ypprot_err (#151469, BZ#822)
1354 - update IA-64 libm from Intel 2005-04-05 (#142494, BZ#592)
1355 - update tzcode to 2005h (BZ#825)
1356 - fix initgroups when passed zero-size buffer (BZ#661)
1358 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-2.fc3.5
1359 - better fix for the dlclose bug (#145810, #150414)
1361 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-2.fc3.4
1362 - fix dlclose (#145810)
1363 - clear padding in gconv-modules.cache (#146614, BZ#776)
1365 * Mon Feb 28 2005 Roland McGrath <roland@redhat.com> 2.3.4-2.fc3.3
1366 - update from CVS (glibc-2_3-branch)
1367 - fix handling of hosts with ~ 1K or bigger info per answer
1368 when using nscd (#140378, BZ#769)
1369 - handle partial writes in nscd and partial reads in nscd client
1370 code (#147478, BZ#768)
1371 - fix a bug in execvp introduced in branch changes, add testcases
1372 for the whole exec* family of functions
1373 - fix TLS handling in statically linked programs (BZ#719)
1374 - provide symlink/readlink prototypes with -D_POSIX_C_SOURCE=200112L (BZ#767)
1376 * Thu Feb 17 2005 Roland McGrath <roland@redhat.com> 2.3.4-2.fc3.1
1377 - update from CVS (glibc-2_3-branch)
1378 - existing fix for -ansi vs -D_XOPEN_SOURCE merged upstream (BZ#284)
1379 - fix initstate{,_r} (BZ#710)
1380 - fix segfault if chrooted app attempts to dlopen a library
1381 and no standard library directory exists at all (#147067, #144303, BZ#738)
1382 - fix initgroups when nscd is running, but has group caching disabled
1383 (#146588, BZ#741)
1384 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
1385 has not been called yet (#146710, BZ#739)
1386 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
1387 - service nscd cosmetic fixes (#146776, BZ#742)
1388 - fix s390{,x} string.h (BZ#743)
1389 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689, BZ#735)
1390 - fix zdump -v segfaults on x86-64 (#146210, BZ#736)
1391 - update IA-64 libm from Intel v2.1 (#142494, BZ#592)
1392 - avoid calling sigaction (SIGPIPE, ...) inside syslog
1393 (#146021, IT#56686, BZ#671)
1394 - declare ftruncate for POSIX 2003 (BZ#640)
1395 - fix errno values for futimes (BZ#633)
1396 - unconditionally include <features.h> in malloc.h (BZ#650)
1397 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
1398 (from empty string inside of word to empty string not at a word boundary,
1399 BZ#693)
1400 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
1401 and allow building -mno-tls-direct-seg-refs glibc that is free of
1402 direct TLS %gs access with negative offsets (BZ#737)
1403 - fix addseverity (BZ#731)
1404 - fix fmemopen (BZ#730)
1405 - fix rewinddir (BZ#734)
1406 - increase svc{tcp,unix}_create listen backlog (BZ#733)
1407 - fix vDSO l_map_end/l_text_end computation (BZ#729)
1408 - fix IA-32 stack alignment for LinuxThreads thread functions
1409 and functions passed to clone(2) directly (BZ#723)
1410 - fix ecvt{,_r} on denormals (#143279, BZ#725)
1411 - fix __tls_get_addr typo (BZ#726)
1412 - fix rounding in IA-64 alarm (#143710, BZ#626)
1413 - don't reinitialize __environ in __libc_start_main, so that
1414 effects of setenv/putenv done in DSO initializers are preserved
1415 (#144037, IT#57403, BZ#727)
1416 - fix ppc/ppc64 rint and other rounding functions (#144931, BZ#602)
1418 * Mon Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2.fc3
1419 - work around rpm bug some more, this time by copying
1420 iconvconfig to iconvconfig.%%{_target_cpu}.
1422 * Mon Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
1423 - update from CVS
1424 - glibc 2.3.4 release
1425 - add -o and --nostdlib options to iconvconfig
1426 - if /sbin/ldconfig doesn't exist when running
1427 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
1428 This can happen during first install of bi-arch glibc and the
1429 other arch glibc's %post wil run /sbin/ldconfig (#143326)
1430 - use -o and --nostdlib options to create all needed
1431 gconv-modules.cache files on bi-arch setups
1433 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
1434 - rebuilt
1436 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
1437 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
1438 if /sbin/init is the same ELF class and machine as
1439 glibc_post_upgrade.%%{_target_cpu} and similarly with
1440 condrestarting sshd (#143046)
1442 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
1443 - update from CVS
1444 - fix ppc64 getcontext and swapcontext (BZ#610)
1445 - sparc/sparc64 fixes
1447 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
1448 - update from CVS
1449 - fix i686 __USE_STRING_INLINES strncat
1450 - make sure ppc/ppc64 maintain correct stack alignment
1451 across clone
1453 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
1454 - export nis_domain_of_r from libnsl.so again which was
1455 unintentionally lost
1457 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
1458 - update from CVS
1459 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
1460 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
1461 (BZ#457)
1462 - fix sysconf (_POSIX_V6_*) for other ABI environments in
1463 bi-arch setups
1464 - s390/s390x clone without CLONE_THREAD getpid () adjustement
1466 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
1467 - update from CVS
1468 - fix %{_prefix}/libexec/getconf filenames generation
1470 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
1471 - update from CVS
1472 - double buffer size in getXXbyYY or getXXent on ERANGE
1473 instead of adding BUFLEN (#142617)
1474 - avoid busy loop in malloc if another thread is doing fork
1475 (#142214)
1476 - some more realloc corruption checks
1477 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
1478 tweak %{_prefix}/libexec/getconf/ filenames
1480 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
1481 - update from CVS
1482 - regex speedups
1483 - use | cat in ldd if running under bash3+ to allow running
1484 it on binaries that are not through SELinux allowed to access
1485 console or tty
1486 - add __NR_waitid defines for alpha and ia64
1488 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
1489 - update from CVS
1490 - fix clone2 on ia64
1491 - avoid tst-timer5 failing with linuxthreads implementation
1492 - if __libc_enable_secure, disallow mode != normal
1493 - change ldd script to imply -r when -u is used, properly
1494 propagate return value and handle suid binaries
1496 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
1497 - update from CVS
1498 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
1499 - disregard LD_DEBUG if __libc_enable_secure in normal mode
1500 if /suid-debug doesn't exist
1501 - fix fseekpos after ungetc
1502 - avoid reading bytes before start of buffers in regex's
1503 check_dst_limits_calc_pos_1 (#142060)
1504 - make getpid () working with clone/clone2 without CLONE_THREAD
1505 (so far on i386/x86_64/ia64 only)
1506 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
1507 - make %{_prefix}/libexec/getconf directory owned by glibc package
1509 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
1510 - update from CVS
1511 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
1512 - fix mktime with < 0 or > 59 tm_sec on entry
1513 - remove nonnull attribute for realpath
1514 - add $(make-target-directory) for errlist-compat.c rule
1515 (hopefully fix #141404)
1516 - add testcase for ungetc bug
1517 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
1519 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
1520 - update from CVS
1521 - some posix_opt.h fixes
1522 - fix strtold use of unitialized memory (#141000)
1523 - some more bugfixes for bugs detected by valgrind
1524 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
1525 on s390{,x} (#139678)
1527 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
1528 - update from CVS
1529 - support -v specification in getconf
1530 - fix sysconf (_SC_LFS64_CFLAGS) etc.
1531 - avoid thread stack aliasing issues on EM64T (#140803)
1532 - move %{_prefix}/include/nptl headers from nptl-devel
1533 to glibc-headers, so that even NPTL specific programs
1534 can be built bi-arch without problems
1536 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
1537 - update from CVS
1538 - fix memory leak in getaddrinfo if using nscd (#139559)
1539 - handle large lines in /etc/hosts and /etc/networks
1540 (#140378)
1541 - add nonnull attributes to selected dirent.h and dlfcn.h
1542 functions
1544 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
1545 - update from CVS
1546 - add deprecated and/or nonnull attribute to some signal.h
1547 functions
1548 - speed up tzset () by only using stat instead of open/fstat
1549 when calling tzset for the second and following time if
1550 /etc/localtime has not changed
1551 - fix tgamma (BZ #552)
1553 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
1554 - update from CVS
1555 - some malloc () checking
1556 - libpthread.a object dependency cleanups (#115157)
1557 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
1559 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
1560 - don't use chunksize in <= 2 * SIZE_SZ free () checks
1562 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
1563 - update from CVS
1564 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
1565 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
1566 issue special error message instead of using the buffer overflow
1567 detected one
1568 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
1569 speedup searching with nested subexps (BZ #544)
1570 - block SIGCANCEL in NPTL timer_* helper thread
1571 - further free () checking
1573 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
1574 - update from CVS
1575 - fix free () checking
1576 - move /etc/default/nss into glibc-common (hopefully fix #132392)
1578 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
1579 - update from CVS
1580 - fix LD_DEBUG=statistics
1581 - issue error message before aborting in __chk_fail ()
1582 - some more free () checking
1584 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
1585 - update from CVS
1586 - speedup regex on palindromes (BZ #429)
1587 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
1588 less priviledged all threads change their credentials successfully
1590 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
1591 - update from CVS
1592 - fix regcomp crash (#138439)
1593 - fix ftell{,o,o64} (#137885)
1594 - robustification of nscd to cope with corrupt databases (#137140)
1595 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
1596 - some regex optimizations
1598 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
1599 - update from CVS
1600 - mktime cleanups (BZ #487, #473)
1601 - unique comments in free(3) check error messages
1602 - adjust some x86_64 headers for -m32 (#129712)
1603 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
1605 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
1606 - fix <netinet/udp.h> header
1607 - fix globfree (#137176)
1608 - fix exiting if there are dlmopened libraries in namespaces
1609 other than main one not closed yet
1610 - export again _res_opcodes and __p_{class,type}_syms from
1611 libresolv.so that were lost in -69
1613 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
1614 - remove setaltroot and key{_add,_request,ctl} also from Versions
1615 - back out _sys_errlist changes
1617 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
1618 - back out setaltroot and key{_add,_request,ctl} addition
1619 - fix severe x86-64 symbol versioning regressions that breaks
1620 e.g. java binaries
1622 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
1623 - update from CVS
1624 - fix minor catchsegv temp file handling vulnerability
1625 (CAN-2004-0968, #136319)
1626 - add 4 new errno codes
1627 - setaltroot, key{_add,_request,ctl} syscalls on some arches
1628 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
1629 gdb purpose
1630 - use inet_pton to decide what is address and what is hostname
1631 in getent (#135422)
1632 - change dladdr/dladdr1, so that dli_saddr is the same kind
1633 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
1634 - fix catchsegv script so that it works with both 32-bit and 64-bit
1635 programs on multi-arch platforms
1637 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
1638 - update from CVS
1639 - require newer selinux-policy (#135978)
1640 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
1641 files in it
1642 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
1644 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
1645 - update from CVS
1646 - object size checking support (-D_FORTIFY_SOURCE={1,2})
1648 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
1649 - update from CVS
1650 - support for namespaces in the dynamic linker
1651 - fix dlclose (BZ #77)
1652 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
1653 and s390 (#130254)
1655 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
1656 - update from CVS
1657 - use non-blocking sockets in resolver (#135234)
1658 - reset pd->res options on thread exit, so that threads
1659 reusing cached stacks get resolver state properly initialized
1660 (BZ #434)
1662 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
1663 - update from CVS
1664 - avoid using perl in the spec file, buildrequire sed >= 3.95
1665 (#127671)
1666 - export TIMEOUTFACTOR=16
1667 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
1669 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
1670 - update from CVS
1671 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
1672 to -1 in LinuxThreads
1673 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
1674 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
1675 returns correct value
1676 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
1677 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
1678 dlopen libpthread.so and dlsym pthread_condattr_setclock
1679 - build nscd with -z relro and -z now
1681 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
1682 - update from CVS
1683 - stop using __builtin_expect in assert and assert_perror
1684 (#127606)
1685 - try to avoid too much VA fragmentation with malloc
1686 on flexmap layout (#118574)
1687 - nscd robustification
1688 - change valloc to use debugging hooks (#134385)
1689 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
1690 #125700)
1692 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
1693 - update from CVS
1694 - fix __nscd_getgrouplist
1695 - fix a typo in x86_64 pthread_mutex_timedwait fix
1697 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
1698 - update from CVS
1699 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
1701 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
1702 - update from CVS
1703 - some nscd fixes (#134193)
1704 - cache initgroups in nscd (#132850)
1705 - reread /etc/localtime in tzset () even if just mtime changed
1706 (#133481)
1707 - fix glob (#126460)
1708 - another get_myaddress fix
1710 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
1711 - update from CVS
1712 - fix get_myaddress (#133982)
1713 - remove nonnull attribute from second utime argument (#133866)
1714 - handle SIGSETXID the same way as SIGCANCEL in
1715 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
1716 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
1718 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
1719 - update from CVS
1720 - fix BZ #151, #362, #381, #407
1721 - fdim fix for +inf/+inf (BZ #376)
1723 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
1724 - update from CVS
1725 - vasprintf fix (BZ #346)
1726 - gettext locking (BZ #322)
1727 - change linuxthreads useldt.h inclusion login again, the last
1728 one failed all linuxthreads FLOATING_STACKS tests
1730 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
1731 - update from CVS
1732 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
1733 - fix nis locking (#132204)
1734 - RTLD_DEEPBIND support
1735 - fix pthread_create bugs (BZ #401, #405)
1737 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
1738 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
1739 - source tarballs renamed
1740 - redhat/ moved to fedora/, some old cruft removed
1741 - update from trunk
1742 - some __nonnull annotations
1744 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
1745 - update from CVS
1746 - set{re,e,res}[ug]id now affect the whole process in NPTL
1747 - return EAGAIN instead of ENOMEM when not enough memory
1748 in pthread_create
1750 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
1751 - update from CVS
1752 - nscd getaddrinfo caching
1754 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
1755 - restore temporarily old definition of __P()/__PMT()
1756 for third party apps
1758 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
1759 - update from CVS
1760 - nscd bi-arch fix
1761 - remove all uses of __P()/__PMT() from glibc headers
1762 - update and reenable nscd SELinux patch
1763 - remove libnss1* and libnss*.so.1 compatibility NSS modules
1764 on IA-32, SPARC and Alpha
1766 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
1767 - update from CVS
1768 - disable one of the malloc double free checks for non-contiguous
1769 arenas where it doesn't have to be true even for non-broken
1770 apps
1772 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
1773 - update from CVS
1774 - pwd/grp/host loops with nscd speed up by sharing the
1775 nscd cache r/o with applications
1776 - inexpensive double free check in free(3)
1777 - make NPTL pthread.h initializers usable even from C++
1778 (BZ #375)
1779 - use atomic instructions even in i386 nscd on i486+ CPUs
1780 (conditionally)
1782 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
1783 - update from CVS
1784 - fix linuxthreads tst-cancel{[45],-static}
1786 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
1787 - update from CVS
1788 - fix pthread_cond_destroy (BZ #342)
1789 - fix fnmatch without FNM_NOESCAPE (BZ #361)
1790 - fix ppc32 setcontext (BZ #357)
1791 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
1792 - add __NR_waitid defines for i386, x86_64 and sparc*
1794 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
1795 - update from CVS
1796 - persistent nscd caching
1797 - ppc64 32-bit atomicity fix
1798 - fix x86-64 nptl-devel headers for -m32 compilation
1799 - %%ghost /etc/ld.so.cache (#130597)
1800 - edit /etc/ld.so.conf in glibc_post_upgrade if
1801 include ld.so.conf.d/*.conf line is missing (#120588)
1802 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
1804 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
1805 - update from CVS
1807 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
1808 - update from CVS
1809 - fix nss_compat's initgroups handling (#130363)
1810 - fix getaddrinfo ai_canonname setting
1812 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
1813 - update from CVS
1814 - add ip6-dotint resolv.conf option, make
1815 no-ip6-dotint the default
1816 - BuildPrereq libselinux-devel (#129946)
1817 - on ppc64, build without dot symbols
1819 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
1820 - update from CVS
1821 - remove debugging printout (#129747)
1822 - make <sys/shm.h> usable in C++ (IT#45148)
1823 - update RLIMIT_* constants in <bits/resource.h>, make
1824 <sys/resource.h> POSIX compliant (#129740)
1826 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
1827 - fix last tzset () fixes, disable rereading of /etc/localtime
1828 every time for now
1829 - really enable SELinux support for NSCD
1831 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
1832 - update from CVS
1833 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
1834 - tzset () fixes (BZ #154)
1835 - speed up pthread_rwlock_unlock on arches other than i386 and
1836 x86_64 (#129455)
1837 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
1838 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
1839 (BZ #284)
1840 - add SELinux support for NSCD
1842 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
1843 - update from CVS
1844 - change res_init to force all threads to re-initialize
1845 resolver before they use it next time (#125712)
1846 - various getaddrinfo and related fixes (BZ #295, #296)
1847 - fix IBM{932,943} iconv modules (#128674)
1848 - some nscd fixes (e.g. BZ #292)
1849 - RFC 3678 support (Multicast Source Filters)
1850 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
1851 the same as /lib/i686/librt-*
1853 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
1854 - update from CVS
1855 - conformance related changes in headers
1856 - remove -finline-limit=2000 for GCC 3.4.x+
1858 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
1859 - update from CVS
1860 - fix res_init leaks
1861 - fix newlocale races
1862 - fix ppc64 setjmp
1863 - fix strtold (BZ #274)
1865 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
1866 - update from CVS
1867 - allow pthread_cancel in DSO destructors run at exit time
1868 - fix pow{f,,l} on IA-32 and powl on x86-64
1869 - allow PIEs on IA-32 to have main in a shared library they depend on
1871 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
1872 - s390* .plt slot reduction
1873 - fix pthread_rwlock_timedrdlock on x86_64
1875 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
1876 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
1877 NPTL changes
1879 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
1880 - update from CVS
1881 - if_nameindex using preferably netlink
1882 - printf_parsemb initialization fix
1883 - NPTL version is now the same as glibc version
1885 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
1886 - update from CVS
1887 - reread resolv.conf for nscd --invalidate=hosts
1888 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
1889 -m32 -D_FILE_OFFSET_BITS=64 compilations
1890 - avoid calling non-existing fcntl64 syscall on ppc64
1892 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
1893 - update from CVS
1894 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
1895 - fix backtrace in statically linked programs
1896 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
1898 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
1899 - update from CVS
1900 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
1901 - make c_stubs buildable even with GCC 3.2.x (#123042)
1903 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
1904 - fix pthread_cond_wait on architectures other than IA-32 and
1905 x86_64
1907 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
1908 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
1910 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
1911 - update from CVS
1912 - FUTEX_REQUEUE fixes (#115349)
1913 - SPARC GCC 3.4 build fix
1914 - fix handling of undefined TLS symbols on IA32 (RELA only),
1915 SPARC and SH
1916 - regex translate fix
1917 - speed up sprintf
1918 - x86_64 makecontext alignment fix
1919 - make POSIX sigpause the default sigpause, unless BSD sigpause
1920 requested
1922 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
1923 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
1924 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
1925 - build mq_{send,receive} with -fexceptions
1927 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
1928 - update from CVS
1929 - fix <tgmath.h>
1930 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
1931 use of realloc
1932 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
1933 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
1934 might be a stale symlink
1936 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
1937 - update from CVS
1938 - disable FUTEX_REQUEUE (work around #115349)
1939 - mq for sparc/sparc64/ia64
1941 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
1942 - update from CVS
1943 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
1944 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
1945 included already in XNS5)
1946 - reorder dlopen checks, so that dlopening ET_REL objects
1947 complains about != ET_DYN != ET_EXEC, not about phentsize
1948 (#121606)
1949 - fix strpbrk macro for GCC 3.4+ (BZ #130)
1950 - fix <sys/sysctl.h> (BZ #140)
1951 - sched_[gs]etaffinity documentation fix (BZ #131)
1952 - fix sparc64 build (BZ #139)
1953 - change linuxthreads back to use non-cancellable writes
1954 to manager pipes etc.
1955 - fix sem_timedwait return value in linuxthreads (BZ #133)
1956 - ia64 unnecessary PLT relocs removal
1958 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
1959 - update from CVS
1960 - fix *scanf
1961 - fix shm_unlink, sem_unlink and mq_unlink errno values
1962 - avoid memory leaks in error
1963 - execstack fixes on s390
1965 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
1966 - update from CVS
1967 - mq and timer fixes
1968 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
1969 linked binaries
1970 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
1972 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
1973 - disable rtkaio
1974 - update from CVS
1975 - POSIX message passing support
1976 - fixed SIGEV_THREAD support for POSIX timers
1977 - fix free on non-malloced memory in syslog
1978 - fix ffsl on some 64-bit arches
1979 - fix sched_setaffinity on x86-64, ia64
1980 - fix ppc64 umount
1981 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
1982 - various NIS speedups
1983 - fix fwrite with > 2GB sizes on 64-bit arches
1984 - fix pthread_getattr_np guardsize reporting in NPTL
1985 - report PLT relocations in ld.so and libc.so during the build
1987 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
1988 - update from CVS
1989 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
1990 - strtol speed optimization
1991 - don't try to use certainly unimplemented syscalls on ppc64
1992 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
1993 into /usr/lib/debug/usr/%{_lib}/ directory
1994 - fix c_stubs with gcc 3.4
1995 - move all the up to 3 builds into %%build scriptlet and
1996 leave only installation in the %%install scriptlet
1998 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
1999 - update from CVS
2000 - affinity API changes
2002 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
2003 - update from CVS
2004 - fix ia64 iopl (#118591)
2005 - add support for /etc/ld.so.conf.d/*.conf
2006 - fix x86-64 LD_DEBUG=statistics
2007 - fix hwcap handling when using ld.so.cache (#118518)
2009 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
2010 - update from CVS
2011 - implement non-_l function on top of _l functions
2013 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
2014 - update from CVS
2015 - fix s390{,x} TLS handling
2017 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
2018 - update from CVS
2019 - special section for compatibility code
2020 - make getpid () work even in vfork () child
2021 - configure with --enable-bind-now to avoid lazy binding in ld.so
2022 and libc.so
2024 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
2025 - update from CVS
2026 - fix iconv -c (#117021)
2027 - fix PIEs on sparc/sparc64
2028 - fix posix_fadvise on 64-bit architectures
2029 - add locale-archive as %%ghost file (#117014)
2031 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
2032 - update from CVS
2034 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
2035 - update from CVS
2037 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
2038 - update from CVS
2039 - fix ld.so when vDSO is randomized
2041 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
2042 - update from CVS
2044 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
2045 - update from CVS
2047 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
2048 - update from CVS
2050 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
2051 - update from CVS
2052 - dl_iterate_phdr extension to signal number of added/removed
2053 libraries
2054 - fix PT_GNU_RELRO support on ppc* with prelinking
2056 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
2057 - rebuilt with fixed GCC on IA-64
2059 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
2060 - fix PT_GNU_RELRO support
2062 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
2063 - update from CVS
2064 - some further regex speedups
2065 - fix re.translate handling in regex (#112869)
2066 - change regfree to match old regex behaviour (what is freed
2067 and clearing of freed pointers)
2068 - fix accesses to unitialized memory in regex (#113507, #113425,
2069 #113421)
2070 - PT_GNU_RELRO support
2072 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
2073 - update from CVS
2074 - fix pmap_set fd and memory leak (#112726)
2075 - fix backreference handling in regex
2076 - rebuilt under glibc without the above bug to fix
2077 libc.so linker script (#112738)
2079 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
2080 - update from CVS
2081 - faster getpid () in NPTL builds
2082 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
2083 really disable cancellation (#112512)
2084 - more regex fixes and speedups
2085 - fix nextafter*/nexttoward*
2086 - handle 6th syscall(3) argument on AMD64
2087 - handle memalign/posix_memalign in mtrace
2088 - fix linuxthreads memory leak (#112208)
2089 - remove throw () from cancellation points in linuxthreads (#112602)
2090 - fix NPTL unregister_atfork
2091 - fix unwinding through alternate signal stacks
2093 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
2094 - update from CVS
2095 - 2.3.3 release
2096 - lots of regex fixes and speedups (#110401)
2097 - fix atan2
2098 - fix pshared condvars in NPTL
2099 - fix pthread_attr_destroy for attributes created with
2100 pthread_attr_init@GLIBC_2.0
2101 - for the time being, include both nb_NO* and no_NO* as locales
2102 so that the distribution can catch up with the no_NO->nb_NO
2103 transition
2104 - add BuildPrereq texinfo (#110252)
2106 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
2107 - update from CVS
2108 - fix getifaddrs (CAN-2003-0859)
2109 - fix ftw fd leak
2110 - fix linuxthreads sigaction (#108634)
2111 - fix glibc 2.0 stdio compatibility
2112 - fix uselocale (LC_GLOBAL_LOCALE)
2113 - speed up stdio locking in non-threaded programs on IA-32
2114 - try to maintain correct order of cleanups between those
2115 registered with __attribute__((cleanup))
2116 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
2117 - fix segfault in regex (#109606)
2118 - fix RE_ICASE multi-byte handling in regex
2119 - fix pthread_exit in libpthread.a (#109790)
2120 - FTW_ACTIONRETVAL support
2121 - lots of regex fixes and speedups
2122 - fix ceill/floorl on AMD64
2124 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
2125 - update from CVS
2126 - fix ld.so --verify (and ldd)
2128 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
2129 - update from CVS
2130 - fix sprof (#103727)
2131 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
2132 - prevent dlopening of executables
2133 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
2134 - fix locale printing of word values on 64-bit big-endian arches
2135 (#107846)
2136 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
2137 (#101261)
2139 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
2140 - update from CVS
2141 - dl_iterate_phdr in libc.a on arches other than IA-64
2142 - LD_DEBUG=statistics prints number of relative relocations
2143 - fix hwcap computation
2144 - NPTL is now part of upstream glibc CVS
2145 - include {st,xh,zu}_ZA{,.UTF-8} locales
2147 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
2148 - update from CVS
2149 - fix close, pause and fsync (#105348)
2150 - fix pthread_once on IA-32
2151 - implement backtrace () on IA-64, handle -fomit-frame-pointer
2152 in AMD64 backtrace () (#90402)
2154 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
2155 - update from CVS
2156 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
2157 - fix mknod/ustat return value when given bogus device number (#105768)
2159 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
2160 - rebuilt
2162 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
2163 - fix IA-64 getcontext
2165 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
2166 - update from CVS
2167 - fix syslog with non-C non-en_* locales (#61296, #104979)
2168 - filter GLIBC_PRIVATE symbols from glibc provides
2169 - fix NIS+
2171 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
2172 - update from CVS
2173 - assume 2.4.21 kernel features on RHEL/ppc*, so that
2174 {make,set,get,swap}context works
2175 - backout execstack support for RHEL
2176 - build rtkaio on amd64 too
2178 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
2179 - update from CVS
2180 - execstack/noexecstack support
2181 - build nscd as PIE
2182 - move __libc_stack_end back to @GLIBC_2.1
2183 - build against elfutils >= 0.86 to fix stripping on s390x
2185 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
2186 - rebuilt
2188 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
2189 - update from CVS
2190 - NPTL locking change (#102682)
2191 - don't jump around lock on amd64
2193 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
2194 - fix open_memstream/syslog (#104661)
2196 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
2197 - update from CVS
2198 - retrieve affinity in pthread_getattr_np
2199 - fix pthread_attr_[gs]etaffinity_np
2200 - handle hex and octal in wordexp
2202 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
2203 - update from CVS
2204 - truncate instead of round in utimes when utimes syscall is not available
2205 - don't align stack in every glibc function unnecessarily on IA-32
2206 - make sure threads have their stack 16 byte aligned on IA-32
2207 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
2208 - fix pthread_getattr_np for the initial thread (#102683)
2209 - avoid linuxthreads signal race (#104368)
2210 - ensure all gzip invocations are done with -n option
2212 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
2213 - update from CVS
2214 - avoid linking in libgcc_eh.a unnecessarily
2215 - change ssize_t back to long int on s390 -m31, unless
2216 gcc 2.95.x is used
2218 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
2219 - update from CVS
2220 - fix IA-64 memccpy (#104114)
2222 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
2223 - update from CVS
2224 - undo broken amd64 signal context changes
2226 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
2227 - update from CVS
2228 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
2229 {unsigned,} int
2230 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
2231 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
2232 on 64-bit arches from {unsigned,} long long int {,*} to
2233 {unsigned,} long int {,*} to restore binary compatibility
2234 for C++ functions using these types as arguments
2236 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
2237 - rebuilt
2239 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
2240 - update from CVS
2241 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
2242 - libio fixes
2244 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
2245 - update from CVS
2246 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
2247 and old-style pthread_cleanup_push cleanups
2249 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
2250 - updated from CVS
2251 - lots of cancellation fixes
2252 - fix posix_fadvise* on ppc32
2253 - TLS layout fix
2254 - optimize stdio cleanups (#103354)
2255 - sparcv9 NPTL
2256 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
2257 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
2258 - fix svc_getreqset on 64-bit big-endian arches
2259 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
2260 PTHREAD_PROCESS_SHARED
2261 - add pthread_cond_timedwait stubs to libc.so (#102709)
2262 - split glibc-devel into glibc-devel and glibc-headers to ensure
2263 amd64 /usr/include always wins on amd64/i386 bi-arch installs
2264 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
2265 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
2266 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
2267 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
2268 and tests
2270 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
2271 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
2272 in glibc-debuginfo-common*
2274 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
2275 - update from CVS
2276 - fix glibc 2.0 libio compatibility (#101385)
2277 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
2278 - fix assert.h (#102916, #103017)
2279 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
2280 - fix static linking of large IA-64 binaries (#102586)
2281 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
2283 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
2284 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
2286 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
2287 - nptl_db rewrite not yet in CVS
2289 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
2290 - update from CVS
2291 - fix rtkaio aio_fsync{,64}
2292 - update rtkaio for !BROKEN_THREAD_SIGNALS
2293 - fix assert macro when used on pointers
2295 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
2296 - update from CVS
2298 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
2299 - update from CVS
2300 - disable CLONE_STOPPED for now until it is resolved
2301 - strip crt files
2302 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
2303 - fix glibc-debuginfo to include all nptl and nptl_db sources
2305 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
2306 - update from CVS
2307 - fix pthread_create@GLIBC_2.0 (#101767)
2308 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
2310 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
2311 - update from CVS
2312 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
2313 explicit scheduling (#101457)
2315 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
2316 - update from CVS
2317 - fix utimes and futimes if kernel doesn't support utimes syscall
2318 - fix s390 ssize_t type
2319 - fix dlerror when called before any dlopen/dlsym
2320 - update IA-64 bits/sigcontext.h (#101344)
2321 - various warning fixes
2322 - fix pthread.h comment typos (#101363)
2324 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
2325 - update from CVS
2326 - fix dlopen of libraries using TLS IE/LE models
2328 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
2329 - update from CVS
2330 - fix timer_create
2331 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
2333 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
2334 - update from CVS
2335 - fix wcpncpy (#99462)
2336 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
2337 unlike __errno_location () or __h_errno_location () was introduced
2338 in glibc 2.2)
2339 - fix zic bug on 64-bit platforms
2340 - some TLS handling fixes
2341 - make ldconfig look into alternate ABI dirs by default (#99402)
2342 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
2343 errataed separately from glibc
2344 - new add-on - rtkaio
2345 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
2347 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
2348 - fix thread cancellation on ppc64
2350 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
2351 - update from CVS
2352 - fix thread cancellation on ppc32, s390 and s390x
2354 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
2355 - update from CVS
2356 - build libc_nonshared.a with -fPIC instead of -fpic
2357 - fix ppc64 PIE support
2358 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
2360 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
2361 - update from CVS
2363 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
2364 - update from CVS
2365 - on IA-64 use different symbols for cancellation portion of syscall
2366 handlers to make gdb happier
2368 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
2369 - update from CVS
2370 - nss_compat supporting LDAP etc.
2372 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
2373 - update from CVS
2375 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
2376 - fix condvars and semaphores in ppc* NPTL
2377 - fix test-skeleton.c reporting of timed-out tests (#91269)
2378 - increase timeouts for tests during make check
2380 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
2381 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
2382 on bi-ABI architectures (#97557)
2383 - disable FUTEX_REQUEUE on ppc* temporarily
2385 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
2386 - update from CVS
2387 - fix glibc_post_upgrade on ppc
2389 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
2390 - update from CVS
2391 - fix localedef (#90659)
2392 - tweak linuxthreads for librt cancellation
2394 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
2395 - update from CVS
2397 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
2398 - update from CVS
2399 - fix <gnu/stubs.h> (#97169)
2401 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
2402 - update from CVS
2404 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
2405 - update from CVS
2406 - fix pthread_cond_signal on IA-32 (#92080, #92253)
2407 - fix setegid (#91567)
2408 - don't prelink -R libc.so on any architecture, it prohibits
2409 address randomization
2411 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
2412 - update from CVS
2413 - fix IA-64 NPTL build
2415 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
2416 - update from CVS
2417 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
2418 section in *.[oa]
2420 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
2421 - update from CVS
2422 - enable NPTL on AMD64
2423 - avoid using trampolines in localedef
2425 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
2426 - enable NPTL on IA-64
2428 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
2429 - update from CVS
2430 - enable NPTL on s390 and s390x
2431 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
2433 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
2434 - update from CVS
2436 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
2437 - update from CVS
2439 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
2440 - update from CVS
2441 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
2442 or set_tid_address syscall is available instead of checking
2443 AT_SYSINFO dynamic tag
2445 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
2446 - update from CVS
2448 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
2449 - update from CVS
2450 - fix for prelinking of libraries with no dependencies
2452 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
2453 - update from CVS
2454 - enable NPTL on ppc and ppc64
2456 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
2457 - rebuild
2459 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
2460 - update from CVS
2462 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
2463 - update from CVS
2464 - make -jN build fixes
2466 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
2467 - update from CVS
2468 - avoid using trampolines in iconvconfig for now
2470 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
2471 - update from CVS
2473 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
2474 - update from CVS
2475 - more ppc TLS fixes
2477 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
2478 - update from CVS
2479 - nscd fixes
2480 - fix Bahrain spelling (#56298)
2481 - fix Ukrainian collation (#83973)
2482 - accept trailing spaces in /etc/ld.so.conf (#86032)
2483 - perror fix (#85994)
2484 - fix localedef (#88978)
2485 - fix getifaddrs (#89026)
2486 - fix strxfrm (#88409)
2487 - fix ppc TLS
2488 - fix getaddrinfo (#89448)
2489 - don't print warning about errno, h_errno or _res if
2490 LD_ASSUME_KERNEL=2.4.1 or earlier
2492 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
2493 - update from CVS
2494 - fix prelink on ppc32
2495 - add TLS support on ppc32 and ppc64
2496 - make sure on -m64 arches all helper binaries are built with this
2497 option
2499 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
2500 - update from CVS
2501 - fix strxfrm (#88409)
2502 - use -m64 -mno-minimal-toc on ppc64
2503 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
2504 - link glibc_post_upgrade against newly built libc.a
2506 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
2507 - update from CVS
2508 - fix NPTL pthread_detach and already terminated, but not yet
2509 joined thread (#88219)
2510 - fix bug-regex4 testcase (#88118)
2511 - reenable prelink support broken in 2.3.2-13
2512 - fix register_printf_function (#88052)
2513 - fix double free with fopen using ccs= (#88056)
2514 - fix potential access below $esp in {set,swap}context (#88093)
2515 - fix buffer underrun in gencat -H (#88099)
2516 - avoid using unitialized variable in tst-tgmath (#88101)
2517 - fix gammal (#88104)
2518 - fix iconv -c
2519 - fix xdr_string (PR libc/4999)
2520 - fix /usr/lib/nptl/librt.so symlink
2521 - avoid running NPTL cleanups twice in some cases
2522 - unblock __pthread_signal_cancel in linuxthreads, so that
2523 linuxthreads threaded programs work correctly if spawned
2524 from NPTL threaded programs
2525 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
2526 - remove /lib/i686 directory before running ldconfig in glibc post
2527 during i686 -> i386 glibc "upgrades" (#88456)
2529 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
2530 - update from CVS
2531 - add pthread_atfork to libpthread.a
2533 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
2534 - update from CVS
2535 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
2536 point
2538 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
2539 - update from CVS
2540 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
2541 /lib/i686 libs on i686, not stright to /lib
2543 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
2544 - update from CVS
2545 - timers fixes
2547 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
2548 - update from CVS
2549 - fix NPTL pthread_cond_timedwait
2550 - fix sysconf (_SC_MONOTONIC_CLOCK)
2551 - use /%%{_lib}/tls instead of /lib/tls on x86-64
2552 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
2553 - display content of .out files for all make check failures
2555 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
2556 - update from CVS
2557 - kernel POSIX timers support
2559 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
2560 - update from CVS
2561 - export __fork from glibc again
2562 - fix glibc-compat build in NPTL
2563 - fix c_stubs
2564 - fix some more atomic.h problems
2565 - don't check abi in glibc-compat libs
2567 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
2568 - update from CVS
2569 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
2570 - condrestart sshd in glibc_post_upgrade so that the user can
2571 log in remotely and handle the rest (#86339)
2572 - fix a typo in glibc_post_upgrade on sparc
2574 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
2575 - update from CVS
2576 - change i686/athlon libc.so.6 base to 0x00e80000
2578 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
2579 - update from CVS
2580 - hopefully last fix for condvar problems
2582 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
2583 - fix bits/syscall.h creation on x86-64
2585 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
2586 - update from CVS
2588 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
2589 - update from CVS
2591 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
2592 - update from CVS
2593 - fix glibc-debug description (#85111)
2594 - make librt.so a symlink again, not linker script
2596 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
2597 - update from CVS
2598 - remove the workarounds for broken software accessing GLIBC_PRIVATE
2599 symbols
2601 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
2602 - update from CVS
2604 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
2605 - fix TLS IE/LE model handling in dlopened libraries
2606 on TCB_AT_TP arches
2608 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
2609 - update from CVS
2611 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
2612 - update from CVS
2614 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
2615 - update from CVS
2616 - only warn about errno, h_errno or _res for binaries, never
2617 libraries
2618 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
2620 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
2621 - update from CVS
2623 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
2624 - update from CVS
2626 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
2627 - update from CVS
2629 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
2630 - update from CVS
2632 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
2633 - update from CVS
2634 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
2636 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
2637 - update from CVS
2639 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
2640 - update from CVS
2642 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
2643 - update from CVS
2644 - pthread_cond* NPTL fixes, new NPTL testcases
2646 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
2647 - update from CVS
2648 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
2649 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
2650 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
2651 later is NPTL
2652 - enable TLS on alpha/alphaev6
2653 - add BuildPreReq: /usr/bin/readlink
2655 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
2656 - update from CVS
2657 - pthread_once fix
2659 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
2660 - update from CVS
2661 - vfork fix on s390
2662 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
2663 don't bind locally (#83325)
2665 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
2666 - update from CVS
2667 - fix pthread_create after vfork+exec in linuxthreads
2669 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
2670 - update from CVS
2672 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
2673 - update from CVS
2675 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
2676 - update from CVS
2677 - enable TLS on s390{,x} and sparc{,v9}
2679 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
2680 - update from CVS
2681 - initialize __environ in glibc_post_upgrade to empty array,
2682 so that it is not NULL
2683 - compat symlink for s390x /lib/ld64.so.1
2684 - enable glibc-profile on x86-64
2685 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
2687 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
2688 - update from CVS
2689 - nscd fixes, *scanf fix
2690 - fix %%nptlarches noarch build (#81909)
2691 - IA-64 TLS fixes
2693 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
2694 - update from CVS
2695 - rework -debuginfo subpackage, add -debuginfo-common
2696 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
2697 - fix vfork in libc.a on PPC32, Alpha, Sparc
2698 - fix libio locks in linuxthreads libc.so if libpthread.so
2699 is dlopened later (#81374)
2701 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
2702 - update from CVS
2703 - dlclose bugfixes
2704 - fix NPTL libpthread.a
2705 - fix glibc_post_upgrade on several arches
2707 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
2708 - update from CVS
2709 - TLS support on IA-64
2711 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
2712 - fix vfork in linuxthreads (#81377, #81363)
2714 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
2715 - update from CVS
2716 - don't use TLS libs if kernel doesn't set AT_SYSINFO
2717 (#80921, #81212)
2718 - add ntp_adjtime on alpha (#79996)
2719 - fix nptl_db (#81116)
2721 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
2722 - update from CVS
2723 - support all architectures again
2725 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
2726 - fix condvar compatibility wrappers
2727 - add ugly hack to use non-TLS libs if a binary is seen
2728 to have errno, h_errno or _res symbols in .dynsym
2730 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
2731 - update from CVS
2732 - fixes for new condvar
2734 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
2735 - new NPTL condvar implementation plus related linuxthreads
2736 symbol versioning updates
2738 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
2739 - update from CVS
2740 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
2741 feature set macros
2742 - make *sigaction, sigwait and raise the same between
2743 -lpthread -lc and -lc -lpthread in linuxthreads builds
2745 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
2746 - fix dlclose
2748 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
2749 - enable sysenter by default for now
2750 - fix endless loop in ldconfig
2752 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
2753 - update from CVS
2755 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
2756 - update from CVS
2757 - fix ptmalloc_init after clearenv (#80370)
2759 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
2760 - update from CVS
2761 - add IA-64 back
2762 - move TLS libraries from /lib/i686 to /lib/tls
2764 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
2765 - system(3) fix for linuxthreads
2766 - don't segfault in pthread_attr_init from libc.so
2767 - add cancellation tests from nptl to linuxthreads
2769 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
2770 - fix up lists of exported symbols + their versions
2771 from the libraries
2773 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
2774 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
2776 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
2777 - update from CVS
2778 - fix NPTL hanging mozilla
2779 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
2780 - make linuxthreads work with dl_dynamic_weak 0
2781 - clear dl_dynamic_weak everywhere
2783 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
2784 - update from CVS
2785 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
2786 - kill -debug sub-package, rename -debug-static to -debug
2787 - clear dl_dynamic_weak for NPTL
2789 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
2790 - fix <bits/mathinline.h> and <bits/nan.h> for C++
2791 - automatically generate NPTL libpthread wrappers
2793 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
2794 - update from CVS
2795 - all functions which need cancellation should now be cancellable
2796 both in libpthread.so and libc.so
2797 - removed @@GLIBC_2.3.2 cancellation wrappers
2799 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
2800 - update from CVS
2801 - replace __libc_lock_needed@GOTOFF(%ebx) with
2802 %gs:offsetof(tcbhead_t, multiple_threads)
2803 - start of new NPTL cancellation wrappers
2805 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
2806 - update from CVS
2807 - use inline locks in malloc
2809 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
2810 - update from CVS
2811 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
2813 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
2814 - update from CVS
2815 - rebuilt with gcc-3.2.1-2
2817 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
2818 - update from CVS
2819 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
2820 should work now
2821 - faster libc locking when using nptl
2822 - add OUTPUT_FORMAT to linker scripts
2823 - fix x86_64 sendfile (#79111)
2825 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
2826 - update from CVS
2827 - RUSCII support (#78906)
2828 - for nptl builds add BuildRequires
2829 - fix byteswap.h for non-gcc (#77689)
2830 - add nptl-devel package
2832 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
2833 - update from CVS
2834 - make --enable-kernel=2.2.5 --with-tls --without-__thread
2835 ld.so load nptl and other --with-__thread libs
2836 - disable nptl by default for now
2838 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
2839 - update from CVS
2840 - restructured redhat/Makefile and spec, so that src.rpm contains
2841 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
2842 - added nptl
2844 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
2845 - update from CVS
2846 - even more regex fixes
2847 - run sed testsuite to check glibc regex
2849 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
2850 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
2851 using libpthread.so.
2853 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
2854 - update from CVS
2855 - fixed %a and %A in *printf (#75821)
2856 - fix re_comp memory leaking (#76594)
2858 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
2859 - update from CVS
2860 - some more regex fixes
2861 - fix libpthread.a (#76484)
2862 - fix locale-archive enlarging
2864 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
2865 - update from CVS
2866 - don't need to use 128K of stacks for DNS lookups
2867 - regex fixes
2868 - updated timezone data e.g. for this year's Brasil DST
2869 changes
2870 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
2872 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
2873 - update to 2.3.1 final
2874 - support really low thread stack sizes (#74073)
2875 - tzdata update
2877 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
2878 - update from CVS
2879 - handle low stack limits
2880 - move s390x into */lib64
2882 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
2883 - update to 2.3 final
2884 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
2886 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
2887 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
2888 speed things up, because they are neither REL arches, nor
2889 ELF_MACHINE_REL_RELATIVE
2890 - fix sparc64 build
2892 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
2893 - update from CVS
2895 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
2896 - update from CVS
2897 - prelink on ppc and x86-64 too
2898 - don't remove ppc memset
2899 - instead of listing on which arches to remove glibc-compat
2900 list where it should stay
2902 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
2903 - fix wcsmbs functions with invalid character sets (or malloc
2904 failures)
2905 - make sure __ctype_b etc. compat vars are updated even if
2906 they are copy relocs in the main program
2908 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
2909 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
2910 leading to unresolved __set_h_errno symbol)
2912 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
2913 - security fix - increase dns-network.c MAXPACKET to at least
2914 65536 to avoid buffer overrun. Likewise glibc-compat
2915 dns-{host,network}.c.
2917 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
2918 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
2919 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
2920 from libc.so - we have still lots of .a libraries referencing
2921 __ctype_{b,tolower,toupper} out there...
2923 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
2924 - update from CVS
2925 - 2.2.93 release
2926 - use double instead of single indirection in isXXX macros
2927 - per-locale wcsmbs conversion state
2929 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
2930 - update from CVS
2931 - fix newlocale/duplocale/uselocale
2932 - disable profile on x86_64 for now
2934 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
2935 - update from CVS
2936 - 2.2.92 release
2937 - fix gettext after uselocale
2938 - fix locales in statically linked threaded programs
2939 - fix NSS
2941 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
2942 - update from CVS
2943 - 2.2.91 release
2944 - fix fd leaks in locale-archive reader (#72043)
2945 - handle EROFS in build-locale-archive gracefully (#71665)
2947 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
2948 - update from CVS
2949 - fix re_match (#72312)
2950 - support more than 1024 threads
2952 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
2953 - update from CVS
2954 - fix i386 build
2956 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
2957 - update from CVS
2958 - fix locale-archive loading hang on some (non-primary) locales
2959 (#72122, #71878)
2960 - fix umount problems with locale-archives when /usr is a separate
2961 partition (#72043)
2962 - add LICENSES file
2964 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
2965 - update from CVS
2966 - only mmap up to 2MB of locale-archive on 32-bit machines
2967 initially
2968 - fix fseek past end + fread segfault with mmaped stdio
2969 - include <sys/debugreg.h> which is mistakenly not included
2970 in glibc-devel on IA-32
2972 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
2973 - don't return normalized locale name in setlocale when using
2974 locale-archive
2976 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
2977 - update from CVS
2978 - optimize for primary system locale
2979 - localedef fixes (#71552, #67705)
2981 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
2982 - fix path to locale-archive in libc reader
2983 - build locale archive at glibc-common %post time
2984 - export __strtold_internal and __wcstold_internal on Alpha again
2985 - workaround some localedata problems
2987 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
2988 - update from CVS
2989 - patch out set_thread_area for now
2991 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
2992 - update from CVS
2993 - GB18030 patch from Yu Shao
2994 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
2995 - fix regcomp (#71039)
2997 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
2998 - update from CVS
2999 - use /usr/sbin/prelink, not prelink (#70376)
3001 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
3002 - update from CVS
3004 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
3005 - update from CVS
3006 - ungetc fix (#69586)
3007 - fseek errno fix (#69589)
3008 - change *etrlimit prototypes for C++ (#68588)
3009 - use --without-tls instead of --disable-tls
3011 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
3012 - set nscd user's shell to /sbin/nologin (#68369)
3013 - fix glibc-compat buffer overflows (security)
3014 - buildrequire prelink, don't build glibc's own copy of it (#67567)
3015 - update from CVS
3016 - regex fix (#67734)
3017 - fix unused warnings (#67706)
3018 - fix freopen with mmap stdio (#67552)
3019 - fix realloc (#68499)
3021 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
3022 - update from CVS
3023 - fix argp on long words
3024 - update atime in libio
3026 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
3027 - update from CVS
3028 - a thread race fix
3029 - fix readdir on invalid dirp
3031 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
3032 - update from CVS
3033 - don't use __thread in headers
3034 - fix system(3) in threaded apps
3035 - update prelink, so that it is possible to prelink -u libc.so.6.1
3036 on Alpha
3038 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
3039 - update from CVS
3040 - fix __moddi3 (#65612, #65695)
3041 - fix ether_line (#64427)
3042 - fix setvbuf with mmap stdio (#65864)
3043 - --disable-tls for now, waiting for kernel
3044 - avoid duplication of __divtf3 etc. on IA-64
3045 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
3047 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
3048 - update from CVS
3049 - fix Alpha pthread bug with gcc 3.1
3051 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
3052 - fix nice
3054 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
3055 - add relocation dependencies even for weak symbols (#63422)
3056 - stricter check_fds check for suid/sgid binaries
3057 - run make check at %%install time
3059 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
3060 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
3061 - back out do-lookup.h change (#63261, #63305)
3062 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
3063 since lots of compilers break on it
3064 - fix sparc build with gcc 3.1
3065 - fix spec file for athlon
3067 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
3068 - fix debugging of threaded apps (#62804)
3069 - fix DST for Estonia (#61494)
3070 - document that pthread_mutexattr_?etkind_np are deprecated
3071 and pthread_mutexattr_?ettype should be used instead in man
3072 pages (#61485)
3073 - fix libSegFault.so undefined externals
3075 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
3076 - temporarily disable prelinking ld.so, as some statically linked
3077 binaries linked against debugging versions of old glibcs die on it
3078 (#62352)
3079 - fix <semaphore.h> for -std=c99 (#62516)
3080 - fix ether_ntohost segfault (#62397)
3081 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
3082 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
3083 version (#61633)
3084 - prelink -r on alpha too
3086 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
3087 - update GB18030 iconv module (Yu Shao)
3089 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
3090 - features.h fix
3092 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
3093 - update from CVS
3094 - fix nscd with huge groups
3095 - fix nis to not close fds it shouldn't
3096 - rebuilt against newer glibc-kernheaders to use the correct
3097 PATH_MAX
3098 - handle .athlon.rpm glibc the same way as .i686.rpm
3099 - add a couple of .ISO-8859-15 locales (#61922)
3100 - readd temporarily currencies which were superceeded by Euro
3101 into the list of accepted currencies by localedef to make
3102 standard conformance testsuites happy
3103 - temporarily moved __libc_waitpid back to make Sun JDK happy
3104 - use old malloc code
3105 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
3107 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
3108 - update from CVS
3109 - fix DST handling for southern hemisphere (#60747)
3110 - fix daylight setting for tzset (#59951)
3111 - fix ftime (#60350)
3112 - fix nice return value
3113 - fix a malloc segfault
3114 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
3115 back to what they used to be exported at
3116 - censorship (#60758)
3118 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
3119 - update from CVS
3120 - use __attribute__((visibility(...))) if supported, use _rtld_local
3121 for ld.so only objects
3122 - provide libc's own __{,u}{div,mod}di3
3124 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
3125 - switch back to 2.2.5, mmap stdio needs work
3127 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
3128 - fix two other mmap stdio bugs (#60228)
3130 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
3131 - fix yet another mmap stdio bug (#60145)
3133 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
3134 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
3135 - apply Andreas Schwab's fix for pthread sigwait
3136 - remove /lib/i686/ libraries in glibc_post_upgrade when
3137 performing i386 glibc install
3139 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
3140 - update to CVS
3141 - added glibc-utils subpackage
3142 - disable autoreq in glibc-debug
3143 - readd %%lang() to locale files
3145 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
3146 - update to CVS
3147 - move glibc private symbols to GLIBC_PRIVATE symbol version
3149 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
3150 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
3151 symbol in libm
3153 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
3154 - add debug-static package
3156 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
3157 - update from CVS
3158 - remove -D__USE_STRING_INLINES
3159 - add debug subpackage to trim glibc and glibc-devel size
3161 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
3162 - fix strsep
3164 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
3165 - fix a ld.so bug with duplicate searchlists in l_scope
3166 - fix erfcl(-inf)
3167 - turn /usr/lib/librt.so into linker script
3169 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
3170 - fix a ld.so lookup bug after lots of dlopen calls
3171 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
3172 - prelinking support for Sparc64
3174 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
3175 - update from CVS to fix DT_SYMBOLIC
3176 - prelinking support for Alpha and Sparc
3178 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
3179 - update from CVS
3180 - linuxthreads now retries if -1/EINTR is returned from
3181 reading or writing to thread manager pipe (#43742)
3182 - use DT_FILTER in librt.so (#53394)
3183 - update glibc prelink patch so that it handles filters
3184 - fix timer_* with SIGEV_NONE (#53494)
3185 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
3187 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
3188 - fix build on sparc32
3189 - 2.2.4-13 build for some reason missed some locales
3190 on alpha/ia64
3192 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
3193 - fix iconvconfig
3195 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
3196 - add fam to /etc/rpc (#52863)
3197 - fix <inttypes.h> for C++ (#52960)
3198 - fix perror
3200 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
3201 - fix strnlen(x, -1)
3203 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
3204 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
3205 if __USE_UNIX98.
3207 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
3208 - fix bits/libc-lock.h so that gcc can compile
3209 - fix s390 build
3211 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
3212 - kill stale library symlinks in ldconfig (#52350)
3213 - fix inttypes.h for G++ < 3.0
3214 - use DT_REL*COUNT
3216 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
3217 - fix strnlen on IA-64 (#50077)
3219 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
3220 - glibc 2.2.4 final
3221 - fix -lpthread -static (#51672)
3223 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
3224 - doh, include libio/tst-swscanf.c
3226 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
3227 - don't crash on catclose(-1)
3228 - fix wscanf %[] handling
3229 - fix return value from swprintf
3230 - handle year + %U/%W week + week day in strptime
3232 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
3233 - update from CVS to
3234 - fix strcoll (#50548)
3235 - fix seekdir (#51132)
3236 - fix memusage (#50606)
3237 - don't make gconv-modules.cache %%config file, just don't verify
3238 its content.
3240 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
3241 - fix strtod and *scanf (#50723, #50724)
3243 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
3244 - update from CVS
3245 - fix iconv cache handling
3246 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
3247 - add gconv-modules.cache as emtpy config file (#50699)
3248 - only run iconvconfig if /usr is mounted read-write (#50667)
3250 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
3251 - move iconvconfig from glibc-common into glibc subpackage,
3252 call it from glibc_post_upgrade instead of common's post.
3254 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3255 - turn off debugging printouts in iconvconfig
3257 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3258 - update from CVS
3259 - fix IA-32 makecontext
3260 - make fflush(0) thread-safe (#46446)
3262 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
3263 - adjust prelinking DT_* and SHT_* values in elf.h
3264 - update from CVS
3265 - iconv cache
3266 - make iconv work in SUID/SGID programs (#34611)
3268 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
3269 - update from CVS
3270 - kill non-pic code in libm.so
3271 - fix getdate
3272 - fix some locales (#49402)
3273 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
3274 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
3275 - add floating stacks on IA-64, Alpha, Sparc (#49308)
3277 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
3278 - make /lib/i686 directory owned by glibc*.i686.rpm
3280 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
3281 - remove rquota.[hx] headers which are now provided by quota (#47141)
3282 - add prelinking patch
3284 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
3285 - require sh-utils for nscd
3287 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
3288 - update from CVS (#43681, #43350, #44663, #45685)
3289 - fix ro_RO bug (#44644)
3291 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
3292 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
3293 - make rpc headers -ansi compilable (#42390)
3294 - remove alphaev6 optimized memcpy, since there are still far too many
3295 broken apps which call memcpy where they should call memmove
3296 - update from CVS to (among other things):
3297 - fix tanhl bug (#43352)
3299 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
3300 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
3301 - fix a dlclose reldeps handling bug
3302 - some more profiling fixes
3303 - fix tgmath.h
3305 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
3306 - make ldconfig more quiet
3307 - fix LD_PROFILE on i686 (#41030)
3309 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3310 - fix the hardlink program, so that it really catches all files with
3311 identical content
3312 - add a s390x clone fix
3314 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3315 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
3316 - fix nss compatibility DSO versions for alphaev6
3317 - add a hardlink program instead of the shell 3x for plus cmp -s/link
3318 which takes a lot of time during build
3319 - rework BuildPreReq and Conflicts with gcc, so that
3320 it applies only where it has to
3322 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
3323 - fix locale name of ja_JP in UTF-8 (#39783)
3324 - fix re_search_2 (#40244)
3325 - fix memusage script (#39138, #39823)
3326 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
3327 - fix xtrace script (#39609)
3328 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
3329 libc_nonshared.a has atexit)
3330 - fix getconf LFS_CFLAGS on 64bitters
3331 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
3332 with __frame_state_for function (#37933)
3334 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
3335 - glibc 2.2.3 release
3336 - fix strcoll (#36539)
3337 - add BuildPreReqs (#36378)
3339 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
3340 - update from CVS
3342 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
3343 - update from CVS
3344 - fix sparc64, ia64
3345 - fix some locale syntax errors (#35982)
3347 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
3348 - update from CVS
3350 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
3351 - update from CVS
3353 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
3354 - support even 2.4.0 kernels on ia64, sparc64 and s390x
3355 - include UTF-8 locales
3356 - make gconv-modules %%config(noreplace)
3358 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
3359 - back out sunrpc changes
3361 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
3362 - update from CVS
3363 - fix ia64 build
3364 - fix pthread_getattr_np
3366 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
3367 - update from CVS
3368 - run atexit() registered functions at dlclose time if they are in shared
3369 libraries (#28625)
3370 - add pthread_getattr_np API to make JVM folks happy
3372 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
3373 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
3374 - fix ldd behaviour on unresolved symbols
3375 - remove nonsensical ldconfig warning, update osversion for the most
3376 recent library with the same soname in the same directory instead (#31703)
3377 - apply selected patches from CVS
3378 - s390x spec file changes from Florian La Roche
3380 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
3381 - fix gencat (#30894)
3382 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
3384 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
3385 - update from CVS
3386 - make pthread_attr_setstacksize consistent before and after pthread manager
3387 is started (#28194)
3388 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
3389 far, #28493)
3390 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
3391 make ld.so pick the right one
3393 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
3394 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
3396 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
3397 - make glibc require particular version of glibc-common
3398 and glibc-common prerequire glibc.
3400 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
3401 - glibc 2.2.2 release
3402 - fix regex REG_ICASE bug seen in ksymoops
3404 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
3405 - fix regexec leaking memory (#26864)
3407 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
3408 - update from CVS
3409 - fix ia64 build with gnupro
3410 - make regex 64bit clean
3411 - fix tgmath make check failures on alpha
3413 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
3414 - update again for ia64 DF_1_INITFIRST
3416 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
3417 - update from CVS
3418 - fix getaddrinfo (#25437)
3419 - support DF_1_INITFIRST (#25029)
3421 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
3422 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
3423 to run 2.2 kernels can downgrade to the base architecture glibc.
3425 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
3426 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
3428 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
3429 - update to 2.2.1 final
3430 - fix a pthread_kill_other_threads_np breakage (#23966)
3431 - make static binaries using dlopen work on ia64 again
3432 - fix a typo in glibc-common group
3434 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
3435 - devel requires glibc = %%{version}
3436 - noreplace /etc/nscd.conf
3438 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
3439 - some more security fixes:
3440 - don't look up LD_PRELOAD libs in cache for SUID apps
3441 (because that bypasses SUID bit checking on the library)
3442 - place output files for profiling SUID apps into /var/profile,
3443 use O_NOFOLLOW for them
3444 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
3445 - hardlink identical locale files together
3446 - add %%lang() tags to locale stuff
3447 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
3449 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
3450 - add glibc-common subpackage
3451 - fix alphaev6 memcpy (#22494)
3452 - fix sys/cdefs.h (#22908)
3453 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
3454 - work around a bug in IBM JDK (#22932, #23012)
3455 - fix pmap_unset when network is down (#23176)
3456 - move nscd in rc.d before netfs on shutdown
3457 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
3459 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
3460 - fix ftw and nftw
3462 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
3463 - fix fcvt (#22184)
3464 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
3465 - fix gencat
3467 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
3468 - fix alpha htonl and alphaev6 stpcpy
3470 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
3471 - update to CVS to:
3472 - fix getnameinfo (#21934)
3473 - don't stomp on memory in rpath handling (#21544)
3474 - fix setlocale (#21507)
3475 - fix libNoVersion.so.1 loading code (#21579)
3476 - use auxarches define in spec file for auxiliary
3477 architectures (#21219)
3478 - remove /usr/share directory from filelist (#21218)
3480 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
3481 - update to CVS to fix getaddrinfo
3483 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
3484 - update to CVS to fix freopen
3485 - remove all alpha workarounds, not needed anymore
3487 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
3488 - fix dladdr bug on alpha/sparc32/sparc64
3489 - fix Makefiles so that they run static tests properly
3491 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
3492 - update to CVS to fix ldconfig
3494 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
3495 - update to glibc 2.2 release
3497 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
3498 - update to CVS to:
3499 - export __sysconf@@GLIBC_2.2 (#20417)
3501 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
3502 - merge to 2.1.97
3504 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
3505 - update to CVS, including:
3506 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
3507 - fix hesiod (#19375)
3508 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
3509 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
3511 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
3512 - fix alpha semctl (#19199)
3513 - update to CVS, including:
3514 - fix glibc headers for Compaq non-gcc compilers
3515 - fix locale alias handling code (#18832)
3516 - fix rexec on little endian machines (#18886)
3517 - started writing changelog again
3519 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
3520 - added ja ujis alias for backwards compatibility