2.3.90-3
[glibc.git] / fedora / glibc.spec.in
blob3df398de0cb9d1d97dea6b947b0cafc17083674d
1 %define glibcrelease 3
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=`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 # NPTL <bits/stdio-lock.h> is not usable outside of glibc, so include
568 # the generic one (#162634)
569 cp -a sysdeps/generic/bits/stdio-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/stdio-lock.h
571 if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then
572 mkdir -p $RPM_BUILD_ROOT%{_infodir}
573 mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir}
574 rm -rf $RPM_BUILD_ROOT%{_prefix}/info
577 gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc*
579 ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libbsd.a
581 install -p -m 644 fedora/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf
583 mkdir -p $RPM_BUILD_ROOT/etc/default
584 install -p -m 644 nis/nss $RPM_BUILD_ROOT/etc/default/nss
586 # Take care of setuids
587 # -- new security review sez that this shouldn't be needed anymore
588 #chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown
590 # This is for ncsd - in glibc 2.2
591 install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc
592 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
593 install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
595 # Don't include ld.so.cache
596 rm -f $RPM_BUILD_ROOT/etc/ld.so.cache
598 # Include ld.so.conf
599 echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf
600 touch $RPM_BUILD_ROOT/etc/ld.so.cache
601 chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf
602 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
604 # Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
605 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
606 chmod 644 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
608 # Install the upgrade program
609 install -m 700 build-%{nptl_target_cpu}-linuxnptl/glibc_post_upgrade.%{_target_cpu} \
610 $RPM_BUILD_ROOT/usr/sbin/glibc_post_upgrade.%{_target_cpu}
612 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.o
614 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}
615 cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \
616 $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/
617 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
618 # Now strip debugging info from static libraries
619 pushd $RPM_BUILD_ROOT%{_prefix}/%{_lib}/
620 for i in *.a; do
621 if [ -f $i ]; then
622 case "$i" in
623 *_p.a) ;;
624 *) strip -g -R .comment $i ;;
625 esac
627 done
628 popd
630 # rquota.x and rquota.h are now provided by quota
631 rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
633 # Hardlink identical locale files together
634 %ifnarch %{auxarches}
635 gcc -O2 -o build-%{nptl_target_cpu}-linuxnptl/hardlink fedora/hardlink.c
636 build-%{nptl_target_cpu}-linuxnptl/hardlink -vc $RPM_BUILD_ROOT%{_prefix}/lib/locale
637 %endif
639 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss1-*
640 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1
642 # Ugly hack for buggy rpm
643 ln -f ${RPM_BUILD_ROOT}%{_sbindir}/iconvconfig{,.%{_target_cpu}}
645 # BUILD THE FILE LIST
646 find $RPM_BUILD_ROOT -type f -or -type l |
647 sed -e 's|.*/etc|%config &|' \
648 -e 's|.*/gconv/gconv-modules$|%verify(not md5 size mtime) %config(noreplace) &|' \
649 -e 's|.*/gconv/gconv-modules.cache|%verify(not md5 size mtime) &|' \
650 -e '/lib\/debug/d' > rpm.filelist.in
651 for n in %{_prefix}/share %{_prefix}/include %{_prefix}/lib/locale; do
652 find ${RPM_BUILD_ROOT}${n} -type d | \
653 grep -v '%{_prefix}/share$' | \
654 grep -v '%{_infodir}' | \
655 sed "s/^/%dir /" >> rpm.filelist.in
656 done
658 # primary filelist
659 SHARE_LANG='s|.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo|%lang(\1) &|'
660 LIB_LANG='s|.*/lib/locale/\([^/_]\+\)|%lang(\1) &|'
661 # rpm does not handle %lang() tagged files hardlinked together accross
662 # languages very well, temporarily disable
663 # LIB_LANG=''
664 sed -e "s|$RPM_BUILD_ROOT||" -e "$LIB_LANG" -e "$SHARE_LANG" < rpm.filelist.in |
665 grep -v '/etc/\(localtime\|nsswitch.conf\|ld.so.conf\|ld.so.cache\|default\)' | \
666 grep -v '/%{_lib}/lib\(pcprofile\|memusage\).so' | \
667 grep -v 'bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\)' | \
668 sort > rpm.filelist
670 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}
671 mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib}
672 for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
673 cp -a $i $i.tmp
674 sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
675 -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
676 $i.tmp > $i
677 chmod 755 $i; rm -f $i.tmp
678 done
680 grep '%{_prefix}/%{_lib}/lib.*_p\.a' < rpm.filelist > profile.filelist || :
681 grep '%{_infodir}' < rpm.filelist | grep -v '%{_infodir}/dir' > devel.filelist
682 grep '%{_prefix}/include/gnu/stubs-[32164]\+\.h' < rpm.filelist >> devel.filelist || :
684 grep '%{_prefix}/include' < rpm.filelist |
685 egrep -v '%{_prefix}/include/(linuxthreads|gnu/stubs-[32164]+\.h)' \
686 > headers.filelist
688 mv rpm.filelist rpm.filelist.full
689 grep -v '%{_prefix}/%{_lib}/lib.*_p.a' rpm.filelist.full |
690 egrep -v "(%{_prefix}/include)|(%{_infodir})" > rpm.filelist
692 grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist >> devel.filelist
693 grep '%{_prefix}/%{_lib}/.*\.o' < rpm.filelist >> devel.filelist
694 grep '%{_prefix}/%{_lib}/lib.*\.so' < rpm.filelist >> devel.filelist
696 mv rpm.filelist rpm.filelist.full
697 grep -v '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist.full |
698 grep -v '%{_prefix}/%{_lib}/.*\.o' |
699 grep -v '%{_prefix}/%{_lib}/lib.*\.so'|
700 grep -v '%{_prefix}/%{_lib}/linuxthreads' |
701 grep -v 'nscd' > rpm.filelist
703 grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
704 grep '%{_prefix}/lib/locale' < rpm.filelist >> common.filelist
705 grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
706 grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
707 grep '%{_prefix}/share' < rpm.filelist \
708 | grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
710 mv rpm.filelist rpm.filelist.full
711 grep -v '%{_prefix}/bin' < rpm.filelist.full |
712 grep -v '%{_prefix}/lib/locale' |
713 grep -v '%{_prefix}/libexec/pt_chown' |
714 grep -v '%{_prefix}/sbin/[^gi]' |
715 grep -v '%{_prefix}/share' > rpm.filelist
717 > nosegneg.filelist
718 %if %{xenpackage}
719 grep '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist >> nosegneg.filelist
720 mv rpm.filelist rpm.filelist.full
721 grep -v '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist.full > rpm.filelist
722 %endif
724 echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist
725 echo '%{_prefix}/sbin/nscd' > nscd.filelist
727 cat > utils.filelist <<EOF
728 %{_prefix}/%{_lib}/libmemusage.so
729 %{_prefix}/%{_lib}/libpcprofile.so
730 %{_prefix}/bin/memusage
731 %{_prefix}/bin/memusagestat
732 %{_prefix}/bin/mtrace
733 %{_prefix}/bin/pcprofiledump
734 %{_prefix}/bin/xtrace
737 # /etc/localtime
738 rm -f $RPM_BUILD_ROOT/etc/localtime
739 cp -f $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
740 #ln -sf ..%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
742 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo
744 cd fedora
745 $GCC -Os -static -o build-locale-archive build-locale-archive.c \
746 ../build-%{nptl_target_cpu}-linuxnptl/locale/locarchive.o \
747 ../build-%{nptl_target_cpu}-linuxnptl/locale/md5.o \
748 -DDATADIR=\"%{_datadir}\" -DPREFIX=\"%{_prefix}\" \
749 -L../build-%{nptl_target_cpu}-linuxnptl
750 install -m 700 build-locale-archive $RPM_BUILD_ROOT/usr/sbin/build-locale-archive
751 cd ..
753 # the last bit: more documentation
754 rm -rf documentation
755 mkdir documentation
756 cp crypt/README.ufc-crypt documentation/README.ufc-crypt
757 cp timezone/README documentation/README.timezone
758 cp ChangeLog{,.14,.15} documentation
759 bzip2 -9 documentation/ChangeLog*
761 %ifarch s390x
762 # Compatibility symlink
763 mkdir -p $RPM_BUILD_ROOT/lib
764 ln -sf /%{_lib}/ld64.so.1 $RPM_BUILD_ROOT/lib/ld64.so.1
765 %endif
766 %ifarch ia64
767 %if "%{_lib}" == "lib64"
768 # Compatibility symlink
769 mkdir -p $RPM_BUILD_ROOT/lib
770 ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
771 %endif
772 %endif
774 # Increase timeouts
775 export TIMEOUTFACTOR=16
776 echo ====================TESTING=========================
777 cd build-%{nptl_target_cpu}-linuxnptl
778 make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
779 cd ..
780 %if %{buildxen}
781 echo ====================TESTING -mno-tls-direct-seg-refs=============
782 cd build-%{nptl_target_cpu}-linuxnptl-nosegneg
783 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
784 cd ..
785 %endif
786 echo ====================TESTING DETAILS=================
787 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check.log`; do
788 echo =====$i=====
789 cat $i || :
790 echo ============
791 done
792 echo ====================TESTING END=====================
793 PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p'
794 echo ====================PLT RELOCS LD.SO================
795 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-*.so | sed -n -e "$PLTCMD"
796 echo ====================PLT RELOCS LIBC.SO==============
797 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/libc-*.so | sed -n -e "$PLTCMD"
798 echo ====================PLT RELOCS END==================
800 %if "%{_enable_debug_packages}" == "1"
802 case "$-" in *x*) save_trace=yes;; esac
803 set +x
804 echo Building debuginfo subpackage...
806 blf=debugfiles.list
807 sf=debugsources.list
808 cblf=debugcommonfiles.list
809 csf=debugcommonsources.list
811 echo -n > $sf
812 echo -n > $csf
814 strip $RPM_BUILD_ROOT/{sbin/ldconfig,usr/sbin/glibc_post_upgrade.%{_target_cpu},usr/sbin/build-locale-archive}
816 # Strip ELF binaries
817 for f in `cat rpm.filelist nosegneg.filelist \
818 | grep -v '%%\(dir\|lang\|config\|verify\)'`; do
819 bf=$RPM_BUILD_ROOT$f
820 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
821 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
822 bd=`dirname $f`
823 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
824 mkdir -p $outd
825 echo extracting debug info from $f
826 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $sf $bf
827 bn=`basename $f`
828 case $f in
829 /%{_lib}/*) eu-strip -g -f $outd/$bn.debug $bf || :;;
830 *) eu-strip -f $outd/$bn.debug $bf || :;;
831 esac
832 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $blf; fi
835 done
837 for f in `cat common.filelist utils.filelist nscd.filelist \
838 | grep -v '%%\(dir\|lang\|config\|verify\)'`; do
839 bf=$RPM_BUILD_ROOT$f
840 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
841 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
842 bd=`dirname $f`
843 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
844 mkdir -p $outd
845 echo extracting debug info from $f
846 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $csf $bf
847 bn=`basename $f`
848 eu-strip -f $outd/$bn.debug $bf || :
849 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $cblf; fi
852 done
854 for f in `find $RPM_BUILD_ROOT/%{_lib} -type l`; do
855 l=`ls -l $f`
856 l=${l#* -> }
857 t=/usr/lib/debug`dirname ${f#$RPM_BUILD_ROOT}`
858 if grep -q "^$t/$l.debug\$" $blf; then
859 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
860 echo $t/`basename $f`.debug >> $blf
861 elif grep -q "^$t.debug/$l\$" $cblf; then
862 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
863 echo $t/`basename $f`.debug >> $cblf
865 done
867 echo Sorting source file lists. Might take a while...
868 xargs -0 -n 1 echo < $sf | LC_ALL=C grep -v '/<internal>$' | LC_ALL=C sort -u > $sf.sorted
869 xargs -0 -n 1 echo < $csf | LC_ALL=C grep -v '/<internal>$' | LC_ALL=C sort -u > $csf.sorted
870 mkdir -p $RPM_BUILD_ROOT/usr/src/debug
871 cat $sf.sorted $csf.sorted \
872 | (cd $RPM_BUILD_DIR; LC_ALL=C sort -u | cpio -pdm ${RPM_BUILD_ROOT}/usr/src/debug)
873 # stupid cpio creates new directories in mode 0700, fixup
874 find $RPM_BUILD_ROOT/usr/src/debug -type d -print | xargs chmod a+rx
876 %ifarch %{debuginfocommonarches}
877 %ifarch %{auxarches}
878 %ifarch %{ix86}
879 %define basearch i386
880 %endif
881 %ifarch alpha alphaev6
882 %define basearch alpha
883 %endif
884 %ifarch sparc sparcv9
885 %define basearch sparc
886 %endif
887 cat $blf > debuginfo.filelist
888 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
889 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfo.filelist
890 grep '/generic/\|/linux/\|/%{basearch}/\|/nptl\(_db\)\?/\|^%{glibcsrcdir}/build' \
891 $sf.sorted | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
892 touch debuginfocommon.filelist
893 %else
894 ( grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $csf.sorted || : ) > $csf.sorted.build
895 cat $blf > debuginfo.filelist
896 cat $cblf > debuginfocommon.filelist
897 grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $sf.sorted \
898 | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
899 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
900 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfocommon.filelist
901 ( cat $csf.sorted; grep -v -f $csf.sorted.build $sf.sorted ) \
902 | grep -v 'dl-osinfo\.h' | LC_ALL=C sort -u \
903 | sed 's|^|/usr/src/debug/|' >> debuginfocommon.filelist
904 %endif
905 %else
906 cat $blf $cblf | LC_ALL=C sort -u > debuginfo.filelist
907 echo '/usr/src/debug/%{glibcsrcdir}' >> debuginfo.filelist
908 %endif
910 [ "x$save_trace" = xyes ] && set -x
912 %endif
914 %ifarch %{auxarches}
915 case "$-" in *x*) save_trace=yes;; esac
916 set +x
917 echo Cutting down the list of unpackaged files
918 for i in `sed '/%%dir/d;/%%config/d;/%%verify/d;s/%%lang([^)]*) //' \
919 common.filelist devel.filelist headers.filelist profile.filelist \
920 utils.filelist nscd.filelist`; do
921 [ -f "$RPM_BUILD_ROOT$i" ] && rm -f "$RPM_BUILD_ROOT$i" || :
922 done
923 [ "x$save_trace" = xyes ] && set -x
925 %else
927 mkdir -p $RPM_BUILD_ROOT/var/{db,run}/nscd
928 touch $RPM_BUILD_ROOT/var/{db,run}/nscd/{passwd,group,hosts}
929 touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid}
930 %endif
932 touch $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive
934 %post -p /usr/sbin/glibc_post_upgrade.%{_target_cpu}
936 %postun -p /sbin/ldconfig
938 %post common -p /usr/sbin/build-locale-archive
940 %post devel
941 /sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir
943 %pre headers
944 # this used to be a link and it is causing nightmares now
945 if [ -L %{_prefix}/include/scsi ] ; then
946 rm -f %{_prefix}/include/scsi
949 %preun devel
950 if [ "$1" = 0 ]; then
951 /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir
954 %post utils -p /sbin/ldconfig
956 %postun utils -p /sbin/ldconfig
958 %pre -n nscd
959 /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \
960 -c "NSCD Daemon" -u 28 nscd > /dev/null 2>&1 || :
962 %post -n nscd
963 /sbin/chkconfig --add nscd
965 %preun -n nscd
966 if [ $1 = 0 ] ; then
967 service nscd stop > /dev/null 2>&1
968 /sbin/chkconfig --del nscd
971 %postun -n nscd
972 if [ $1 = 0 ] ; then
973 /usr/sbin/userdel nscd > /dev/null 2>&1 || :
975 if [ "$1" -ge "1" ]; then
976 service nscd condrestart > /dev/null 2>&1 || :
979 %if %{xenpackage}
980 %post xen -p /sbin/ldconfig
981 %postun xen -p /sbin/ldconfig
982 %endif
984 %clean
985 rm -rf "$RPM_BUILD_ROOT"
986 rm -f *.filelist*
988 %files -f rpm.filelist
989 %defattr(-,root,root)
990 %if %{buildxen} && !%{xenpackage}
991 %dir /%{_lib}/%{nosegneg_subdir}
992 %endif
993 %ifarch s390x
994 %dir /lib
995 /lib/ld64.so.1
996 %endif
997 %ifarch ia64
998 %if "%{_lib}" == "lib64"
999 %dir /lib
1000 /lib/ld-linux-ia64.so.2
1001 %endif
1002 %endif
1003 %verify(not md5 size mtime) %config(noreplace) /etc/localtime
1004 %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
1005 %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
1006 %dir /etc/ld.so.conf.d
1007 %dir %{_prefix}/libexec/getconf
1008 %dir %{_prefix}/%{_lib}/gconv
1009 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
1010 %doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
1011 %doc COPYING COPYING.LIB README.libm LICENSES
1012 %doc hesiod/README.hesiod
1014 %if %{xenpackage}
1015 %files -f nosegneg.filelist xen
1016 %defattr(-,root,root)
1017 %dir /%{_lib}/%{nosegneg_subdir}
1018 %endif
1020 %ifnarch %{auxarches}
1021 %files -f common.filelist common
1022 %defattr(-,root,root)
1023 %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
1024 %dir %attr(755,root,root) /etc/default
1025 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
1026 %doc documentation/*
1028 %files -f devel.filelist devel
1029 %defattr(-,root,root)
1031 %files -f headers.filelist headers
1032 %defattr(-,root,root)
1034 %files -f profile.filelist profile
1035 %defattr(-,root,root)
1037 %files -f utils.filelist utils
1038 %defattr(-,root,root)
1040 %files -f nscd.filelist -n nscd
1041 %defattr(-,root,root)
1042 %config(noreplace) /etc/nscd.conf
1043 %config /etc/rc.d/init.d/nscd
1044 %dir %attr(0755,root,root) /var/run/nscd
1045 %dir %attr(0755,root,root) /var/db/nscd
1046 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid
1047 %attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket
1048 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
1049 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
1050 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
1051 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd
1052 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group
1053 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts
1054 %endif
1056 %if "%{_enable_debug_packages}" == "1"
1057 %files debuginfo -f debuginfo.filelist
1058 %defattr(-,root,root)
1059 %ifarch %{debuginfocommonarches}
1060 %ifnarch %{auxarches}
1061 %files debuginfo-common -f debuginfocommon.filelist
1062 %defattr(-,root,root)
1063 %dir %{_prefix}/lib/debug
1064 %dir %{_prefix}/lib/debug/%{_prefix}
1065 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1066 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1067 %endif
1068 %else
1069 %dir %{_prefix}/lib/debug
1070 %dir %{_prefix}/lib/debug/%{_prefix}
1071 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1072 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1073 %endif
1074 %endif
1076 %changelog
1077 * Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-3
1078 - update from CVS
1079 - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
1080 poll when contacting nscd more gracefully
1081 - remove malloc attribute from posix_memalign
1082 - correctly size nscd buffer for grpcache key (#163538)
1083 - fix atan2f
1084 - fix error memory leaks
1085 - some more _FORTIFY_SOURCE protection
1087 * Fri Jul 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-2
1088 - update from CVS
1089 - ia64 stack protector support
1090 - handle DNS referral results as server errors (#162625)
1091 - ctan{,h}{,f,l} fixes (#160759)
1092 - pass argc, argv and envp also to executable's *ni_array
1093 functions (BZ#974)
1094 - add ellipsis to clone prototype (#161593)
1095 - fix glibc-profile (#162601)
1096 - nss_compat fixes
1097 - use sysdeps/generic version of <bits/stdio-lock.h> in installed
1098 headers instead of NPTL version (#162634)
1100 * Mon Jun 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-1
1101 - update from CVS
1102 - stack protector support
1103 - fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583)
1104 - enable @GLIBC_2.4 symbols
1105 - remove linuxthreads
1107 * Mon Jun 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-11
1108 - update from CVS
1109 - PPC32 -msecure-plt support
1110 - support classes keyword in /etc/hesiod.conf (#150350)
1111 - add RLIMIT_NICE and RLIMIT_RTPRIO to <sys/resources.h> (#157049)
1112 - decrease number of .plt relocations in libc.so
1113 - use -laudit in nscd (#159217)
1114 - handle big amounts of networking interfaces in getifaddrs/if_nameindex
1115 (#159399)
1116 - fix pa_IN locale's am_pm (#158715, BZ#622)
1117 - fix debugging of PIEs
1119 * Mon May 30 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-10
1120 - fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion)
1121 has been always overwritten with the version of currently
1122 running kernel)
1123 - remove linuxthreads man pages other than those covered in
1124 3p section, as 3p man pages are far better quality and describe
1125 POSIX behaviour that NPTL implements (#159084)
1127 * Tue May 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-9
1128 - update from CVS
1129 - increase bindresvport's LOWPORT to 512, apparently some
1130 broken daemons don't think 0 .. 511 ports are reserved
1132 * Mon May 23 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-8
1133 - update from CVS
1134 - fix kernel version check in ld.so
1135 - fix sendfile{,64} prototypes (BZ#961)
1136 - try more ports in bindresvport if all 600..1023 are
1137 used, don't use priviledged ports when talking to portmap
1138 (#141773)
1140 * Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
1141 - update from CVS
1142 - make regexec thread safe (BZ#934)
1143 - fix statically linked programs on i?86, x86_64, s390* and
1144 sparc* (#158027)
1145 - fix IBM939 iconv module (BZ#955)
1147 * Wed May 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-6
1148 - update from CVS
1149 - fix cancellation on i?86
1150 - add call frame information to i?86 assembly
1152 * Tue May 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
1153 - update from CVS
1154 - add some more UTF-8 locales (#156115)
1155 - clean up /lib64/tls instead of /lib/tls on x86-64, s390x and
1156 ppc64 in glibc_post_upgrade (#156656)
1157 - fix posix_fallocate{,64} (#156289)
1159 * Thu Apr 28 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-4
1160 - update from CVS
1161 - fix nscd cache pruning (#150748)
1163 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-3
1164 - update from CVS
1165 - fix linuxthreads clocks
1166 - put xen libs into the glibc-2*.i686 package instead of a separate one
1167 - fix librt.so symlink in linuxthreads-devel
1168 - do not include linuxthreads-devel on %{auxarches},
1169 just on the base architectures
1171 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-2
1172 - update from CVS
1173 - with MALLOC_CHECK_=N N>0 (#153003)
1174 - fix recursive dlclose (#154641)
1175 - handle %z in strptime (#154804)
1176 - automatically append /%{_lib}/obsolete/linuxthreads/
1177 to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19
1178 or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno
1179 properly). Warning: all those will stop working when LinuxThreads
1180 is finally nuked, which is not very far away
1181 - remove nonnull attribute from acct prototype (BZ#877)
1182 - kernel CPU clocks support
1183 - fix *scanf in locales with multi-byte decimal point
1185 * Wed Apr 27 2005 Roland McGrath <roland@redhat.com>
1186 - glibc-xen subpackage for i686
1188 * Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
1189 - update from CVS
1190 - fix execvp regression (BZ#851)
1191 - ia64 libm updates
1192 - sparc updates
1193 - fix initstate{,_r}/strfry (#154504)
1194 - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
1195 support "hwcap" keyword in ld.so.conf files
1197 * Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
1198 - update from CVS
1199 - fix xdr_rmtcall_args on 64-bit arches (#151686)
1200 - fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
1202 * Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
1203 - move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/
1204 and NPTL libraries to /%{_lib}. To run a program against LinuxThreads,
1205 LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/
1206 is now needed
1207 - bzip2 ChangeLog* files instead of gzipping them
1209 * Sat Apr 2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
1210 - update from CVS
1211 - fix nextafterl and several other libm routines on ia64
1212 - fix initgroups (BZ#661)
1213 - kill nptl-devel subpackage, add linuxthreads-devel,
1214 compile and link by default against NPTL and only with
1215 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads
1216 against LinuxThreads
1217 - package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in
1218 i386 glibc-debuginfo
1219 - limit number of ChangeLog* files in glibc-common %%doc
1220 to last 2.5 years of changes only to save space
1222 * Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
1223 - fix build on 64-bit arches with new GCC
1225 * Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
1226 - update from CVS
1227 - fix LD_AUDIT in LinuxThreads ld.so
1228 - fix calloc with M_PERTURB
1229 - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
1230 on ppc*/ia64/alpha/mips (BZ#801)
1231 - fix a typo in WINDOWS-31J charmap (#151739)
1232 - fix NIS ypprot_err (#151469)
1234 * Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
1235 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
1237 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
1238 - update from CVS
1239 - better fix for the dlclose bug (#145810, #150414)
1240 - fix regex crash on case insensitive search in zh_CN locale
1241 (#151215)
1242 - fix malloc_trim (BZ#779)
1243 - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
1244 as function-like macros, there are too many broken programs
1245 out there
1246 - add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372)
1248 * Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
1249 - fix bits/socket2.h macro typos
1251 * Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
1252 - fix tst-chk{2,3}
1253 - fix up AS_NEEDED directive in /usr/%{_lib}/libc.so
1254 - BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
1255 glibc-devel Conflict with binutils < 2.15.94.0.2-1
1257 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
1258 - update from CVS
1259 - fix execvp (#149290)
1260 - fix dlclose (#145810)
1261 - clear padding in gconv-modules.cache (#146614, BZ#776)
1262 - rebuilt with GCC4
1263 - changed __GLIBC_MINOR__ for now back to 3
1264 - back out the newly added GLIBC_2.4 *_chk routines, instead
1265 do the checking in macros
1267 * Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
1268 - hopefully fix interaction with prelink (#147655)
1270 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
1271 - update from CVS
1272 - bi-arch <gnu/stubs.h> (BZ#715)
1274 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
1275 - update from CVS
1276 - bi-arch <gnu/lib-names.h> (BZ#632)
1277 - fix libdl on s390 and maybe other platforms
1278 - fix initstate{,_r} (BZ#710)
1279 - fix <gnu/stubs.h> generation (BZ#157)
1280 - define CMSPAR in bits/termios.h (#147533)
1282 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
1283 - update from CVS
1284 - fix TLS handling in linuxthreads
1286 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
1287 - update from CVS
1288 - ld.so auditing
1289 - fix segfault if chrooted app attempts to dlopen a library
1290 and no standard library directory exists at all (#147067, #144303)
1291 - fix initgroups when nscd is running, but has group caching disabled
1292 (#146588)
1293 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
1294 has not been called yet (#146710)
1295 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
1296 - service nscd cosmetic fixes (#146776)
1297 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
1298 - fix zdump -v segfaults on x86-64 (#146210)
1299 - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
1300 - fix errno values for futimes (BZ#633)
1301 - unconditionally include <features.h> in malloc.h (BZ#650)
1302 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
1303 (from empty string inside of word to empty string not at a word boundary,
1304 BZ#693)
1305 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
1306 and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
1307 %gs access with negative offsets
1308 - fix addseverity
1309 - fix fmemopen
1310 - fix rewinddir
1311 - increase svc{tcp,unix}_create listen backlog
1313 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
1314 - update from CVS
1315 - add some warn_unused_result marking
1316 - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
1317 (BZ#640)
1319 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
1320 - update from CVS
1321 - fix IA-32 stack alignment for LinuxThreads thread functions
1322 and functions passed to clone(2) directly
1323 - fix ecvt{,_r} on denormals (#143279)
1324 - fix __tls_get_addr typo
1325 - fix rounding in IA-64 alarm (#143710)
1326 - don't reinitialize __environ in __libc_start_main, so that
1327 effects of setenv/putenv done in DSO initializers are preserved
1328 (#144037, IT#57403)
1329 - fix fmemopen
1330 - fix vDSO l_map_end and l_text_end values
1331 - IA64 libm update (#142494)
1332 - fix ppc rint/ceil etc. (BZ#602)
1334 * Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
1335 - rebuilt
1337 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
1338 - work around rpm bug some more, this time by copying
1339 iconvconfig to iconvconfig.%%{_target_cpu}.
1341 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
1342 - update from CVS
1343 - glibc 2.3.4 release
1344 - add -o and --nostdlib options to iconvconfig
1345 - if /sbin/ldconfig doesn't exist when running
1346 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
1347 This can happen during first install of bi-arch glibc and the
1348 other arch glibc's %post wil run /sbin/ldconfig (#143326)
1349 - use -o and --nostdlib options to create all needed
1350 gconv-modules.cache files on bi-arch setups
1352 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
1353 - rebuilt
1355 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
1356 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
1357 if /sbin/init is the same ELF class and machine as
1358 glibc_post_upgrade.%%{_target_cpu} and similarly with
1359 condrestarting sshd (#143046)
1361 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
1362 - update from CVS
1363 - fix ppc64 getcontext and swapcontext (BZ#610)
1364 - sparc/sparc64 fixes
1366 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
1367 - update from CVS
1368 - fix i686 __USE_STRING_INLINES strncat
1369 - make sure ppc/ppc64 maintain correct stack alignment
1370 across clone
1372 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
1373 - export nis_domain_of_r from libnsl.so again which was
1374 unintentionally lost
1376 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
1377 - update from CVS
1378 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
1379 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
1380 (BZ#457)
1381 - fix sysconf (_POSIX_V6_*) for other ABI environments in
1382 bi-arch setups
1383 - s390/s390x clone without CLONE_THREAD getpid () adjustement
1385 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
1386 - update from CVS
1387 - fix %{_prefix}/libexec/getconf filenames generation
1389 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
1390 - update from CVS
1391 - double buffer size in getXXbyYY or getXXent on ERANGE
1392 instead of adding BUFLEN (#142617)
1393 - avoid busy loop in malloc if another thread is doing fork
1394 (#142214)
1395 - some more realloc corruption checks
1396 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
1397 tweak %{_prefix}/libexec/getconf/ filenames
1399 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
1400 - update from CVS
1401 - regex speedups
1402 - use | cat in ldd if running under bash3+ to allow running
1403 it on binaries that are not through SELinux allowed to access
1404 console or tty
1405 - add __NR_waitid defines for alpha and ia64
1407 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
1408 - update from CVS
1409 - fix clone2 on ia64
1410 - avoid tst-timer5 failing with linuxthreads implementation
1411 - if __libc_enable_secure, disallow mode != normal
1412 - change ldd script to imply -r when -u is used, properly
1413 propagate return value and handle suid binaries
1415 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
1416 - update from CVS
1417 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
1418 - disregard LD_DEBUG if __libc_enable_secure in normal mode
1419 if /suid-debug doesn't exist
1420 - fix fseekpos after ungetc
1421 - avoid reading bytes before start of buffers in regex's
1422 check_dst_limits_calc_pos_1 (#142060)
1423 - make getpid () working with clone/clone2 without CLONE_THREAD
1424 (so far on i386/x86_64/ia64 only)
1425 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
1426 - make %{_prefix}/libexec/getconf directory owned by glibc package
1428 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
1429 - update from CVS
1430 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
1431 - fix mktime with < 0 or > 59 tm_sec on entry
1432 - remove nonnull attribute for realpath
1433 - add $(make-target-directory) for errlist-compat.c rule
1434 (hopefully fix #141404)
1435 - add testcase for ungetc bug
1436 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
1438 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
1439 - update from CVS
1440 - some posix_opt.h fixes
1441 - fix strtold use of unitialized memory (#141000)
1442 - some more bugfixes for bugs detected by valgrind
1443 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
1444 on s390{,x} (#139678)
1446 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
1447 - update from CVS
1448 - support -v specification in getconf
1449 - fix sysconf (_SC_LFS64_CFLAGS) etc.
1450 - avoid thread stack aliasing issues on EM64T (#140803)
1451 - move %{_prefix}/include/nptl headers from nptl-devel
1452 to glibc-headers, so that even NPTL specific programs
1453 can be built bi-arch without problems
1455 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
1456 - update from CVS
1457 - fix memory leak in getaddrinfo if using nscd (#139559)
1458 - handle large lines in /etc/hosts and /etc/networks
1459 (#140378)
1460 - add nonnull attributes to selected dirent.h and dlfcn.h
1461 functions
1463 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
1464 - update from CVS
1465 - add deprecated and/or nonnull attribute to some signal.h
1466 functions
1467 - speed up tzset () by only using stat instead of open/fstat
1468 when calling tzset for the second and following time if
1469 /etc/localtime has not changed
1470 - fix tgamma (BZ #552)
1472 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
1473 - update from CVS
1474 - some malloc () checking
1475 - libpthread.a object dependency cleanups (#115157)
1476 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
1478 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
1479 - don't use chunksize in <= 2 * SIZE_SZ free () checks
1481 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
1482 - update from CVS
1483 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
1484 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
1485 issue special error message instead of using the buffer overflow
1486 detected one
1487 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
1488 speedup searching with nested subexps (BZ #544)
1489 - block SIGCANCEL in NPTL timer_* helper thread
1490 - further free () checking
1492 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
1493 - update from CVS
1494 - fix free () checking
1495 - move /etc/default/nss into glibc-common (hopefully fix #132392)
1497 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
1498 - update from CVS
1499 - fix LD_DEBUG=statistics
1500 - issue error message before aborting in __chk_fail ()
1501 - some more free () checking
1503 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
1504 - update from CVS
1505 - speedup regex on palindromes (BZ #429)
1506 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
1507 less priviledged all threads change their credentials successfully
1509 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
1510 - update from CVS
1511 - fix regcomp crash (#138439)
1512 - fix ftell{,o,o64} (#137885)
1513 - robustification of nscd to cope with corrupt databases (#137140)
1514 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
1515 - some regex optimizations
1517 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
1518 - update from CVS
1519 - mktime cleanups (BZ #487, #473)
1520 - unique comments in free(3) check error messages
1521 - adjust some x86_64 headers for -m32 (#129712)
1522 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
1524 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
1525 - fix <netinet/udp.h> header
1526 - fix globfree (#137176)
1527 - fix exiting if there are dlmopened libraries in namespaces
1528 other than main one not closed yet
1529 - export again _res_opcodes and __p_{class,type}_syms from
1530 libresolv.so that were lost in -69
1532 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
1533 - remove setaltroot and key{_add,_request,ctl} also from Versions
1534 - back out _sys_errlist changes
1536 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
1537 - back out setaltroot and key{_add,_request,ctl} addition
1538 - fix severe x86-64 symbol versioning regressions that breaks
1539 e.g. java binaries
1541 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
1542 - update from CVS
1543 - fix minor catchsegv temp file handling vulnerability
1544 (CAN-2004-0968, #136319)
1545 - add 4 new errno codes
1546 - setaltroot, key{_add,_request,ctl} syscalls on some arches
1547 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
1548 gdb purpose
1549 - use inet_pton to decide what is address and what is hostname
1550 in getent (#135422)
1551 - change dladdr/dladdr1, so that dli_saddr is the same kind
1552 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
1553 - fix catchsegv script so that it works with both 32-bit and 64-bit
1554 programs on multi-arch platforms
1556 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
1557 - update from CVS
1558 - require newer selinux-policy (#135978)
1559 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
1560 files in it
1561 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
1563 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
1564 - update from CVS
1565 - object size checking support (-D_FORTIFY_SOURCE={1,2})
1567 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
1568 - update from CVS
1569 - support for namespaces in the dynamic linker
1570 - fix dlclose (BZ #77)
1571 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
1572 and s390 (#130254)
1574 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
1575 - update from CVS
1576 - use non-blocking sockets in resolver (#135234)
1577 - reset pd->res options on thread exit, so that threads
1578 reusing cached stacks get resolver state properly initialized
1579 (BZ #434)
1581 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
1582 - update from CVS
1583 - avoid using perl in the spec file, buildrequire sed >= 3.95
1584 (#127671)
1585 - export TIMEOUTFACTOR=16
1586 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
1588 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
1589 - update from CVS
1590 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
1591 to -1 in LinuxThreads
1592 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
1593 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
1594 returns correct value
1595 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
1596 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
1597 dlopen libpthread.so and dlsym pthread_condattr_setclock
1598 - build nscd with -z relro and -z now
1600 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
1601 - update from CVS
1602 - stop using __builtin_expect in assert and assert_perror
1603 (#127606)
1604 - try to avoid too much VA fragmentation with malloc
1605 on flexmap layout (#118574)
1606 - nscd robustification
1607 - change valloc to use debugging hooks (#134385)
1608 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
1609 #125700)
1611 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
1612 - update from CVS
1613 - fix __nscd_getgrouplist
1614 - fix a typo in x86_64 pthread_mutex_timedwait fix
1616 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
1617 - update from CVS
1618 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
1620 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
1621 - update from CVS
1622 - some nscd fixes (#134193)
1623 - cache initgroups in nscd (#132850)
1624 - reread /etc/localtime in tzset () even if just mtime changed
1625 (#133481)
1626 - fix glob (#126460)
1627 - another get_myaddress fix
1629 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
1630 - update from CVS
1631 - fix get_myaddress (#133982)
1632 - remove nonnull attribute from second utime argument (#133866)
1633 - handle SIGSETXID the same way as SIGCANCEL in
1634 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
1635 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
1637 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
1638 - update from CVS
1639 - fix BZ #151, #362, #381, #407
1640 - fdim fix for +inf/+inf (BZ #376)
1642 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
1643 - update from CVS
1644 - vasprintf fix (BZ #346)
1645 - gettext locking (BZ #322)
1646 - change linuxthreads useldt.h inclusion login again, the last
1647 one failed all linuxthreads FLOATING_STACKS tests
1649 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
1650 - update from CVS
1651 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
1652 - fix nis locking (#132204)
1653 - RTLD_DEEPBIND support
1654 - fix pthread_create bugs (BZ #401, #405)
1656 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
1657 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
1658 - source tarballs renamed
1659 - redhat/ moved to fedora/, some old cruft removed
1660 - update from trunk
1661 - some __nonnull annotations
1663 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
1664 - update from CVS
1665 - set{re,e,res}[ug]id now affect the whole process in NPTL
1666 - return EAGAIN instead of ENOMEM when not enough memory
1667 in pthread_create
1669 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
1670 - update from CVS
1671 - nscd getaddrinfo caching
1673 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
1674 - restore temporarily old definition of __P()/__PMT()
1675 for third party apps
1677 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
1678 - update from CVS
1679 - nscd bi-arch fix
1680 - remove all uses of __P()/__PMT() from glibc headers
1681 - update and reenable nscd SELinux patch
1682 - remove libnss1* and libnss*.so.1 compatibility NSS modules
1683 on IA-32, SPARC and Alpha
1685 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
1686 - update from CVS
1687 - disable one of the malloc double free checks for non-contiguous
1688 arenas where it doesn't have to be true even for non-broken
1689 apps
1691 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
1692 - update from CVS
1693 - pwd/grp/host loops with nscd speed up by sharing the
1694 nscd cache r/o with applications
1695 - inexpensive double free check in free(3)
1696 - make NPTL pthread.h initializers usable even from C++
1697 (BZ #375)
1698 - use atomic instructions even in i386 nscd on i486+ CPUs
1699 (conditionally)
1701 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
1702 - update from CVS
1703 - fix linuxthreads tst-cancel{[45],-static}
1705 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
1706 - update from CVS
1707 - fix pthread_cond_destroy (BZ #342)
1708 - fix fnmatch without FNM_NOESCAPE (BZ #361)
1709 - fix ppc32 setcontext (BZ #357)
1710 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
1711 - add __NR_waitid defines for i386, x86_64 and sparc*
1713 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
1714 - update from CVS
1715 - persistent nscd caching
1716 - ppc64 32-bit atomicity fix
1717 - fix x86-64 nptl-devel headers for -m32 compilation
1718 - %%ghost /etc/ld.so.cache (#130597)
1719 - edit /etc/ld.so.conf in glibc_post_upgrade if
1720 include ld.so.conf.d/*.conf line is missing (#120588)
1721 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
1723 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
1724 - update from CVS
1726 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
1727 - update from CVS
1728 - fix nss_compat's initgroups handling (#130363)
1729 - fix getaddrinfo ai_canonname setting
1731 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
1732 - update from CVS
1733 - add ip6-dotint resolv.conf option, make
1734 no-ip6-dotint the default
1735 - BuildPrereq libselinux-devel (#129946)
1736 - on ppc64, build without dot symbols
1738 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
1739 - update from CVS
1740 - remove debugging printout (#129747)
1741 - make <sys/shm.h> usable in C++ (IT#45148)
1742 - update RLIMIT_* constants in <bits/resource.h>, make
1743 <sys/resource.h> POSIX compliant (#129740)
1745 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
1746 - fix last tzset () fixes, disable rereading of /etc/localtime
1747 every time for now
1748 - really enable SELinux support for NSCD
1750 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
1751 - update from CVS
1752 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
1753 - tzset () fixes (BZ #154)
1754 - speed up pthread_rwlock_unlock on arches other than i386 and
1755 x86_64 (#129455)
1756 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
1757 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
1758 (BZ #284)
1759 - add SELinux support for NSCD
1761 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
1762 - update from CVS
1763 - change res_init to force all threads to re-initialize
1764 resolver before they use it next time (#125712)
1765 - various getaddrinfo and related fixes (BZ #295, #296)
1766 - fix IBM{932,943} iconv modules (#128674)
1767 - some nscd fixes (e.g. BZ #292)
1768 - RFC 3678 support (Multicast Source Filters)
1769 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
1770 the same as /lib/i686/librt-*
1772 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
1773 - update from CVS
1774 - conformance related changes in headers
1775 - remove -finline-limit=2000 for GCC 3.4.x+
1777 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
1778 - update from CVS
1779 - fix res_init leaks
1780 - fix newlocale races
1781 - fix ppc64 setjmp
1782 - fix strtold (BZ #274)
1784 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
1785 - update from CVS
1786 - allow pthread_cancel in DSO destructors run at exit time
1787 - fix pow{f,,l} on IA-32 and powl on x86-64
1788 - allow PIEs on IA-32 to have main in a shared library they depend on
1790 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
1791 - s390* .plt slot reduction
1792 - fix pthread_rwlock_timedrdlock on x86_64
1794 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
1795 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
1796 NPTL changes
1798 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
1799 - update from CVS
1800 - if_nameindex using preferably netlink
1801 - printf_parsemb initialization fix
1802 - NPTL version is now the same as glibc version
1804 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
1805 - update from CVS
1806 - reread resolv.conf for nscd --invalidate=hosts
1807 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
1808 -m32 -D_FILE_OFFSET_BITS=64 compilations
1809 - avoid calling non-existing fcntl64 syscall on ppc64
1811 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
1812 - update from CVS
1813 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
1814 - fix backtrace in statically linked programs
1815 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
1817 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
1818 - update from CVS
1819 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
1820 - make c_stubs buildable even with GCC 3.2.x (#123042)
1822 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
1823 - fix pthread_cond_wait on architectures other than IA-32 and
1824 x86_64
1826 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
1827 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
1829 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
1830 - update from CVS
1831 - FUTEX_REQUEUE fixes (#115349)
1832 - SPARC GCC 3.4 build fix
1833 - fix handling of undefined TLS symbols on IA32 (RELA only),
1834 SPARC and SH
1835 - regex translate fix
1836 - speed up sprintf
1837 - x86_64 makecontext alignment fix
1838 - make POSIX sigpause the default sigpause, unless BSD sigpause
1839 requested
1841 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
1842 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
1843 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
1844 - build mq_{send,receive} with -fexceptions
1846 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
1847 - update from CVS
1848 - fix <tgmath.h>
1849 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
1850 use of realloc
1851 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
1852 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
1853 might be a stale symlink
1855 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
1856 - update from CVS
1857 - disable FUTEX_REQUEUE (work around #115349)
1858 - mq for sparc/sparc64/ia64
1860 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
1861 - update from CVS
1862 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
1863 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
1864 included already in XNS5)
1865 - reorder dlopen checks, so that dlopening ET_REL objects
1866 complains about != ET_DYN != ET_EXEC, not about phentsize
1867 (#121606)
1868 - fix strpbrk macro for GCC 3.4+ (BZ #130)
1869 - fix <sys/sysctl.h> (BZ #140)
1870 - sched_[gs]etaffinity documentation fix (BZ #131)
1871 - fix sparc64 build (BZ #139)
1872 - change linuxthreads back to use non-cancellable writes
1873 to manager pipes etc.
1874 - fix sem_timedwait return value in linuxthreads (BZ #133)
1875 - ia64 unnecessary PLT relocs removal
1877 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
1878 - update from CVS
1879 - fix *scanf
1880 - fix shm_unlink, sem_unlink and mq_unlink errno values
1881 - avoid memory leaks in error
1882 - execstack fixes on s390
1884 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
1885 - update from CVS
1886 - mq and timer fixes
1887 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
1888 linked binaries
1889 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
1891 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
1892 - disable rtkaio
1893 - update from CVS
1894 - POSIX message passing support
1895 - fixed SIGEV_THREAD support for POSIX timers
1896 - fix free on non-malloced memory in syslog
1897 - fix ffsl on some 64-bit arches
1898 - fix sched_setaffinity on x86-64, ia64
1899 - fix ppc64 umount
1900 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
1901 - various NIS speedups
1902 - fix fwrite with > 2GB sizes on 64-bit arches
1903 - fix pthread_getattr_np guardsize reporting in NPTL
1904 - report PLT relocations in ld.so and libc.so during the build
1906 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
1907 - update from CVS
1908 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
1909 - strtol speed optimization
1910 - don't try to use certainly unimplemented syscalls on ppc64
1911 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
1912 into /usr/lib/debug/usr/%{_lib}/ directory
1913 - fix c_stubs with gcc 3.4
1914 - move all the up to 3 builds into %%build scriptlet and
1915 leave only installation in the %%install scriptlet
1917 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
1918 - update from CVS
1919 - affinity API changes
1921 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
1922 - update from CVS
1923 - fix ia64 iopl (#118591)
1924 - add support for /etc/ld.so.conf.d/*.conf
1925 - fix x86-64 LD_DEBUG=statistics
1926 - fix hwcap handling when using ld.so.cache (#118518)
1928 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
1929 - update from CVS
1930 - implement non-_l function on top of _l functions
1932 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
1933 - update from CVS
1934 - fix s390{,x} TLS handling
1936 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
1937 - update from CVS
1938 - special section for compatibility code
1939 - make getpid () work even in vfork () child
1940 - configure with --enable-bind-now to avoid lazy binding in ld.so
1941 and libc.so
1943 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
1944 - update from CVS
1945 - fix iconv -c (#117021)
1946 - fix PIEs on sparc/sparc64
1947 - fix posix_fadvise on 64-bit architectures
1948 - add locale-archive as %%ghost file (#117014)
1950 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
1951 - update from CVS
1953 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
1954 - update from CVS
1956 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
1957 - update from CVS
1958 - fix ld.so when vDSO is randomized
1960 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
1961 - update from CVS
1963 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
1964 - update from CVS
1966 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
1967 - update from CVS
1969 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
1970 - update from CVS
1971 - dl_iterate_phdr extension to signal number of added/removed
1972 libraries
1973 - fix PT_GNU_RELRO support on ppc* with prelinking
1975 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
1976 - rebuilt with fixed GCC on IA-64
1978 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
1979 - fix PT_GNU_RELRO support
1981 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
1982 - update from CVS
1983 - some further regex speedups
1984 - fix re.translate handling in regex (#112869)
1985 - change regfree to match old regex behaviour (what is freed
1986 and clearing of freed pointers)
1987 - fix accesses to unitialized memory in regex (#113507, #113425,
1988 #113421)
1989 - PT_GNU_RELRO support
1991 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
1992 - update from CVS
1993 - fix pmap_set fd and memory leak (#112726)
1994 - fix backreference handling in regex
1995 - rebuilt under glibc without the above bug to fix
1996 libc.so linker script (#112738)
1998 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
1999 - update from CVS
2000 - faster getpid () in NPTL builds
2001 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
2002 really disable cancellation (#112512)
2003 - more regex fixes and speedups
2004 - fix nextafter*/nexttoward*
2005 - handle 6th syscall(3) argument on AMD64
2006 - handle memalign/posix_memalign in mtrace
2007 - fix linuxthreads memory leak (#112208)
2008 - remove throw () from cancellation points in linuxthreads (#112602)
2009 - fix NPTL unregister_atfork
2010 - fix unwinding through alternate signal stacks
2012 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
2013 - update from CVS
2014 - 2.3.3 release
2015 - lots of regex fixes and speedups (#110401)
2016 - fix atan2
2017 - fix pshared condvars in NPTL
2018 - fix pthread_attr_destroy for attributes created with
2019 pthread_attr_init@GLIBC_2.0
2020 - for the time being, include both nb_NO* and no_NO* as locales
2021 so that the distribution can catch up with the no_NO->nb_NO
2022 transition
2023 - add BuildPrereq texinfo (#110252)
2025 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
2026 - update from CVS
2027 - fix getifaddrs (CAN-2003-0859)
2028 - fix ftw fd leak
2029 - fix linuxthreads sigaction (#108634)
2030 - fix glibc 2.0 stdio compatibility
2031 - fix uselocale (LC_GLOBAL_LOCALE)
2032 - speed up stdio locking in non-threaded programs on IA-32
2033 - try to maintain correct order of cleanups between those
2034 registered with __attribute__((cleanup))
2035 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
2036 - fix segfault in regex (#109606)
2037 - fix RE_ICASE multi-byte handling in regex
2038 - fix pthread_exit in libpthread.a (#109790)
2039 - FTW_ACTIONRETVAL support
2040 - lots of regex fixes and speedups
2041 - fix ceill/floorl on AMD64
2043 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
2044 - update from CVS
2045 - fix ld.so --verify (and ldd)
2047 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
2048 - update from CVS
2049 - fix sprof (#103727)
2050 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
2051 - prevent dlopening of executables
2052 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
2053 - fix locale printing of word values on 64-bit big-endian arches
2054 (#107846)
2055 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
2056 (#101261)
2058 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
2059 - update from CVS
2060 - dl_iterate_phdr in libc.a on arches other than IA-64
2061 - LD_DEBUG=statistics prints number of relative relocations
2062 - fix hwcap computation
2063 - NPTL is now part of upstream glibc CVS
2064 - include {st,xh,zu}_ZA{,.UTF-8} locales
2066 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
2067 - update from CVS
2068 - fix close, pause and fsync (#105348)
2069 - fix pthread_once on IA-32
2070 - implement backtrace () on IA-64, handle -fomit-frame-pointer
2071 in AMD64 backtrace () (#90402)
2073 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
2074 - update from CVS
2075 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
2076 - fix mknod/ustat return value when given bogus device number (#105768)
2078 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
2079 - rebuilt
2081 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
2082 - fix IA-64 getcontext
2084 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
2085 - update from CVS
2086 - fix syslog with non-C non-en_* locales (#61296, #104979)
2087 - filter GLIBC_PRIVATE symbols from glibc provides
2088 - fix NIS+
2090 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
2091 - update from CVS
2092 - assume 2.4.21 kernel features on RHEL/ppc*, so that
2093 {make,set,get,swap}context works
2094 - backout execstack support for RHEL
2095 - build rtkaio on amd64 too
2097 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
2098 - update from CVS
2099 - execstack/noexecstack support
2100 - build nscd as PIE
2101 - move __libc_stack_end back to @GLIBC_2.1
2102 - build against elfutils >= 0.86 to fix stripping on s390x
2104 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
2105 - rebuilt
2107 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
2108 - update from CVS
2109 - NPTL locking change (#102682)
2110 - don't jump around lock on amd64
2112 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
2113 - fix open_memstream/syslog (#104661)
2115 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
2116 - update from CVS
2117 - retrieve affinity in pthread_getattr_np
2118 - fix pthread_attr_[gs]etaffinity_np
2119 - handle hex and octal in wordexp
2121 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
2122 - update from CVS
2123 - truncate instead of round in utimes when utimes syscall is not available
2124 - don't align stack in every glibc function unnecessarily on IA-32
2125 - make sure threads have their stack 16 byte aligned on IA-32
2126 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
2127 - fix pthread_getattr_np for the initial thread (#102683)
2128 - avoid linuxthreads signal race (#104368)
2129 - ensure all gzip invocations are done with -n option
2131 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
2132 - update from CVS
2133 - avoid linking in libgcc_eh.a unnecessarily
2134 - change ssize_t back to long int on s390 -m31, unless
2135 gcc 2.95.x is used
2137 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
2138 - update from CVS
2139 - fix IA-64 memccpy (#104114)
2141 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
2142 - update from CVS
2143 - undo broken amd64 signal context changes
2145 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
2146 - update from CVS
2147 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
2148 {unsigned,} int
2149 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
2150 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
2151 on 64-bit arches from {unsigned,} long long int {,*} to
2152 {unsigned,} long int {,*} to restore binary compatibility
2153 for C++ functions using these types as arguments
2155 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
2156 - rebuilt
2158 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
2159 - update from CVS
2160 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
2161 - libio fixes
2163 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
2164 - update from CVS
2165 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
2166 and old-style pthread_cleanup_push cleanups
2168 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
2169 - updated from CVS
2170 - lots of cancellation fixes
2171 - fix posix_fadvise* on ppc32
2172 - TLS layout fix
2173 - optimize stdio cleanups (#103354)
2174 - sparcv9 NPTL
2175 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
2176 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
2177 - fix svc_getreqset on 64-bit big-endian arches
2178 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
2179 PTHREAD_PROCESS_SHARED
2180 - add pthread_cond_timedwait stubs to libc.so (#102709)
2181 - split glibc-devel into glibc-devel and glibc-headers to ensure
2182 amd64 /usr/include always wins on amd64/i386 bi-arch installs
2183 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
2184 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
2185 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
2186 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
2187 and tests
2189 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
2190 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
2191 in glibc-debuginfo-common*
2193 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
2194 - update from CVS
2195 - fix glibc 2.0 libio compatibility (#101385)
2196 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
2197 - fix assert.h (#102916, #103017)
2198 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
2199 - fix static linking of large IA-64 binaries (#102586)
2200 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
2202 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
2203 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
2205 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
2206 - nptl_db rewrite not yet in CVS
2208 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
2209 - update from CVS
2210 - fix rtkaio aio_fsync{,64}
2211 - update rtkaio for !BROKEN_THREAD_SIGNALS
2212 - fix assert macro when used on pointers
2214 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
2215 - update from CVS
2217 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
2218 - update from CVS
2219 - disable CLONE_STOPPED for now until it is resolved
2220 - strip crt files
2221 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
2222 - fix glibc-debuginfo to include all nptl and nptl_db sources
2224 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
2225 - update from CVS
2226 - fix pthread_create@GLIBC_2.0 (#101767)
2227 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
2229 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
2230 - update from CVS
2231 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
2232 explicit scheduling (#101457)
2234 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
2235 - update from CVS
2236 - fix utimes and futimes if kernel doesn't support utimes syscall
2237 - fix s390 ssize_t type
2238 - fix dlerror when called before any dlopen/dlsym
2239 - update IA-64 bits/sigcontext.h (#101344)
2240 - various warning fixes
2241 - fix pthread.h comment typos (#101363)
2243 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
2244 - update from CVS
2245 - fix dlopen of libraries using TLS IE/LE models
2247 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
2248 - update from CVS
2249 - fix timer_create
2250 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
2252 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
2253 - update from CVS
2254 - fix wcpncpy (#99462)
2255 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
2256 unlike __errno_location () or __h_errno_location () was introduced
2257 in glibc 2.2)
2258 - fix zic bug on 64-bit platforms
2259 - some TLS handling fixes
2260 - make ldconfig look into alternate ABI dirs by default (#99402)
2261 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
2262 errataed separately from glibc
2263 - new add-on - rtkaio
2264 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
2266 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
2267 - fix thread cancellation on ppc64
2269 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
2270 - update from CVS
2271 - fix thread cancellation on ppc32, s390 and s390x
2273 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
2274 - update from CVS
2275 - build libc_nonshared.a with -fPIC instead of -fpic
2276 - fix ppc64 PIE support
2277 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
2279 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
2280 - update from CVS
2282 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
2283 - update from CVS
2284 - on IA-64 use different symbols for cancellation portion of syscall
2285 handlers to make gdb happier
2287 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
2288 - update from CVS
2289 - nss_compat supporting LDAP etc.
2291 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
2292 - update from CVS
2294 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
2295 - fix condvars and semaphores in ppc* NPTL
2296 - fix test-skeleton.c reporting of timed-out tests (#91269)
2297 - increase timeouts for tests during make check
2299 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
2300 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
2301 on bi-ABI architectures (#97557)
2302 - disable FUTEX_REQUEUE on ppc* temporarily
2304 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
2305 - update from CVS
2306 - fix glibc_post_upgrade on ppc
2308 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
2309 - update from CVS
2310 - fix localedef (#90659)
2311 - tweak linuxthreads for librt cancellation
2313 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
2314 - update from CVS
2316 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
2317 - update from CVS
2318 - fix <gnu/stubs.h> (#97169)
2320 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
2321 - update from CVS
2323 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
2324 - update from CVS
2325 - fix pthread_cond_signal on IA-32 (#92080, #92253)
2326 - fix setegid (#91567)
2327 - don't prelink -R libc.so on any architecture, it prohibits
2328 address randomization
2330 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
2331 - update from CVS
2332 - fix IA-64 NPTL build
2334 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
2335 - update from CVS
2336 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
2337 section in *.[oa]
2339 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
2340 - update from CVS
2341 - enable NPTL on AMD64
2342 - avoid using trampolines in localedef
2344 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
2345 - enable NPTL on IA-64
2347 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
2348 - update from CVS
2349 - enable NPTL on s390 and s390x
2350 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
2352 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
2353 - update from CVS
2355 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
2356 - update from CVS
2358 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
2359 - update from CVS
2360 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
2361 or set_tid_address syscall is available instead of checking
2362 AT_SYSINFO dynamic tag
2364 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
2365 - update from CVS
2367 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
2368 - update from CVS
2369 - fix for prelinking of libraries with no dependencies
2371 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
2372 - update from CVS
2373 - enable NPTL on ppc and ppc64
2375 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
2376 - rebuild
2378 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
2379 - update from CVS
2381 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
2382 - update from CVS
2383 - make -jN build fixes
2385 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
2386 - update from CVS
2387 - avoid using trampolines in iconvconfig for now
2389 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
2390 - update from CVS
2392 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
2393 - update from CVS
2394 - more ppc TLS fixes
2396 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
2397 - update from CVS
2398 - nscd fixes
2399 - fix Bahrain spelling (#56298)
2400 - fix Ukrainian collation (#83973)
2401 - accept trailing spaces in /etc/ld.so.conf (#86032)
2402 - perror fix (#85994)
2403 - fix localedef (#88978)
2404 - fix getifaddrs (#89026)
2405 - fix strxfrm (#88409)
2406 - fix ppc TLS
2407 - fix getaddrinfo (#89448)
2408 - don't print warning about errno, h_errno or _res if
2409 LD_ASSUME_KERNEL=2.4.1 or earlier
2411 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
2412 - update from CVS
2413 - fix prelink on ppc32
2414 - add TLS support on ppc32 and ppc64
2415 - make sure on -m64 arches all helper binaries are built with this
2416 option
2418 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
2419 - update from CVS
2420 - fix strxfrm (#88409)
2421 - use -m64 -mno-minimal-toc on ppc64
2422 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
2423 - link glibc_post_upgrade against newly built libc.a
2425 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
2426 - update from CVS
2427 - fix NPTL pthread_detach and already terminated, but not yet
2428 joined thread (#88219)
2429 - fix bug-regex4 testcase (#88118)
2430 - reenable prelink support broken in 2.3.2-13
2431 - fix register_printf_function (#88052)
2432 - fix double free with fopen using ccs= (#88056)
2433 - fix potential access below $esp in {set,swap}context (#88093)
2434 - fix buffer underrun in gencat -H (#88099)
2435 - avoid using unitialized variable in tst-tgmath (#88101)
2436 - fix gammal (#88104)
2437 - fix iconv -c
2438 - fix xdr_string (PR libc/4999)
2439 - fix /usr/lib/nptl/librt.so symlink
2440 - avoid running NPTL cleanups twice in some cases
2441 - unblock __pthread_signal_cancel in linuxthreads, so that
2442 linuxthreads threaded programs work correctly if spawned
2443 from NPTL threaded programs
2444 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
2445 - remove /lib/i686 directory before running ldconfig in glibc post
2446 during i686 -> i386 glibc "upgrades" (#88456)
2448 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
2449 - update from CVS
2450 - add pthread_atfork to libpthread.a
2452 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
2453 - update from CVS
2454 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
2455 point
2457 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
2458 - update from CVS
2459 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
2460 /lib/i686 libs on i686, not stright to /lib
2462 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
2463 - update from CVS
2464 - timers fixes
2466 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
2467 - update from CVS
2468 - fix NPTL pthread_cond_timedwait
2469 - fix sysconf (_SC_MONOTONIC_CLOCK)
2470 - use /%%{_lib}/tls instead of /lib/tls on x86-64
2471 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
2472 - display content of .out files for all make check failures
2474 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
2475 - update from CVS
2476 - kernel POSIX timers support
2478 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
2479 - update from CVS
2480 - export __fork from glibc again
2481 - fix glibc-compat build in NPTL
2482 - fix c_stubs
2483 - fix some more atomic.h problems
2484 - don't check abi in glibc-compat libs
2486 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
2487 - update from CVS
2488 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
2489 - condrestart sshd in glibc_post_upgrade so that the user can
2490 log in remotely and handle the rest (#86339)
2491 - fix a typo in glibc_post_upgrade on sparc
2493 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
2494 - update from CVS
2495 - change i686/athlon libc.so.6 base to 0x00e80000
2497 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
2498 - update from CVS
2499 - hopefully last fix for condvar problems
2501 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
2502 - fix bits/syscall.h creation on x86-64
2504 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
2505 - update from CVS
2507 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
2508 - update from CVS
2510 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
2511 - update from CVS
2512 - fix glibc-debug description (#85111)
2513 - make librt.so a symlink again, not linker script
2515 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
2516 - update from CVS
2517 - remove the workarounds for broken software accessing GLIBC_PRIVATE
2518 symbols
2520 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
2521 - update from CVS
2523 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
2524 - fix TLS IE/LE model handling in dlopened libraries
2525 on TCB_AT_TP arches
2527 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
2528 - update from CVS
2530 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
2531 - update from CVS
2533 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
2534 - update from CVS
2535 - only warn about errno, h_errno or _res for binaries, never
2536 libraries
2537 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
2539 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
2540 - update from CVS
2542 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
2543 - update from CVS
2545 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
2546 - update from CVS
2548 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
2549 - update from CVS
2551 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
2552 - update from CVS
2553 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
2555 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
2556 - update from CVS
2558 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
2559 - update from CVS
2561 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
2562 - update from CVS
2563 - pthread_cond* NPTL fixes, new NPTL testcases
2565 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
2566 - update from CVS
2567 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
2568 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
2569 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
2570 later is NPTL
2571 - enable TLS on alpha/alphaev6
2572 - add BuildPreReq: /usr/bin/readlink
2574 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
2575 - update from CVS
2576 - pthread_once fix
2578 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
2579 - update from CVS
2580 - vfork fix on s390
2581 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
2582 don't bind locally (#83325)
2584 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
2585 - update from CVS
2586 - fix pthread_create after vfork+exec in linuxthreads
2588 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
2589 - update from CVS
2591 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
2592 - update from CVS
2594 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
2595 - update from CVS
2596 - enable TLS on s390{,x} and sparc{,v9}
2598 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
2599 - update from CVS
2600 - initialize __environ in glibc_post_upgrade to empty array,
2601 so that it is not NULL
2602 - compat symlink for s390x /lib/ld64.so.1
2603 - enable glibc-profile on x86-64
2604 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
2606 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
2607 - update from CVS
2608 - nscd fixes, *scanf fix
2609 - fix %%nptlarches noarch build (#81909)
2610 - IA-64 TLS fixes
2612 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
2613 - update from CVS
2614 - rework -debuginfo subpackage, add -debuginfo-common
2615 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
2616 - fix vfork in libc.a on PPC32, Alpha, Sparc
2617 - fix libio locks in linuxthreads libc.so if libpthread.so
2618 is dlopened later (#81374)
2620 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
2621 - update from CVS
2622 - dlclose bugfixes
2623 - fix NPTL libpthread.a
2624 - fix glibc_post_upgrade on several arches
2626 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
2627 - update from CVS
2628 - TLS support on IA-64
2630 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
2631 - fix vfork in linuxthreads (#81377, #81363)
2633 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
2634 - update from CVS
2635 - don't use TLS libs if kernel doesn't set AT_SYSINFO
2636 (#80921, #81212)
2637 - add ntp_adjtime on alpha (#79996)
2638 - fix nptl_db (#81116)
2640 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
2641 - update from CVS
2642 - support all architectures again
2644 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
2645 - fix condvar compatibility wrappers
2646 - add ugly hack to use non-TLS libs if a binary is seen
2647 to have errno, h_errno or _res symbols in .dynsym
2649 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
2650 - update from CVS
2651 - fixes for new condvar
2653 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
2654 - new NPTL condvar implementation plus related linuxthreads
2655 symbol versioning updates
2657 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
2658 - update from CVS
2659 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
2660 feature set macros
2661 - make *sigaction, sigwait and raise the same between
2662 -lpthread -lc and -lc -lpthread in linuxthreads builds
2664 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
2665 - fix dlclose
2667 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
2668 - enable sysenter by default for now
2669 - fix endless loop in ldconfig
2671 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
2672 - update from CVS
2674 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
2675 - update from CVS
2676 - fix ptmalloc_init after clearenv (#80370)
2678 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
2679 - update from CVS
2680 - add IA-64 back
2681 - move TLS libraries from /lib/i686 to /lib/tls
2683 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
2684 - system(3) fix for linuxthreads
2685 - don't segfault in pthread_attr_init from libc.so
2686 - add cancellation tests from nptl to linuxthreads
2688 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
2689 - fix up lists of exported symbols + their versions
2690 from the libraries
2692 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
2693 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
2695 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
2696 - update from CVS
2697 - fix NPTL hanging mozilla
2698 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
2699 - make linuxthreads work with dl_dynamic_weak 0
2700 - clear dl_dynamic_weak everywhere
2702 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
2703 - update from CVS
2704 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
2705 - kill -debug sub-package, rename -debug-static to -debug
2706 - clear dl_dynamic_weak for NPTL
2708 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
2709 - fix <bits/mathinline.h> and <bits/nan.h> for C++
2710 - automatically generate NPTL libpthread wrappers
2712 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
2713 - update from CVS
2714 - all functions which need cancellation should now be cancellable
2715 both in libpthread.so and libc.so
2716 - removed @@GLIBC_2.3.2 cancellation wrappers
2718 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
2719 - update from CVS
2720 - replace __libc_lock_needed@GOTOFF(%ebx) with
2721 %gs:offsetof(tcbhead_t, multiple_threads)
2722 - start of new NPTL cancellation wrappers
2724 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
2725 - update from CVS
2726 - use inline locks in malloc
2728 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
2729 - update from CVS
2730 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
2732 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
2733 - update from CVS
2734 - rebuilt with gcc-3.2.1-2
2736 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
2737 - update from CVS
2738 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
2739 should work now
2740 - faster libc locking when using nptl
2741 - add OUTPUT_FORMAT to linker scripts
2742 - fix x86_64 sendfile (#79111)
2744 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
2745 - update from CVS
2746 - RUSCII support (#78906)
2747 - for nptl builds add BuildRequires
2748 - fix byteswap.h for non-gcc (#77689)
2749 - add nptl-devel package
2751 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
2752 - update from CVS
2753 - make --enable-kernel=2.2.5 --with-tls --without-__thread
2754 ld.so load nptl and other --with-__thread libs
2755 - disable nptl by default for now
2757 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
2758 - update from CVS
2759 - restructured redhat/Makefile and spec, so that src.rpm contains
2760 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
2761 - added nptl
2763 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
2764 - update from CVS
2765 - even more regex fixes
2766 - run sed testsuite to check glibc regex
2768 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
2769 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
2770 using libpthread.so.
2772 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
2773 - update from CVS
2774 - fixed %a and %A in *printf (#75821)
2775 - fix re_comp memory leaking (#76594)
2777 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
2778 - update from CVS
2779 - some more regex fixes
2780 - fix libpthread.a (#76484)
2781 - fix locale-archive enlarging
2783 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
2784 - update from CVS
2785 - don't need to use 128K of stacks for DNS lookups
2786 - regex fixes
2787 - updated timezone data e.g. for this year's Brasil DST
2788 changes
2789 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
2791 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
2792 - update to 2.3.1 final
2793 - support really low thread stack sizes (#74073)
2794 - tzdata update
2796 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
2797 - update from CVS
2798 - handle low stack limits
2799 - move s390x into */lib64
2801 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
2802 - update to 2.3 final
2803 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
2805 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
2806 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
2807 speed things up, because they are neither REL arches, nor
2808 ELF_MACHINE_REL_RELATIVE
2809 - fix sparc64 build
2811 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
2812 - update from CVS
2814 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
2815 - update from CVS
2816 - prelink on ppc and x86-64 too
2817 - don't remove ppc memset
2818 - instead of listing on which arches to remove glibc-compat
2819 list where it should stay
2821 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
2822 - fix wcsmbs functions with invalid character sets (or malloc
2823 failures)
2824 - make sure __ctype_b etc. compat vars are updated even if
2825 they are copy relocs in the main program
2827 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
2828 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
2829 leading to unresolved __set_h_errno symbol)
2831 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
2832 - security fix - increase dns-network.c MAXPACKET to at least
2833 65536 to avoid buffer overrun. Likewise glibc-compat
2834 dns-{host,network}.c.
2836 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
2837 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
2838 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
2839 from libc.so - we have still lots of .a libraries referencing
2840 __ctype_{b,tolower,toupper} out there...
2842 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
2843 - update from CVS
2844 - 2.2.93 release
2845 - use double instead of single indirection in isXXX macros
2846 - per-locale wcsmbs conversion state
2848 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
2849 - update from CVS
2850 - fix newlocale/duplocale/uselocale
2851 - disable profile on x86_64 for now
2853 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
2854 - update from CVS
2855 - 2.2.92 release
2856 - fix gettext after uselocale
2857 - fix locales in statically linked threaded programs
2858 - fix NSS
2860 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
2861 - update from CVS
2862 - 2.2.91 release
2863 - fix fd leaks in locale-archive reader (#72043)
2864 - handle EROFS in build-locale-archive gracefully (#71665)
2866 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
2867 - update from CVS
2868 - fix re_match (#72312)
2869 - support more than 1024 threads
2871 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
2872 - update from CVS
2873 - fix i386 build
2875 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
2876 - update from CVS
2877 - fix locale-archive loading hang on some (non-primary) locales
2878 (#72122, #71878)
2879 - fix umount problems with locale-archives when /usr is a separate
2880 partition (#72043)
2881 - add LICENSES file
2883 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
2884 - update from CVS
2885 - only mmap up to 2MB of locale-archive on 32-bit machines
2886 initially
2887 - fix fseek past end + fread segfault with mmaped stdio
2888 - include <sys/debugreg.h> which is mistakenly not included
2889 in glibc-devel on IA-32
2891 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
2892 - don't return normalized locale name in setlocale when using
2893 locale-archive
2895 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
2896 - update from CVS
2897 - optimize for primary system locale
2898 - localedef fixes (#71552, #67705)
2900 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
2901 - fix path to locale-archive in libc reader
2902 - build locale archive at glibc-common %post time
2903 - export __strtold_internal and __wcstold_internal on Alpha again
2904 - workaround some localedata problems
2906 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
2907 - update from CVS
2908 - patch out set_thread_area for now
2910 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
2911 - update from CVS
2912 - GB18030 patch from Yu Shao
2913 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
2914 - fix regcomp (#71039)
2916 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
2917 - update from CVS
2918 - use /usr/sbin/prelink, not prelink (#70376)
2920 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
2921 - update from CVS
2923 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
2924 - update from CVS
2925 - ungetc fix (#69586)
2926 - fseek errno fix (#69589)
2927 - change *etrlimit prototypes for C++ (#68588)
2928 - use --without-tls instead of --disable-tls
2930 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
2931 - set nscd user's shell to /sbin/nologin (#68369)
2932 - fix glibc-compat buffer overflows (security)
2933 - buildrequire prelink, don't build glibc's own copy of it (#67567)
2934 - update from CVS
2935 - regex fix (#67734)
2936 - fix unused warnings (#67706)
2937 - fix freopen with mmap stdio (#67552)
2938 - fix realloc (#68499)
2940 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
2941 - update from CVS
2942 - fix argp on long words
2943 - update atime in libio
2945 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
2946 - update from CVS
2947 - a thread race fix
2948 - fix readdir on invalid dirp
2950 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
2951 - update from CVS
2952 - don't use __thread in headers
2953 - fix system(3) in threaded apps
2954 - update prelink, so that it is possible to prelink -u libc.so.6.1
2955 on Alpha
2957 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
2958 - update from CVS
2959 - fix __moddi3 (#65612, #65695)
2960 - fix ether_line (#64427)
2961 - fix setvbuf with mmap stdio (#65864)
2962 - --disable-tls for now, waiting for kernel
2963 - avoid duplication of __divtf3 etc. on IA-64
2964 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
2966 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
2967 - update from CVS
2968 - fix Alpha pthread bug with gcc 3.1
2970 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
2971 - fix nice
2973 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
2974 - add relocation dependencies even for weak symbols (#63422)
2975 - stricter check_fds check for suid/sgid binaries
2976 - run make check at %%install time
2978 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
2979 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
2980 - back out do-lookup.h change (#63261, #63305)
2981 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
2982 since lots of compilers break on it
2983 - fix sparc build with gcc 3.1
2984 - fix spec file for athlon
2986 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
2987 - fix debugging of threaded apps (#62804)
2988 - fix DST for Estonia (#61494)
2989 - document that pthread_mutexattr_?etkind_np are deprecated
2990 and pthread_mutexattr_?ettype should be used instead in man
2991 pages (#61485)
2992 - fix libSegFault.so undefined externals
2994 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
2995 - temporarily disable prelinking ld.so, as some statically linked
2996 binaries linked against debugging versions of old glibcs die on it
2997 (#62352)
2998 - fix <semaphore.h> for -std=c99 (#62516)
2999 - fix ether_ntohost segfault (#62397)
3000 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
3001 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
3002 version (#61633)
3003 - prelink -r on alpha too
3005 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
3006 - update GB18030 iconv module (Yu Shao)
3008 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
3009 - features.h fix
3011 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
3012 - update from CVS
3013 - fix nscd with huge groups
3014 - fix nis to not close fds it shouldn't
3015 - rebuilt against newer glibc-kernheaders to use the correct
3016 PATH_MAX
3017 - handle .athlon.rpm glibc the same way as .i686.rpm
3018 - add a couple of .ISO-8859-15 locales (#61922)
3019 - readd temporarily currencies which were superceeded by Euro
3020 into the list of accepted currencies by localedef to make
3021 standard conformance testsuites happy
3022 - temporarily moved __libc_waitpid back to make Sun JDK happy
3023 - use old malloc code
3024 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
3026 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
3027 - update from CVS
3028 - fix DST handling for southern hemisphere (#60747)
3029 - fix daylight setting for tzset (#59951)
3030 - fix ftime (#60350)
3031 - fix nice return value
3032 - fix a malloc segfault
3033 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
3034 back to what they used to be exported at
3035 - censorship (#60758)
3037 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
3038 - update from CVS
3039 - use __attribute__((visibility(...))) if supported, use _rtld_local
3040 for ld.so only objects
3041 - provide libc's own __{,u}{div,mod}di3
3043 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
3044 - switch back to 2.2.5, mmap stdio needs work
3046 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
3047 - fix two other mmap stdio bugs (#60228)
3049 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
3050 - fix yet another mmap stdio bug (#60145)
3052 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
3053 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
3054 - apply Andreas Schwab's fix for pthread sigwait
3055 - remove /lib/i686/ libraries in glibc_post_upgrade when
3056 performing i386 glibc install
3058 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
3059 - update to CVS
3060 - added glibc-utils subpackage
3061 - disable autoreq in glibc-debug
3062 - readd %%lang() to locale files
3064 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
3065 - update to CVS
3066 - move glibc private symbols to GLIBC_PRIVATE symbol version
3068 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
3069 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
3070 symbol in libm
3072 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
3073 - add debug-static package
3075 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
3076 - update from CVS
3077 - remove -D__USE_STRING_INLINES
3078 - add debug subpackage to trim glibc and glibc-devel size
3080 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
3081 - fix strsep
3083 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
3084 - fix a ld.so bug with duplicate searchlists in l_scope
3085 - fix erfcl(-inf)
3086 - turn /usr/lib/librt.so into linker script
3088 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
3089 - fix a ld.so lookup bug after lots of dlopen calls
3090 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
3091 - prelinking support for Sparc64
3093 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
3094 - update from CVS to fix DT_SYMBOLIC
3095 - prelinking support for Alpha and Sparc
3097 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
3098 - update from CVS
3099 - linuxthreads now retries if -1/EINTR is returned from
3100 reading or writing to thread manager pipe (#43742)
3101 - use DT_FILTER in librt.so (#53394)
3102 - update glibc prelink patch so that it handles filters
3103 - fix timer_* with SIGEV_NONE (#53494)
3104 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
3106 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
3107 - fix build on sparc32
3108 - 2.2.4-13 build for some reason missed some locales
3109 on alpha/ia64
3111 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
3112 - fix iconvconfig
3114 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
3115 - add fam to /etc/rpc (#52863)
3116 - fix <inttypes.h> for C++ (#52960)
3117 - fix perror
3119 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
3120 - fix strnlen(x, -1)
3122 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
3123 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
3124 if __USE_UNIX98.
3126 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
3127 - fix bits/libc-lock.h so that gcc can compile
3128 - fix s390 build
3130 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
3131 - kill stale library symlinks in ldconfig (#52350)
3132 - fix inttypes.h for G++ < 3.0
3133 - use DT_REL*COUNT
3135 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
3136 - fix strnlen on IA-64 (#50077)
3138 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
3139 - glibc 2.2.4 final
3140 - fix -lpthread -static (#51672)
3142 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
3143 - doh, include libio/tst-swscanf.c
3145 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
3146 - don't crash on catclose(-1)
3147 - fix wscanf %[] handling
3148 - fix return value from swprintf
3149 - handle year + %U/%W week + week day in strptime
3151 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
3152 - update from CVS to
3153 - fix strcoll (#50548)
3154 - fix seekdir (#51132)
3155 - fix memusage (#50606)
3156 - don't make gconv-modules.cache %%config file, just don't verify
3157 its content.
3159 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
3160 - fix strtod and *scanf (#50723, #50724)
3162 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
3163 - update from CVS
3164 - fix iconv cache handling
3165 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
3166 - add gconv-modules.cache as emtpy config file (#50699)
3167 - only run iconvconfig if /usr is mounted read-write (#50667)
3169 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
3170 - move iconvconfig from glibc-common into glibc subpackage,
3171 call it from glibc_post_upgrade instead of common's post.
3173 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3174 - turn off debugging printouts in iconvconfig
3176 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3177 - update from CVS
3178 - fix IA-32 makecontext
3179 - make fflush(0) thread-safe (#46446)
3181 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
3182 - adjust prelinking DT_* and SHT_* values in elf.h
3183 - update from CVS
3184 - iconv cache
3185 - make iconv work in SUID/SGID programs (#34611)
3187 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
3188 - update from CVS
3189 - kill non-pic code in libm.so
3190 - fix getdate
3191 - fix some locales (#49402)
3192 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
3193 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
3194 - add floating stacks on IA-64, Alpha, Sparc (#49308)
3196 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
3197 - make /lib/i686 directory owned by glibc*.i686.rpm
3199 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
3200 - remove rquota.[hx] headers which are now provided by quota (#47141)
3201 - add prelinking patch
3203 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
3204 - require sh-utils for nscd
3206 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
3207 - update from CVS (#43681, #43350, #44663, #45685)
3208 - fix ro_RO bug (#44644)
3210 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
3211 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
3212 - make rpc headers -ansi compilable (#42390)
3213 - remove alphaev6 optimized memcpy, since there are still far too many
3214 broken apps which call memcpy where they should call memmove
3215 - update from CVS to (among other things):
3216 - fix tanhl bug (#43352)
3218 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
3219 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
3220 - fix a dlclose reldeps handling bug
3221 - some more profiling fixes
3222 - fix tgmath.h
3224 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
3225 - make ldconfig more quiet
3226 - fix LD_PROFILE on i686 (#41030)
3228 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3229 - fix the hardlink program, so that it really catches all files with
3230 identical content
3231 - add a s390x clone fix
3233 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3234 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
3235 - fix nss compatibility DSO versions for alphaev6
3236 - add a hardlink program instead of the shell 3x for plus cmp -s/link
3237 which takes a lot of time during build
3238 - rework BuildPreReq and Conflicts with gcc, so that
3239 it applies only where it has to
3241 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
3242 - fix locale name of ja_JP in UTF-8 (#39783)
3243 - fix re_search_2 (#40244)
3244 - fix memusage script (#39138, #39823)
3245 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
3246 - fix xtrace script (#39609)
3247 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
3248 libc_nonshared.a has atexit)
3249 - fix getconf LFS_CFLAGS on 64bitters
3250 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
3251 with __frame_state_for function (#37933)
3253 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
3254 - glibc 2.2.3 release
3255 - fix strcoll (#36539)
3256 - add BuildPreReqs (#36378)
3258 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
3259 - update from CVS
3261 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
3262 - update from CVS
3263 - fix sparc64, ia64
3264 - fix some locale syntax errors (#35982)
3266 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
3267 - update from CVS
3269 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
3270 - update from CVS
3272 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
3273 - support even 2.4.0 kernels on ia64, sparc64 and s390x
3274 - include UTF-8 locales
3275 - make gconv-modules %%config(noreplace)
3277 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
3278 - back out sunrpc changes
3280 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
3281 - update from CVS
3282 - fix ia64 build
3283 - fix pthread_getattr_np
3285 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
3286 - update from CVS
3287 - run atexit() registered functions at dlclose time if they are in shared
3288 libraries (#28625)
3289 - add pthread_getattr_np API to make JVM folks happy
3291 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
3292 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
3293 - fix ldd behaviour on unresolved symbols
3294 - remove nonsensical ldconfig warning, update osversion for the most
3295 recent library with the same soname in the same directory instead (#31703)
3296 - apply selected patches from CVS
3297 - s390x spec file changes from Florian La Roche
3299 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
3300 - fix gencat (#30894)
3301 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
3303 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
3304 - update from CVS
3305 - make pthread_attr_setstacksize consistent before and after pthread manager
3306 is started (#28194)
3307 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
3308 far, #28493)
3309 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
3310 make ld.so pick the right one
3312 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
3313 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
3315 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
3316 - make glibc require particular version of glibc-common
3317 and glibc-common prerequire glibc.
3319 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
3320 - glibc 2.2.2 release
3321 - fix regex REG_ICASE bug seen in ksymoops
3323 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
3324 - fix regexec leaking memory (#26864)
3326 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
3327 - update from CVS
3328 - fix ia64 build with gnupro
3329 - make regex 64bit clean
3330 - fix tgmath make check failures on alpha
3332 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
3333 - update again for ia64 DF_1_INITFIRST
3335 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
3336 - update from CVS
3337 - fix getaddrinfo (#25437)
3338 - support DF_1_INITFIRST (#25029)
3340 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
3341 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
3342 to run 2.2 kernels can downgrade to the base architecture glibc.
3344 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
3345 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
3347 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
3348 - update to 2.2.1 final
3349 - fix a pthread_kill_other_threads_np breakage (#23966)
3350 - make static binaries using dlopen work on ia64 again
3351 - fix a typo in glibc-common group
3353 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
3354 - devel requires glibc = %%{version}
3355 - noreplace /etc/nscd.conf
3357 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
3358 - some more security fixes:
3359 - don't look up LD_PRELOAD libs in cache for SUID apps
3360 (because that bypasses SUID bit checking on the library)
3361 - place output files for profiling SUID apps into /var/profile,
3362 use O_NOFOLLOW for them
3363 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
3364 - hardlink identical locale files together
3365 - add %%lang() tags to locale stuff
3366 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
3368 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
3369 - add glibc-common subpackage
3370 - fix alphaev6 memcpy (#22494)
3371 - fix sys/cdefs.h (#22908)
3372 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
3373 - work around a bug in IBM JDK (#22932, #23012)
3374 - fix pmap_unset when network is down (#23176)
3375 - move nscd in rc.d before netfs on shutdown
3376 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
3378 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
3379 - fix ftw and nftw
3381 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
3382 - fix fcvt (#22184)
3383 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
3384 - fix gencat
3386 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
3387 - fix alpha htonl and alphaev6 stpcpy
3389 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
3390 - update to CVS to:
3391 - fix getnameinfo (#21934)
3392 - don't stomp on memory in rpath handling (#21544)
3393 - fix setlocale (#21507)
3394 - fix libNoVersion.so.1 loading code (#21579)
3395 - use auxarches define in spec file for auxiliary
3396 architectures (#21219)
3397 - remove /usr/share directory from filelist (#21218)
3399 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
3400 - update to CVS to fix getaddrinfo
3402 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
3403 - update to CVS to fix freopen
3404 - remove all alpha workarounds, not needed anymore
3406 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
3407 - fix dladdr bug on alpha/sparc32/sparc64
3408 - fix Makefiles so that they run static tests properly
3410 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
3411 - update to CVS to fix ldconfig
3413 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
3414 - update to glibc 2.2 release
3416 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
3417 - update to CVS to:
3418 - export __sysconf@@GLIBC_2.2 (#20417)
3420 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
3421 - merge to 2.1.97
3423 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
3424 - update to CVS, including:
3425 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
3426 - fix hesiod (#19375)
3427 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
3428 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
3430 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
3431 - fix alpha semctl (#19199)
3432 - update to CVS, including:
3433 - fix glibc headers for Compaq non-gcc compilers
3434 - fix locale alias handling code (#18832)
3435 - fix rexec on little endian machines (#18886)
3436 - started writing changelog again
3438 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
3439 - added ja ujis alias for backwards compatibility