1 %define glibcrelease
55
2 %define auxarches i586 i686 athlon sparcv9 alphaev6
3 %define prelinkarches noarch
4 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
5 %define rtkaioarches noarch
6 %define withtlsarches i386 i686 athlon x86_64 ia64 s390 s390x alpha alphaev6 sparc sparcv9 ppc ppc64
7 %define debuginfocommonarches
%{ix86} alpha alphaev6 sparc sparcv9
8 %define _unpackaged_files_terminate_build
0
9 Summary: The GNU libc libraries.
11 Version: %{glibcversion}
12 Release: %{glibcrelease}
14 Group: System Environment
/Libraries
15 Source0: %{name}-%{version}-%{glibcdate}.tar.bz2
16 Source1: %{name}-fedora-%{glibcdate}.tar.bz2
17 Patch0: %{name}-fedora.patch
18 Patch1: %{name}-nptl
-check.patch
19 Patch2: %{name}-ppc
-assume.patch
20 Patch3: %{name}-execstack
-disable.patch
21 Patch4: %{name}-ia64
-lib64.patch
22 Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
23 Obsoletes
: zoneinfo
, libc
-static
, libc
-devel
, libc
-profile
, libc
-headers
,
24 Obsoletes
: linuxthreads
, gencat
, locale
, ldconfig
, locale
-ja
27 Requires: glibc
-common
= %{version}-%{release}
31 # Require libgcc in case some program calls pthread_cancel in its %%post
32 Prereq
: basesystem
, libgcc
33 # This is for building auxiliary programs like memusage, nscd
34 # For initial glibc bootstraps it can be commented out
35 BuildPreReq
: gd
-devel libpng
-devel zlib
-devel texinfo
, libselinux
-devel
>= 1.17.10-1
36 %ifarch %{prelinkarches}
37 BuildPreReq
: prelink
>= 0.2.0-5
39 # This is to ensure that __frame_state_for is exported by glibc
40 # will be compatible with egcs 1.x.y
41 BuildPreReq
: gcc
>= 3.2
42 Conflicts: rpm
<= 4.0-0.65
43 Conflicts: glibc
-devel
< 2.2.3
44 # Earlier shadow-utils packages had too restrictive permissions on
46 Conflicts: shadow
-utils
< 2:4.0.3-20
47 Conflicts: nscd
< 2.3.3-52
48 %ifarch ia64 sparc64 s390x x86_64
49 Conflicts: kernel
< 2.4.0
50 %define enablekernel
2.4.0
53 Conflicts: kernel
< 2.4.19
54 %define enablekernel
2.4.19
56 %define enablekernel
2.2.5
58 %define enablekernelltfs
2.4.1
63 %define enablekernelnptl
2.4.20
65 %define nptl_target_cpu i486
66 %define tls_subdir tls
/i486
68 %define nptl_target_cpu
%{_target_cpu}
69 %define tls_subdir tls
72 BuildRequires
: binutils
>= 2.13.90.0.16-5
73 BuildRequires
: gcc
>= 3.2.1-5
74 %if "
%{_enable_debug_packages}"
== "
1"
75 BuildPreReq
: elfutils
>= 0.72
76 BuildPreReq
: rpm
>= 4.2-0.56
78 %define __find_provides
%{_builddir}/%{name}-%{version}-%{glibcdate}/find_provides.sh
79 %define _filter_GLIBC_PRIVATE
1
82 The glibc package contains standard libraries which are used by
83 multiple programs on the system. In order to save disk space and
84 memory
, as well as to
make upgrading easier
, common system code is
85 kept
in one place and shared between programs. This particular package
86 contains the most important sets of shared libraries
: the standard C
87 library and the standard math library. Without these two libraries
, a
88 Linux system will not
function.
91 Summary: Object files
for development using standard C libraries.
92 Group: Development
/Libraries
93 Conflicts: texinfo
< 3.11
94 Conflicts: binutils
< 2.13.90.0.16-5
95 Prereq
: /sbin
/install-info
96 Obsoletes
: libc
-debug
, libc
-headers
, libc
-devel
, linuxthreads
-devel
97 Obsoletes
: glibc
-debug
98 Prereq
: %{name}-headers
99 Requires: %{name}-headers = %{version}, %{name} = %{version}
101 # Earlier gcc's had atexit reference in crtendS.o, which does not
102 # work with this glibc where atexit is in libc_nonshared.a
103 Conflicts: gcc
< 2.96-79
108 The glibc
-devel package contains the object files necessary
109 for developing programs which use the standard C libraries
(which are
110 used by nearly all programs
). If you are developing programs which
111 will use the standard C libraries
, your system needs to have these
112 standard object files available
in order to create the
115 Install glibc
-devel
if you are going to develop programs which will
116 use the standard C libraries.
119 Summary: Header files
for development using standard C libraries.
120 Group: Development
/Libraries
121 Provides: %{name}-headers(%{_target_cpu})
123 # If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers
124 # have to be installed, not i386 ones.
125 Obsoletes
: %{name}-headers
(i386
)
127 Obsoletes
: libc
-debug
, libc
-headers
, libc
-devel
, linuxthreads
-devel
128 Prereq
: kernel
-headers
129 Requires: kernel
-headers
>= 2.2.1, %{name} = %{version}
133 The glibc
-headers package contains the header files necessary
134 for developing programs which use the standard C libraries
(which are
135 used by nearly all programs
). If you are developing programs which
136 will use the standard C libraries
, your system needs to have these
137 standard header files available
in order to create the
140 Install glibc
-headers
if you are going to develop programs which will
141 use the standard C libraries.
143 %package -n nptl
-devel
144 Summary: Header files and static libraries
for development using NPTL library.
145 Group: Development
/Libraries
146 Requires: glibc
-devel
= %{version}-%{release}
149 %description -n nptl
-devel
150 The nptl
-devel package contains the header and object files necessary
151 for developing programs which use the NPTL library
(and either need
152 NPTL specific header files or want to link against NPTL statically
).
155 Summary: The GNU libc libraries
, including support
for gprof profiling.
156 Group: Development
/Libraries
157 Obsoletes
: libc
-profile
161 The glibc
-profile package includes the GNU libc libraries and support
162 for profiling using the gprof program. Profiling is analyzing a
163 program's functions to see how much CPU
time they use and determining
164 which functions are calling other functions during execution. To use
165 gprof to profile a program
, your program needs to use the GNU libc
166 libraries included
in glibc
-profile
(instead of the standard GNU libc
167 libraries included
in the glibc package
).
169 If you are going to use the gprof program to profile a program
, you'll
170 need to
install the glibc
-profile package.
173 Summary: Common binaries and locale data
for glibc
174 Conflicts: %{name} < %{version}
175 Conflicts: %{name} > %{version}
177 Requires: tzdata
>= 2003a
178 Group: System Environment
/Base
181 The glibc
-common package includes common binaries
for the GNU libc
182 libraries
, as well as national language
(locale
) support.
185 Summary: A
Name Service Caching Daemon
(nscd
).
186 Group: System Environment
/Daemons
187 Conflicts: kernel
< 2.2.0
188 Requires: libselinux
>= 1.17.10-1
189 Prereq
: /sbin
/chkconfig
, /usr
/sbin
/useradd
, /usr
/sbin
/userdel
, sh
-utils
193 Nscd caches name service lookups and can dramatically improve
194 performance with NIS
+, and may
help with DNS as well. Note that you
195 can't use nscd with
2.0 kernels because of bugs
in the kernel
-side
196 thread support. Unfortunately
, nscd happens to hit these bugs
200 Summary: Development utilities from GNU C library
201 Group: Development
/Tools
202 Requires: glibc
= %{version}-%{release}
205 The glibc
-utils package contains memusage
, a memory usage profiler
,
206 mtrace
, a memory leak tracer and xtrace
, a
function call tracer
207 which can be helpful during program debugging.
209 If unsure
if you need this
, don't
install this package.
211 %if "
%{_enable_debug_packages}"
== "
1"
212 %define debug_package
%{nil}
215 Summary: Debug information
for package
%{name}
216 Group: Development
/Debug
217 %ifarch %{debuginfocommonarches}
218 Requires: glibc
-debuginfo
-common
= %{version}-%{release}
221 %description debuginfo
222 This package provides debug information
for package
%{name}.
223 Debug information is useful when developing applications that use this
224 package or when debugging this package.
226 This package also contains static standard C libraries with
227 debugging information. You need this only
if you want to step into
228 C library routines during debugging programs statically linked against
229 one or more of the standard C libraries.
230 To use this debugging information
, you need to link binaries
231 with
-static
-L
%{_prefix}/lib/debug%{_prefix}/%{_lib} compiler options.
233 %ifarch %{debuginfocommonarches}
235 %package debuginfo
-common
236 Summary: Debug information
for package
%{name}
237 Group: Development
/Debug
239 %description debuginfo
-common
240 This package provides debug information
for package
%{name}.
241 Debug information is useful when developing applications that use this
242 package or when debugging this package.
248 %setup -q
-n
%{name}-%{version}-%{glibcdate} -a1
250 case "`gcc
--version | head
-1`"
in
252 %ifarch %{nptlarches}
257 case "`uname
-r`"
in *.ent
*|
*.EL
*)
263 %if "
%{_lib}"
== "lib64"
268 # Hack till glibc-kernheaders get updated, argh
270 cat
> asm
/unistd.h
<<EOF
271 #ifndef _HACK_ASM_UNISTD_H
272 #include_next <asm/unistd.h>
275 #define __NR_stat64 425
276 #define __NR_lstat64 426
277 #define __NR_fstat64 427
280 #define __NR_mq_open 432
281 #define __NR_mq_unlink 433
282 #define __NR_mq_timedsend 434
283 #define __NR_mq_timedreceive 435
284 #define __NR_mq_notify 436
285 #define __NR_mq_getsetattr 437
290 #define __NR_mq_open 277
291 #define __NR_mq_unlink (__NR_mq_open+1)
292 #define __NR_mq_timedsend (__NR_mq_open+2)
293 #define __NR_mq_timedreceive (__NR_mq_open+3)
294 #define __NR_mq_notify (__NR_mq_open+4)
295 #define __NR_mq_getsetattr (__NR_mq_open+5)
298 #define __NR_waitid 284
302 #ifndef __NR_timer_create
303 #define __NR_timer_create 1248
304 #define __NR_timer_settime 1249
305 #define __NR_timer_gettime 1250
306 #define __NR_timer_getoverrun 1251
307 #define __NR_timer_delete 1252
308 #define __NR_clock_settime 1253
309 #define __NR_clock_gettime 1254
310 #define __NR_clock_getres 1255
311 #define __NR_clock_nanosleep 1256
314 #define __NR_mq_open 1262
315 #define __NR_mq_unlink 1263
316 #define __NR_mq_timedsend 1264
317 #define __NR_mq_timedreceive 1265
318 #define __NR_mq_notify 1266
319 #define __NR_mq_getsetattr 1267
324 #define __NR_utimes 251
326 #ifndef __NR_statfs64
327 #define __NR_statfs64 252
328 #define __NR_fstatfs64 253
330 #ifndef __NR_fadvise64_64
331 #define __NR_fadvise64_64 254
334 #define __NR_mq_open 262
335 #define __NR_mq_unlink 263
336 #define __NR_mq_timedsend 264
337 #define __NR_mq_timedreceive 265
338 #define __NR_mq_notify 266
339 #define __NR_mq_getsetattr 267
344 #define __NR_utimes 251
347 #define __NR_mq_open 262
348 #define __NR_mq_unlink 263
349 #define __NR_mq_timedsend 264
350 #define __NR_mq_timedreceive 265
351 #define __NR_mq_notify 266
352 #define __NR_mq_getsetattr 267
356 #ifndef __NR_timer_create
357 #define __NR_timer_create 254
358 #define __NR_timer_settime (__NR_timer_create+1)
359 #define __NR_timer_gettime (__NR_timer_create+2)
360 #define __NR_timer_getoverrun (__NR_timer_create+3)
361 #define __NR_timer_delete (__NR_timer_create+4)
362 #define __NR_clock_settime (__NR_timer_create+5)
363 #define __NR_clock_gettime (__NR_timer_create+6)
364 #define __NR_clock_getres (__NR_timer_create+7)
365 #define __NR_clock_nanosleep (__NR_timer_create+8)
367 #ifndef __NR_fadvise64_64
368 #define __NR_fadvise64_64 264
370 #ifndef __NR_statfs64
371 #define __NR_statfs64 265
372 #define __NR_fstatfs64 266
375 #define __NR_mq_open 271
376 #define __NR_mq_unlink 272
377 #define __NR_mq_timedsend 273
378 #define __NR_mq_timedreceive 274
379 #define __NR_mq_notify 275
380 #define __NR_mq_getsetattr 276
384 #ifndef __NR_timer_create
385 #define __NR_timer_create 254
386 #define __NR_timer_settime (__NR_timer_create+1)
387 #define __NR_timer_gettime (__NR_timer_create+2)
388 #define __NR_timer_getoverrun (__NR_timer_create+3)
389 #define __NR_timer_delete (__NR_timer_create+4)
390 #define __NR_clock_settime (__NR_timer_create+5)
391 #define __NR_clock_gettime (__NR_timer_create+6)
392 #define __NR_clock_getres (__NR_timer_create+7)
393 #define __NR_clock_nanosleep (__NR_timer_create+8)
396 #define __NR_mq_open 271
397 #define __NR_mq_unlink 272
398 #define __NR_mq_timedsend 273
399 #define __NR_mq_timedreceive 274
400 #define __NR_mq_notify 275
401 #define __NR_mq_getsetattr 276
404 %ifarch sparc sparc64
406 #define __NR_mq_open 273
407 #define __NR_mq_unlink 274
408 #define __NR_mq_timedsend 275
409 #define __NR_mq_timedreceive 276
410 #define __NR_mq_notify 277
411 #define __NR_mq_getsetattr 278
414 #define __NR_waitid 279
419 #define __NR_mq_open 240
420 #define __NR_mq_unlink 241
421 #define __NR_mq_timedsend 242
422 #define __NR_mq_timedreceive 243
423 #define __NR_mq_notify 244
424 #define __NR_mq_getsetattr 245
427 #define __NR_waitid 247
433 %ifnarch %{ix86} alpha alphaev6 sparc sparcv9
437 # A lot of programs still misuse memcpy when they have to use
438 # memmove. The memcpy implementation below is not tolerant at
440 rm -f sysdeps
/alpha
/alphaev6
/memcpy.S
442 find .
-type f
-size
0 -o
-name "
*.orig"
-exec rm -f
{} \
;
443 cat
> find_provides.sh
<<EOF
445 /usr
/lib
/rpm
/find
-provides | grep
-v GLIBC_PRIVATE
448 chmod
+x find_provides.sh
449 touch `find .
-name configure`
452 rm -rf build
-%{_target_cpu}-linux
453 mkdir build
-%{_target_cpu}-linux ; cd build-%{_target_cpu}-linux
456 BuildFlags
="
-march
=%{_target_cpu}"
459 BuildFlags
="
-mcpu
=ev6"
462 BuildFlags
="
-fcall
-used
-g6"
466 BuildFlags
="
-mcpu
=ultrasparc
-fcall
-used
-g6"
470 BuildFlags
="
-mcpu
=ultrasparc
-mvis
-fcall
-used
-g6"
474 BuildFlags
="
-mno
-minimal
-toc"
478 # If gcc supports __thread, test it even in --with-tls --without-__thread
480 if echo '__thread int a
;' | $GCC
-xc
- -S
-o
/dev
/null
2>/dev
/null
; then
481 perl
-pi
-e 's
/0 \|\|
/1 ||
/' ..
/elf
/tst
-tls10.h ..
/linuxthreads
/tst
-tls1.h
484 BuildFlags
="$BuildFlags
-DNDEBUG
=1"
485 if gcc
-v
2>&1 | grep
-q 'gcc version
3.
[0123]'
; then
486 BuildFlags
="$BuildFlags
-finline
-limit
=2000"
488 EnableKernel
="
--enable-kernel
=%{enablekernel}"
489 echo "$BuildFlags"
> ..
/BuildFlags
491 AddOns
=`
cd ..
&& echo */configure | sed
-e 's
!/configure
!!g
;s
!\
(linuxthreads\|nptl\|rtkaio\
)\
( \|$\
)!!g
;s
! \
+$
!!;s
! !,!g
;s
!^
!,!;/^
,\
*$
/d'`
492 echo "$AddOns"
> ..
/AddOns
493 Pthreads
=linuxthreads
494 %ifarch %{withtlsarches}
495 WithTls
="
--with
-tls
--without
-__thread"
497 WithTls
="
--without
-tls
--without
-__thread"
499 CC
="$GCC" CFLAGS
="$BuildFlags
-g
-O3" ..
/configure
--prefix
=%{_prefix} \
500 --enable-add
-ons
=$Pthreads$AddOns
--without
-cvs $EnableKernel \
501 --with
-headers
=%{_prefix}/include
--enable-bind-now \
502 $WithTls
--build
%{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat
-linux
503 if [ -x
/usr
/bin
/getconf
] ; then
504 numprocs
=$
(/usr
/bin
/getconf _NPROCESSORS_ONLN
)
505 if [ $numprocs
-eq
0 ]; then
511 make -j$numprocs
-r CFLAGS
="$BuildFlags
-g
-O3" PARALLELMFLAGS
=-s
512 $GCC
-static
-L.
-Os ..
/fedora
/glibc_post_upgrade.c
-o glibc_post_upgrade \
516 %ifarch %{nptlarches}
517 '
-DLIBTLS
="
/%{_lib}/tls
/"' \
519 '
-DGCONV_MODULES_CACHE
="
%{_prefix}/%{_lib}/gconv
/gconv
-modules.cache"' \
520 '
-DLD_SO_CONF
="
/etc
/ld.so.conf"'
524 unset LD_ASSUME_KERNEL ||
:
526 %ifarch %{rtkaioarches}
527 AddOns
=,rtkaio$AddOns
531 rm -rf build
-%{_target_cpu}-linuxltfs
532 mkdir build
-%{_target_cpu}-linuxltfs ; cd build-%{_target_cpu}-linuxltfs
533 EnableKernel
="
--enable-kernel
=%{enablekernelltfs} --disable
-profile"
534 Pthreads
=linuxthreads
535 %ifarch %{withtlsarches}
536 WithTls
="
--with
-tls
--without
-__thread"
538 WithTls
="
--without
-tls
--without
-__thread"
540 CC
="$GCC" CFLAGS
="$BuildFlags
-g
-O3" ..
/configure
--prefix
=%{_prefix} \
541 --enable-add
-ons
=$Pthreads$AddOns
--without
-cvs $EnableKernel \
542 --with
-headers
=%{_prefix}/include
--enable-bind-now \
543 $WithTls
--build
%{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat
-linux
544 make -j$numprocs
-r CFLAGS
="$BuildFlags
-g
-O3" PARALLELMFLAGS
=-s
549 %ifarch %{nptlarches}
550 rm -rf build
-%{nptl_target_cpu}-linuxnptl
551 mkdir build
-%{nptl_target_cpu}-linuxnptl ; cd build-%{nptl_target_cpu}-linuxnptl
552 EnableKernel
="
--enable-kernel
=%{enablekernelnptl} --disable
-profile"
554 WithTls
="
--with
-tls
--with
-__thread"
555 CC
="$GCC" CFLAGS
="$BuildFlags
-g
-O3" ..
/configure
--prefix
=%{_prefix} \
556 --enable-add
-ons
=$Pthreads$AddOns
--without
-cvs $EnableKernel \
557 --with
-headers
=%{_prefix}/include
--enable-bind-now \
558 $WithTls
--build
%{nptl_target_cpu}-redhat-linux --host %{nptl_target_cpu}-redhat
-linux
559 make -j$numprocs
-r CFLAGS
="$BuildFlags
-g
-O3" PARALLELMFLAGS
=-s
566 unset LD_ASSUME_KERNEL ||
:
568 BuildFlags
=`cat BuildFlags`
572 %ifarch %{rtkaioarches}
573 AddOns
=,rtkaio$AddOns
576 if [ -x
/usr
/bin
/getconf
] ; then
577 numprocs
=$
(/usr
/bin
/getconf _NPROCESSORS_ONLN
)
578 if [ $numprocs
-eq
0 ]; then
584 rm -rf $RPM_BUILD_ROOT
585 mkdir -p $RPM_BUILD_ROOT
586 make -j1 install_root
=$RPM_BUILD_ROOT
install -C build
-%{_target_cpu}-linux PARALLELMFLAGS
=-s
587 %ifnarch %{auxarches}
588 cd build
-%{_target_cpu}-linux
&& \
589 make -j$numprocs install_root
=$RPM_BUILD_ROOT
install-locales
-C ..
/localedata objdir
=`
pwd`
&& \
596 cd build
-%{_target_cpu}-linuxltfs
597 Pthreads
=linuxthreads
599 mkdir -p $RPM_BUILD_ROOT
/lib
/$SubDir
/
600 cp
-a libc.so $RPM_BUILD_ROOT
/lib
/$SubDir
/`basename $RPM_BUILD_ROOT
/lib
/libc
-*.so`
601 ln
-sf `basename $RPM_BUILD_ROOT
/lib
/libc
-*.so` $RPM_BUILD_ROOT
/lib
/$SubDir
/`basename $RPM_BUILD_ROOT
/lib
/libc.so.
*`
602 cp
-a math
/libm.so $RPM_BUILD_ROOT
/lib
/$SubDir
/`basename $RPM_BUILD_ROOT
/lib
/libm
-*.so`
603 ln
-sf `basename $RPM_BUILD_ROOT
/lib
/libm
-*.so` $RPM_BUILD_ROOT
/lib
/$SubDir
/`basename $RPM_BUILD_ROOT
/lib
/libm.so.
*`
604 cp
-a $Pthreads
/libpthread.so $RPM_BUILD_ROOT
/lib
/$SubDir
/`basename $RPM_BUILD_ROOT
/lib
/libpthread
-*.so`
605 pushd $RPM_BUILD_ROOT
/lib
/$SubDir
606 ln
-sf libpthread
-*.so `basename $RPM_BUILD_ROOT
/lib
/libpthread.so.
*`
608 %ifarch %{rtkaioarches}
609 cp
-a rtkaio
/librtkaio.so $RPM_BUILD_ROOT
/lib
/$SubDir
/`basename $RPM_BUILD_ROOT
/lib
/librt
-*.so | sed s
/librt
-/librtkaio
-/`
610 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.
*`
612 cp
-a rt
/librt.so $RPM_BUILD_ROOT
/lib
/$SubDir
/`basename $RPM_BUILD_ROOT
/lib
/librt
-*.so`
613 ln
-sf `basename $RPM_BUILD_ROOT
/lib
/librt
-*.so` $RPM_BUILD_ROOT
/lib
/$SubDir
/`basename $RPM_BUILD_ROOT
/lib
/librt.so.
*`
619 %ifarch %{nptlarches}
620 cd build
-%{nptl_target_cpu}-linuxnptl
623 mkdir -p $RPM_BUILD_ROOT
/%{_lib}/$SubDir
/
624 cp
-a libc.so $RPM_BUILD_ROOT
/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc
-*.so`
625 ln
-sf `basename $RPM_BUILD_ROOT
/%{_lib}/libc-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc.so.
*`
626 cp
-a math
/libm.so $RPM_BUILD_ROOT
/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm
-*.so`
627 ln
-sf `basename $RPM_BUILD_ROOT
/%{_lib}/libm-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm.so.
*`
628 cp
-a $Pthreads
/libpthread.so $RPM_BUILD_ROOT
/%{_lib}/$SubDir/libpthread-%{version}.so
629 pushd $RPM_BUILD_ROOT
/%{_lib}/$SubDir
630 ln
-sf libpthread
-*.so `basename $RPM_BUILD_ROOT
/%{_lib}/libpthread.so.
*`
632 %ifarch %{rtkaioarches}
633 cp
-a rtkaio
/librtkaio.so $RPM_BUILD_ROOT
/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt
-*.so | sed s
/librt
-/librtkaio
-/`
634 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.
*`
636 cp
-a rt
/librt.so $RPM_BUILD_ROOT
/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt
-*.so`
637 ln
-sf `basename $RPM_BUILD_ROOT
/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt.so.
*`
639 cp
-a $
{Pthreads
}_db
/libthread_db.so $RPM_BUILD_ROOT
/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db
-*.so`
640 ln
-sf `basename $RPM_BUILD_ROOT
/%{_lib}/libthread_db-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db.so.
*`
642 mkdir -p $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/nptl
643 cp
-a libc.a nptl
/libpthread.a nptl
/libpthread_nonshared.a rt
/librt.a \
644 $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/nptl
/
645 sed "s|
/%{_lib}/| /%{_lib}/$SubDir/|" $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libc.so \
646 > $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/nptl
/libc.so
647 sed "s|^GROUP
(.
*)|GROUP
( /%{_lib}/$SubDir/"`basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*`' %{_prefix}/%{_lib}/nptl
/libpthread_nonshared.a
)|' \
648 $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/libc.so \
649 > $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/nptl
/libpthread.so
650 %ifarch %{rtkaioarches}
651 ln
-sf
/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt
-*.so | sed 's
/librt
-/librtkaio
-/'` \
652 $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/nptl
/librt.so
654 ln
-sf
/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt
-*.so` \
655 $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/nptl
/librt.so
657 strip
-g $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/nptl
/*.a
658 mkdir -p $RPM_BUILD_ROOT
/nptl $RPM_BUILD_ROOT
%{_prefix}/include
/nptl
659 make -j1 install_root
=$RPM_BUILD_ROOT
/nptl
install-headers PARALLELMFLAGS
=-s
660 pushd $RPM_BUILD_ROOT
/nptl
%{_prefix}/include
661 for i
in `find .
-type f`
; do
662 if ! [ -f $RPM_BUILD_ROOT
%{_prefix}/include
/$i
] \
663 ||
! cmp
-s $i $RPM_BUILD_ROOT
%{_prefix}/include
/$i
; then
664 mkdir -p $RPM_BUILD_ROOT
%{_prefix}/include
/nptl
/`dirname $i`
665 cp
-a $i $RPM_BUILD_ROOT
%{_prefix}/include
/nptl
/$i
669 rm -rf $RPM_BUILD_ROOT
/nptl
674 for i
in i586 i686
; do
675 mkdir $RPM_BUILD_ROOT
/%{_lib}/tls
/$i
676 pushd $RPM_BUILD_ROOT
/%{_lib}/tls
/$i
677 ln
-sf ..
/i486
/*.so .
678 cp
-a ..
/i486
/*.so.
* .
684 # compatibility hack: this locale has vanished from glibc, but some other
685 # programs are still using it. Normally we would handle it in the %pre
686 # section but with glibc that is simply not an option
687 mkdir -p $RPM_BUILD_ROOT
%{_prefix}/lib
/locale
/ru_RU
/LC_MESSAGES
689 # Remove the files we don't want to distribute
690 rm -f $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/libNoVersion
*
691 %ifnarch %{ix86} alpha alphaev6 sparc sparcv9
692 rm -f $RPM_BUILD_ROOT
/%{_lib}/libNoVersion
*
695 # the man pages for the linuxthreads require special attention
696 make -C linuxthreads
/man
697 mkdir -p $RPM_BUILD_ROOT
%{_mandir}/man3
698 install -m
0644 linuxthreads
/man
/*.3thr $RPM_BUILD_ROOT
%{_mandir}/man3
699 gzip
-9nvf $RPM_BUILD_ROOT
%{_mandir}/man3
/*
701 if [ -d $RPM_BUILD_ROOT
%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info"
]; then
702 mkdir -p $RPM_BUILD_ROOT
%{_infodir}
703 mv
-f $RPM_BUILD_ROOT
%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir}
704 rm -rf $RPM_BUILD_ROOT
%{_prefix}/info
707 gzip
-9nvf $RPM_BUILD_ROOT
%{_infodir}/libc
*
709 ln
-sf libbsd
-compat.a $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/libbsd.a
711 install -m
644 fedora
/nsswitch.conf $RPM_BUILD_ROOT
/etc
/nsswitch.conf
713 mkdir -p $RPM_BUILD_ROOT
/etc
/default
714 install -m
644 nis
/nss $RPM_BUILD_ROOT
/etc
/default
/nss
716 # Take care of setuids
717 # -- new security review sez that this shouldn't be needed anymore
718 #chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown
720 # This is for ncsd - in glibc 2.2
721 install -m
644 nscd
/nscd.conf $RPM_BUILD_ROOT
/etc
722 mkdir -p $RPM_BUILD_ROOT
/etc
/rc.d
/init.d
723 install -m
755 nscd
/nscd.init $RPM_BUILD_ROOT
/etc
/rc.d
/init.d
/nscd
725 # Don't include ld.so.cache
726 rm -f $RPM_BUILD_ROOT
/etc
/ld.so.cache
729 echo 'include ld.so.conf.d
/*.conf'
> $RPM_BUILD_ROOT
/etc
/ld.so.conf
730 touch $RPM_BUILD_ROOT
/etc
/ld.so.cache
731 chmod
644 $RPM_BUILD_ROOT
/etc
/ld.so.conf
732 mkdir -p $RPM_BUILD_ROOT
/etc
/ld.so.conf.d
734 # Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
735 > $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/gconv
/gconv
-modules.cache
736 chmod
644 $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/gconv
/gconv
-modules.cache
738 # Install the upgrade program
739 install -m
700 build
-%{_target_cpu}-linux
/glibc_post_upgrade $RPM_BUILD_ROOT
/usr
/sbin
/glibc_post_upgrade
741 strip
-g $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/*.o
743 mkdir -p $RPM_BUILD_ROOT
%{_prefix}/lib/debug%{_prefix}/%{_lib}
744 cp
-a $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/*.a \
745 $RPM_BUILD_ROOT
%{_prefix}/lib/debug%{_prefix}/%{_lib}/
746 rm -f $RPM_BUILD_ROOT
%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
747 # Now strip debugging info from static libraries
748 pushd $RPM_BUILD_ROOT
%{_prefix}/%{_lib}/
753 *) strip
-g
-R .comment $i
;;
759 %ifarch %{prelinkarches}
761 # Prelink ld.so and libc.so
763 # For now disable prelinking of ld.so, as it breaks statically linked
764 # binaries built against non-NDEBUG old glibcs (assert unknown dynamic tag)
765 # /usr/sbin/prelink -c ./prelink.conf -C ./prelink.cache \
766 # --mmap-region-start=0x00101000 $RPM_BUILD_ROOT/%{_lib}/ld-*.so
767 /usr
/sbin
/prelink
--reloc
-only
=0x00e80000 $RPM_BUILD_ROOT
/%{_lib}/$SubDir
/libc
-*.so
769 %ifarch alpha alphaev6
770 # Prelink ld.so and libc.so
772 # For now disable prelinking of ld.so, as it breaks statically linked
773 # binaries built against non-NDEBUG old glibcs (assert unknown dynamic tag)
774 # /usr/sbin/prelink -c ./prelink.conf -C ./prelink.cache \
775 # --mmap-region-start=0x0000020000000000 $RPM_BUILD_ROOT/%{_lib}/ld-*.so
776 /usr
/sbin
/prelink
--reloc
-only
=0x0000020010000000 $RPM_BUILD_ROOT
/%{_lib}/$SubDir
/libc
-*.so
780 # rquota.x and rquota.h are now provided by quota
781 rm -f $RPM_BUILD_ROOT
%{_prefix}/include
/rpcsvc
/rquota.
[hx
]
783 # Hardlink identical locale files together
784 %ifnarch %{auxarches}
785 gcc
-O2
-o build
-%{_target_cpu}-linux
/hardlink fedora
/hardlink.c
786 build
-%{_target_cpu}-linux/hardlink -vc $RPM_BUILD_ROOT%{_prefix}/lib
/locale
789 %ifarch %{ix86} alpha alphaev6 sparc sparcv9
790 rm -f $
{RPM_BUILD_ROOT
}/%{_lib}/libnss1
-*
791 rm -f $
{RPM_BUILD_ROOT
}/%{_lib}/libnss
-*.so
.1
794 # BUILD THE FILE LIST
795 find $RPM_BUILD_ROOT
-type f
-or
-type l |
796 sed
-e 's|.
*/etc|
%config &|' \
797 -e 's|.
*/gconv
/gconv
-modules$|
%verify(not md5 size mtime
) %config(noreplace
) &|' \
798 -e 's|.
*/gconv
/gconv
-modules.cache|
%verify(not md5 size mtime
) &|' \
799 -e '
/lib\
/debug
/d'
> rpm.filelist.
in
800 for n
in %{_prefix}/share %{_prefix}/include %{_prefix}/lib
/locale
; do
801 find $
{RPM_BUILD_ROOT
}$
{n
} -type d | \
802 grep
-v '
%{_prefix}/share$' | \
803 grep
-v '\
(%{_mandir}\|%{_infodir}\
)' | \
804 sed "s
/^
/%dir /"
>> rpm.filelist.
in
808 SHARE_LANG
='s|.
*/share
/locale
/\
([^
/_
]\
+\
).
*/LC_MESSAGES
/.
*\.mo|
%lang(\
1) &|'
809 LIB_LANG
='s|.
*/lib
/locale
/\
([^
/_
]\
+\
)|
%lang(\
1) &|'
810 # rpm does not handle %lang() tagged files hardlinked together accross
811 # languages very well, temporarily disable
813 sed
-e "s|$RPM_BUILD_ROOT||"
-e "$LIB_LANG"
-e "$SHARE_LANG"
< rpm.filelist.
in |
814 grep
-v '
/etc
/\
(localtime\|nsswitch.conf\|ld.so.conf\|ld.so.cache\|default\
)' | \
815 grep
-v '
/%{_lib}/lib\
(pcprofile\|memusage\
).so' | \
816 grep
-v 'bin
/\
(memusage\|mtrace\|xtrace\|pcprofiledump\
)' | \
819 mkdir -p $RPM_BUILD_ROOT
%{_prefix}/%{_lib}
820 mv
-f $RPM_BUILD_ROOT
/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib}
821 for i
in $RPM_BUILD_ROOT
%{_prefix}/bin/{xtrace,memusage}; do
823 sed
-e 's~
=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
824 -e 's~
=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
826 chmod
755 $i
; rm -f $i.tmp
829 grep '
%{_prefix}/%{_lib}/lib.
*_p\.a'
< rpm.filelist
> profile.filelist ||
:
830 egrep "
(%{_prefix}/include)|(%{_infodir})"
< rpm.filelist |
831 grep
-v
%{_prefix}/include
/nptl |
832 grep
-v
%{_infodir}/dir
> devel.filelist
834 mv rpm.filelist rpm.filelist.full
835 grep
-v '
%{_prefix}/%{_lib}/lib.
*_p.a' rpm.filelist.full |
836 egrep
-v "
(%{_prefix}/include)|(%{_infodir})"
> rpm.filelist
838 grep '
%{_prefix}/%{_lib}/lib.
*\.a'
< rpm.filelist
>> devel.filelist
839 grep '
%{_prefix}/%{_lib}/.
*\.o'
< rpm.filelist
>> devel.filelist
840 grep '
%{_prefix}/%{_lib}/lib.
*\.so'
< rpm.filelist
>> devel.filelist
841 grep '
%{_mandir}'
< rpm.filelist
>> devel.filelist
843 grep '
%{_prefix}/include'
< devel.filelist
> headers.filelist
844 grep
-v '
%{_prefix}/include'
< devel.filelist
> devel.filelist.tmp
845 mv
-f devel.filelist.tmp devel.filelist
847 mv rpm.filelist rpm.filelist.full
848 grep
-v '
%{_prefix}/%{_lib}/lib.
*\.a'
< rpm.filelist.full |
849 grep
-v '
%{_prefix}/%{_lib}/.
*\.o' |
850 grep
-v '
%{_prefix}/%{_lib}/lib.
*\.so'|
851 grep
-v '
%{_prefix}/%{_lib}/nptl' |
852 grep
-v '
%{_mandir}' |
853 grep
-v 'nscd'
> rpm.filelist
855 grep '
%{_prefix}/bin'
< rpm.filelist
>> common.filelist
856 grep '
%{_prefix}/lib
/locale'
< rpm.filelist
>> common.filelist
857 grep '
%{_prefix}/libexec'
< rpm.filelist
>> common.filelist
858 grep '
%{_prefix}/sbin
/[^gi
]'
< rpm.filelist
>> common.filelist
859 grep '
%{_prefix}/share'
< rpm.filelist \
860 | grep
-v '
%{_prefix}/share
/zoneinfo'
>> common.filelist
862 mv rpm.filelist rpm.filelist.full
863 grep
-v '
%{_prefix}/bin'
< rpm.filelist.full |
864 grep
-v '
%{_prefix}/lib
/locale' |
865 grep
-v '
%{_prefix}/libexec' |
866 grep
-v '
%{_prefix}/sbin
/[^gi
]' |
867 grep
-v '
%{_prefix}/share'
> rpm.filelist
869 echo '
%{_prefix}/sbin
/build
-locale
-archive'
>> common.filelist
870 echo '
%{_prefix}/sbin
/nscd'
> nscd.filelist
872 cat
> utils.filelist
<<EOF
873 %{_prefix}/%{_lib}/libmemusage.so
874 %{_prefix}/%{_lib}/libpcprofile.so
875 %{_prefix}/bin
/memusage
876 %{_prefix}/bin
/memusagestat
877 %{_prefix}/bin
/mtrace
878 %{_prefix}/bin
/pcprofiledump
879 %{_prefix}/bin
/xtrace
883 rm -f $RPM_BUILD_ROOT
/etc
/localtime
884 cp
-f $RPM_BUILD_ROOT
%{_prefix}/share
/zoneinfo
/US
/Eastern $RPM_BUILD_ROOT
/etc
/localtime
885 #ln -sf ..%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
887 rm -rf $RPM_BUILD_ROOT
%{_prefix}/share
/zoneinfo
890 $GCC
-Os
-static
-o build
-locale
-archive build
-locale
-archive.c \
891 ..
/build
-%{_target_cpu}-linux
/locale
/locarchive.o \
892 ..
/build
-%{_target_cpu}-linux
/locale
/md5.o \
893 -DDATADIR
=\"
%{_datadir}\" -DPREFIX=\"%{_prefix}\" \
894 -L..
/build
-%{_target_cpu}-linux
895 install -m
700 build
-locale
-archive $RPM_BUILD_ROOT
/usr
/sbin
/build
-locale
-archive
898 # the last bit: more documentation
901 cp linuxthreads
/ChangeLog documentation
/ChangeLog.threads
902 cp linuxthreads
/Changes documentation
/Changes.threads
903 cp linuxthreads
/README documentation
/README.threads
904 cp linuxthreads
/FAQ.html documentation
/FAQ
-threads.html
905 cp
-r linuxthreads
/Examples documentation
/examples.threads
906 cp crypt
/README.ufc
-crypt documentation
/README.ufc
-crypt
907 cp timezone
/README documentation
/README.timezone
908 cp ChangeLog
* documentation
909 gzip
-9n documentation
/ChangeLog
*
912 # Compatibility symlink
913 mkdir -p $RPM_BUILD_ROOT
/lib
914 ln
-sf
/%{_lib}/ld64.so
.1 $RPM_BUILD_ROOT
/lib
/ld64.so
.1
917 %if "
%{_lib}"
== "lib64"
918 # Compatibility symlink
919 mkdir -p $RPM_BUILD_ROOT
/lib
920 ln
-sf
/%{_lib}/ld
-linux
-ia64.so
.2 $RPM_BUILD_ROOT
/lib
/ld
-linux
-ia64.so
.2
925 perl
-pi
-e 's
/alarm \
(TIMEOUT\
)/alarm
(TIMEOUT
* 15 * '$numprocs'
< 600 ? TIMEOUT
* 15 * '$numprocs'
: 600)/' \
927 echo ====================TESTING
=========================
928 cd build
-%{_target_cpu}-linux
929 make -j$numprocs
-k check PARALLELMFLAGS
=-s
2>&1 | tee check.log ||
:
930 make -j$numprocs
-C sed check ||
:
933 echo ====================TESTING LINUXTHREADS FS
=========
934 cd build
-%{_target_cpu}-linuxltfs
935 make -j$numprocs
-k check PARALLELMFLAGS
=-s
2>&1 | tee check.log ||
:
936 make -j$numprocs
-C sed check ||
:
939 %ifarch %{nptlarches}
940 echo ====================TESTING NPTL
====================
941 cd build
-%{nptl_target_cpu}-linuxnptl
942 make -j$numprocs
-k check PARALLELMFLAGS
=-s
2>&1 | tee check.log ||
:
943 make -j$numprocs
-C sed check ||
:
946 echo ====================TESTING DETAILS
=================
947 for i
in `sed
-n 's|^.
*\
*\
*\
* \
[\
([^
]]*\.out\
)\
].
*$|\
1|p' build
-*-linux
*/check.log`
; do
953 echo ====================TESTING LINUXTHREADS FS LD.SO
===
954 cd build
-%{_target_cpu}-linuxltfs
955 mv elf
/ld.so elf
/ld.so.orig
956 cp
-a ..
/build
-%{_target_cpu}-linux
/elf
/ld.so elf
/ld.so
957 find .
-name \
*.out
-exec mv
-f '
{}' '
{}'.origldso \
;
958 make -j$numprocs
-k check PARALLELMFLAGS
=-s
2>&1 | tee check2.log ||
:
961 %ifarch %{nptlarches}
962 echo ====================TESTING NPTL LD.SO
==============
963 cd build
-%{nptl_target_cpu}-linuxnptl
964 mv elf
/ld.so elf
/ld.so.orig
965 cp
-a ..
/build
-%{_target_cpu}-linux
/elf
/ld.so elf
/ld.so
966 find .
-name \
*.out
-exec mv
-f '
{}' '
{}'.origldso \
;
967 make -j$numprocs
-k check PARALLELMFLAGS
=-s
2>&1 | tee check2.log ||
:
970 echo ====================TESTING DETAILS
=================
971 for i
in `sed
-n 's|^.
*\
*\
*\
* \
[\
([^
]]*\.out\
)\
].
*$|\
1|p' build
-*-linux
*/check2.log`
; do
976 echo ====================TESTING END
=====================
977 PLTCMD
='
/^Relocation section .
*\
(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\
)/,/^$
/p'
978 echo ====================PLT RELOCS LD.SO
================
979 readelf
-Wr $RPM_BUILD_ROOT
/%{_lib}/ld
-*.so | sed
-n
-e "$PLTCMD"
980 echo ====================PLT RELOCS LIBC.SO
==============
981 readelf
-Wr $RPM_BUILD_ROOT
/%{_lib}/$SubDir
/libc
-*.so | sed
-n
-e "$PLTCMD"
982 echo ====================PLT RELOCS END
==================
984 %if "
%{_enable_debug_packages}"
== "
1"
986 case "$
-"
in *x
*) save_trace
=yes
;; esac
988 echo Building debuginfo subpackage...
992 cblf
=debugcommonfiles.list
993 csf
=debugcommonsources.list
998 strip $RPM_BUILD_ROOT
/{sbin
/ldconfig
,usr
/sbin
/glibc_post_upgrade
,usr
/sbin
/build
-locale
-archive
}
1000 # Strip ELF binaries
1001 for f
in `grep
-v '%%\
(dir\|lang\|config\|verify\
)' rpm.filelist`
; do
1002 bf
=$RPM_BUILD_ROOT$f
1003 if [ -f $bf
-a
-x $bf
-a
! -h $bf
]; then
1004 if `file $bf
2>/dev
/null | grep 'ELF.
*, not stripped' | grep
-vq 'statically linked'`
; then
1006 outd
=$RPM_BUILD_ROOT
/usr
/lib
/debug$bd
1008 echo extracting debug info from $f
1009 /usr
/lib
/rpm
/debugedit
-b $RPM_BUILD_DIR
-d
/usr
/src
/debug
-l $sf $bf
1012 /%{_lib}/*) eu
-strip
-g
-f $outd
/$bn.debug $bf ||
:;;
1013 *) eu
-strip
-f $outd
/$bn.debug $bf ||
:;;
1015 if [ -f $outd
/$bn.debug
]; then echo /usr
/lib
/debug$bd
/$bn.debug
>> $blf
; fi
1020 for f
in `cat common.filelist utils.filelist nscd.filelist \
1021 | grep
-v '%%\
(dir\|lang\|config\|verify\
)'`
; do
1022 bf
=$RPM_BUILD_ROOT$f
1023 if [ -f $bf
-a
-x $bf
-a
! -h $bf
]; then
1024 if `file $bf
2>/dev
/null | grep 'ELF.
*, not stripped' | grep
-vq 'statically linked'`
; then
1026 outd
=$RPM_BUILD_ROOT
/usr
/lib
/debug$bd
1028 echo extracting debug info from $f
1029 /usr
/lib
/rpm
/debugedit
-b $RPM_BUILD_DIR
-d
/usr
/src
/debug
-l $csf $bf
1031 eu
-strip
-f $outd
/$bn.debug $bf ||
:
1032 if [ -f $outd
/$bn.debug
]; then echo /usr
/lib
/debug$bd
/$bn.debug
>> $cblf
; fi
1037 for f
in `find $RPM_BUILD_ROOT
/%{_lib} -type l`
; do
1040 t
=/usr
/lib
/debug`dirname $
{f
#$RPM_BUILD_ROOT}`
1041 if grep
-q "^$t
/$l.debug\$" $blf
; then
1042 ln
-sf $l.debug $RPM_BUILD_ROOT$t
/`basename $f`.debug
1043 echo $t
/`basename $f`.debug
>> $blf
1044 elif grep
-q "^$t.debug
/$l\$" $cblf
; then
1045 ln
-sf $l.debug $RPM_BUILD_ROOT$t
/`basename $f`.debug
1046 echo $t
/`basename $f`.debug
>> $cblf
1050 echo Sorting
source file lists. Might take a
while...
1051 xargs
-0 -n
1 echo < $sf | LANG
=C sort
-u
> $sf.sorted
1052 xargs
-0 -n
1 echo < $csf | LANG
=C sort
-u
> $csf.sorted
1053 mkdir -p $RPM_BUILD_ROOT
/usr
/src
/debug
1054 cat $sf.sorted $csf.sorted \
1055 |
(cd $RPM_BUILD_DIR
; LANG
=C sort
-u | cpio
-pdm $
{RPM_BUILD_ROOT
}/usr
/src
/debug
)
1056 # stupid cpio creates new directories in mode 0700, fixup
1057 find $RPM_BUILD_ROOT
/usr
/src
/debug
-type d
-print | xargs chmod a
+rx
1059 %ifarch %{debuginfocommonarches}
1060 %ifarch %{auxarches}
1062 %define basearch i386
1064 %ifarch alpha alphaev6
1065 %define basearch alpha
1067 %ifarch sparc sparcv9
1068 %define basearch sparc
1070 cat $blf
> debuginfo.filelist
1071 find $RPM_BUILD_ROOT
/usr
/src
/debug
/%{name}-%{version}-%{glibcdate} -type d \
1072 | sed "s
#^$RPM_BUILD_ROOT#%%dir #" >> debuginfo.filelist
1073 grep '
/generic
/\|
/linux
/\|
/%{basearch}/\|/nptl\(_db\)\?/\|^%{name}-%{version}-%{glibcdate}/build' \
1074 $sf.sorted | sed 's|^|
/usr
/src
/debug
/|'
>> debuginfo.filelist
1075 touch debuginfocommon.filelist
1077 ( grep '^
%{name}-%{version}-%{glibcdate}/build
-\|dl
-osinfo\.h' $csf.sorted ||
: ) > $csf.sorted.build
1078 cat $blf
> debuginfo.filelist
1079 cat $cblf
> debuginfocommon.filelist
1080 grep '^
%{name}-%{version}-%{glibcdate}/build
-\|dl
-osinfo\.h' $sf.sorted \
1081 | sed 's|^|
/usr
/src
/debug
/|'
>> debuginfo.filelist
1082 find $RPM_BUILD_ROOT
/usr
/src
/debug
/%{name}-%{version}-%{glibcdate} -type d \
1083 | sed "s
#^$RPM_BUILD_ROOT#%%dir #" >> debuginfocommon.filelist
1084 ( cat $csf.sorted
; grep
-v
-f $csf.sorted.build $sf.sorted
) \
1085 | grep
-v 'dl
-osinfo\.h' | LC_ALL
=C sort
-u \
1086 | sed 's|^|
/usr
/src
/debug
/|'
>> debuginfocommon.filelist
1089 cat $blf $cblf | LC_ALL
=C sort
-u
> debuginfo.filelist
1090 echo '
/usr
/src
/debug
/%{name}-%{version}-%{glibcdate}'
>> debuginfo.filelist
1093 [ "x$save_trace"
= xyes
] && set -x
1097 %ifarch %{auxarches}
1098 case "$
-"
in *x
*) save_trace
=yes
;; esac
1100 echo Cutting down the list of unpackaged files
1101 for i
in `sed '
/%
%dir/d
;/%
%config/d
;/%
%verify/d
;s
/%
%lang([^
)]*) //' \
1102 common.filelist devel.filelist headers.filelist profile.filelist \
1103 utils.filelist nscd.filelist`
; do
1104 [ -f "$RPM_BUILD_ROOT$i"
] && rm -f "$RPM_BUILD_ROOT$i" ||
:
1106 [ "x$save_trace"
= xyes
] && set -x
1109 touch $RPM_BUILD_ROOT
/%{_prefix}/lib
/locale
/locale
-archive
1111 %post -p
/usr
/sbin
/glibc_post_upgrade
1113 %postun -p
/sbin
/ldconfig
1115 %post common
-p
/usr
/sbin
/build
-locale
-archive
1118 /sbin
/install-info
%{_infodir}/libc.info.gz %{_infodir}/dir
1121 # this used to be a link and it is causing nightmares now
1122 if [ -L
%{_prefix}/include
/scsi
] ; then
1123 rm -f
%{_prefix}/include
/scsi
1127 if [ "$
1"
= 0 ]; then
1128 /sbin
/install-info
--delete
%{_infodir}/libc.info.gz %{_infodir}/dir
1131 %post utils
-p
/sbin
/ldconfig
1133 %postun utils
-p
/sbin
/ldconfig
1136 /usr
/sbin
/useradd
-M
-o
-r
-d
/ -s
/sbin
/nologin \
1137 -c "NSCD Daemon"
-u
28 nscd
> /dev
/null
2>&1 ||
:
1140 /sbin
/chkconfig
--add nscd
1143 if [ $
1 = 0 ] ; then
1144 service nscd stop
> /dev
/null
2>&1
1145 /sbin
/chkconfig
--del nscd
1149 if [ $
1 = 0 ] ; then
1150 /usr
/sbin
/userdel nscd
> /dev
/null
2>&1 ||
:
1152 if [ "$
1"
-ge "
1"
]; then
1153 service nscd condrestart
> /dev
/null
2>&1 ||
:
1157 rm -rf "$RPM_BUILD_ROOT"
1160 %files -f rpm.filelist
1161 %defattr(-,root
,root
)
1162 %ifarch %{nptlarches}
1163 %dir /%{_lib}/%{tls_subdir}
1165 %dir /%{_lib}/tls
/i586
1166 %dir /%{_lib}/tls
/i686
1177 %if "
%{_lib}"
== "lib64"
1179 /lib
/ld
-linux
-ia64.so
.2
1182 %verify(not md5 size mtime
) %config(noreplace
) /etc
/localtime
1183 %verify(not md5 size mtime
) %config(noreplace
) /etc
/nsswitch.conf
1184 %verify(not md5 size mtime
) %config(noreplace
) /etc
/ld.so.conf
1185 %dir /etc
/ld.so.conf.d
1186 %attr(0644,root
,root
) %verify(not md5 size mtime
) %ghost %config(missingok
,noreplace
) /etc
/ld.so.cache
1187 %dir %attr(755,root
,root
) /etc
/default
1188 %verify(not md5 size mtime
) %config(noreplace
) /etc
/default
/nss
1189 %doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
1190 %doc COPYING COPYING.LIB README.libm LICENSES
1191 %doc hesiod
/README.hesiod
1193 %ifnarch %{auxarches}
1194 %files -f common.filelist common
1195 %defattr(-,root
,root
)
1196 %attr(0644,root
,root
) %verify(not md5 size mtime mode
) %ghost %config(missingok
,noreplace
) %{_prefix}/lib
/locale
/locale
-archive
1197 %doc documentation
/*
1199 %files -f devel.filelist devel
1200 %defattr(-,root
,root
)
1202 %files -f headers.filelist headers
1203 %defattr(-,root
,root
)
1205 %files -f profile.filelist profile
1206 %defattr(-,root
,root
)
1208 %files -f utils.filelist utils
1209 %defattr(-,root
,root
)
1211 %files -f nscd.filelist
-n nscd
1212 %defattr(-,root
,root
)
1213 %config(noreplace
) /etc
/nscd.conf
1214 %config /etc
/rc.d
/init.d
/nscd
1217 %ifarch %{nptlarches}
1218 %files -n nptl
-devel
1219 %defattr(-,root
,root
)
1220 %{_prefix}/include
/nptl
1221 %{_prefix}/%{_lib}/nptl
1224 %if "
%{_enable_debug_packages}"
== "
1"
1225 %files debuginfo
-f debuginfo.filelist
1226 %defattr(-,root
,root
)
1227 %ifarch %{debuginfocommonarches}
1228 %ifnarch %{auxarches}
1229 %files debuginfo
-common
-f debuginfocommon.filelist
1230 %defattr(-,root
,root
)
1231 %dir %{_prefix}/lib
/debug
1232 %dir %{_prefix}/lib/debug/%{_prefix}
1233 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1234 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1237 %dir %{_prefix}/lib
/debug
1238 %dir %{_prefix}/lib/debug/%{_prefix}
1239 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1240 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1245 * Wed Sep
22 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-55
1247 - set{re
,e
,res
}[ug
]id now affect the whole process
in NPTL
1248 - return EAGAIN instead of ENOMEM when not enough memory
1251 * Fri Sep
17 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-54
1253 - nscd getaddrinfo caching
1255 * Tue Sep
14 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-53
1256 - restore temporarily old definition of __P
()/__PMT
()
1257 for third party apps
1259 * Tue Sep
14 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-52
1262 - remove all uses of __P
()/__PMT
() from glibc headers
1263 - update and reenable nscd SELinux patch
1264 - remove libnss1
* and libnss
*.so
.1 compatibility NSS modules
1265 on IA
-32, SPARC and Alpha
1267 * Fri Sep
10 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-51
1269 - disable one of the malloc double free checks
for non
-contiguous
1270 arenas where it doesn't have to be true even
for non
-broken
1273 * Thu Sep
9 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-50
1275 - pwd/grp
/host loops with nscd speed up by sharing the
1276 nscd cache r
/o with applications
1277 - inexpensive double free check
in free
(3)
1278 - make NPTL pthread.h initializers usable even from C
++
1280 - use atomic instructions even
in i386 nscd on i486
+ CPUs
1283 * Sat Sep
3 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-49
1285 - fix linuxthreads tst
-cancel
{[45],-static
}
1287 * Fri Sep
3 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-48
1289 - fix pthread_cond_destroy
(BZ
#342)
1290 - fix fnmatch without FNM_NOESCAPE
(BZ
#361)
1291 - fix ppc32 setcontext
(BZ
#357)
1292 - add NPTL support
for i386 glibc
(only
if run on i486 or higher CPU
)
1293 - add __NR_waitid defines
for i386
, x86_64 and sparc
*
1295 * Tue Aug
31 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-47
1297 - persistent nscd caching
1298 - ppc64
32-bit atomicity fix
1299 - fix x86
-64 nptl
-devel headers
for -m32 compilation
1300 - %
%ghost /etc
/ld.so.cache
(#130597)
1301 - edit
/etc
/ld.so.conf
in glibc_post_upgrade
if
1302 include ld.so.conf.d
/*.conf line is missing
(#120588)
1303 - ugly hacks
for the IA
-64 /emul braindamage
(#124996, #128267)
1305 * Sat Aug
21 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-46
1308 * Thu Aug
19 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-45
1310 - fix nss_compat's initgroups handling
(#130363)
1311 - fix getaddrinfo ai_canonname setting
1313 * Thu Aug
19 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-44
1315 - add ip6
-dotint resolv.conf option
, make
1316 no
-ip6
-dotint the default
1317 - BuildPrereq libselinux
-devel
(#129946)
1318 - on ppc64
, build without dot symbols
1320 * Thu Aug
12 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-43
1322 - remove debugging printout
(#129747)
1323 - make <sys
/shm.h
> usable
in C
++ (IT
#45148)
1324 - update RLIMIT_
* constants
in <bits
/resource.h
>, make
1325 <sys
/resource.h
> POSIX compliant
(#129740)
1327 * Wed Aug
11 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-42
1328 - fix last tzset
() fixes
, disable rereading of
/etc
/localtime
1330 - really
enable SELinux support
for NSCD
1332 * Wed Aug
11 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-41
1334 - fread_unlocked
/fwrite_unlocked macro fixes
(BZ
#309, #316)
1335 - tzset
() fixes
(BZ
#154)
1336 - speed up pthread_rwlock_unlock on arches other than i386 and
1338 - fix compilation with
-ansi
(resp.
-std
=c89 or
-std
=c99
) and
1339 -D_XOPEN_SOURCE
=[56]00 but no
-D_POSIX_SOURCE
* or
-D_POSIX_C_SOURCE
*
1341 - add SELinux support
for NSCD
1343 * Fri Aug
6 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-40
1345 - change res_init to force all threads to re
-initialize
1346 resolver before they use it next
time (#125712)
1347 - various getaddrinfo and related fixes
(BZ
#295, #296)
1348 - fix IBM
{932,943} iconv modules
(#128674)
1349 - some nscd fixes
(e.g. BZ
#292)
1350 - RFC
3678 support
(Multicast
Source Filters
)
1351 - handle
/lib
/i686
/librtkaio
-* in i386 glibc_post_upgrade
1352 the same as
/lib
/i686
/librt
-*
1354 * Fri Jul
23 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-39
1356 - conformance related changes
in headers
1357 - remove
-finline
-limit
=2000 for GCC
3.4.x
+
1359 * Thu Jul
22 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-38
1361 - fix res_init leaks
1362 - fix newlocale races
1364 - fix strtold
(BZ
#274)
1366 * Fri Jul
16 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-37
1368 - allow pthread_cancel
in DSO destructors run at
exit time
1369 - fix pow
{f
,,l
} on IA
-32 and powl on x86
-64
1370 - allow PIEs on IA
-32 to have main
in a shared library they depend on
1372 * Mon Jul
5 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-36
1373 - s390
* .plt slot reduction
1374 - fix pthread_rwlock_timedrdlock on x86_64
1376 * Wed Jun
30 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-35
1377 - tweak spec file
for the libpthread
-0.61.so
-> libpthread
-2.3.3.so
1380 * Wed Jun
30 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-34
1382 - if_nameindex using preferably netlink
1383 - printf_parsemb initialization fix
1384 - NPTL version is now the same as glibc version
1386 * Mon Jun
28 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-33
1388 - reread resolv.conf
for nscd
--invalidate
=hosts
1389 - fix F_GETLK
/F_SETLK
/F_SETLKW constants on x86_64
for
1390 -m32
-D_FILE_OFFSET_BITS
=64 compilations
1391 - avoid calling non
-existing fcntl64 syscall on ppc64
1393 * Mon Jun
14 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-32
1395 - FUTEX_CMP_REQUEUE support
(fix pthread_cond_
* deadlocks
)
1396 - fix backtrace
in statically linked programs
1397 - rebuilt with GCC
3.4, adjusted ulps and i386
<bits
/string.h
>
1399 * Fri May
28 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-31
1401 - <bits
/string2.h
> and
<bits
/mathinline.h
> changes
for GCC
3.
{2,4,5}+
1402 - make c_stubs buildable even with GCC
3.2.x
(#123042)
1404 * Fri May
21 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-30
1405 - fix pthread_cond_wait on architectures other than IA
-32 and
1408 * Thu May
20 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-29
1409 - use lib64 instead of lib on ia64
if %
%{_lib} is defined to lib64
1411 * Wed May
19 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-28
1413 - FUTEX_REQUEUE fixes
(#115349)
1414 - SPARC GCC
3.4 build fix
1415 - fix handling of undefined TLS symbols on IA32
(RELA only
),
1417 - regex translate fix
1419 - x86_64 makecontext alignment fix
1420 - make POSIX sigpause the default sigpause
, unless BSD sigpause
1423 * Tue May
11 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-27
1424 - remove
/lib64
/tls
/librtkaio
-2.3.
[23].so
in glibc_post_upgrade
1425 on x86
-64, s390x and ppc64 instead of
/lib
/tls
/librtkaio
-2.3.
[23].so
1426 - build mq_
{send
,receive
} with
-fexceptions
1428 * Fri May
7 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-26
1431 - fix memory leaks
in nis
, getifaddrs
, etc. caused by incorrect
1433 - remove
/lib
/{tls
,i686
}/librtkaio
-2.3.
[23].so
in glibc_post_upgrade
1434 and rerun ldconfig
if needed
, otherwise after glibc upgrade librt.so
.1
1435 might be a stale symlink
1437 * Wed May
5 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-25
1439 - disable FUTEX_REQUEUE
(work around
#115349)
1440 - mq
for sparc
/sparc64
/ia64
1442 * Tue May
4 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-24
1444 - define S_ISSOCK
in -D_XOPEN_SOURCE
=600 and S_I
[FS
]SOCK
1445 plus F_
[SG
]ETOWN also
in -D_XOPEN_SOURCE
=500 (both
1446 included already
in XNS5
)
1447 - reorder dlopen checks
, so that dlopening ET_REL objects
1448 complains about
!= ET_DYN
!= ET_EXEC
, not about phentsize
1450 - fix strpbrk macro
for GCC
3.4+ (BZ
#130)
1451 - fix
<sys
/sysctl.h
> (BZ
#140)
1452 - sched_
[gs
]etaffinity documentation fix
(BZ
#131)
1453 - fix sparc64 build
(BZ
#139)
1454 - change linuxthreads back to use non
-cancellable writes
1455 to manager pipes etc.
1456 - fix sem_timedwait
return value
in linuxthreads
(BZ
#133)
1457 - ia64 unnecessary PLT relocs removal
1459 * Thu Apr
22 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-23
1462 - fix shm_unlink
, sem_unlink and mq_unlink errno values
1463 - avoid memory leaks
in error
1464 - execstack fixes on s390
1466 * Mon Apr
19 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-22
1468 - mq and timer fixes
1469 - rebuilt with binutils
>= 2.15.90.0.3-2 to fix IA
-64 statically
1471 - fix linuxthreads librt.so on s390
{,x
}, so it is no longer DT_TEXTREL
1473 * Sat Apr
17 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-21
1476 - POSIX message passing support
1477 - fixed SIGEV_THREAD support
for POSIX timers
1478 - fix free on non
-malloced memory
in syslog
1479 - fix ffsl on some
64-bit arches
1480 - fix sched_setaffinity on x86
-64, ia64
1482 - NETID_AUTHORITATIVE
, SERVICES_AUTHORITATIVE support
1483 - various NIS speedups
1484 - fix fwrite with
> 2GB sizes on
64-bit arches
1485 - fix pthread_getattr_np guardsize reporting
in NPTL
1486 - report PLT relocations
in ld.so and libc.so during the build
1488 * Fri Mar
25 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-20
1490 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
1491 - strtol speed optimization
1492 - don't try to use certainly unimplemented syscalls on ppc64
1493 - kill -debug subpackage
, move the libs to glibc
-debuginfo
{,-common
}
1494 into
/usr
/lib
/debug
/usr
/%{_lib}/ directory
1495 - fix c_stubs with gcc
3.4
1496 - move all the up to
3 builds into %
%build scriptlet and
1497 leave only installation
in the %
%install scriptlet
1499 * Mon Mar
22 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-19
1501 - affinity API changes
1503 * Thu Mar
18 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-18
1505 - fix ia64 iopl
(#118591)
1506 - add support
for /etc
/ld.so.conf.d
/*.conf
1507 - fix x86
-64 LD_DEBUG
=statistics
1508 - fix hwcap handling when using ld.so.cache
(#118518)
1510 * Mon Mar
15 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-17
1512 - implement non
-_l
function on top of _l functions
1514 * Thu Mar
11 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-16
1516 - fix s390
{,x
} TLS handling
1518 * Wed Mar
10 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-15
1520 - special section
for compatibility code
1521 - make getpid
() work even
in vfork
() child
1522 - configure with
--enable-bind-now to avoid lazy binding
in ld.so
1525 * Fri Mar
5 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-14
1527 - fix iconv
-c
(#117021)
1528 - fix PIEs on sparc
/sparc64
1529 - fix posix_fadvise on
64-bit architectures
1530 - add locale
-archive as %
%ghost file
(#117014)
1532 * Mon Mar
1 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-13
1535 * Fri Feb
27 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-12
1538 * Fri Feb
27 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-11
1540 - fix ld.so when vDSO is randomized
1542 * Fri Feb
20 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-10
1545 * Fri Feb
20 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-9
1548 * Tue Feb
10 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-8
1551 * Tue Jan
27 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-7
1553 - dl_iterate_phdr extension to signal number of added
/removed
1555 - fix PT_GNU_RELRO support on ppc
* with prelinking
1557 * Fri Jan
23 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-6
1558 - rebuilt with fixed GCC on IA
-64
1560 * Thu Jan
22 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-5
1561 - fix PT_GNU_RELRO support
1563 * Wed Jan
21 2004 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-4
1565 - some further regex speedups
1566 - fix re.translate handling
in regex
(#112869)
1567 - change regfree to match old regex behaviour
(what is freed
1568 and clearing of freed pointers
)
1569 - fix accesses to unitialized memory
in regex
(#113507, #113425,
1571 - PT_GNU_RELRO support
1573 * Tue Dec
30 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-3
1575 - fix pmap_set fd and memory leak
(#112726)
1576 - fix backreference handling
in regex
1577 - rebuilt under glibc without the above bug to fix
1578 libc.so linker script
(#112738)
1580 * Mon Dec
29 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-2
1582 - faster getpid
() in NPTL builds
1583 - fix to
make pthread_setcancelstate
(PTHREAD_CANCEL_DISABLE
, )
1584 really disable cancellation
(#112512)
1585 - more regex fixes and speedups
1586 - fix nextafter
*/nexttoward
*
1587 - handle
6th syscall
(3) argument on AMD64
1588 - handle memalign
/posix_memalign
in mtrace
1589 - fix linuxthreads memory leak
(#112208)
1590 - remove throw
() from cancellation points
in linuxthreads
(#112602)
1591 - fix NPTL unregister_atfork
1592 - fix unwinding through alternate signal stacks
1594 * Mon Dec
1 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.3-1
1597 - lots of regex fixes and speedups
(#110401)
1599 - fix pshared condvars
in NPTL
1600 - fix pthread_attr_destroy
for attributes created with
1601 pthread_attr_init@GLIBC_2.0
1602 - for the
time being
, include both nb_NO
* and no_NO
* as locales
1603 so that the distribution can catch up with the no_NO
->nb_NO
1605 - add BuildPrereq texinfo
(#110252)
1607 * Tue Nov
18 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-102
1609 - fix getifaddrs
(CAN
-2003-0859)
1611 - fix linuxthreads sigaction
(#108634)
1612 - fix glibc
2.0 stdio compatibility
1613 - fix uselocale
(LC_GLOBAL_LOCALE
)
1614 - speed up stdio locking
in non
-threaded programs on IA
-32
1615 - try to maintain correct order of cleanups between those
1616 registered with __attribute__
((cleanup
))
1617 and with LinuxThreads style pthread_cleanup_push
/pop
(#108631)
1618 - fix segfault
in regex
(#109606)
1619 - fix RE_ICASE multi
-byte handling
in regex
1620 - fix pthread_exit
in libpthread.a
(#109790)
1621 - FTW_ACTIONRETVAL support
1622 - lots of regex fixes and speedups
1623 - fix ceill
/floorl on AMD64
1625 * Mon Oct
27 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-101
1627 - fix ld.so
--verify
(and ldd
)
1629 * Mon Oct
27 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-100
1631 - fix sprof
(#103727)
1632 - avoid infinite loops
in {,f
}statvfs
{,64} with hosed mounts file
1633 - prevent dlopening of executables
1634 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
1635 - fix locale printing of word values on
64-bit big
-endian arches
1637 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
1640 * Wed Oct
22 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-99
1642 - dl_iterate_phdr
in libc.a on arches other than IA
-64
1643 - LD_DEBUG
=statistics prints number of relative relocations
1644 - fix hwcap computation
1645 - NPTL is now part of upstream glibc CVS
1646 - include
{st
,xh
,zu
}_ZA
{,.UTF
-8} locales
1648 * Sat Oct
4 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-98
1650 - fix close
, pause and fsync
(#105348)
1651 - fix pthread_once on IA
-32
1652 - implement backtrace
() on IA
-64, handle
-fomit
-frame
-pointer
1653 in AMD64 backtrace
() (#90402)
1655 * Tue Sep
30 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-97
1657 - fix
<sys
/sysmacros.h
> with C
++ or
-ansi or
-pedantic C
1658 - fix mknod
/ustat
return value when given bogus device number
(#105768)
1660 * Fri Sep
26 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-96
1663 * Fri Sep
26 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-95
1664 - fix IA
-64 getcontext
1666 * Thu Sep
25 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-94
1668 - fix syslog with non
-C non
-en_
* locales
(#61296, #104979)
1669 - filter GLIBC_PRIVATE symbols from glibc provides
1672 * Thu Sep
25 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-93
1674 - assume
2.4.21 kernel features on RHEL
/ppc
*, so that
1675 {make,set,get
,swap
}context works
1676 - backout execstack support
for RHEL
1677 - build rtkaio on amd64 too
1679 * Wed Sep
24 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-92
1681 - execstack
/noexecstack support
1683 - move __libc_stack_end back to @GLIBC_2.1
1684 - build against elfutils
>= 0.86 to fix stripping on s390x
1686 * Mon Sep
22 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-91
1689 * Mon Sep
22 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-90
1691 - NPTL locking change
(#102682)
1692 - don't jump around lock on amd64
1694 * Thu Sep
18 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-89
1695 - fix open_memstream
/syslog
(#104661)
1697 * Thu Sep
18 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-88
1699 - retrieve affinity
in pthread_getattr_np
1700 - fix pthread_attr_
[gs
]etaffinity_np
1701 - handle hex and octal
in wordexp
1703 * Wed Sep
17 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-87
1705 - truncate instead of round
in utimes when utimes syscall is not available
1706 - don't align stack
in every glibc
function unnecessarily on IA
-32
1707 - make sure threads have their stack
16 byte aligned on IA
-32
1708 - move sched_
[sg
]etaffinity to GLIBC_2.3
.3 symbol version
(#103231)
1709 - fix pthread_getattr_np
for the initial thread
(#102683)
1710 - avoid linuxthreads signal race
(#104368)
1711 - ensure all gzip invocations are
done with
-n option
1713 * Fri Sep
12 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-86
1715 - avoid linking
in libgcc_eh.a unnecessarily
1716 - change ssize_t back to long int on s390
-m31
, unless
1719 * Wed Sep
10 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-85
1721 - fix IA
-64 memccpy
(#104114)
1723 * Tue Sep
9 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-84
1725 - undo broken amd64 signal context changes
1727 * Tue Sep
9 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-83
1729 - change
*nlink_t
, *ssize_t and
*intptr_t types on s390
-m31 to
1731 - change
*u_quad_t
, *quad_t
, *qaddr_t
, *dev_t
, *ino64_t
, *loff_t
,
1732 *off64_t
, *rlim64_t
, *blkcnt64_t
, *fsblkcnt64_t
, *fsfilcnt64_t
1733 on
64-bit arches from
{unsigned
,} long long int
{,*} to
1734 {unsigned
,} long int
{,*} to restore binary compatibility
1735 for C
++ functions using these types as arguments
1737 * Sun Sep
7 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-82
1740 * Sat Sep
6 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-81
1742 - fix tc
[gs
]etattr
/cf
[gs
]et
[io
]speed on ppc
(#102732)
1745 * Thu Sep
4 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-80
1747 - fix IA
-64 cancellation when mixing __attribute__
((cleanup
()))
1748 and old
-style pthread_cleanup_push cleanups
1750 * Tue Sep
2 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-79
1752 - lots of cancellation fixes
1753 - fix posix_fadvise
* on ppc32
1755 - optimize stdio cleanups
(#103354)
1757 - include sigset
, sighold
, sigrelse
, sigpause and sigignore prototypes
1758 in signal.h even
if -D_XOPEN_SOURCE_EXTENDED
(#103269)
1759 - fix svc_getreqset on
64-bit big
-endian arches
1760 - return ENOSYS
in linuxthreads pthread_barrierattr_setpshared
for
1761 PTHREAD_PROCESS_SHARED
1762 - add pthread_cond_timedwait stubs to libc.so
(#102709)
1763 - split glibc
-devel into glibc
-devel and glibc
-headers to ensure
1764 amd64
/usr
/include always wins on amd64
/i386 bi
-arch installs
1765 - increase PTHREAD_STACK_MIN on alpha
, ia64 and sparc
*
1766 - get rid of __syscall_
* prototypes and stubs
in sysdeps
/unix
/sysv
/linux
1767 - run
make check also with linuxthreads
(on IA
-32 non
-FLOATING_STACKS
)
1768 ld.so and NPTL
(on IA
-32 also FLOATING_STACKS linuxthreads
) libraries
1771 * Tue Aug
25 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-78
1772 - include dl
-osinfo.h only
in glibc
-debuginfo
-2*.rpm
, not
1773 in glibc
-debuginfo
-common
*
1775 * Mon Aug
25 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-77
1777 - fix glibc
2.0 libio compatibility
(#101385)
1778 - fix ldconfig with
/usr
/lib
/lib
*.so symlinks
(#102853)
1779 - fix assert.h
(#102916, #103017)
1780 - make ld.so.cache identical between IA
-32 and AMD64
(#102887)
1781 - fix static linking of large IA
-64 binaries
(#102586)
1782 - avoid using floating point regs
in lazy binding code on ppc64
(#102763)
1784 * Fri Aug
22 2003 Roland McGrath
<roland@redhat.com
> 2.3.2-76
1785 - add td_thr_tls_get_addr changes missed
in initial nptl_db rewrite
1787 * Sun Aug
17 2003 Roland McGrath
<roland@redhat.com
> 2.3.2-74
1788 - nptl_db rewrite not yet
in CVS
1790 * Thu Aug
14 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-72
1792 - fix rtkaio aio_fsync
{,64}
1793 - update rtkaio
for !BROKEN_THREAD_SIGNALS
1794 - fix assert macro when used on pointers
1796 * Wed Aug
13 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-71
1799 * Tue Aug
12 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-70
1801 - disable CLONE_STOPPED
for now
until it is resolved
1803 - fix libio on arches with no
< GLIBC_2.2 support
(#102102, #102105)
1804 - fix glibc
-debuginfo to include all nptl and nptl_db sources
1806 * Thu Aug
7 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-69
1808 - fix pthread_create@GLIBC_2.0
(#101767)
1809 - __ASSUME_CLONE_STOPPED on all arches but s390
* in RHEL
1811 * Sun Aug
3 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-68
1813 - only use CLONE_STOPPED
if kernel supports it
, fix setting of thread
1814 explicit scheduling
(#101457)
1816 * Fri Aug
1 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-67
1818 - fix utimes and futimes
if kernel doesn't support utimes syscall
1819 - fix s390 ssize_t
type
1820 - fix dlerror when called before any dlopen
/dlsym
1821 - update IA
-64 bits
/sigcontext.h
(#101344)
1822 - various warning fixes
1823 - fix pthread.h comment typos
(#101363)
1825 * Wed Jul
30 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-66
1827 - fix dlopen of libraries using TLS IE
/LE models
1829 * Tue Jul
29 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-65
1832 - use __extension__ before long long typedefs
in <bits
/types.h
> (#100718)
1834 * Mon Jul
28 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-64
1836 - fix wcpncpy
(#99462)
1837 - export _res@GLIBC_2.0 even from NPTL libc.so
(__res_state
()
1838 unlike __errno_location
() or __h_errno_location
() was introduced
1840 - fix zic bug on
64-bit platforms
1841 - some TLS handling fixes
1842 - make ldconfig look into alternate ABI
dirs by default
(#99402)
1843 - move
%{_datadir}/zoneinfo to tzdata package
, so that it can be
1844 errataed separately from glibc
1845 - new add
-on
- rtkaio
1846 - prereq libgcc
, as glibc now relies on libgcc_s.so
.1 for pthread_cancel
1848 * Tue Jul
15 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-63
1849 - fix thread cancellation on ppc64
1851 * Sat Jul
12 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-62
1853 - fix thread cancellation on ppc32
, s390 and s390x
1855 * Thu Jul
10 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-61
1857 - build libc_nonshared.a with
-fPIC instead of
-fpic
1858 - fix ppc64 PIE support
1859 - add cfi directives to NPTL sysdep
-cancel.h on ppc
/ppc64
/s390
/s390x
1861 * Tue Jul
8 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-60
1864 * Thu Jul
3 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-59
1866 - on IA
-64 use different symbols
for cancellation portion of syscall
1867 handlers to
make gdb happier
1869 * Thu Jun
26 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-58
1871 - nss_compat supporting LDAP etc.
1873 * Tue Jun
24 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-57
1876 * Thu Jun
19 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-56
1877 - fix condvars and semaphores
in ppc
* NPTL
1878 - fix
test-skeleton.c reporting of timed
-out tests
(#91269)
1879 - increase timeouts
for tests during
make check
1881 * Wed Jun
18 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-55
1882 - make ldconfig default to both
/lib
+/usr
/lib and
/lib64
+/usr
/lib64
1883 on bi
-ABI architectures
(#97557)
1884 - disable FUTEX_REQUEUE on ppc
* temporarily
1886 * Wed Jun
18 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-54
1888 - fix glibc_post_upgrade on ppc
1890 * Tue Jun
17 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-53
1892 - fix localedef
(#90659)
1893 - tweak linuxthreads
for librt cancellation
1895 * Mon Jun
16 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-52
1898 * Thu Jun
12 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-51
1900 - fix
<gnu
/stubs.h
> (#97169)
1902 * Wed Jun
11 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-50
1905 * Tue Jun
10 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-49
1907 - fix pthread_cond_signal on IA
-32 (#92080, #92253)
1908 - fix setegid
(#91567)
1909 - don't prelink
-R libc.so on any architecture
, it prohibits
1910 address randomization
1912 * Fri Jun
5 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-48
1914 - fix IA
-64 NPTL build
1916 * Thu Jun
5 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-47
1918 - PT_GNU_STACK segment
in binaries
/executables and .note.GNU
-stack
1921 * Sun Jun
1 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-46
1923 - enable NPTL on AMD64
1924 - avoid using trampolines
in localedef
1926 * Fri May
29 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-45
1927 - enable NPTL on IA
-64
1929 * Fri May
29 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-44
1931 - enable NPTL on s390 and s390x
1932 - make __init_array_start etc. symbols
in elf
-init.oS hidden undefined
1934 * Thu May
29 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-43
1937 * Fri May
23 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-42
1940 * Tue May
20 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-41
1942 - use NPTL libs
if uname
-r contains nptl substring or is
>= 2.5.69
1943 or set_tid_address syscall is available instead of checking
1944 AT_SYSINFO dynamic tag
1946 * Thu May
15 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-40
1949 * Wed May
14 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-39
1951 - fix
for prelinking of libraries with no dependencies
1953 * Tue May
13 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-38
1955 - enable NPTL on ppc and ppc64
1957 * Tue May
6 2003 Matt Wilson
<msw@redhat.com
> 2.3.2-37
1960 * Sun May
4 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-36
1963 * Sat May
3 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-35
1965 - make -jN build fixes
1967 * Fri May
2 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-34
1969 - avoid using trampolines
in iconvconfig
for now
1971 * Sat Apr
26 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-33
1974 * Fri Apr
25 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-32
1976 - more ppc TLS fixes
1978 * Wed Apr
23 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-31
1981 - fix Bahrain spelling
(#56298)
1982 - fix Ukrainian collation
(#83973)
1983 - accept trailing spaces
in /etc
/ld.so.conf
(#86032)
1984 - perror fix
(#85994)
1985 - fix localedef
(#88978)
1986 - fix getifaddrs
(#89026)
1987 - fix strxfrm
(#88409)
1989 - fix getaddrinfo
(#89448)
1990 - don't print warning about errno
, h_errno or _res
if
1991 LD_ASSUME_KERNEL
=2.4.1 or earlier
1993 * Tue Apr
15 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-30
1995 - fix prelink on ppc32
1996 - add TLS support on ppc32 and ppc64
1997 - make sure on
-m64 arches all helper binaries are built with this
2000 * Mon Apr
14 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-29
2002 - fix strxfrm
(#88409)
2003 - use
-m64
-mno
-minimal
-toc on ppc64
2004 - conflict with kernels
< 2.4.20 on ppc64 and
< 2.4.0 on x86_64
2005 - link glibc_post_upgrade against newly built libc.a
2007 * Sun Apr
13 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-28
2009 - fix NPTL pthread_detach and already terminated
, but not yet
2010 joined thread
(#88219)
2011 - fix bug
-regex4 testcase
(#88118)
2012 - reenable prelink support broken
in 2.3.2-13
2013 - fix register_printf_function
(#88052)
2014 - fix double free with fopen using ccs
= (#88056)
2015 - fix potential access below $esp
in {set,swap
}context
(#88093)
2016 - fix buffer underrun
in gencat
-H
(#88099)
2017 - avoid using unitialized variable
in tst
-tgmath
(#88101)
2018 - fix gammal
(#88104)
2020 - fix xdr_string
(PR libc
/4999)
2021 - fix
/usr
/lib
/nptl
/librt.so symlink
2022 - avoid running NPTL cleanups twice
in some cases
2023 - unblock __pthread_signal_cancel
in linuxthreads
, so that
2024 linuxthreads threaded programs work correctly
if spawned
2025 from NPTL threaded programs
2026 - fix sysconf _SC_
{NPROCESSORS_
{CONF
,ONLN
},{,AV
}PHYS_PAGES
}
2027 - remove
/lib
/i686 directory before running ldconfig
in glibc post
2028 during i686
-> i386 glibc "upgrades"
(#88456)
2030 * Wed Apr
2 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-22
2032 - add pthread_atfork to libpthread.a
2034 * Tue Apr
1 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-21
2036 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
2039 * Sat Mar
29 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-20
2041 - if kernel
>= 2.4.1 doesn't support NPTL
, fall back to
2042 /lib
/i686 libs on i686
, not stright to
/lib
2044 * Fri Mar
28 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-19
2048 * Thu Mar
27 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-18
2050 - fix NPTL pthread_cond_timedwait
2051 - fix sysconf
(_SC_MONOTONIC_CLOCK
)
2052 - use
/%
%{_lib}/tls instead of
/lib
/tls on x86
-64
2053 - add
/%{_lib}/tls/librt*so* and /%{_lib}/i686
/librt
*so
*
2054 - display content of .out files
for all
make check failures
2056 * Wed Mar
26 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-17
2058 - kernel POSIX timers support
2060 * Sat Mar
22 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-16
2062 - export __fork from glibc again
2063 - fix glibc
-compat build
in NPTL
2065 - fix some more atomic.h problems
2066 - don't check abi
in glibc
-compat libs
2068 * Fri Mar
21 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-15
2070 - build glibc
-compat
(for glibc
2.0 compatibility
) and c_stubs add
-ons
2071 - condrestart sshd
in glibc_post_upgrade so that the user can
2072 log
in remotely and handle the rest
(#86339)
2073 - fix a typo
in glibc_post_upgrade on sparc
2075 * Tue Mar
18 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-14
2077 - change i686
/athlon libc.so
.6 base to
0x00e80000
2079 * Mon Mar
17 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-13
2081 - hopefully last fix
for condvar problems
2083 * Fri Mar
14 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-12
2084 - fix bits
/syscall.h creation on x86
-64
2086 * Thu Mar
13 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-11
2089 * Wed Mar
12 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-10
2092 * Tue Mar
11 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-9
2094 - fix glibc
-debug description
(#85111)
2095 - make librt.so a symlink again
, not linker script
2097 * Tue Mar
4 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-8
2099 - remove the workarounds
for broken software accessing GLIBC_PRIVATE
2102 * Mon Mar
3 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-7
2105 * Sun Mar
2 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-6
2106 - fix TLS IE
/LE model handling
in dlopened libraries
2109 * Thu Feb
25 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-5
2112 * Tue Feb
25 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-4
2115 * Mon Feb
24 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-3
2117 - only warn about errno
, h_errno or _res
for binaries
, never
2119 - rebuilt with gcc
-3.2.2-4 to use direct
%gs TLS access insn sequences
2121 * Sun Feb
23 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-2
2124 * Sat Feb
22 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.2-1
2127 * Thu Feb
20 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-51
2130 * Wed Feb
19 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-50
2133 * Wed Feb
19 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-49
2135 - remove nisplus and nis from the default nsswitch.conf
(#67401, #9952)
2137 * Tue Feb
18 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-48
2140 * Sat Feb
15 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-47
2143 * Fri Feb
14 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-46
2145 - pthread_cond
* NPTL fixes
, new NPTL testcases
2147 * Thu Feb
13 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-45
2149 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon
:
2150 LD_ASSUME_KERNEL
=2.2.5 to LD_ASSUME_KERNEL
=2.4.0 is non
-FLOATING_STACKS lt
,
2151 LD_ASSUME_KERNEL
=2.4.1 to LD_ASSUME_KERNEL
=2.4.19 is FLOATING_STACKS lt
,
2153 - enable TLS on alpha
/alphaev6
2154 - add BuildPreReq
: /usr
/bin
/readlink
2156 * Tue Feb
11 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-44
2160 * Mon Feb
10 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-43
2163 - rebuilt with binutils
2.13.90.0.18-5 so that accesses to errno
2164 don't
bind locally
(#83325)
2166 * Thu Feb
06 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-42
2168 - fix pthread_create after vfork
+exec in linuxthreads
2170 * Wed Feb
05 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-41
2173 * Thu Jan
30 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-40
2176 * Wed Jan
29 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-39
2178 - enable TLS on s390
{,x
} and sparc
{,v9
}
2180 * Fri Jan
17 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-38
2182 - initialize __environ
in glibc_post_upgrade to empty array
,
2183 so that it is not NULL
2184 - compat symlink
for s390x
/lib
/ld64.so
.1
2185 - enable glibc
-profile on x86
-64
2186 - only include libNoVersion.so on IA
-32, Alpha and Sparc
32-bit
2188 * Thu Jan
16 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-37
2190 - nscd fixes
, *scanf fix
2191 - fix %
%nptlarches noarch build
(#81909)
2194 * Tue Jan
14 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-36
2196 - rework
-debuginfo subpackage
, add
-debuginfo
-common
2197 subpackage on IA
-32, Alpha and Sparc
(ie. auxiliary arches
)
2198 - fix vfork
in libc.a on PPC32
, Alpha
, Sparc
2199 - fix libio locks
in linuxthreads libc.so
if libpthread.so
2200 is dlopened later
(#81374)
2202 * Mon Jan
13 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-35
2205 - fix NPTL libpthread.a
2206 - fix glibc_post_upgrade on several arches
2208 * Sat Jan
11 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-34
2210 - TLS support on IA
-64
2212 * Wed Jan
8 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-33
2213 - fix vfork
in linuxthreads
(#81377, #81363)
2215 * Tue Jan
7 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-32
2217 - don't use TLS libs
if kernel doesn't
set AT_SYSINFO
2219 - add ntp_adjtime on alpha
(#79996)
2220 - fix nptl_db
(#81116)
2222 * Sun Jan
5 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-31
2224 - support all architectures again
2226 * Fri Jan
3 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-30
2227 - fix condvar compatibility wrappers
2228 - add ugly hack to use non
-TLS libs
if a binary is seen
2229 to have errno
, h_errno or _res symbols
in .dynsym
2231 * Fri Jan
3 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-29
2233 - fixes
for new condvar
2235 * Thu Jan
2 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-28
2236 - new NPTL condvar implementation plus related linuxthreads
2237 symbol versioning updates
2239 * Thu Jan
2 2003 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-27
2241 - fix
#include <sys/stat.h> with -D_BSD_SOURCE or without
2243 - make *sigaction
, sigwait and raise the same between
2244 -lpthread
-lc and
-lc
-lpthread
in linuxthreads builds
2246 * Tue Dec
31 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-26
2249 * Sun Dec
29 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-25
2250 - enable sysenter by default
for now
2251 - fix endless loop
in ldconfig
2253 * Sat Dec
28 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-24
2256 * Fri Dec
27 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-23
2258 - fix ptmalloc_init after clearenv
(#80370)
2260 * Sun Dec
22 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-22
2263 - move TLS libraries from
/lib
/i686 to
/lib
/tls
2265 * Thu Dec
19 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-21
2266 - system
(3) fix
for linuxthreads
2267 - don't segfault
in pthread_attr_init from libc.so
2268 - add cancellation tests from nptl to linuxthreads
2270 * Wed Dec
18 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-20
2271 - fix up lists of exported symbols
+ their versions
2274 * Wed Dec
18 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-19
2275 - fix
--with
-tls
--enable-kernel
=2.2.5 libc on IA
-32
2277 * Wed Dec
18 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-18
2279 - fix NPTL hanging mozilla
2280 - initialize malloc
in mALLOPt
(fixes problems with squid
, #79957)
2281 - make linuxthreads work with dl_dynamic_weak
0
2282 - clear dl_dynamic_weak everywhere
2284 * Tue Dec
17 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-17
2286 - NPTL socket fixes
, flockfile
/ftrylockfile
/funlockfile fix
2287 - kill -debug sub
-package
, rename
-debug
-static to
-debug
2288 - clear dl_dynamic_weak
for NPTL
2290 * Mon Dec
16 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-16
2291 - fix
<bits
/mathinline.h
> and
<bits
/nan.h
> for C
++
2292 - automatically generate NPTL libpthread wrappers
2294 * Mon Dec
16 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-15
2296 - all functions which need cancellation should now be cancellable
2297 both
in libpthread.so and libc.so
2298 - removed @@GLIBC_2.3
.2 cancellation wrappers
2300 * Fri Dec
13 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-14
2302 - replace __libc_lock_needed@GOTOFF
(%ebx) with
2303 %gs:offsetof
(tcbhead_t
, multiple_threads
)
2304 - start of new NPTL cancellation wrappers
2306 * Thu Dec
12 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-13
2308 - use inline locks
in malloc
2310 * Tue Dec
10 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-12
2312 - support LD_ASSUME_KERNEL
=2.2.5 in statically linked programs
2314 * Mon Dec
9 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-11
2316 - rebuilt with gcc
-3.2.1-2
2318 * Fri Dec
6 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-10
2320 - non
-nptl
--with
-tls
--without
-__thread FLOATING_STACKS libpthread
2322 - faster libc locking when using nptl
2323 - add OUTPUT_FORMAT to linker scripts
2324 - fix x86_64 sendfile
(#79111)
2326 * Wed Dec
4 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-9
2328 - RUSCII support
(#78906)
2329 - for nptl builds add BuildRequires
2330 - fix byteswap.h
for non
-gcc
(#77689)
2331 - add nptl
-devel package
2333 * Tue Dec
3 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-8
2335 - make --enable-kernel
=2.2.5 --with
-tls
--without
-__thread
2336 ld.so load nptl and other
--with
-__thread libs
2337 - disable nptl by default
for now
2339 * Wed Nov
27 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-7
2341 - restructured redhat
/Makefile and spec
, so that src.rpm contains
2342 glibc
-<date
>.tar.bz2
, glibc
-redhat
-<date
>.tar.bz2 and glibc
-redhat.patch
2345 * Fri Nov
8 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-6
2347 - even more regex fixes
2348 - run sed testsuite to check glibc regex
2350 * Thu Oct
24 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-5
2351 - fix LD_DEBUG
=statistics and LD_TRACE_PRELINKING
in programs
2352 using libpthread.so.
2354 * Thu Oct
24 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-4
2356 - fixed
%a and
%A in *printf (#75821)
2357 - fix re_comp memory leaking
(#76594)
2359 * Tue Oct
22 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-3
2361 - some more regex fixes
2362 - fix libpthread.a
(#76484)
2363 - fix locale
-archive enlarging
2365 * Fri Oct
18 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-2
2367 - don't need to use
128K of stacks
for DNS lookups
2369 - updated timezone data e.g.
for this year's Brasil DST
2371 - expand $
{LIB
} in RPATH
/RUNPATH
/dlopen filenames
2373 * Fri Oct
11 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3.1-1
2374 - update to
2.3.1 final
2375 - support really low thread stack sizes
(#74073)
2378 * Wed Oct
9 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3-2
2380 - handle low stack limits
2381 - move s390x into
*/lib64
2383 * Thu Oct
3 2002 Jakub Jelinek
<jakub@redhat.com
> 2.3-1
2384 - update to
2.3 final
2385 - fix freopen on libstdc
++ <= 2.96 stdin
/stdout
/stderr
(#74800)
2387 * Sun Sep
29 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.94-3
2388 - don't prelink
-r libc.so on ppc
/x86
-64/sparc
*, it doesn't
2389 speed things up
, because they are neither REL arches
, nor
2390 ELF_MACHINE_REL_RELATIVE
2393 * Sun Sep
29 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.94-2
2396 * Sat Sep
28 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.94-1
2398 - prelink on ppc and x86
-64 too
2399 - don't remove ppc memset
2400 - instead of listing on which arches to remove glibc
-compat
2401 list where it should stay
2403 * Fri Sep
6 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.93-5
2404 - fix wcsmbs functions with invalid character sets
(or malloc
2406 - make sure __ctype_b etc. compat vars are updated even
if
2407 they are copy relocs
in the main program
2409 * Thu Sep
5 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.93-4
2410 - fix
/lib
/libnss1_dns.so
.1 (missing __set_h_errno definition
2411 leading to unresolved __set_h_errno symbol
)
2413 * Wed Sep
4 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.93-3
2414 - security fix
- increase dns
-network.c MAXPACKET to at least
2415 65536 to avoid buffer overrun. Likewise glibc
-compat
2416 dns
-{host
,network
}.c.
2418 * Tue Sep
3 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.93-2
2419 - temporarily add back __ctype_b
, __ctype_tolower and __ctype_toupper to
2420 libc.a and
export them as @@GLIBC_2.0 symbols
, not @GLIBC_2.0
2421 from libc.so
- we have still lots of .a libraries referencing
2422 __ctype_
{b
,tolower
,toupper
} out there...
2424 * Tue Sep
3 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.93-1
2427 - use double instead of single indirection
in isXXX macros
2428 - per
-locale wcsmbs conversion state
2430 * Sat Aug
31 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.92-2
2432 - fix newlocale
/duplocale
/uselocale
2433 - disable profile on x86_64
for now
2435 * Sat Aug
31 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.92-1
2438 - fix gettext after uselocale
2439 - fix locales
in statically linked threaded programs
2442 * Thu Aug
29 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.91-1
2445 - fix fd leaks
in locale
-archive reader
(#72043)
2446 - handle EROFS
in build
-locale
-archive gracefully
(#71665)
2448 * Wed Aug
28 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-27
2450 - fix re_match
(#72312)
2451 - support more than
1024 threads
2453 * Fri Aug
23 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-26
2457 * Thu Aug
22 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-25
2459 - fix locale
-archive loading hang on some
(non
-primary
) locales
2461 - fix umount problems with locale
-archives when
/usr is a separate
2465 * Fri Aug
16 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-24
2467 - only mmap up to
2MB of locale
-archive on
32-bit machines
2469 - fix fseek past end
+ fread segfault with mmaped stdio
2470 - include
<sys
/debugreg.h
> which is mistakenly not included
2471 in glibc
-devel on IA
-32
2473 * Fri Aug
16 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-23
2474 - don't
return normalized locale name
in setlocale when using
2477 * Thu Aug
15 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-22
2479 - optimize
for primary system locale
2480 - localedef fixes
(#71552, #67705)
2482 * Wed Aug
14 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-21
2483 - fix path to locale
-archive
in libc reader
2484 - build locale archive at glibc
-common
%post time
2485 - export __strtold_internal and __wcstold_internal on Alpha again
2486 - workaround some localedata problems
2488 * Tue Aug
13 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-20
2490 - patch out set_thread_area
for now
2492 * Fri Aug
9 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-19
2494 - GB18030 patch from Yu Shao
2495 - applied Debian patch
for getaddrinfo IPv4 vs. IPv6
2496 - fix regcomp
(#71039)
2498 * Sun Aug
4 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-18
2500 - use
/usr
/sbin
/prelink
, not prelink
(#70376)
2502 * Thu Jul
25 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-17
2505 * Thu Jul
25 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-16
2507 - ungetc fix
(#69586)
2508 - fseek errno fix
(#69589)
2509 - change
*etrlimit prototypes
for C
++ (#68588)
2510 - use
--without
-tls instead of
--disable
-tls
2512 * Thu Jul
11 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-15
2513 - set nscd user's shell to
/sbin
/nologin
(#68369)
2514 - fix glibc
-compat buffer overflows
(security
)
2515 - buildrequire prelink
, don't build glibc's own copy of it
(#67567)
2517 - regex fix
(#67734)
2518 - fix unused warnings
(#67706)
2519 - fix freopen with mmap stdio
(#67552)
2520 - fix realloc
(#68499)
2522 * Tue Jun
25 2002 Bill Nottingham
<notting@redhat.com
> 2.2.90-14
2524 - fix argp on long words
2525 - update atime
in libio
2527 * Sat Jun
22 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-13
2530 - fix readdir on invalid dirp
2532 * Wed Jun
19 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-12
2534 - don't use __thread
in headers
2535 - fix system
(3) in threaded apps
2536 - update prelink
, so that it is possible to prelink
-u libc.so
.6.1
2539 * Fri Jun
7 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-11
2541 - fix __moddi3
(#65612, #65695)
2542 - fix ether_line
(#64427)
2543 - fix setvbuf with mmap stdio
(#65864)
2544 - --disable
-tls
for now
, waiting
for kernel
2545 - avoid duplication of __divtf3 etc. on IA
-64
2546 - make sure get
*ent_r and _IO_wfile_jumps are exported
(#62278)
2548 * Tue May
21 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-10
2550 - fix Alpha pthread bug with gcc
3.1
2552 * Fri Apr
19 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.5-35
2555 * Mon Apr
15 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.5-34
2556 - add relocation dependencies even
for weak symbols
(#63422)
2557 - stricter check_fds check
for suid
/sgid binaries
2558 - run
make check at %
%install time
2560 * Sat Apr
13 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.5-33
2561 - handle Dec
31 1969 in mktime
for timezones west of GMT
(#63369)
2562 - back out
do-lookup.h change
(#63261, #63305)
2563 - use "memory" clobber instead all the fancy stuff
in i386
/i686
/bits
/string.h
2564 since lots of compilers
break on it
2565 - fix sparc build with gcc
3.1
2566 - fix spec file
for athlon
2568 * Tue Apr
9 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.5-32
2569 - fix debugging of threaded apps
(#62804)
2570 - fix DST
for Estonia
(#61494)
2571 - document that pthread_mutexattr_?etkind_np are deprecated
2572 and pthread_mutexattr_?ettype should be used instead
in man
2574 - fix libSegFault.so undefined externals
2576 * Fri Apr
5 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.5-31
2577 - temporarily disable prelinking ld.so
, as some statically linked
2578 binaries linked against debugging versions of old glibcs die on it
2580 - fix
<semaphore.h
> for -std
=c99
(#62516)
2581 - fix ether_ntohost segfault
(#62397)
2582 - remove
in glibc_post_upgrade on i386 all
/lib
/i686
/libc
-*.so
,
2583 /lib
/i686
/libm
-*.so and
/lib
/i686
/libpthread
-*.so
, not just current
2585 - prelink
-r on alpha too
2587 * Thu Mar
28 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.5-30
2588 - update GB18030 iconv module
(Yu Shao
)
2590 * Tue Mar
26 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.5-29
2593 * Tue Mar
26 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.5-28
2595 - fix nscd with huge groups
2596 - fix nis to not close fds it shouldn't
2597 - rebuilt against newer glibc
-kernheaders to use the correct
2599 - handle .athlon.rpm glibc the same way as .i686.rpm
2600 - add a couple of .ISO
-8859-15 locales
(#61922)
2601 - readd temporarily currencies which were superceeded by Euro
2602 into the list of accepted currencies by localedef to
make
2603 standard conformance testsuites happy
2604 - temporarily moved __libc_waitpid back to
make Sun JDK happy
2605 - use old malloc code
2606 - prelink i686
/athlon ld.so and prelink
-r i686
/athlon libc.so
2608 * Thu Mar
14 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.5-27
2610 - fix DST handling
for southern hemisphere
(#60747)
2611 - fix daylight setting
for tzset
(#59951)
2612 - fix ftime
(#60350)
2613 - fix nice
return value
2614 - fix a malloc segfault
2615 - temporarily moved __libc_wait
, __libc_fork and __libc_stack_end
2616 back to what they used to be exported at
2617 - censorship
(#60758)
2619 * Thu Feb
28 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.5-26
2621 - use __attribute__
((visibility
(...
))) if supported
, use _rtld_local
2622 for ld.so only objects
2623 - provide libc's own __
{,u
}{div
,mod
}di3
2625 * Wed Feb
27 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.5-25
2626 - switch back to
2.2.5, mmap stdio needs work
2628 * Mon Feb
25 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-8
2629 - fix two other mmap stdio bugs
(#60228)
2631 * Thu Feb
21 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-7
2632 - fix yet another mmap stdio bug
(#60145)
2634 * Tue Feb
19 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-6
2635 - fix mmap stdio bug
(seen on ld as File truncated error
, #60043)
2636 - apply Andreas Schwab's fix
for pthread sigwait
2637 - remove
/lib
/i686
/ libraries
in glibc_post_upgrade when
2638 performing i386 glibc
install
2640 * Thu Feb
14 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-5
2642 - added glibc
-utils subpackage
2643 - disable autoreq
in glibc
-debug
2644 - readd %
%lang() to locale files
2646 * Fri Feb
7 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-4
2648 - move glibc private symbols to GLIBC_PRIVATE symbol version
2650 * Wed Jan
9 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-3
2651 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
2654 * Tue Jan
8 2002 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-2
2655 - add debug
-static package
2657 * Mon Dec
31 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.90-1
2659 - remove
-D__USE_STRING_INLINES
2660 - add debug subpackage to trim glibc and glibc
-devel size
2662 * Wed Oct
3 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-19
2665 * Fri Sep
28 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-18
2666 - fix a ld.so bug with duplicate searchlists
in l_scope
2668 - turn
/usr
/lib
/librt.so into linker script
2670 * Wed Sep
26 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-17
2671 - fix a ld.so lookup bug after lots of dlopen calls
2672 - fix CMSG_DATA
for non
-gcc non
-ISOC99 compilers
(#53984)
2673 - prelinking support
for Sparc64
2675 * Fri Sep
21 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-16
2676 - update from CVS to fix DT_SYMBOLIC
2677 - prelinking support
for Alpha and Sparc
2679 * Tue Sep
18 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-15
2681 - linuxthreads now retries
if -1/EINTR is returned from
2682 reading or writing to thread manager pipe
(#43742)
2683 - use DT_FILTER
in librt.so
(#53394)
2684 - update glibc prelink patch so that it handles filters
2685 - fix timer_
* with SIGEV_NONE
(#53494)
2686 - make glibc_post_upgrade work on PPC
(patch from Franz Sirl
)
2688 * Mon Sep
10 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-14
2689 - fix build on sparc32
2690 - 2.2.4-13 build
for some reason missed some locales
2693 * Mon Sep
3 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-13
2696 * Mon Sep
3 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-12
2697 - add fam to
/etc
/rpc
(#52863)
2698 - fix
<inttypes.h
> for C
++ (#52960)
2701 * Mon Aug
27 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-11
2702 - fix strnlen
(x
, -1)
2704 * Mon Aug
27 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-10
2705 - doh
, <bits
/libc
-lock.h
> should only define __libc_rwlock_t
2708 * Mon Aug
27 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-9
2709 - fix bits
/libc
-lock.h so that gcc can compile
2712 * Fri Aug
24 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-8
2713 - kill stale library symlinks
in ldconfig
(#52350)
2714 - fix inttypes.h
for G
++ < 3.0
2717 * Wed Aug
22 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-7
2718 - fix strnlen on IA
-64 (#50077)
2720 * Thu Aug
16 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-6
2722 - fix
-lpthread
-static
(#51672)
2724 * Fri Aug
10 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-5
2725 - doh
, include libio
/tst
-swscanf.c
2727 * Fri Aug
10 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-4
2728 - don't crash on catclose
(-1)
2729 - fix wscanf %
[] handling
2730 - fix
return value from swprintf
2731 - handle year
+ %U/%W week
+ week day
in strptime
2733 * Thu Aug
9 2001 Jakub Jelinek
<jakub@redhat.com
> 2.2.4-3
2734 - update from CVS to
2735 - fix strcoll
(#50548)
2736 - fix seekdir
(#51132)
2737 - fix memusage
(#50606)
2738 - don't
make gconv
-modules.cache %
%config file
, just don't verify
2741 * Mon Aug
6 2001 Jakub Jelinek
<jakub@redhat.com
>
2742 - fix strtod and
*scanf
(#50723, #50724)
2744 * Sat Aug
4 2001 Jakub Jelinek
<jakub@redhat.com
>
2746 - fix iconv cache handling
2747 - glibc should not own
%{_infodir}, %{_mandir} nor %{_mandir}/man3
(#50673)
2748 - add gconv
-modules.cache as emtpy config file
(#50699)
2749 - only run iconvconfig
if /usr is mounted
read-write
(#50667)
2751 * Wed Jul
25 2001 Jakub Jelinek
<jakub@redhat.com
>
2752 - move iconvconfig from glibc
-common into glibc subpackage
,
2753 call it from glibc_post_upgrade instead of common's post.
2755 * Tue Jul
24 2001 Jakub Jelinek
<jakub@redhat.com
>
2756 - turn off debugging printouts
in iconvconfig
2758 * Tue Jul
24 2001 Jakub Jelinek
<jakub@redhat.com
>
2760 - fix IA
-32 makecontext
2761 - make fflush
(0) thread
-safe
(#46446)
2763 * Mon Jul
23 2001 Jakub Jelinek
<jakub@redhat.com
>
2764 - adjust prelinking DT_
* and SHT_
* values
in elf.h
2767 - make iconv work
in SUID
/SGID programs
(#34611)
2769 * Fri Jul
20 2001 Jakub Jelinek
<jakub@redhat.com
>
2771 - kill non
-pic code
in libm.so
2773 - fix some locales
(#49402)
2774 - rebuilt with binutils
-2.11.90.0.8-5 to place .interp section
2775 properly
in libBrokenLocale.so
, libNoVersion.so and libanl.so
2776 - add floating stacks on IA
-64, Alpha
, Sparc
(#49308)
2778 * Mon Jul
16 2001 Jakub Jelinek
<jakub@redhat.com
>
2779 - make /lib
/i686 directory owned by glibc
*.i686.rpm
2781 * Mon Jul
9 2001 Jakub Jelinek
<jakub@redhat.com
>
2782 - remove rquota.
[hx
] headers which are now provided by quota
(#47141)
2783 - add prelinking patch
2785 * Thu Jul
5 2001 Jakub Jelinek
<jakub@redhat.com
>
2786 - require sh
-utils
for nscd
2788 * Mon Jun
25 2001 Jakub Jelinek
<jakub@redhat.com
>
2789 - update from CVS
(#43681, #43350, #44663, #45685)
2790 - fix ro_RO bug
(#44644)
2792 * Wed Jun
6 2001 Jakub Jelinek
<jakub@redhat.com
>
2793 - fix a bunch of math bugs
(#43210, #43345, #43346, #43347, #43348, #43355)
2794 - make rpc headers
-ansi compilable
(#42390)
2795 - remove alphaev6 optimized memcpy
, since there are still far too many
2796 broken apps which call memcpy where they should call memmove
2797 - update from CVS to
(among other things
):
2798 - fix tanhl bug
(#43352)
2800 * Tue May
22 2001 Jakub Jelinek
<jakub@redhat.com
>
2801 - fix
#include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
2802 - fix a dlclose reldeps handling bug
2803 - some more profiling fixes
2806 * Thu May
17 2001 Jakub Jelinek
<jakub@redhat.com
>
2807 - make ldconfig more quiet
2808 - fix LD_PROFILE on i686
(#41030)
2810 * Wed May
16 2001 Jakub Jelinek
<jakub@redhat.com
>
2811 - fix the hardlink program
, so that it really catches all files with
2813 - add a s390x clone fix
2815 * Wed May
16 2001 Jakub Jelinek
<jakub@redhat.com
>
2816 - fix rpc
for non
-threaded apps using svc_fdset and similar variables
(#40409)
2817 - fix nss compatibility DSO versions
for alphaev6
2818 - add a hardlink program instead of the shell
3x
for plus cmp
-s
/link
2819 which takes a lot of
time during build
2820 - rework BuildPreReq and
Conflicts with gcc
, so that
2821 it applies only where it has to
2823 * Fri May
11 2001 Jakub Jelinek
<jakub@redhat.com
>
2824 - fix locale name of ja_JP
in UTF
-8 (#39783)
2825 - fix re_search_2
(#40244)
2826 - fix memusage script
(#39138, #39823)
2827 - fix dlsym
(RTLD_NEXT
, ) from main program
(#39803)
2828 - fix xtrace script
(#39609)
2829 - make glibc conflict with glibc
-devel
2.2.2 and below
(to
make sure
2830 libc_nonshared.a has atexit
)
2831 - fix getconf LFS_CFLAGS on
64bitters
2832 - recompile with gcc
-2.96-84 or above to fix binary compatibility problem
2833 with __frame_state_for
function (#37933)
2835 * Fri Apr
27 2001 Jakub Jelinek
<jakub@redhat.com
>
2836 - glibc
2.2.3 release
2837 - fix strcoll
(#36539)
2838 - add BuildPreReqs
(#36378)
2840 * Wed Apr
25 2001 Jakub Jelinek
<jakub@redhat.com
>
2843 * Fri Apr
20 2001 Jakub Jelinek
<jakub@redhat.com
>
2846 - fix some locale syntax errors
(#35982)
2848 * Wed Apr
18 2001 Jakub Jelinek
<jakub@redhat.com
>
2851 * Wed Apr
11 2001 Jakub Jelinek
<jakub@redhat.com
>
2854 * Fri Apr
6 2001 Jakub Jelinek
<jakub@redhat.com
>
2855 - support even
2.4.0 kernels on ia64
, sparc64 and s390x
2856 - include UTF
-8 locales
2857 - make gconv
-modules %
%config(noreplace
)
2859 * Fri Mar
23 2001 Jakub Jelinek
<jakub@redhat.com
>
2860 - back out sunrpc changes
2862 * Wed Mar
21 2001 Jakub Jelinek
<jakub@redhat.com
>
2865 - fix pthread_getattr_np
2867 * Fri Mar
16 2001 Jakub Jelinek
<jakub@redhat.com
>
2869 - run atexit
() registered functions at dlclose
time if they are
in shared
2871 - add pthread_getattr_np API to
make JVM folks happy
2873 * Wed Mar
14 2001 Jakub Jelinek
<jakub@redhat.com
>
2874 - require
2.4.1 instead of
2.4.0 on platforms where it required
2.4 kernel
2875 - fix ldd behaviour on unresolved symbols
2876 - remove nonsensical ldconfig warning
, update osversion
for the most
2877 recent library with the same soname
in the same directory instead
(#31703)
2878 - apply selected patches from CVS
2879 - s390x spec file changes from Florian La Roche
2881 * Wed Mar
7 2001 Jakub Jelinek
<jakub@redhat.com
>
2882 - fix gencat
(#30894)
2883 - fix ldconfig changes from yesterday
, fix LD_ASSUME_KERNEL handling
2885 * Tue Mar
6 2001 Jakub Jelinek
<jakub@redhat.com
>
2887 - make pthread_attr_setstacksize consistent before and after pthread manager
2889 - pass back struct sigcontext from pthread signal wrapper
(on ia32 only so
2891 - on i686 ship both
--enable-kernel
2.2.5 and
2.4.0 libc
/libm
/libpthread
,
2892 make ld.so pick the right one
2894 * Sat Feb
17 2001 Preston Brown
<pbrown@redhat.com
>
2895 - glib
-common doesn't require glibc
, until we can figure out how to get out of dependency hell.
2897 * Sat Feb
17 2001 Jakub Jelinek
<jakub@redhat.com
>
2898 - make glibc require particular version of glibc
-common
2899 and glibc
-common prerequire glibc.
2901 * Fri Feb
16 2001 Jakub Jelinek
<jakub@redhat.com
>
2902 - glibc
2.2.2 release
2903 - fix regex REG_ICASE bug seen
in ksymoops
2905 * Sat Feb
10 2001 Jakub Jelinek
<jakub@redhat.com
>
2906 - fix regexec leaking memory
(#26864)
2908 * Fri Feb
9 2001 Jakub Jelinek
<jakub@redhat.com
>
2910 - fix ia64 build with gnupro
2911 - make regex
64bit clean
2912 - fix tgmath
make check failures on alpha
2914 * Tue Feb
6 2001 Jakub Jelinek
<jakub@redhat.com
>
2915 - update again
for ia64 DF_1_INITFIRST
2917 * Fri Feb
2 2001 Jakub Jelinek
<jakub@redhat.com
>
2919 - fix getaddrinfo
(#25437)
2920 - support DF_1_INITFIRST
(#25029)
2922 * Wed Jan
24 2001 Jakub Jelinek
<jakub@redhat.com
>
2923 - build all auxiliary arches with
--enablekernel
2.4.0, those wanting
2924 to run
2.2 kernels can downgrade to the base architecture glibc.
2926 * Sat Jan
20 2001 Jakub Jelinek
<jakub@redhat.com
>
2927 - remove %
%lang() flags from %
%{_prefix}/lib
/locale files temporarily
2929 * Sun Jan
14 2001 Jakub Jelinek
<jakub@redhat.com
>
2930 - update to
2.2.1 final
2931 - fix a pthread_kill_other_threads_np breakage
(#23966)
2932 - make static binaries using dlopen work on ia64 again
2933 - fix a typo
in glibc
-common group
2935 * Wed Jan
10 2001 Bernhard Rosenkraenzer
<bero@redhat.com
>
2936 - devel requires glibc
= %
%{version}
2937 - noreplace
/etc
/nscd.conf
2939 * Wed Jan
10 2001 Jakub Jelinek
<jakub@redhat.com
>
2940 - some more security fixes
:
2941 - don't look up LD_PRELOAD libs
in cache
for SUID apps
2942 (because that bypasses SUID bit checking on the library
)
2943 - place output files
for profiling SUID apps into
/var
/profile
,
2944 use O_NOFOLLOW
for them
2945 - add checks
for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
2946 - hardlink identical locale files together
2947 - add %
%lang() tags to locale stuff
2948 - remove ko_KR.utf8
for now
, it is provided by locale
-utf8 package
2950 * Mon Jan
8 2001 Jakub Jelinek
<jakub@redhat.com
>
2951 - add glibc
-common subpackage
2952 - fix alphaev6 memcpy
(#22494)
2953 - fix sys
/cdefs.h
(#22908)
2954 - don't define stdin
/stdout
/stderr as macros
for -traditional
(#22913)
2955 - work around a bug
in IBM JDK
(#22932, #23012)
2956 - fix pmap_unset when network is down
(#23176)
2957 - move nscd
in rc.d before netfs on shutdown
2958 - fix $RESOLV_HOST_CONF
in SUID apps
(#23562)
2960 * Fri Dec
15 2000 Jakub Jelinek
<jakub@redhat.com
>
2963 * Wed Dec
13 2000 Jakub Jelinek
<jakub@redhat.com
>
2965 - ldd
/lib
/ld
-linux.so
.2 is not crashing any longer again
(#22197)
2968 * Mon Dec
11 2000 Jakub Jelinek
<jakub@redhat.com
>
2969 - fix alpha htonl and alphaev6 stpcpy
2971 * Sat Dec
9 2000 Jakub Jelinek
<jakub@redhat.com
>
2973 - fix getnameinfo
(#21934)
2974 - don't stomp on memory
in rpath handling
(#21544)
2975 - fix setlocale
(#21507)
2976 - fix libNoVersion.so
.1 loading code
(#21579)
2977 - use auxarches define
in spec file
for auxiliary
2978 architectures
(#21219)
2979 - remove
/usr
/share directory from filelist
(#21218)
2981 * Sun Nov
19 2000 Jakub Jelinek
<jakub@redhat.com
>
2982 - update to CVS to fix getaddrinfo
2984 * Fri Nov
17 2000 Jakub Jelinek
<jakub@redhat.com
>
2985 - update to CVS to fix freopen
2986 - remove all alpha workarounds
, not needed anymore
2988 * Wed Nov
15 2000 Jakub Jelinek
<jakub@redhat.com
>
2989 - fix dladdr bug on alpha
/sparc32
/sparc64
2990 - fix Makefiles so that they run static tests properly
2992 * Tue Nov
14 2000 Jakub Jelinek
<jakub@redhat.com
>
2993 - update to CVS to fix ldconfig
2995 * Thu Nov
9 2000 Jakub Jelinek
<jakub@redhat.com
>
2996 - update to glibc
2.2 release
2998 * Mon Nov
6 2000 Jakub Jelinek
<jakub@redhat.com
>
3000 - export __sysconf@@GLIBC_2.2
(#20417)
3002 * Fri Nov
3 2000 Jakub Jelinek
<jakub@redhat.com
>
3005 * Mon Oct
30 2000 Jakub Jelinek
<jakub@redhat.com
>
3006 - update to CVS
, including
:
3007 - fix WORD_BIT
/LONG_BIT definition
in limits.h
(#19088)
3008 - fix hesiod
(#19375)
3009 - set LC_MESSAGES
in zic
/zdump
for proper error message output
(#19495)
3010 - fix LFS fcntl when used with non
-LFS aware kernels
(#19730)
3012 * Thu Oct
19 2000 Jakub Jelinek
<jakub@redhat.com
>
3013 - fix alpha semctl
(#19199)
3014 - update to CVS
, including
:
3015 - fix glibc headers
for Compaq non
-gcc compilers
3016 - fix locale
alias handling code
(#18832)
3017 - fix rexec on little endian machines
(#18886)
3018 - started writing changelog again
3020 * Thu Aug
10 2000 Adrian Havill
<havill@redhat.com
>
3021 - added ja ujis
alias for backwards compatibility