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