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