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