source: projects/specs/branches/6/g/glibc/glibc-vl.spec @ 9409

Revision 9409, 179.5 KB checked in by iwamoto, 9 years ago (diff)

glibc update

Line 
1%define glibcsrcdir glibc-2.11.1
2%define glibc_release_url ftp://sources.redhat.com/pub/glibc/releases/
3%define glibcversion 2.11.1
4### glibc.spec.in follows:
5%define run_glibc_tests 1
6%define auxarches athlon sparcv9v sparc64v alphaev6
7%define xenarches i686 athlon
8%ifarch %{xenarches}
9%define buildxen 1
10%define xenpackage 0
11%else
12%define buildxen 0
13%define xenpackage 0
14%endif
15%ifarch ppc ppc64
16##VINE##%define buildpower6 1
17%define buildpower6 0
18%else
19%define buildpower6 0
20%endif
21%define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x
22%define debuginfocommonarches alpha alphaev6 sparc sparcv9 sparcv9v sparc64 sparc64v
23%if 0%{?rhel} >= 6
24%define multiarcharches ppc pp64 %{ix86} x86_64
25%else
26%define multiarcharches %{ix86} x86_64
27%endif
28%define _unpackaged_files_terminate_build 0
29%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
30%if %{build_compat32}
31%define auxarches i586 athlon sparcv9 alphaev6
32%endif
33
34Summary: The GNU libc libraries
35Summary(ja): GNU libc ライブラリ
36Name: glibc
37Version: %{glibcversion}
38Release: 16%{?_dist_release}
39# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
40# Things that are linked directly into dynamically linked programs
41# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
42# exception which allows linking it into any kind of programs or shared
43# libraries without restrictions.
44License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
45Group: System Environment/Libraries
46URL: http://sources.redhat.com/glibc/
47Source0: %{?glibc_release_url}%{glibcsrcdir}.tar.bz2
48Source1: %{glibcsrcdir}-fedora.tar.bz2
49Source10: find_provides_glibc.sh
50Source11: find_requires_glibc.sh
51Patch0: %{name}-fedora.patch
52Patch1: %{name}-ia64-lib64.patch
53Patch10: glibc-2.11.1_fix_builderror.patch
54# updates or security fix
55Patch100: glibc-rh643822.patch
56Patch101: glibc-rh667974.patch
57Patch102: glibc-rh625893.patch
58Patch103: glibc-rh681054.patch
59Patch104: glibc-rh645672.patch
60Patch105: glibc-2.11.1_CVE-2012-3480.patch
61Patch106: glibc-2.11.1_CVE-2013-0242.patch
62Patch107: glibc-2.11.1_CVE-2013-1914.patch
63Patch108: glibc-2.11.1_CVE-2012-44xx.patch
64Patch109: glibc-2.11.1_CVE-2013-4332.patch
65# CVE-2012-0864
66Patch110: glibc-rh794817.patch
67# CVE-2012-3404/3405/3406
68Patch111: glibc-rh833717.patch
69Patch112: glibc-2.11.1_CVE-2014-5119.patch
70Patch113: glibc-2.11.1_CVE-2015-0235.patch
71
72Patch114: glibc-2.11.1_CVE-2012-6656.patch
73Patch115: glibc-2.11.x_CVE-2014-0475-1.patch
74Patch116: glibc-2.11.x_CVE-2014-0475-2.patch
75Patch117: glibc-2.11.x_CVE-2014-6040.patch
76Patch118: glibc-2.11.x_CVE-2014-7817.patch
77Patch119: glibc-2.11.x_CVE-2014-9402.patch
78
79Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
80Obsoletes: glibc-profile < 2.4
81Provides: ldconfig
82# The dynamic linker supports DT_GNU_HASH
83Provides: rtld(GNU_HASH)
84Requires: glibc-common = %{version}-%{release}
85# Require libgcc in case some program calls pthread_cancel in its %%post
86Requires(pre): basesystem, libgcc
87# This is for building auxiliary programs like memusage, nscd
88# For initial glibc bootstraps it can be commented out
89BuildRequires: gd-devel libpng-devel zlib-devel texinfo
90BuildRequires: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext, nss-devel
91BuildRequires: /bin/ps, /bin/kill, /bin/awk
92# This is to ensure that __frame_state_for is exported by glibc
93# will be compatible with egcs 1.x.y
94BuildRequires: gcc >= 3.2
95%define enablekernel 2.6.18
96%ifarch i386
97%define nptl_target_cpu i486
98%else
99%define nptl_target_cpu %{_target_cpu}
100%endif
101%ifarch %{multiarcharches}
102# Need STT_IFUNC support
103%ifarch ppc ppc64
104BuildRequires: binutils >= 2.20.51.0.2
105Conflicts: binutils < 2.20.51.0.2
106%else
107BuildRequires: binutils >= 2.19.51.0.10
108Conflicts: binutils < 2.19.51.0.10
109%endif
110# Earlier releases have broken support for IRELATIVE relocations
111Conflicts: prelink < 0.4.2
112%else
113# Need AS_NEEDED directive
114# Need --hash-style=* support
115BuildRequires: binutils >= 2.17.50.0.2-5
116%endif
117BuildRequires: gcc >= 3.2.1-5
118%ifarch ppc s390 s390x
119BuildRequires: gcc >= 4.1.0-0.17
120%endif
121%if 0%{?_enable_debug_packages}
122BuildRequires: elfutils >= 0.72
123BuildRequires: rpm >= 4.2-0.56
124%endif
125%define __find_provides %{SOURCE10}
126%define __find_requires %{SOURCE11}
127%define _filter_GLIBC_PRIVATE 1
128
129Vendor: Project Vine
130Distribution: Vine Linux
131
132%description
133The glibc package contains standard libraries which are used by
134multiple programs on the system. In order to save disk space and
135memory, as well as to make upgrading easier, common system code is
136kept in one place and shared between programs. This particular package
137contains the most important sets of shared libraries: the standard C
138library and the standard math library. Without these two libraries, a
139Linux system will not function.
140
141%description -l ja
142glibc パッケージはシステム上の複数のプログラムで使われる標準ライブラリを
143ふくみます。ディスクスペースとメモリを節約したり、アップグレードを
144用意にするために、共通のシステムコードは一つの場所におかれ、プログラム
145間で共有されます。この部分的なパッケージはシェアドライブラリのかなり
146重要なセットをふくみます: 標準 C ライブラリと標準数値ライブラリです。
147この二つのライブラリ抜きでは、Linux システムは機能しません。
148
149%package -n compat32-%{name}
150Summary: The GNU libc libraries.
151Summary(ja): GNU libc ライブラリ
152Group: System Environment/Libraries
153Requires: %{name} >= %{version}
154
155%description -n compat32-%{name}
156The glibc package contains standard libraries which are used by
157multiple programs on the system. In order to save disk space and
158memory, as well as to make upgrading easier, common system code is
159kept in one place and shared between programs. This particular package
160contains the most important sets of shared libraries: the standard C
161library and the standard math library. Without these two libraries, a
162Linux system will not function.
163
164%description -n compat32-%{name} -l ja
165glibc パッケージはシステム上の複数のプログラムで使われる標準ライブラリを
166ふくみます。ディスクスペースとメモリを節約したり、アップグレードを
167用意にするために、共通のシステムコードは一つの場所におかれ、プログラム
168間で共有されます。この部分的なパッケージはシェアドライブラリのかなり
169重要なセットをふくみます: 標準 C ライブラリと標準数値ライブラリです。
170この二つのライブラリ抜きでは、Linux システムは機能しません。
171
172%if %{xenpackage}
173%package xen
174Summary: The GNU libc libraries (optimized for running under Xen)
175Group: System Environment/Libraries
176Requires: glibc = %{version}-%{release}, glibc-utils = %{version}-%{release}
177
178%description xen
179The standard glibc package is optimized for native kernels and does not
180perform as well under the Xen hypervisor.  This package provides alternative
181library binaries that will be selected instead when running under Xen.
182
183Install glibc-xen if you might run your system under the Xen hypervisor.
184%endif
185
186%package devel
187Summary: Object files for development using standard C libraries.
188Summary(ja): 標準 C ライブラリで使われるオブジェクトファイル
189Group: Development/Libraries
190Requires(pre): /sbin/install-info
191Requires(pre): %{name}-headers
192Requires: %{name}-headers = %{version}-%{release}
193Requires: %{name} = %{version}-%{release}
194
195%description devel
196The glibc-devel package contains the object files necessary
197for developing programs which use the standard C libraries (which are
198used by nearly all programs).  If you are developing programs which
199will use the standard C libraries, your system needs to have these
200standard object files available in order to create the
201executables.
202
203Install glibc-devel if you are going to develop programs which will
204use the standard C libraries.
205
206%description devel -l ja
207glibc-devel パッケージには (ほとんどすべてのプログラムで使われる)
208標準 C ライブラリを使用したプログラムを開発するためのオブジェクトファイルが
209含まれます。標準 C ライブラリを使用するプログラムを開発する場合には、
210これらオブジェクトファイルを使用して実行ファイルを作成できます。
211
212標準 C ライブラリを使用するプログラムを開発するなら glibc-devel
213をインストールしてください。
214
215%package -n compat32-%{name}-devel
216Summary: Object files for development using standard C libraries.
217Summary(ja): 標準 C ライブラリで使われるオブジェクトファイル
218Group: Development/Libraries
219Requires: %{name}-devel >= %{version}
220Requires: compat32-%{name} = %{version}-%{release}
221
222%description -n compat32-%{name}-devel
223The glibc-devel package contains the object files necessary
224for developing programs which use the standard C libraries (which are
225used by nearly all programs).  If you are developing programs which
226will use the standard C libraries, your system needs to have these
227standard object files available in order to create the
228executables.
229
230Install glibc-devel if you are going to develop programs which will
231use the standard C libraries.
232
233%description -n compat32-%{name}-devel -l ja
234glibc-devel パッケージには (ほとんどすべてのプログラムで使われる)
235標準 C ライブラリを使用したプログラムを開発するためのオブジェクトファイルが
236含まれます。標準 C ライブラリを使用するプログラムを開発する場合には、
237これらオブジェクトファイルを使用して実行ファイルを作成できます。
238
239標準 C ライブラリを使用するプログラムを開発するなら glibc-devel
240をインストールしてください。
241
242%package static
243Summary: C library static libraries for -static linking.
244Summary(ja): -static リンクのための静的 C ライブラリ
245Group: Development/Libraries
246Requires: %{name}-devel = %{version}-%{release}
247
248%description static
249The glibc-static package contains the C library static libraries
250for -static linking.  You don't need these, unless you link statically,
251which is highly discouraged.
252
253%description static -l ja
254glibc-static パッケージには -static リンクで使用する静的 C ライブラリが
255入っています。
256静的ライブラリが必要な場合でなければ、このパッケージをインストールする
257ことは避けて下さい。
258
259%package -n compat32-%{name}-static
260Summary: C library static libraries for -static linking.
261Summary(ja): -static リンクのための静的 C ライブラリ
262Group: Development/Libraries
263Requires: %{name}-devel = %{version}-%{release}
264Requires: %{name}-static = %{version}-%{release}
265Requires: compat32-%{name}-devel = %{version}-%{release}
266
267%description -n compat32-%{name}-static
268The glibc-static package contains the C library static libraries
269for -static linking.  You don't need these, unless you link statically,
270which is highly discouraged.
271
272%description -n compat32-%{name}-static -l ja
273glibc-static パッケージには -static リンクで使用する静的 C ライブラリが
274入っています。
275静的ライブラリが必要な場合でなければ、このパッケージをインストールする
276ことは避けて下さい。
277
278%package headers
279Summary: Header files for development using standard C libraries.
280Summary(ja): 標準 C ライブラリで使われるヘッダーファイル
281Group: Development/Libraries
282Provides: %{name}-headers(%{_target_cpu})
283%ifarch x86_64
284# If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers
285# have to be installed, not i586 ones.
286Obsoletes: %{name}-headers(i586)
287Obsoletes: %{name}-headers(i686)
288%endif
289Requires(pre): kernel-headers
290Requires: kernel-headers >= 2.2.1, %{name} = %{version}-%{release}
291BuildRequires: kernel-headers >= 2.6.22
292
293%description headers
294The glibc-headers package contains the header files necessary
295for developing programs which use the standard C libraries (which are
296used by nearly all programs).  If you are developing programs which
297will use the standard C libraries, your system needs to have these
298standard header files available in order to create the
299executables.
300
301Install glibc-headers if you are going to develop programs which will
302use the standard C libraries.
303
304%description devel -l ja
305glibc-headers パッケージには (ほとんどすべてのプログラムで使われる)
306標準 C ライブラリを使用したプログラムを開発するためのヘッダーファイルが
307含まれます。標準 C ライブラリを使用するプログラムを開発する場合には、
308これら標準ヘッダーファイルを使用して実行ファイルを作成できます。
309
310標準 C ライブラリを使用するプログラムを開発するなら glibc-headers
311をインストールしてください。
312
313%package common
314Summary: Common binaries and locale data for glibc
315Summary(ja): glibc 用共通バイナリとロケールデータ
316Requires: %{name} = %{version}-%{release}
317Requires: tzdata >= 2003a
318Group: System Environment/Base
319
320%description common
321The glibc-common package includes common binaries for the GNU libc
322libraries, as well as national language (locale) support.
323This package include ja and en locale-archive.
324
325%description common -l ja
326glibc-common パッケージには GNU libc ライブラリ用の共用バイナリに
327加えて、言語(ロケール)サポートや時間帯データベースが収められています。
328このパッケージには日本語と英語のみの locale-archive が含まれます。
329
330%package common-extra
331Summary: Extra Locale data for glibc
332Summary(ja): glibc 用ロケールデータ(日本語以外)
333Autoreq: false
334Requires(pre): %{name}-common = %{version}-%{release}
335Group: System Environment/Base
336
337%description common-extra
338The glibc-common-extra package includes national language (locale)
339support except for English and Japanese.
340
341%description common-extra -l ja
342glibc-common-extra パッケージには GNU libc ライブラリ用の英語と
343日本語以外の言語(ロケール)が収められています。
344
345%package -n nscd
346Summary: A Name Service Caching Daemon (nscd).
347Summary(ja): ネームサービスキャッシングデーモン (nscd)
348Group: System Environment/Daemons
349Requires: audit-libs >= 1.1.3
350Requires(pre): /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, sh-utils
351
352%description -n nscd
353Nscd caches name service lookups and can dramatically improve
354performance with NIS+, and may help with DNS as well.
355
356%description -n nscd -l ja
357nscd はネームサービス参照をキャッシュし、NIS+ のパフォーマンスを
358劇的にに改善することができます。DNS のパフォーマンス向上にも同様に寄与します。
359
360%package utils
361Summary: Development utilities from GNU C library
362Summary(ja): GNU C ライブラリの開発ユーティリティ
363Group: Development/Tools
364Requires: %{name} = %{version}-%{release}
365
366%description utils
367The glibc-utils package contains memusage, a memory usage profiler,
368mtrace, a memory leak tracer and xtrace, a function call tracer
369which can be helpful during program debugging.
370
371If unsure if you need this, don't install this package.
372
373%description utils -l ja
374glibc-utils にはプログラムのデバッグに便利な以下のツールが収録されています:
375memusage (メモリ使用量プロファイラ)、mtrace (メモリリークトレーサ)、
376xtrace (関数呼出しトレーサ)。
377
378これらが必要かどうか分からない場合は、インストールする必要はありません。
379
380%if 0%{?_enable_debug_packages}
381%define debug_package %{nil}
382%define __debug_install_post %{nil}
383%global __debug_package 1
384
385%package debuginfo
386Summary: Debug information for package %{name}
387Group: Development/Debug
388AutoReqProv: no
389%ifarch %{debuginfocommonarches}
390Requires: glibc-debuginfo-common = %{version}-%{release}
391%else
392%ifarch %{ix86}
393Obsoletes: glibc-debuginfo-common
394%endif
395%endif
396
397%description debuginfo
398This package provides debug information for package %{name}.
399Debug information is useful when developing applications that use this
400package or when debugging this package.
401
402This package also contains static standard C libraries with
403debugging information.  You need this only if you want to step into
404C library routines during debugging programs statically linked against
405one or more of the standard C libraries.
406To use this debugging information, you need to link binaries
407with -static -L%{_prefix}/lib/debug%{_prefix}/%{_lib} compiler options.
408
409%ifarch %{debuginfocommonarches}
410
411%package debuginfo-common
412Summary: Debug information for package %{name}
413Group: Development/Debug
414AutoReqProv: no
415
416%description debuginfo-common
417This package provides debug information for package %{name}.
418Debug information is useful when developing applications that use this
419package or when debugging this package.
420
421%endif
422%endif
423
424%prep
425%setup -q -n %{glibcsrcdir} -b1
426%patch0 -E -p1
427%ifarch ia64
428%if "%{_lib}" == "lib64"
429%patch1 -p1
430%endif
431%endif
432# fix build error
433%patch10 -p1
434
435%patch100 -p1 -b .CVE-2011-0536-1
436%patch101 -p1 -b .CVE-2011-0536-2
437%patch102 -p1 -b .CVE-2011-1095
438%patch103 -p1 -b .CVE-2011-1071
439%patch104 -p1 -b .CVE-2010-3856
440%patch105 -p1 -b .CVE-2012-3480
441%patch106 -p1 -b .CVE-2013-0242
442%patch107 -p1 -b .CVE-2013-1914
443%patch108 -p1 -b .CVE-2012-44xx
444%patch109 -p1 -b .CVE-2013-4332
445# CVE-2012-0864
446%patch110 -p1 -b .CVE-2012-0864
447# CVE-2012-3404/3405/3406
448%patch111 -p1 -b .CVE-2012-3404_3405_3406
449%patch112 -p1 -b .CVE-2014-5119
450%patch113 -p1 -b .CVE-2015-0235
451
452%patch114 -p1 -b .CVE-2012-6656
453%patch115 -p1 -b .CVE-2014-0475-1
454%patch116 -p1 -b .CVE-2014-0475-2
455%patch117 -p1 -b .CVE-2014-6040
456%patch118 -p1 -b .CVE-2014-7817
457%patch119 -p1 -b .CVE-2014-9402
458
459# A lot of programs still misuse memcpy when they have to use
460# memmove. The memcpy implementation below is not tolerant at
461# all.
462rm -f sysdeps/alpha/alphaev6/memcpy.S
463%if %{buildpower6}
464# On powerpc32, hp timing is only available in power4/power6
465# libs, not in base, so pre-power4 dynamic linker is incompatible
466# with power6 libs.
467rm -f sysdeps/powerpc/powerpc32/power4/hp-timing.[ch]
468%endif
469
470find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;
471touch `find . -name configure`
472touch locale/programs/*-kw.h
473
474%build
475GCC=gcc
476GXX=g++
477%ifarch %{ix86}
478BuildFlags="-march=%{nptl_target_cpu} -mtune=generic"
479%endif
480%ifarch i686
481BuildFlags="-march=i686 -mtune=generic"
482%endif
483%ifarch i386 i486 i586
484BuildFlags="$BuildFlags -mno-tls-direct-seg-refs"
485%endif
486%ifarch x86_64
487BuildFlags="-mtune=generic"
488%endif
489%ifarch alphaev6
490BuildFlags="-mcpu=ev6"
491%endif
492%ifarch sparc
493BuildFlags="-fcall-used-g6"
494GCC="gcc -m32"
495GXX="g++ -m32"
496%endif
497%ifarch sparcv9
498BuildFlags="-mcpu=ultrasparc -fcall-used-g6"
499GCC="gcc -m32"
500GXX="g++ -m32"
501%endif
502%ifarch sparcv9v
503BuildFlags="-mcpu=niagara -fcall-used-g6"
504GCC="gcc -m32"
505GXX="g++ -m32"
506%endif
507%ifarch sparc64
508BuildFlags="-mcpu=ultrasparc -mvis -fcall-used-g6"
509GCC="gcc -m64"
510GXX="g++ -m64"
511%endif
512%ifarch sparc64v
513BuildFlags="-mcpu=niagara -mvis -fcall-used-g6"
514GCC="gcc -m64"
515GXX="g++ -m64"
516%endif
517%ifarch ppc64
518BuildFlags="-mno-minimal-toc"
519GCC="gcc -m64"
520GXX="g++ -m64"
521%endif
522
523BuildFlags="$BuildFlags -fasynchronous-unwind-tables"
524# Add -DNDEBUG unless using a prerelease
525case %{version} in
526  *.*.9[0-9]*) ;;
527  *)
528     BuildFlags="$BuildFlags -DNDEBUG"
529     ;;
530esac
531EnableKernel="--enable-kernel=%{enablekernel}"
532echo "$GCC" > Gcc
533AddOns=`echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkaio\|powerpc-cpu\)\( \|$\)!!g;s! \+$!!;s! !,!g;s!^!,!;/^,\*$/d'`
534%ifarch %{rtkaioarches}
535AddOns=,rtkaio$AddOns
536%endif
537
538build_nptl()
539{
540builddir=build-%{nptl_target_cpu}-$1
541shift
542rm -rf $builddir
543mkdir $builddir ; cd $builddir
544build_CFLAGS="$BuildFlags -g -O3 $*"
545../configure CC="$GCC" CXX="$GXX" CFLAGS="$build_CFLAGS" \
546        --prefix=%{_prefix} \
547        --enable-add-ons=nptl$AddOns --without-cvs $EnableKernel \
548        --with-headers=%{_prefix}/include --enable-bind-now \
549        --with-tls --with-__thread --build %{nptl_target_cpu}-vine-linux \
550        --host %{nptl_target_cpu}-vine-linux \
551%ifarch %{multiarcharches}
552        --enable-multi-arch \
553%endif
554        --disable-profile --enable-experimental-malloc --enable-nss-crypt
555
556make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS" PARALLELMFLAGS=-s
557
558cd ..
559}
560
561build_nptl linuxnptl
562
563%if %{buildxen}
564build_nptl linuxnptl-nosegneg -mno-tls-direct-seg-refs
565%endif
566
567%if %{buildpower6}
568(
569platform=`LD_SHOW_AUXV=1 /bin/true | sed -n 's/^AT_PLATFORM:[[:blank:]]*//p'`
570if [ "$platform" != power6 ]; then
571  mkdir -p power6emul/{lib,lib64}
572  $GCC -shared -O2 -fpic -o power6emul/%{_lib}/power6emul.so fedora/power6emul.c -Wl,-z,initfirst
573%ifarch ppc
574  gcc -shared -nostdlib -O2 -fpic -m64 -o power6emul/lib64/power6emul.so -xc - </dev/null
575%endif
576%ifarch ppc64
577  gcc -shared -nostdlib -O2 -fpic -m32 -o power6emul/lib/power6emul.so -xc - < /dev/null
578%endif
579  export LD_PRELOAD=`pwd`/power6emul/\$LIB/power6emul.so
580fi
581AddOns="$AddOns --with-cpu=power6"
582GCC="$GCC -mcpu=power6"
583GXX="$GXX -mcpu=power6"
584build_nptl linuxnptl-power6
585)
586%endif
587
588cd build-%{nptl_target_cpu}-linuxnptl
589$GCC -static -L. -Os -g ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade.%{_target_cpu} \
590  -DNO_SIZE_OPTIMIZATION \
591%ifarch i386 i486 i586
592  -DARCH_386 \
593%endif
594  '-DLIBTLS="/%{_lib}/tls/"' \
595  '-DGCONV_MODULES_DIR="%{_prefix}/%{_lib}/gconv"' \
596  '-DLD_SO_CONF="/etc/ld.so.conf"' \
597  '-DICONVCONFIG="%{_sbindir}/iconvconfig.%{_target_cpu}"'
598cd ..
599
600%install
601GCC=`cat Gcc`
602
603rm -rf $RPM_BUILD_ROOT
604mkdir -p $RPM_BUILD_ROOT
605make -j1 install_root=$RPM_BUILD_ROOT install -C build-%{nptl_target_cpu}-linuxnptl PARALLELMFLAGS=-s
606%ifnarch %{auxarches}
607cd build-%{nptl_target_cpu}-linuxnptl && \
608  make %{?_smp_mflags} install_root=$RPM_BUILD_ROOT install-locales -C ../localedata objdir=`pwd` && \
609  cd ..
610%endif
611
612librtso=`basename $RPM_BUILD_ROOT/%{_lib}/librt.so.*`
613
614%ifarch %{rtkaioarches}
615rm -f $RPM_BUILD_ROOT{,%{_prefix}}/%{_lib}/librtkaio.so*
616rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/librt.so.*
617mkdir -p $RPM_BUILD_ROOT/%{_lib}/rtkaio
618mv $RPM_BUILD_ROOT/%{_lib}/librtkaio-*.so $RPM_BUILD_ROOT/%{_lib}/rtkaio/
619rm -f $RPM_BUILD_ROOT/%{_lib}/$librtso
620ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$librtso
621ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/rtkaio/librtkaio-*.so` $RPM_BUILD_ROOT/%{_lib}/rtkaio/$librtso
622%endif
623
624%if %{buildxen}
625%define nosegneg_subdir_base i686
626%define nosegneg_subdir i686/nosegneg
627%define nosegneg_subdir_up ../..
628cd build-%{nptl_target_cpu}-linuxnptl-nosegneg
629destdir=$RPM_BUILD_ROOT/%{_lib}/%{nosegneg_subdir}
630mkdir -p $destdir
631for lib in libc math/libm nptl/libpthread rt/librt nptl_db/libthread_db
632do
633  libbase=${lib#*/}
634  libbaseso=$(basename $RPM_BUILD_ROOT/%{_lib}/${libbase}-*.so)
635  # Only install if different from base lib
636  if cmp -s ${lib}.so ../build-%{nptl_target_cpu}-linuxnptl/${lib}.so; then
637    ln -sf %{nosegneg_subdir_up}/$libbaseso $destdir/$libbaseso
638  else
639    cp -a ${lib}.so $destdir/$libbaseso
640  fi
641  ln -sf $libbaseso $destdir/$(basename $RPM_BUILD_ROOT/%{_lib}/${libbase}.so.*)
642done
643%ifarch %{rtkaioarches}
644destdir=$RPM_BUILD_ROOT/%{_lib}/rtkaio/%{nosegneg_subdir}
645mkdir -p $destdir
646librtkaioso=$(basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/)
647if cmp -s rtkaio/librtkaio.so ../build-%{nptl_target_cpu}-linuxnptl/rtkaio/librtkaio.so; then
648  ln -s %{nosegneg_subdir_up}/$librtkaioso $destdir/$librtkaioso
649else
650  cp -a rtkaio/librtkaio.so $destdir/$librtkaioso
651fi
652ln -sf $librtkaioso $destdir/$librtso
653%endif
654cd ..
655%endif
656
657%if %{buildpower6}
658cd build-%{nptl_target_cpu}-linuxnptl-power6
659destdir=$RPM_BUILD_ROOT/%{_lib}/power6
660mkdir -p ${destdir}
661for lib in libc math/libm nptl/libpthread rt/librt nptl_db/libthread_db
662do
663  libbase=${lib#*/}
664  libbaseso=$(basename $RPM_BUILD_ROOT/%{_lib}/${libbase}-*.so)
665  cp -a ${lib}.so $destdir/$libbaseso
666  ln -sf $libbaseso $destdir/$(basename $RPM_BUILD_ROOT/%{_lib}/${libbase}.so.*)
667done
668mkdir -p ${destdir}x
669pushd ${destdir}x
670ln -sf ../power6/*.so .
671cp -a ../power6/*.so.* .
672popd
673%ifarch %{rtkaioarches}
674destdir=$RPM_BUILD_ROOT/%{_lib}/rtkaio/power6
675mkdir -p $destdir
676librtkaioso=$(basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/)
677cp -a rtkaio/librtkaio.so $destdir/$librtkaioso
678ln -sf $librtkaioso $destdir/$librtso
679mkdir -p ${destdir}x
680pushd ${destdir}x
681ln -sf ../power6/*.so .
682cp -a ../power6/*.so.* .
683popd
684%endif
685cd ..
686%endif
687
688# Remove the files we don't want to distribute
689rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libNoVersion*
690rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion*
691
692# NPTL <bits/stdio-lock.h> is not usable outside of glibc, so include
693# the generic one (#162634)
694cp -a bits/stdio-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/stdio-lock.h
695# And <bits/libc-lock.h> needs sanitizing as well.
696cp -a fedora/libc-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/libc-lock.h
697
698if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then
699  mkdir -p $RPM_BUILD_ROOT%{_infodir}
700  mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir}
701  rm -rf $RPM_BUILD_ROOT%{_prefix}/info
702fi
703
704gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc*
705
706ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libbsd.a
707
708install -p -m 644 fedora/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf
709
710mkdir -p $RPM_BUILD_ROOT/etc/default
711install -p -m 644 nis/nss $RPM_BUILD_ROOT/etc/default/nss
712
713# Take care of setuids
714# -- new security review sez that this shouldn't be needed anymore
715#chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown
716
717# This is for ncsd - in glibc 2.2
718install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc
719mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
720install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
721
722# Don't include ld.so.cache
723rm -f $RPM_BUILD_ROOT/etc/ld.so.cache
724
725# Include ld.so.conf
726echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf
727> $RPM_BUILD_ROOT/etc/ld.so.cache
728chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf
729mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
730mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
731> $RPM_BUILD_ROOT/etc/sysconfig/nscd
732
733# Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
734> $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
735chmod 644 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
736
737# Install the upgrade program
738install -m 700 build-%{nptl_target_cpu}-linuxnptl/glibc_post_upgrade.%{_target_cpu} \
739  $RPM_BUILD_ROOT/usr/sbin/glibc_post_upgrade.%{_target_cpu}
740
741strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.o
742
743mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}
744cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \
745  $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/
746rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
747
748# rquota.x and rquota.h are now provided by quota
749rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
750
751# Create archive of locale files
752%ifnarch %{auxarches}
753olddir=`pwd`
754pushd ${RPM_BUILD_ROOT}%{_prefix}/lib/locale
755rm locale-archive || :
756# Intentionally we do not pass --alias-file=, aliases will be added
757# by build-locale-archive.
758$olddir/build-%{nptl_target_cpu}-linuxnptl/elf/ld.so \
759  --library-path $olddir/build-%{nptl_target_cpu}-linuxnptl/ \
760  $olddir/build-%{nptl_target_cpu}-linuxnptl/locale/localedef \
761    --prefix ${RPM_BUILD_ROOT} --add-to-archive \
762    *_*
763mv locale-archive{,-extra.tmpl}
764$olddir/build-%{nptl_target_cpu}-linuxnptl/elf/ld.so \
765  --library-path $olddir/build-%{nptl_target_cpu}-linuxnptl/ \
766  $olddir/build-%{nptl_target_cpu}-linuxnptl/locale/localedef \
767    --prefix ${RPM_BUILD_ROOT} --add-to-archive \
768    ja_JP* en_US*
769mv locale-archive{,.tmpl}
770cp -a locale-archive{.tmpl,-ja.tmpl}
771rm -rf *_*
772popd
773%endif
774
775rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss1-*
776rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1
777
778# Ugly hack for buggy rpm
779ln -f ${RPM_BUILD_ROOT}%{_sbindir}/iconvconfig{,.%{_target_cpu}}
780
781rm -f $RPM_BUILD_ROOT/etc/gai.conf
782
783# In F7+ this is provided by rpcbind rpm
784rm -f $RPM_BUILD_ROOT%{_sbindir}/rpcinfo
785
786# BUILD THE FILE LIST
787{
788  find $RPM_BUILD_ROOT \( -type f -o -type l \) \
789       \( \
790         -name etc -printf "%%%%config " -o \
791         -name gconv-modules \
792         -printf "%%%%verify(not md5 size mtime) %%%%config(noreplace) " -o \
793         -name gconv-modules.cache \
794         -printf "%%%%verify(not md5 size mtime) " \
795         , \
796         ! -path "*/lib/debug/*" -printf "/%%P\n" \)
797  find $RPM_BUILD_ROOT -type d \
798       \( -path '*%{_prefix}/share/*' ! -path '*%{_infodir}' -o \
799          -path "*%{_prefix}/include/*" -o \
800          -path "*%{_prefix}/lib/locale/*" \
801       \) -printf "%%%%dir /%%P\n"
802} | {
803
804  # primary filelist
805  SHARE_LANG='s|.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo|%lang(\1) &|'
806  LIB_LANG='s|.*/lib/locale/\([^/_]\+\)|%lang(\1) &|'
807  # rpm does not handle %lang() tagged files hardlinked together accross
808  # languages very well, temporarily disable
809  LIB_LANG=''
810  sed -e "$LIB_LANG" -e "$SHARE_LANG" \
811      -e '\,/etc/\(localtime\|nsswitch.conf\|ld\.so\.conf\|ld\.so\.cache\|default\),d' \
812      -e '\,/%{_lib}/lib\(pcprofile\|memusage\)\.so,d' \
813      -e '\,bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\),d'
814} | sort > rpm.filelist
815
816mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}
817mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib}
818for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
819  sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
820      -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
821      -e 's~='\''/\\\$LIB/libpcprofile.so~='\''%{_prefix}/\\$LIB/libpcprofile.so~' \
822      -e 's~='\''/\\\$LIB/libmemusage.so~='\''%{_prefix}/\\$LIB/libmemusage.so~' \
823      -i $i
824done
825
826grep '%{_infodir}' < rpm.filelist | grep -v '%{_infodir}/dir' > devel.filelist
827grep '%{_prefix}/include/gnu/stubs-[32164]\+\.h' < rpm.filelist >> devel.filelist || :
828
829grep '%{_prefix}/include' < rpm.filelist |
830  egrep -v '%{_prefix}/include/(linuxthreads|gnu/stubs-[32164]+\.h)' \
831        > headers.filelist
832
833sed -i -e '\|%{_prefix}/%{_lib}/lib.*_p.a|d' \
834       -e '\|%{_prefix}/include|d' \
835       -e '\|%{_infodir}|d' rpm.filelist
836
837grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist \
838  | grep '/lib\(\(c\|pthread\|nldbl\)_nonshared\|bsd\(\|-compat\)\|g\|ieee\|mcheck\|rpcsvc\)\.a$' \
839  >> devel.filelist
840grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist \
841  | grep -v '/lib\(\(c\|pthread\|nldbl\)_nonshared\|bsd\(\|-compat\)\|g\|ieee\|mcheck\|rpcsvc\)\.a$' \
842  > static.filelist
843grep '%{_prefix}/%{_lib}/.*\.o' < rpm.filelist >> devel.filelist
844grep '%{_prefix}/%{_lib}/lib.*\.so' < rpm.filelist >> devel.filelist
845
846sed -i -e '\|%{_prefix}/%{_lib}/lib.*\.a|d' \
847       -e '\|%{_prefix}/%{_lib}/.*\.o|d' \
848       -e '\|%{_prefix}/%{_lib}/lib.*\.so|d' \
849       -e '\|%{_prefix}/%{_lib}/linuxthreads|d' \
850       -e '\|nscd|d' rpm.filelist
851
852grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
853#grep '%{_prefix}/lib/locale' < rpm.filelist | grep -v /locale-archive.tmpl >> common.filelist
854#grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
855grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
856grep '%{_prefix}/share' < rpm.filelist | \
857  grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
858
859sed -i -e '\|%{_prefix}/bin|d' \
860       -e '\|%{_prefix}/lib/locale|d' \
861       -e '\|%{_prefix}/libexec/pt_chown|d' \
862       -e '\|%{_prefix}/sbin/[^gi]|d' \
863       -e '\|%{_prefix}/share|d' rpm.filelist
864
865> nosegneg.filelist
866%if %{xenpackage}
867grep '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist >> nosegneg.filelist
868sed -i -e '\|/%{_lib}/%{nosegneg_subdir}|d' rpm.filelist
869%endif
870
871echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist
872echo '%{_prefix}/sbin/tzdata-update' >> common.filelist
873echo '%{_prefix}/sbin/nscd' > nscd.filelist
874
875cat > utils.filelist <<EOF
876%{_prefix}/%{_lib}/libmemusage.so
877%{_prefix}/%{_lib}/libpcprofile.so
878%{_prefix}/bin/memusage
879%{_prefix}/bin/memusagestat
880%{_prefix}/bin/mtrace
881%{_prefix}/bin/pcprofiledump
882%{_prefix}/bin/xtrace
883EOF
884
885# /etc/localtime
886rm -f $RPM_BUILD_ROOT/etc/localtime
887##VINE##cp -f $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
888cp -f $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/Asia/Tokyo $RPM_BUILD_ROOT/etc/localtime
889##VINE###ln -sf ..%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
890#ln -sf ..%{_prefix}/share/zoneinfo/Asia/Tokyo $RPM_BUILD_ROOT/etc/localtime
891
892rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo
893
894# Make sure %config files have the same timestamp
895touch -r fedora/glibc.spec.in $RPM_BUILD_ROOT/etc/ld.so.conf
896touch -r timezone/northamerica $RPM_BUILD_ROOT/etc/localtime
897touch -r sunrpc/etc.rpc $RPM_BUILD_ROOT/etc/rpc
898
899cd fedora
900$GCC -Os -g -static -o build-locale-archive build-locale-archive.c \
901  ../build-%{nptl_target_cpu}-linuxnptl/locale/locarchive.o \
902  ../build-%{nptl_target_cpu}-linuxnptl/locale/md5.o \
903  -DDATADIR=\"%{_datadir}\" -DPREFIX=\"%{_prefix}\" \
904  -L../build-%{nptl_target_cpu}-linuxnptl
905install -m 700 build-locale-archive $RPM_BUILD_ROOT/usr/sbin/build-locale-archive
906$GCC -Os -g -static -o tzdata-update tzdata-update.c \
907  -L../build-%{nptl_target_cpu}-linuxnptl
908install -m 700 tzdata-update $RPM_BUILD_ROOT/usr/sbin/tzdata-update
909cd ..
910
911# the last bit: more documentation
912rm -rf documentation
913mkdir documentation
914cp crypt/README.ufc-crypt documentation/README.ufc-crypt
915cp timezone/README documentation/README.timezone
916cp ChangeLog{,.15,.16} documentation
917bzip2 -9 documentation/ChangeLog*
918cp posix/gai.conf documentation/
919
920%ifarch s390x
921# Compatibility symlink
922mkdir -p $RPM_BUILD_ROOT/lib
923ln -sf /%{_lib}/ld64.so.1 $RPM_BUILD_ROOT/lib/ld64.so.1
924%endif
925%ifarch ia64
926%if "%{_lib}" == "lib64"
927# Compatibility symlink
928mkdir -p $RPM_BUILD_ROOT/lib
929ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
930%endif
931%endif
932
933%if %{run_glibc_tests}
934
935# Increase timeouts
936export TIMEOUTFACTOR=16
937parent=$$
938echo ====================TESTING=========================
939cd build-%{nptl_target_cpu}-linuxnptl
940( make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1
941  sleep 10s
942  teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`"
943  [ -n "$teepid" ] && kill $teepid
944) | tee check.log || :
945cd ..
946%if %{buildxen}
947echo ====================TESTING -mno-tls-direct-seg-refs=============
948cd build-%{nptl_target_cpu}-linuxnptl-nosegneg
949( make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1
950  sleep 10s
951  teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`"
952  [ -n "$teepid" ] && kill $teepid
953) | tee check.log || :
954cd ..
955%endif
956%if %{buildpower6}
957echo ====================TESTING -mcpu=power6=============
958cd build-%{nptl_target_cpu}-linuxnptl-power6
959( if [ -d ../power6emul ]; then
960    export LD_PRELOAD=`cd ../power6emul; pwd`/\$LIB/power6emul.so
961  fi
962  make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1
963  sleep 10s
964  teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`"
965  [ -n "$teepid" ] && kill $teepid
966) | tee check.log || :
967cd ..
968%endif
969echo ====================TESTING DETAILS=================
970for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check.log`; do
971  echo =====$i=====
972  cat $i || :
973  echo ============
974done
975echo ====================TESTING END=====================
976PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p'
977echo ====================PLT RELOCS LD.SO================
978readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-*.so | sed -n -e "$PLTCMD"
979echo ====================PLT RELOCS LIBC.SO==============
980readelf -Wr $RPM_BUILD_ROOT/%{_lib}/libc-*.so | sed -n -e "$PLTCMD"
981echo ====================PLT RELOCS END==================
982
983%endif
984
985pushd $RPM_BUILD_ROOT/usr/%{_lib}/
986$GCC -r -nostdlib -o libpthread.o -Wl,--whole-archive ./libpthread.a
987rm libpthread.a
988ar rcs libpthread.a libpthread.o
989rm libpthread.o
990popd
991
992%if 0%{?_enable_debug_packages}
993
994# The #line directives gperf generates do not give the proper
995# file name relative to the build directory.
996(cd locale; ln -s programs/*.gperf .)
997(cd iconv; ln -s ../locale/programs/charmap-kw.gperf .)
998
999ls -l $RPM_BUILD_ROOT/usr/bin/getconf
1000ls -l $RPM_BUILD_ROOT/usr/libexec/getconf
1001eu-readelf -hS $RPM_BUILD_ROOT/usr/bin/getconf $RPM_BUILD_ROOT/usr/libexec/getconf/*
1002
1003find_debuginfo_args='--strict-build-id -g'
1004%ifarch %{debuginfocommonarches}
1005find_debuginfo_args="$find_debuginfo_args \
1006  -l common.filelist -l utils.filelist -l nscd.filelist \
1007  -o debuginfocommon.filelist \
1008  -l rpm.filelist -l nosegneg.filelist \
1009"
1010%endif
1011/usr/lib/rpm/find-debuginfo.sh $find_debuginfo_args -o debuginfo.filelist
1012
1013list_debug_archives()
1014{
1015  local dir=%{_prefix}/lib/debug%{_prefix}/%{_lib}
1016  find $RPM_BUILD_ROOT$dir -name "*.a" -printf "$dir/%%P\n"
1017}
1018
1019%ifarch %{debuginfocommonarches}
1020
1021%ifarch %{ix86}
1022%define basearch i686
1023%endif
1024%ifarch alpha alphaev6
1025%define basearch alpha
1026%endif
1027%ifarch sparc sparcv9
1028%define basearch sparc
1029%endif
1030
1031sed -i '\#^%{_prefix}/src/debug/#d' debuginfocommon.filelist
1032find $RPM_BUILD_ROOT%{_prefix}/src/debug \
1033     \( -type d -printf '%%%%dir ' \) , \
1034     -printf '%{_prefix}/src/debug/%%P\n' > debuginfocommon.sources
1035
1036# auxarches get only these few source files
1037auxarches_debugsources=\
1038'/(generic|linux|%{basearch}|nptl(_db)?)/|/%{glibcsrcdir}/build|/dl-osinfo\.h'
1039
1040egrep "$auxarches_debugsources" debuginfocommon.sources >> debuginfo.filelist
1041
1042egrep -v "$auxarches_debugsources" \
1043  debuginfocommon.sources >> debuginfocommon.filelist
1044%ifnarch %{auxarches}
1045# non-aux arches when there is a debuginfo-common
1046# all the sources go into debuginfo-common
1047#cat debuginfocommon.sources >> debuginfocommon.filelist
1048%endif
1049
1050list_debug_archives >> debuginfocommon.filelist
1051
1052%else
1053
1054# already found by find-debuginfo
1055#list_debug_archives >> debuginfo.filelist
1056
1057%endif
1058
1059%endif
1060
1061rm -f $RPM_BUILD_ROOT%{_infodir}/dir
1062
1063%ifarch %{auxarches}
1064
1065echo Cutting down the list of unpackaged files
1066>> debuginfocommon.filelist
1067sed -e '/%%dir/d;/%%config/d;/%%verify/d;s/%%lang([^)]*) //;s#^/*##' \
1068    common.filelist devel.filelist static.filelist headers.filelist \
1069    utils.filelist nscd.filelist debuginfocommon.filelist |
1070(cd $RPM_BUILD_ROOT; xargs --no-run-if-empty rm -f 2> /dev/null || :)
1071
1072%else
1073
1074mkdir -p $RPM_BUILD_ROOT/var/{db,run}/nscd
1075touch $RPM_BUILD_ROOT/var/{db,run}/nscd/{passwd,group,hosts,services}
1076touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid}
1077%endif
1078
1079%ifnarch %{auxarches}
1080> $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive
1081#> $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive.tmpl
1082%endif
1083
1084mkdir -p $RPM_BUILD_ROOT/var/cache/ldconfig
1085> $RPM_BUILD_ROOT/var/cache/ldconfig/aux-cache
1086
1087%post -p /usr/sbin/glibc_post_upgrade.%{_target_cpu}
1088
1089%postun -p /sbin/ldconfig
1090
1091%post -n compat32-%{name} -p /sbin/ldconfig
1092
1093%postun -n compat32-%{name} -p /sbin/ldconfig
1094
1095%post common
1096/usr/sbin/build-locale-archive
1097
1098%triggerin common -p /usr/sbin/tzdata-update -- tzdata
1099
1100%post common-extra
1101cp -f /usr/lib/locale/locale-archive-extra.tmpl /usr/lib/locale/locale-archive.tmpl
1102/usr/sbin/build-locale-archive
1103
1104%postun common-extra
1105cp -f /usr/lib/locale/locale-archive-ja.tmpl /usr/lib/locale/locale-archive.tmpl
1106/usr/sbin/build-locale-archive
1107
1108%triggerun -- common-extra
1109cp -f /usr/lib/locale/locale-archive-ja.tmpl /usr/lib/locale/locale-archive.tmpl
1110/usr/sbin/build-locale-archive
1111
1112%post devel
1113/sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || :
1114
1115%pre headers
1116# this used to be a link and it is causing nightmares now
1117if [ -L %{_prefix}/include/scsi ] ; then
1118  rm -f %{_prefix}/include/scsi
1119fi
1120
1121%preun devel
1122if [ "$1" = 0 ]; then
1123  /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || :
1124fi
1125
1126%post utils -p /sbin/ldconfig
1127
1128%postun utils -p /sbin/ldconfig
1129
1130%pre -n nscd
1131/usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \
1132  -c "NSCD Daemon" -u 28 nscd > /dev/null 2>&1 || :
1133
1134%post -n nscd
1135/sbin/chkconfig --add nscd
1136
1137%preun -n nscd
1138if [ $1 = 0 ] ; then
1139  service nscd stop > /dev/null 2>&1
1140  /sbin/chkconfig --del nscd
1141fi
1142
1143%postun -n nscd
1144if [ $1 = 0 ] ; then
1145  /usr/sbin/userdel nscd > /dev/null 2>&1 || :
1146fi
1147if [ "$1" -ge "1" ]; then
1148  service nscd condrestart > /dev/null 2>&1 || :
1149fi
1150
1151%if %{xenpackage}
1152%post xen -p /sbin/ldconfig
1153%postun xen -p /sbin/ldconfig
1154%endif
1155
1156%clean
1157rm -rf "$RPM_BUILD_ROOT"
1158rm -f *.filelist*
1159
1160%files -f rpm.filelist
1161%defattr(-,root,root)
1162%ifarch %{rtkaioarches}
1163%dir /%{_lib}/rtkaio
1164%endif
1165%if %{buildxen} && !%{xenpackage}
1166%dir /%{_lib}/%{nosegneg_subdir_base}
1167%dir /%{_lib}/%{nosegneg_subdir}
1168%ifarch %{rtkaioarches}
1169%dir /%{_lib}/rtkaio/%{nosegneg_subdir_base}
1170%dir /%{_lib}/rtkaio/%{nosegneg_subdir}
1171%endif
1172%endif
1173%if %{buildpower6}
1174%dir /%{_lib}/power6
1175%dir /%{_lib}/power6x
1176%ifarch %{rtkaioarches}
1177%dir /%{_lib}/rtkaio/power6
1178%dir /%{_lib}/rtkaio/power6x
1179%endif
1180%endif
1181%ifarch s390x
1182%dir /lib
1183/lib/ld64.so.1
1184%endif
1185%ifarch ia64
1186%if "%{_lib}" == "lib64"
1187%dir /lib
1188/lib/ld-linux-ia64.so.2
1189%endif
1190%endif
1191%verify(not md5 size mtime) %config(noreplace) /etc/localtime
1192%verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
1193%verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
1194%dir /etc/ld.so.conf.d
1195%dir %{_prefix}/libexec/getconf
1196%dir %{_prefix}/%{_lib}/gconv
1197%dir %attr(0700,root,root) /var/cache/ldconfig
1198%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/cache/ldconfig/aux-cache
1199%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
1200%doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
1201%doc COPYING COPYING.LIB README.libm LICENSES
1202%doc hesiod/README.hesiod
1203
1204%if %{build_compat32}
1205%files -f rpm.filelist -n compat32-%{name}
1206%ifarch %{rtkaioarches}
1207%dir /%{_lib}/rtkaio
1208%endif
1209%if %{buildxen} && !%{xenpackage}
1210%dir /%{_lib}/%{nosegneg_subdir_base}
1211%dir /%{_lib}/%{nosegneg_subdir}
1212%ifarch %{rtkaioarches}
1213%dir /%{_lib}/rtkaio/%{nosegneg_subdir_base}
1214%dir /%{_lib}/rtkaio/%{nosegneg_subdir}
1215%endif
1216%endif
1217%exclude /etc
1218%exclude /sbin
1219%exclude %{_prefix}/sbin/iconvconfig
1220#%exclude %{_prefix}/share
1221%endif
1222
1223%if %{xenpackage}
1224%files -f nosegneg.filelist xen
1225%defattr(-,root,root)
1226%dir /%{_lib}/%{nosegneg_subdir_base}
1227%dir /%{_lib}/%{nosegneg_subdir}
1228%endif
1229
1230%ifnarch %{auxarches}
1231%files -f common.filelist common
1232%defattr(-,root,root)
1233%dir %{_prefix}/lib/locale
1234%attr(0644,root,root) %verify(not md5 size mtime) %{_prefix}/lib/locale/locale-archive-ja.tmpl
1235%attr(0644,root,root) %verify(not md5 size mtime) %{_prefix}/lib/locale/locale-archive.tmpl
1236%attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
1237%dir %attr(755,root,root) /etc/default
1238%verify(not md5 size mtime) %config(noreplace) /etc/default/nss
1239%attr(4711,root,root) %{_prefix}/libexec/pt_chown
1240%doc documentation/*
1241
1242%files common-extra
1243%defattr(-,root,root)
1244%attr(0644,root,root) %verify(not md5 size mtime) %{_prefix}/lib/locale/locale-archive-extra.tmpl
1245
1246%files -f devel.filelist devel
1247%defattr(-,root,root)
1248
1249%files -f static.filelist static
1250%defattr(-,root,root)
1251
1252%if %{build_compat32}
1253%files -f devel.filelist -n compat32-%{name}-devel
1254%defattr(-,root,root)
1255%exclude %{_prefix}/share
1256
1257%files -f static.filelist -n compat32-%{name}-static
1258%defattr(-,root,root)
1259%endif
1260
1261%files -f headers.filelist headers
1262%defattr(-,root,root)
1263
1264%files -f utils.filelist utils
1265%defattr(-,root,root)
1266
1267%files -f nscd.filelist -n nscd
1268%defattr(-,root,root)
1269%config(noreplace) /etc/nscd.conf
1270%config /etc/rc.d/init.d/nscd
1271%dir %attr(0755,root,root) /var/run/nscd
1272%dir %attr(0755,root,root) /var/db/nscd
1273%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid
1274%attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket
1275%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
1276%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
1277%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
1278%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/services
1279%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd
1280%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group
1281%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts
1282%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/services
1283%ghost %config(missingok,noreplace) /etc/sysconfig/nscd
1284%endif
1285
1286%if 0%{?_enable_debug_packages}
1287%files debuginfo -f debuginfo.filelist
1288%defattr(-,root,root)
1289%ifarch %{debuginfocommonarches}
1290%ifnarch %{auxarches}
1291%files debuginfo-common -f debuginfocommon.filelist
1292%defattr(-,root,root)
1293%endif
1294%endif
1295%endif
1296
1297%changelog
1298* Wed Mar  4 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.11.1-16
1299- add Patch114 for fix CVE-2012-6656 (IBM930 iconv)
1300- add Patch115,116 for fix CVE-2014-0475 (directory traversal in LC_* locale)
1301- add Patch117 for fix CVE-2014-6040 (IBM gconv module)
1302- add Patch118 for fix CVE-2014-7817 (WRDE_NOCMD)
1303- add Patch119 for fix CVE-2014-9402 (getnetbyname)
1304
1305* Wed Jan 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.11.1-15
1306- add patch113 for fix CVE-2015-0235 (ghost)
1307
1308* Wed Aug 27 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.11.1-14
1309- add Patch112 for fix CVE-2014-5119 (gconv)
1310
1311* Sat Mar  8 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.11.1-13
1312- add patch110 for fix CVE-2012-0864 (vfprintf)
1313- add pacth111 for fix CVE-2012-3404/3405/3406 (vfprintf)
1314
1315* Tue Feb 11 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.11.1-12
1316- add patch10 to fix build error
1317  (https://sourceware.org/bugzilla/show_bug.cgi?id=12343)
1318- add Patch108 for fix CVE-2012-4412,24
1319- add Patch109 for fix CVE-2013-4332
1320  these patches are from ubuntu, thanks.
1321
1322* Sat May 18 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.11.1-11
1323- add patch106 for fix CVE-2013-0242 (regular expression matcher)
1324- add patch107 for fix CVE-2013-1914 (getaddrinfo)
1325
1326* Tue Sep 25 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.11.1-10
1327- add patch105 for fix CVE-2012-3480
1328  (From rhel6, thanks)
1329
1330* Sun Jul 10 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.11.1-9
1331- add patch100,101 for fix CVE-2011-0536
1332- add patch102 for fix CVE-2011-1095
1333- add patch103 for fix CVE-2011-1071
1334- add patch104 for fix CVE-2010-3856
1335- add Vendor/Distri tags
1336
1337* Wed Mar 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-8
1338- add compat32-glibc-static
1339
1340* Tue Apr  6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.11.1-7
1341- rebuilt with gcc-4.3.3-4
1342
1343* Sat Mar  6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.11.1-6
1344- fix typo in %%triggerun common-extra
1345- add %%postun common-extra (which does the same as %%triggerun common-extra)
1346- fix %%post common so that /bin/cp is not necessary
1347  - locale-archive{,-ja}.tmpl both included (not as ghost) in common
1348
1349* Wed Feb 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-5
1350- change R: for compat32-*
1351  - do not require exact version of glibc
1352
1353* Mon Feb  8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.11.1-4
1354- rebuilt with gcc-4.4.3-3
1355
1356* Sun Jan 31 2010 Daisuke SUZUKI <daisuke@linux.or.jp> - 2.11.1-3
1357- fix %%post scripts for glibc-common and glibc-common-extra
1358  - use build-locale-archive to create ja-only-locale
1359- add %%triggerun common-extra to remove non-ja locale.
1360
1361* Mon Jan 25 2010 NAKAMURA Kenta <kenta@vinelinux.org> - 2.11.1-2
1362- updated to 2.11.1 based on Fedora 12 2.11.1-1
1363- dropped BuildRequires: libselinux-devel
1364- used pre-generated find_requires/find_provides scripts.
1365- add glibc-common-extras to split out non ja/en locale.
1366  - include en_US* and ja_JP* only.
1367- added compat32- packages for x86_64 architecture support
1368- the previous Vine version was 2.8-2 and its changelog was as follows:
1369  * Mon Apr 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8-2
1370  - add glibc-common-extras to split out non ja/en locale.
1371    - include en_US* and ja_JP* only.
1372  * Wed Sep 24 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.8-1
1373  - updated to 2.8 (20080412T0741) based on Fedora 9 errata 2.8-8
1374  * Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-4
1375  - spec in UTF8
1376  - rebuild with gcc-4.1.2-18
1377  * Sat Apr 05 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.7-2.1
1378  - rebuilt with kernel-headers-2.6.24-6
1379  - remove override_headers hack, BuildRequire >= 2.6.22 kernel-headers
1380    and rely on its content
1381  * Sun Feb 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.7-2vl3
1382  - rebuilt with binutils-2.17.50.0.18-1vl2 and gcc-4.1.2-0vl17
1383  * Fri Jan 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-2vl2
1384  - add missing files to file list.
1385  - fix typo
1386  * Thu Dec 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-2vl1
1387  - update to 2.7 based on fedora-devel 2.7-2
1388  * Sat May 19 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.5-12vl3
1389  - added compat32- packages for x86_64 architecture support
1390  * Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.5-12vl2
1391  - rebuild with gcc-4.1.2-0vl7 (expecially for ppc)
1392  * Sat May 12 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.5-12vl1
1393  - rebuilt with gcc-4.1.2-0vl6
1394  - import Patch38 and Patch39 from RHEL5 2.5-12
1395    - Mon Jan 15 2007 Jakub Jelinek <jakub@redhat.com> 2.5-12
1396    - add a workaround for #210748 and #211133
1397   - fix NIS getservbyname when proto is NULL
1398  * Tue May 08 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-10vl2
1399  - use pre-generated find_requires/find_provides scripts.
1400  * Sun May 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.5-10vl1
1401  - rebuild
1402  * Sun May 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.5-10vl0
1403  - updated for VineSeed based on 2.5-10.fc6
1404  - build_power6 disabled for ppc
1405    (until we have ppc64 environments fully prepared for Vine development)
1406
1407* Mon Dec 14 2009 Andreas Schwab <schwab@redhat.com> - 2.11.1-1
1408- Update to 2.11.1 release.
1409  - Locale updates.
1410  - Don't reuse RPC XIDs across forks.
1411
1412* Mon Nov 30 2009 Andreas Schwab <schwab@redhat.com> - 2.11-4
1413- Update from 2.11 branch
1414  - Fix sync_file_range on ppc/ppc64.
1415  - Fix getwc* and putwc* on non-wide streams (BZ#10958).
1416  - Avoid warnings in CPU_* macros when using const bitsets (BZ#10918).
1417  - Fix ranges with multibyte characters as endpoints.
1418  - Handle LC_GLOBAL_LOCALE in duplocale (BZ#10969).
1419  - Fix _NC_LOCALE_NAME definition (BZ#10968).
1420  - Add missing Linux MADV_* definitions (BZ#10972).
1421  - Handle running out of buffer space with IPv6 mapping enabled.
1422  - Avoid memset warning in one case (#532492).
1423  - Restore locking in free_check (#504963).
1424- Fix infloop in __pthread_disable_asynccancel on x86_64 (#537690).
1425- Prevent unintended file desriptor leak in grantpt (#530558).
1426- Fix startup to security-relevant statically linked binaries (#528631).
1427
1428* Tue Nov 24 2009 Andreas Schwab <schwab@redhat.com> - 2.11-3
1429- Enable multi-arch support for ppc and ppc64 on RHEL-6
1430
1431* Thu Nov  5 2009 Andreas Schwab <schwab@redhat.com> - 2.11-2
1432- Fix readahead on powerpc32.
1433- Fix R_PPC64_{JMP_IREL,IRELATIVE} handling.
1434- Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64 (#533063).
1435
1436* Mon Nov  2 2009 Andreas Schwab <schwab@redhat.com> - 2.11-1
1437- Update to 2.11 release.
1438- Disable multi-arch support on PowerPC again since binutils is too old.
1439- Fix crash in tzdata-update due to use of multi-arch symbol (#532128).
1440
1441* Fri Oct 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-27
1442- Update from master.
1443  - Fix races in setXid implementation (BZ#3270).
1444  - Implement IFUNC for PPC and enable multi-arch support.
1445  - Implement mkstemps/mkstemps64 and mkostemps/mkostemps64 (BZ#10349).
1446  - Fix IA-64 and S390 sigevent definitions (BZ#10446).
1447  - Fix memory leak in NIS grp database handling (BZ#10713).
1448  - Print timestamp in nscd debug messages (BZ#10742).
1449  - Fix mixing IPv4 and IPv6 name server in resolv.conf.
1450  - Fix range checks in coshl.
1451  - Implement SSE4.2 optimized strchr and strrchr.
1452  - Handle IFUNC symbols in dlsym (#529965).
1453  - Misc fixes (BZ#10312, BZ#10315, BZ#10319, BZ#10391, BZ#10425,
1454    BZ#10540, BZ#10553, BZ#10564, BZ#10609, BZ#10692, BZ#10780,
1455    BZ#10717, BZ#10784, BZ#10789, BZ#10847
1456- No longer build with -fno-var-tracking-assignments.
1457
1458* Mon Oct 19 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-26
1459- Update from master.
1460  - Add ____longjmp_chk for sparc.
1461- Avoid installing the same libraries twice.
1462
1463* Mon Oct 12 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-25
1464- Update from master
1465  - Fix descriptor leak when calling dlopen with RTLD_NOLOAD (#527409).
1466  - Fix week-1stday in C locale.
1467  - Check for integer overflows in formatting functions.
1468  - Fix locale program error handling (#525363).
1469
1470* Mon Sep 28 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-24
1471- Update from master.
1472  - Fix missing reloc dependency (#517001).
1473
1474* Mon Sep 21 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-23
1475- Update from master.
1476
1477* Mon Sep 14 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-22
1478- Update from master.
1479  - Fix endless loop in localedef.
1480  - Fix __longjmp_chk on s390/s390x.
1481- Fix exit codes in nscd start script (#521848).
1482- Build with -fno-var-tracking-assignments for now (#523172).
1483
1484* Mon Sep  7 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-21
1485- Update from master.
1486  - Fix strstr/strcasestr on i386 (#519226).
1487
1488* Thu Sep  3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-20
1489- Update from master.
1490  - Fix strstr/strcasestr/fma/fmaf on x86_64 (#519226).
1491  - Fix lookup of group names in hesiod initgroups (#520472).
1492
1493* Wed Sep  2 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-19
1494- Update from master.
1495  - Fix x86_64 bits/mathinline.h for -m32 compilation.
1496
1497* Tue Sep  1 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-18
1498- Update from master.
1499  - fix parse error in <bits/mathinline.h> (#520209).
1500
1501* Thu Aug 27 2009 Roland McGrath <roland@redhat.com> - 2.10.90-17
1502- Update from master.
1503
1504* Wed Aug 26 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-16
1505- Update from master.
1506  - handle AVX saving on x86-64 in interrupted symbol lookups (#519081).
1507
1508* Mon Aug 24 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-15
1509- Update from master.
1510  - fix fortify failure with longjmp from alternate stack (#512103).
1511- Add conflict with prelink (#509655).
1512
1513* Mon Aug 17 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-14
1514- Update from master.
1515  - fix pthread_cond_signal (#516469)
1516
1517* Mon Aug 10 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-13
1518- Update from master.
1519  - fix rehashing of unique symbols (#515677)
1520- Fix spurious messages with --excludedocs (#515948)
1521
1522* Mon Aug  3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-12
1523- Update from master.
1524  - fix fortify failure with longjmp from alternate stack (#512103)
1525
1526* Thu Jul 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-11
1527- Update from master.
1528- Don't package debuginfo files in glibc-devel.
1529
1530* Tue Jul 28 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-10
1531- Update from master.
1532  * fix memory ordering in pthread_mutex_unlock (BZ#10418)
1533  * implement RES_USE_DNSSEC option in resolver (#205842)
1534  * fix hang in ldd -r (#513945)
1535
1536* Mon Jul 27 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-9
1537- Update from master.
1538
1539* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.90-8.1
1540- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1541
1542* Fri Jul 24 2009 Jakub Jelinek <jakub@redhat.com> - 2.10.90-7.1
1543- Fix up pthread_cond_timedwait on x86_64 with old kernels.
1544
1545* Thu Jul 23 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-7
1546- Update from master.
1547- Build with -DNDEBUG unless using a prerelease.
1548
1549* Thu Jul 23 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-6
1550- Rebuilt with binutils-2.19.51.0.14-29.fc12 to fix static binaries
1551
1552* Wed Jul 22 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-5
1553- Update from master.
1554- Undefine __i686 on x86 to fix build.
1555
1556* Mon Jul 20 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-4
1557- Update from master.
1558- Don't build separate i686 package.
1559
1560* Wed Jul  8 2009 Andreas Schwab <schwab@redhat.com> 2.10.90-3
1561- Reenable setuid on pt_chown.
1562
1563* Thu Jul  2 2009 Andreas Schwab <aschwab@redhat.com> 2.10.90-2
1564- Update from master.
1565
1566* Thu Jun 26 2009 Andreas Schwab <aschwab@redhat.com> 2.10.90-1
1567- Update from master.
1568- Enable multi-arch support on x86/x86-64.
1569- Add requires glibc-headers to glibc-devel (#476295).
1570- Implement second fallback mode for DNS requests (#505105).
1571- Don't generate invalid POSIX TZ string for Asia/Dhaka timezone (#506941).
1572- Allow backtrace through __longjmp_chk on powerpc.
1573
1574* Fri May 22 2009 Jakub Jelinek <jakub@redhat.com> 2.10.1-2
1575- fix accept4 on architectures other than i?86/x86_64
1576- robustify nscd client code during server GC
1577- fix up nscd segfaults during daemon shutdown
1578- fix memchr on ia64 (BZ#10162)
1579- replace the Sun RPC license with the BSD license, with the explicit
1580  permission of Sun Microsystems
1581- fix up powerpc long double errno reporting
1582
1583* Sun May 10 2009 Jakub Jelinek <jakub@redhat.com> 2.10.1-1
1584- fix up getsgent_r and getsgnam_r exports on i?86 and ppc
1585
1586* Sat May  9 2009 Jakub Jelinek <jakub@redhat.com> 2.10-2
1587- update from trunk
1588  - glibc 2.10 release
1589  - fix memchr on x86_64 (#499689)
1590
1591* Mon Apr 27 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-22
1592- update from trunk
1593  - further localedef fixes
1594- fix build-locale-archive
1595
1596* Fri Apr 24 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-21
1597- update from trunk
1598  - fix localedef
1599  - fix SHIFT_JIS iconv EILSEQ handling (#497267)
1600  - misc fixes (BZ#10093, BZ#10100)
1601
1602* Fri Apr 24 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-20
1603- update from trunk
1604  - fix p{read,write}v{,64} (#497429, #497434)
1605  - fix strfmon (#496386)
1606
1607* Thu Apr 16 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-19
1608- update from trunk
1609  - fix dlopen from statically linked binaries (#495830)
1610
1611* Thu Apr 16 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-18
1612- update from trunk
1613  - fix fallocate
1614
1615* Wed Apr 15 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-17
1616- update from trunk
1617  - if threads have very small stack sizes, use much smaller buffer
1618    in __get_nprocs when called from within malloc (#494631)
1619
1620* Tue Apr 14 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-16
1621- update from trunk
1622
1623* Thu Apr  9 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-15
1624- rebuilt with fixed gcc to avoid miscompilation of i586 memmove
1625- reenable experimental malloc again
1626
1627* Wed Apr  8 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-14
1628- update from trunk
1629- temporarily disable experimental malloc
1630
1631* Tue Apr  7 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-13
1632- update from trunk
1633  - fix strverscmp (#494457)
1634- configure with --enable-nss-crypt
1635
1636* Wed Apr  1 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-12
1637- update from trunk
1638- configure with --enable-experimental-malloc
1639
1640* Fri Mar 20 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-11
1641- update from trunk
1642  - POSIX 2008 prototype adjustments for scandir{,64}, alphasort{,64} and
1643    versionsort{,64}
1644  - fix libthread_db (#491197)
1645
1646* Tue Mar 10 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-10
1647- update from trunk
1648  - fix atexit/__cxa_atexit
1649
1650* Mon Mar  9 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-9
1651- update from trunk
1652  - POSIX 2008 support: -D_XOPEN_SOURCE=700 and -D_POSIX_C_SOURCE=200809L
1653- move libnldbl_nonshared.a on ppc*/s390*/sparc* back to glibc-devel
1654
1655* Fri Feb 27 2009 Roland McGrath <roland@redhat.com> - 2.9.90-8.1
1656- fix libthread_db (#487212)
1657
1658* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.90-8
1659- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1660
1661* Wed Feb 18 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-7
1662- update from trunk
1663- adjust for i586 + i686 from i386 + i686 build
1664- split static libraries into glibc-static subpackage
1665- ld -r the whole libpthread.a together to avoid endless issues with
1666  -static ... -lpthread
1667- require 2.6.18 and later kernel
1668
1669* Wed Feb  4 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-3
1670- update from trunk
1671  - ISO C++ compliant strchr etc. with GCC 4.4+
1672  - AT_RANDOM support
1673
1674* Thu Jan  8 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-2
1675- update from trunk
1676
1677* Fri Jan  2 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-1
1678- update from trunk (#478314)
1679
1680* Mon Dec  8 2008 Jakub Jelinek <jakub@redhat.com> 2.9-3
1681- temporarily disable _nss_dns_gethostbyname4_r (#459756)
1682- NIS hostname lookup fixes (#473073, #474800, BZ#7058)
1683- fix unsetenv (#472941)
1684
1685* Thu Nov 13 2008 Jakub Jelinek <jakub@redhat.com> 2.9-2
1686- glibc 2.9 release
1687- fix CPU_ALLOC_SIZE on 32-bit arches (BZ#7029)
1688
1689* Wed Nov 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-17
1690- update from trunk
1691  - don't abort on broken DNS replies (#469299, BZ#7009)
1692  - misc fixes (BZ#6966, BZ#7008, BZ#6955, BZ#6843)
1693
1694* Fri Oct 31 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-16
1695- update from trunk
1696  - further resolver fixes
1697  - another dynamic TLS handling fix (#469263)
1698  - misc fixes (BZ#6867, BZ#6875, BZ#6919, BZ#6920, BZ#6942, BZ#6947,
1699                BZ#6968, BZ#6974, BZ#6980, BZ#6995)
1700- rebuild with newer rpm to avoid stripping
1701  shared libraries when they shouldn't be (#468129)
1702
1703* Tue Oct 28 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-15
1704- update from trunk
1705  - __libc_res_nquery fixes (#466786)
1706
1707* Sun Oct 19 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-14
1708- update from trunk
1709  - fix dynamic TLS handling (#467309)
1710  - fix sys/signalfd.h for C++ (#467172)
1711  - fix sprof (#458861)
1712  - fix _mcount and socket syscalls on s390x (#464146)
1713  - try harder to allocate memory in valloc and pvalloc (#461481)
1714- fix power6 32-bit libs (#467311)
1715
1716* Fri Oct 10 2008 Dennis Gilmore <dennis@ausil.us> 2.8.90-13
1717- apply sparcv9v memset patch from jakub and davem
1718
1719* Fri Aug 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-12
1720- update from trunk
1721  - revert origin changes (#457849)
1722  - use MAP_STACK for thread stacks
1723  - misc fixes (BZ#6845, BZ#6544, BZ#6634, BZ#6589, BZ#6790, BZ#6791,
1724    BZ#6824)
1725  - power7 bits (BZ#6817)
1726  - fix expm1 on i?86/x86_64 (#43354, BZ#5794)
1727
1728* Sat Aug  2 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-11
1729- update from trunk
1730  - fix non-absolute $ORIGIN handling (#457560)
1731  - exported some further libresolv APIs (#453325)
1732  - misc fixes
1733
1734* Tue Jul 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-10
1735- update from trunk
1736  - resolver fixes
1737  - misc fixes (BZ#6771, BZ#6763, BZ#6698, BZ#6712)
1738  - s390{,x} utmp/utmpx bi-arch support (BZ#6724)
1739  - popen "e" flag
1740- fr_FR locale changes reenabled
1741
1742* Wed Jul 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-9
1743- update from trunk
1744  - fix unbuffered vfprintf if writing to the stream fails (#455360)
1745  - remove useless "malloc: using debugging hooks" message (#455355)
1746  - nscd fixes
1747  - fix resolver alignment issues (#454500)
1748  - fix setvbuf (BZ#6719)
1749
1750* Thu Jul  3 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-8
1751- update from trunk
1752  - watch even resolv.conf in nscd using inotify
1753  - some nscd fixes
1754
1755* Fri Jun 13 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-7
1756- update from trunk
1757  - avoid *lround* on ppc* clobbering cr3/cr4 registers (#450790)
1758  - further nscd fixes (#450704)
1759  - use inotify in nscd to watch files
1760
1761* Thu Jun 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-6
1762- update from trunk
1763  - nscd fixes (#450704)
1764  - fix getservbyport (#449358)
1765  - fix regexp.h (#446406)
1766  - avoid crashing on T_DNAME in DNS responses (#450766)
1767
1768* Sun May 25 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-5
1769- update from trunk
1770
1771* Tue May 20 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-4
1772- further getaddrinfo and nscd fixes
1773
1774* Sun May 18 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-3
1775- getaddrinfo and nscd fixes
1776- reenable assertion checking in rawhide
1777
1778* Fri May 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-2
1779- fix getaddrinfo (#446801, #446808)
1780
1781* Thu May 15 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-1
1782- update to trunk
1783  - O(n) memmem/strstr/strcasestr
1784  - i386/x86_64 TLS descriptors support
1785  - concurrent IPv4 and IPv6 DNS lookups by getaddrinfo
1786
1787* Mon May  5 2008 Jakub Jelinek <jakub@redhat.com> 2.8-3
1788- don't run telinit u in %post if both /dev/initctl and
1789  /sbin/initctl exist (#444978)
1790- workaround GCC ppc64 miscompilation of c{log{,10},acosh,atan}l
1791  (#444996)
1792
1793* Wed Apr 30 2008 Jakub Jelinek <jakub@redhat.com> 2.8-2
1794- fix nscd races during GC (BZ#5381)
1795- rebuilt with fixed GCC to fix regex miscompilation on power6
1796- SPARC fixes
1797
1798* Sat Apr 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8-1
1799- 2.8 release
1800
1801* Fri Apr 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-16
1802- update to trunk
1803  - misc fixes (BZ#4997, BZ#5741)
1804  - make sure all users of __libc_setlocale_lock know it is
1805    now a rwlock
1806  - fix ppc/ppc64 compatibility _sys_errlist and _sys_siglist
1807    symbols
1808
1809* Thu Apr 10 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-15
1810- update to trunk
1811  - misc fixes (BZ#4314, BZ#4407, BZ#5209, BZ#5436, BZ#5768, BZ#5998,
1812                BZ#6024)
1813- restart sshd in %post when upstart is used - it doesn't have
1814  /dev/initctl (#441763)
1815- disable assert checking again
1816
1817* Tue Apr  8 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-14
1818- update to trunk
1819  - misc fixes (BZ#5443, BZ#5475, BZ#5478, BZ#5939, BZ#5979, BZ#5995,
1820                BZ#6004, BZ#6007, BZ#6020, BZ#6021, BZ#6042)
1821  - change mtrace to keep perl 5.10 quiet (#441082)
1822  - don't share conversion state between mbtowc and wctomb (#438687)
1823  - if st_blksize is too large and malloc fails, retry with smaller
1824    buffer in opendir (#430768)
1825  - correct *printf overflow test (#358111)
1826
1827* Fri Mar 28 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-13
1828- update to trunk
1829  - don't define ARG_MAX in <limits.h>, as it is no longer
1830    constant - use sysconf (_SC_ARG_MAX) to get the current
1831    argument size limit
1832  - fix build on sparc64
1833- only service sshd condrestart if /etc/rc.d/init.d/sshd exists
1834  (#428859)
1835
1836* Wed Mar 26 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-12
1837- update to trunk
1838  - new CLONE_* flags in <sched.h> (#438542)
1839  - nis+ errno clobbering fix (#437945)
1840  - fix adjtime (#437974)
1841
1842* Fri Mar 14 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-11
1843- update to trunk
1844- remove <stropts.h>, define _XOPEN_STREAMS -1 (#436349)
1845
1846* Wed Mar  5 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-8
1847- update to trunk
1848  - {,v}{as,d}printf and obstack_{,v}printf fortification (#435905)
1849  - fix getnameinfo/gethostbyaddr (#428067, BZ#5790)
1850  - fix yp_order (#435519, BZ#5854)
1851  - misc fixes (BZ#5779, BZ#5736, BZ#5627, BZ#5818, BZ#5012)
1852- merge review cleanup (Tom Callaway, #225806)
1853
1854* Sat Feb 16 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-7
1855- update to trunk
1856  - make NI_MAXHOST and NI_MAXSERV available even in BSDish
1857    namespaces (BZ#5737)
1858  - timerfd_* syscalls
1859
1860* Fri Feb  1 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-6
1861- fix build
1862
1863* Thu Jan 31 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-5
1864- update to trunk
1865- rebuild with gcc 4.3
1866
1867* Fri Jan 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-4
1868- update to trunk
1869  - misc fixes (BZ#5541, BZ#5545, BZ#5553, BZ#5112, BZ#5520)
1870  - getaddrinfo fixes
1871  - signalize EOVERFLOW from sem_post instead of overflowing
1872    the counter
1873  - fix i?86 makecontext
1874  - fix iconv for iso-2022-jp//translit (#397021)
1875
1876* Thu Jan  3 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-3
1877- update to trunk
1878  - fix recognition of interface family (#425768)
1879  - add __THROW to __ctype_{b,tolower,toupper}_loc prototypes
1880
1881* Thu Dec 27 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-2
1882- update to trunk
1883  - nsswitch fix (#425768)
1884- temporarily enable assert checking
1885
1886* Wed Dec 12 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-1
1887- update to trunk
1888  - fix __USE_STRING_INLINES on i?86 (#408731, #371711)
1889  - fix *scanf (#388751)
1890
1891* Wed Oct 17 2007 Jakub Jelinek <jakub@redhat.com> 2.7-1
1892- glibc 2.7 release
1893- fix tzfile.c for times after last transition (#333561)
1894- fix sem_post@GLIBC_2.0 on i?86
1895- appease valgrind in libpthread.so initialization
1896- misc fixes (BZ#3425, BZ#5184, BZ#5186)
1897
1898* Mon Oct 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-21
1899- fix getgr{name,gid}{,_r} with nscd
1900
1901* Sun Oct 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-20
1902- install <bits/error.h> (#330031)
1903- disable -D_FORTIFY_SOURCE{,=2} support (with a warning) for
1904  GCC 3.4.x and earlier(#327641)
1905- pl_PL locale changes (BZ#4098, #242296)
1906- misc fixes (BZ#1140, BZ#3195, BZ#3242, BZ#4359)
1907
1908* Thu Oct 11 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-19
1909- fix <netinet/tcp.h>
1910- simple preprocessor in localedef, fix de_DE collation with it
1911
1912* Wed Oct 10 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-18
1913- add signalfd, eventfd, eventfd_read, eventfd_write
1914- qsort speedups
1915- workaround for cpuid bugs (#324081)
1916- make sure gettext's conversion_lock is initialized even if
1917  program isn't linked against libpthread.so.0, only dlopens it (#321761)
1918- misc fixes (BZ#5112, BZ#5113, BZ#5104, BZ#5063, BZ#5010, BZ#4407,
1919  BZ#3924, BZ#5103, BZ#2633, BZ#181, BZ#73, #321901)
1920
1921* Wed Oct  3 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-17
1922- fix {,v}swprintf with -D_FORTIFY_SOURCE=1 -mlong-double-64 on ppc*/s390*/sparc*
1923- strcoll fixes
1924- misc fixes (BZ#645, BZ#5071)
1925- locale fixes (BZ#4941, #299321, #203364, #196711, #236212)
1926
1927* Sat Sep 29 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-16
1928- misc fixes (BZ#4963, BZ#4972, BZ#5028, BZ#5043, BZ#5058)
1929- improve -D_FORTIFY_SOURCE{,=2} diagnostic through warning/error
1930  attributes
1931- fix wcscpy, wcpcpy, fgetws, fgetws_unlocked, swprintf and vswprintf
1932  fortification inlines
1933- fix a scalability issue with lazy binding in heavily multithreaded
1934  programs
1935
1936* Thu Sep 20 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-15
1937- $5$ (SHA-256) and $6$ (SHA-512) support in crypt
1938  (#228697, #249477, #173834)
1939
1940* Tue Sep 18 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-14
1941- -D_FORTIFY_SOURCE{,=2} support for C++
1942- fortification of fread{,_unlocked}
1943- support *scanf m allocation modifier (%ms, %mls, %mc, ...)
1944- in -std=c99 or -D_XOPEN_SOURCE=600 mode don't recognize
1945  %as, %aS and %a[ as a GNU extension for *scanf
1946- fix splice, vmsplice, tee return value, make them cancellation
1947  points
1948- mq_open checking
1949- use inline function rather than function-like macro
1950  for open{,at}{,64} checking
1951- IFA_F_OPTIMISTIC handling in getaddrinfo (#259681)
1952- fix an ABBA deadlock in ld.so (#284171)
1953- remove sparc{32,64} unwind info from _start and clone
1954
1955* Mon Aug 27 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-13
1956- fix personality on x86_64/ppc/ppc64 (#256281)
1957
1958* Sat Aug 25 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-12
1959- readd x86_64 gettimeofday stuff, initialize it earlier
1960- nis_list fix (#254115)
1961- workaround for bugs in ia64 silly /emul/ia32-linux hack (#253961)
1962- misc fixes (BZ#3924, BZ#4566, BZ#4582, BZ#4588, BZ#4726, BZ#4946,
1963  BZ#4905, BZ#4814, BZ#4925, BZ#4936, BZ#4896, BZ#4937, BZ#3842,
1964  BZ#4554, BZ#4557, BZ#4938)
1965
1966* Fri Aug 17 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-11
1967- remove __strtold_internal and __wcstold_internal from ppc*/s390*/sparc*
1968  *-ldbl.h headers
1969- temporarily backout x86_64 gettimeofday.S changes (#252453)
1970- some further sparc, sparc64 and alpha fixes
1971
1972* Wed Aug 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-10
1973- don't open /etc/ld.so.{cache,preload} with O_NOATIME (#252146)
1974- s390{,x}, alpha and sparc fixes
1975- sparcv9 is no longer an aux arch, as we expect
1976  to not build sparc.rpm glibc any longer, only sparcv9.rpm,
1977  sparc64.rpm and new two aux arches sparcv9v.rpm and sparc64v.rpm
1978
1979* Tue Aug 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-9
1980- private futex even for mutexes and condvars
1981- some further O_CLOEXEC changes
1982- use vDSO on x86_64 if available
1983- ia64 build fixes (#251983)
1984
1985* Fri Aug 10 2007 Roland McGrath <roland@redhat.com> 2.6.90-8
1986- update to trunk
1987  - fix missing strtold_l export on ppc64
1988
1989* Thu Aug  9 2007 Roland McGrath <roland@redhat.com> 2.6.90-6
1990- update to trunk
1991  - fix local PLT regressions
1992- spec file revamp for new find-debuginfo.sh
1993
1994* Sun Aug  5 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-4
1995- fix librt.so and librtkaio.so on ppc32, so that it is not using
1996  bss PLT
1997
1998* Sat Aug  4 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-3
1999- fix open{,at}{,64} macro for -pedantic (#250897)
2000- add transliteration for l with stroke (#250492)
2001- fix strtod ("-0", NULL)
2002- update License tag
2003
2004* Wed Aug  1 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-2
2005- make aux-cache purely optional performance optimization in ldconfig,
2006  don't issue any errors if it can't be created (#250430)
2007- remove override_headers hack, BuildRequire >= 2.6.22 kernel-headers
2008  and rely on its content
2009
2010* Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-1
2011- update to trunk
2012  - private futex optimizations
2013  - open{,at}{,64} argument checking
2014- ldconfig speedups
2015
2016* Sun Jul  8 2007 Jakub Jelinek <jakub@redhat.com> 2.6-4
2017- filter <built-in> pseudo-files from debuginfo source lists (#245714)
2018- fix sscanf when errno is EINTR before the call (BZ#4745)
2019- save/restore errno around reading /etc/default/nss (BZ#4702)
2020- fix LD_HWCAP_MASK handling
2021- disable workaround for #210748, instead backport
2022  ld.so locking fixes from the trunk (#235026)
2023- new x86_64 memcpy
2024- don't write uninitialized padding bytes to nscd socket
2025- fix dl{,v}sym, dl_iterate_phdr and dlopen if some library is
2026  mapped into ld.so's inter-segment hole on x86_64 (#245035, #244545)
2027- fix LD_AUDIT=a:b program (#180432)
2028- don't crash on pseudo-zero long double values passed to
2029  *printf on i?86/x86_64/ia64 (BZ#4586)
2030- fix *printf %La and strtold with some hexadecimal floating point
2031  constants on ppc/ppc64
2032- fix nextafterl on ppc/ppc64
2033- fix sem_timedwait on i?86 and x86_64
2034
2035* Thu May 24 2007 Jakub Jelinek <jakub@redhat.com> 2.6-3
2036- don't use %%config(missingok) for locale-archive.tmpl,
2037  instead of removing it altogether truncate it to zero
2038  size (#240697)
2039- add a workaround for #210748
2040
2041* Mon May 21 2007 Jakub Jelinek <jakub@redhat.com> 2.6-2
2042- restore malloc_set_state backwards compatibility (#239344)
2043- fix epoll_pwait (BZ#4525)
2044- fix printf with unknown format spec or positional arguments
2045  and large width and/or precision (BZ#4514)
2046- robust mutexes fix (BZ#4512)
2047
2048* Tue May 15 2007 Roland McGrath <roland@redhat.com> 2.6-1
2049- glibc 2.6 release
2050
2051* Fri May 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-24
2052- utimensat, futimens and lutimes support
2053
2054* Thu May 10 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-23
2055- use madvise MADV_DONTNEED in malloc
2056- fix ia64 feraiseexcept
2057- fix s390{,x} feholdexcept (BZ#3427)
2058- ppc fenv fixes
2059- make fdatasync a cancellation point (BZ#4465)
2060- fix *printf for huge precisions with wide char code and multi-byte
2061  strings
2062- fix dladdr (#232224, BZ#4131)
2063
2064* Fri May  4 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-22
2065- add transliteration for <U2044> (BZ#3213)
2066- fix *scanf with %f on hexadecimal floats without exponent (BZ#4342)
2067- fix *printf with very large precisions for %s (#238406, BZ#4438)
2068- fix inet_ntop size checking for AF_INET (BZ#4439)
2069- for *printf %e avoid 1.000e-00, for exponent 0 always use + sign (#238431)
2070- fix a regression introduced in #223467 changes
2071- gethostby*_r alignment fixes (BZ#4381)
2072- fix ifaddrs error handling
2073
2074* Mon Apr 16 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-21
2075- don't include individual locale files in glibc-common,
2076  rather include prepared locale-archive template and let
2077  build-locale-archive create locale-archive from the template
2078  and any user supplied /usr/lib/locale/*_* directories,
2079  then unlink the locale-archive template - this should save
2080  > 80MB of glibc-common occupied disk space
2081- fix _XOPEN_VERSION (BZ#4364)
2082- fix printf with %g and values tiny bit smaller than 1.e-4 (#235864,
2083  BZ#4362)
2084- fix NIS+ __nisfind_server (#235229)
2085
2086* Sat Mar 31 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-20
2087- assorted NIS+ speedups (#223467)
2088- fix HAVE_LIBCAP configure detection (#178934)
2089- remove %{_prefix}/sbin/rpcinfo from glibc-common (#228894)
2090- nexttoward*/nextafter* fixes (BZ#3306)
2091- feholdexcept/feupdateenv fixes (BZ#3427)
2092- speed up fnmatch with two or more * in the pattern
2093
2094* Sat Mar 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-19
2095- fix power6 libm compat symbols on ppc32 (#232633)
2096- fix child refcntr in NPTL fork (#230198)
2097- fix ifaddrs with many net devices on > 4KB page size arches (#230151)
2098- fix pthread_mutex_timedlock on x86_64 (#228103)
2099- various fixes (BZ#3919, BZ#4101, BZ#4130, BZ#4181, BZ#4069, BZ#3458)
2100
2101* Wed Feb 21 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-18
2102- fix nftw with FTW_CHDIR on / (BZ#4076)
2103- nscd fixes (BZ#4074)
2104- fix fmod{,f,l} on i?86 (BZ#3325)
2105- support localized digits for fp values in *scanf (BZ#2211)
2106- namespaces fixes (BZ#2633)
2107- fix euidaccess (BZ#3842)
2108- glob fixes (BZ#3996)
2109- assorted locale data fixes (BZ#1430, BZ#672, BZ#58, BZ#3156,
2110  BZ#2692, BZ#2648, BZ#3363, BZ#3334, BZ#3326, BZ#3322, BZ#3995,
2111  BZ#3885, BZ#3884, BZ#3851)
2112
2113* Sun Feb 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-17
2114- RFC2671 support in resolver (#205842)
2115- fix strptime (BZ#3944)
2116- fix regcomp with REG_NEWLINE (BZ#3957)
2117- fix pthread_mutex_timedlock on x86_64 (#228103)
2118
2119* Fri Feb  2 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-16
2120- add strerror_l
2121- fix application crashes when doing NSS lookups through nscd
2122  mmapped databases and nscd decides to start garbage collection
2123  during the lookups (#219145, #225315)
2124- fix %0lld printing of 0LL on 32-bit architectures (BZ#3902)
2125- ignore errors from install-info in glibc-devel scriptlets
2126  (#223691)
2127
2128* Wed Jan 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-15
2129- fix NIS getservbyname when proto is NULL
2130- fix nss_compat +group handling (#220658)
2131- cache services in nscd
2132- fix double free in fts_close (#222089)
2133- fix vfork+execvp memory leak (#221187)
2134- soft-fp fixes (BZ#2749)
2135- further strtod fixes (BZ#3855)
2136- make sure pthread_kill doesn't return EINVAL even if
2137  the target thread exits in between pthread_kill ESRCH check
2138  and the actual tgkill syscall (#220420)
2139- fix ABBA deadlock possibility in ld.so scope locking code
2140
2141* Tue Dec 19 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-14
2142- fix {j,m}rand48{,_r} on 64-bit arches (BZ#3747)
2143- handle power6x AT_PLATFORM (#216970)
2144- fix a race condition in getXXbyYY_r (#219145)
2145- fix tst-pselect testcase
2146
2147* Thu Dec 14 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-13
2148- fix setcontext on ppc32 (#219107)
2149- fix wide stdio after setvbuf (#217064, BZ#2337)
2150- handle relatime mount option in statvfs
2151- revert i?86/x86_64 clone CFI temporarily
2152
2153* Sun Dec 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-12
2154- fix hasmntopt (#218802)
2155- fix setusershell and getusershell (#218782)
2156- strtod fixes (BZ#3664, BZ#3673, BZ#3674)
2157- fix memusage with realloc (x, 0)
2158
2159* Tue Dec  5 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-11
2160- allow suid apps to setenv NIS_PATH and influence through that
2161  nis_list and nis_lookup (#209155)
2162- fix ttyname and ttyname_r with invalid file descriptor (#218276)
2163- cs_CZ LC_TIME fixes (#218438)
2164- fix build with 2.6.19+ headers (#217723)
2165
2166* Fri Dec  1 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-10
2167- fix x86-64 restore_rt unwind info
2168
2169* Thu Nov 30 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-9
2170- fix last svc_run change (#217850)
2171- on ppc64 build __libc_start_main without unwind info,
2172  as it breaks MD_FROB_UPDATE_CONTEXT (#217729, #217775; in the
2173  future that could be fixable just by providing .cfi_undefined r2
2174  in __libc_start_main instead)
2175- add unwind info for x86-64 restore_rt signal return landing pad
2176  (#217087)
2177- add power6x subdir to /%{_lib}/ and /%{_lib}/rtkaio/,
2178  link all libs from ../power6/* into them
2179
2180* Tue Nov 28 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-8
2181- fix svc_run (#216834, BZ#3559)
2182- add -fasynchronous-unwind-tables to CFLAGS (#216518)
2183- make sure there is consistent timestamp for /etc/ld.so.conf,
2184  /etc/localtime and /etc/rpc between multilib glibc rpms
2185
2186* Mon Nov 20 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-7
2187- handle IPv6 addresses in /etc/hosts that are mappable to
2188  IPv4 addresses in IPv4 host lookups (#215283)
2189- fix :include: /etc/alias handling (#215572)
2190- handle new tzdata format to cope with year > 2037 transitions
2191  on 64-bit architectures
2192
2193* Fri Nov 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-6
2194- fix strxfrm fix
2195- fix i?86 floor and ceil inlines (BZ#3451)
2196
2197* Thu Nov  9 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-5
2198- fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo
2199  CPUs
2200- fix libthread_db.so on TLS_DTV_AT_TP architectures
2201- fix --inhibit-rpath (#214569)
2202- fix _r_debug content when prelinked ld.so executes
2203  a program as its argument
2204- fix strxfrm
2205- powerpc-cpu add-on updates
2206
2207* Fri Nov  3 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-4
2208- fix atexit backwards compatibility (#213388)
2209- add mai_IN locale (#213415)
2210- remove bogus %{_libdir}/librt.so.1 symlink (#213555)
2211- fix memusage (#213656)
2212- change libc.info category (#209493)
2213
2214* Sun Oct 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-3
2215- fix suid/sgid binaries on i?86/x86_64 (#212723)
2216
2217* Fri Oct 27 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-2
2218- fix ia64 build
2219- don't call _dl_close outside of dl_load_lock critical section
2220  if dlopen failed (BZ#3426)
2221- add rtld scope locking (#211133)
2222
2223* Wed Oct 25 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-1
2224- fix i?86 6 argument syscalls (e.g. splice)
2225- fix rtld minimal realloc (BZ#3352)
2226- fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369)
2227- fix xdrmem_setpos (#211452)
2228- bump __GLIBC_MINOR__
2229- increase PTHREAD_STACK_MIN on ppc{,64} to 128K to allow
2230  64K pagesize kernels (#209877)
2231- speed up initgroups on NIS+ (#208203)
2232
2233* Mon Oct  2 2006 Jakub Jelinek <jakub@redhat.com> 2.5-2
2234- fix nscd database growing (#207928)
2235- bypass prelinking when LD_DYNAMIC_WEAK=1 is in the environment
2236
2237* Fri Sep 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5-1
2238- glibc 2.5 release
2239
2240* Wed Sep 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-36
2241- rebuilt with gcc-4.1.1-26 to fix unwind info
2242
2243* Mon Sep 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-35
2244- fix glob with large number of matches (BZ#3253)
2245- fix fchownat on kernels that don't support that syscall (BZ#3252)
2246- fix lrintl on s390{,64}
2247
2248* Sat Sep 23 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-34
2249- fix ppc{32,64} longjmp (BZ#3225)
2250- fix user visible spelling errors (BZ#3137)
2251- fix l{,l}rint{,f,l} around zero (BZ#2592)
2252- avoid stack trampoline in s390{,x} makecontext
2253
2254* Tue Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-33
2255- fix dlclose (#206639)
2256- don't load platform optimized libraries if kernel doesn't set
2257  AT_PLATFORM
2258- fix ppc{32,64} libSegFault.so
2259- use -mtune=generic even for glibc-devel.i386 (#206437)
2260- fix /%{_lib}/librt.so.1 symlink
2261
2262* Fri Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-32
2263- on ppc* use just AT_PLATFORM and altivec AT_HWCAP bit for library selection
2264- fix lrintl and lroundl on ppc{,64}
2265- use hidden visibility on fstatat{,64} and mknodat in libc_nonshared.a
2266
2267* Sun Sep 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-31
2268- fix pthread_cond_{,timed}wait cancellation (BZ#3123)
2269- fix lrint on ppc32 (BZ#3155)
2270- fix malloc allocating more than half of address space (BZ#2775)
2271- fix mktime on 32-bit arches a few years after 2038 (BZ#2821)
2272
2273* Thu Sep  7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-30
2274- add librtkaio, to use it add /%{lib}/rtkaio to your
2275  LD_LIBRARY_PATH or /etc/ld.so.conf
2276- fix or_IN February name (#204730)
2277- fix pthread_create called from cancellation handlers (BZ#3124)
2278- fix regex case insensitive searches with characters where upper
2279  and lower case multibyte representations have different length
2280  (e.g. I and dotless i, #202991)
2281
2282* Tue Sep  5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-29
2283- randomize resolver query ids before use instead after use (#205113)
2284- fix resolver symver checking with DT_GNU_HASH (#204909)
2285- put .hash section in glibc libraries at the end of RO segment
2286  when .gnu.hash is present
2287
2288* Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-28
2289- another malloc doubly linked list corruption problem fix (#204653)
2290
2291* Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-27
2292- allow $LIB and $PLATFORM in dlopen parameters even in suid/sgid (#204399)
2293- handle $LIB/$PLATFORM in LD_LIBRARY_PATH
2294- fix splice prototype (#204530)
2295
2296* Mon Aug 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-26
2297- real fix for the doubly linked list corruption problem
2298- try harder in realloc to allocate memory (BZ#2684)
2299- fix getnameinfo error reporting (#204122)
2300- make localedef more robust on invalid input (#203728)
2301
2302* Fri Aug 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-25
2303- temporarily back out code to limit number of unsorted block
2304  sort iterations (#203735, #204027)
2305- handle PLT symbols in dladdr properly (BZ#2683)
2306- avoid malloc infinite looping for allocations larger than
2307  the system can allocate (#203915)
2308
2309* Tue Aug 22 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-23
2310- malloc fixes, especially for 32-bit arches (#202309)
2311- further *_IN locale fixes (#200230)
2312- fix get{serv,rpc}ent{,_r} if NIS map is empty (#203237)
2313- fix /usr/bin/iconv (#203400)
2314
2315* Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-22
2316- rebuilt with latest binutils to pick up 64K -z commonpagesize
2317  on ppc/ppc64 (#203001)
2318
2319* Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-21
2320- if some test gets stuck, kill the tee process after make check
2321  finishes
2322- build with -mtune=generic on i686 and x86_64
2323
2324* Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-20
2325- PTHREAD_PRIO_PROTECT support
2326- fix errno if nice() fails (#201826)
2327
2328* Thu Aug 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-19
2329- adaptive malloc brk/mmap threshold
2330- fix fchownat to use kernel syscall (if available) on many arches (#201870)
2331- only define O_DIRECT with -D_GNU_SOURCE on ia64 to match all
2332  other arches (#201748)
2333
2334* Mon Aug  7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-18
2335- NIS+ fixes
2336- fix memusage and xtrace scripts (#200736)
2337- redirect /sbin/service sshd condrestart std{out,err} to /dev/null
2338  when executed from glibc_post_upgrade
2339
2340* Wed Aug  2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-17
2341- typo fix for the dladdr patch
2342- build i?86 glibc with -mno-tls-direct-seg-refs (#200469)
2343
2344* Wed Aug  2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-16
2345- fix dladdr on binaries/libraries with only DT_GNU_HASH and no
2346  DT_HASH (#200635)
2347- fix early timeout of initgroups data in nscd (#173019)
2348- add am/pm display to es_PE and es_NI locales (#167101)
2349- fix nss_compat failures when nis/nis+ unavailable (#192072)
2350
2351* Mon Jul 31 2006 Roland McGrath <roland@redhat.com> 2.4.90-15
2352- fix missing destructor calls in dlclose (#197932)
2353- enable transliteration support in all locales (#196713)
2354- disallow RTLD_GLOBAL flag for dlmopen in secondary namespaces (#197462)
2355- PI mutex support
2356
2357* Tue Jul 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-13
2358- DT_GNU_HASH support
2359
2360* Fri Jun 30 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-12
2361- buildrequire gettext
2362- enable fstatat64/newfstatat syscalls even on ppc*/s390*/ia64 (#196494)
2363- fix out of memory behavior in gettext (#194321)
2364- fix regex on multi-byte non-UTF-8 charsets (#193873)
2365- minor NIS+ fixes (#190803)
2366- don't use cancellable calls in posix_spawn* and only set{u,g}id
2367  current thread if requested (#193631)
2368
2369* Wed May 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-11
2370- don't exit from nscd -i <database> before the database is
2371  actually invalidated, add locking to prune_cache (#191464)
2372- build glibc-devel.i386 static libraries with
2373  -mno-tls-direct-seg-refs -DNO_TLS_DIRECT_SEG_REFS
2374- RFC3542 support (advanced API for IPv6; #191001, BZ##2693)
2375
2376* Wed May 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-10
2377- on i686 make glibc owner of /lib/i686 directory (#192597)
2378- search parent NIS+ domains (#190803)
2379
2380* Sun May 21 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-9
2381- update from CVS
2382  - big NIS+ changes
2383
2384* Fri May 19 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-8
2385- update from CVS
2386  - fix nss_compat when SETENT_BATCH_READ=TRUE is in /etc/default/nss
2387  - fix RFC3484 precedence table for site-local and ULA addresses (#188364)
2388  - fix a sunrpc memory leak
2389
2390* Thu May 11 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-7
2391- update from CVS
2392  - fix tcgetattr (#177965)
2393  - fix <sys/queue.h> (#191264)
2394
2395* Fri May  5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-6
2396- update from CVS
2397- rebuilt using fixed rpm
2398
2399* Fri May  5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-5
2400- update from CVS
2401  - some NIS+ fixes
2402  - allow overriding rfc3484 address sorting tables for getaddrinfo
2403    through /etc/gai.conf (sample config file included in %%doc directory)
2404
2405* Mon May  1 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-4
2406- update from CVS
2407  - SETENT_BATCH_READ /etc/default/nss option for speeding up
2408    some usages of NIS+ (#188246)
2409  - move debug state change notification (#179208)
2410  - fix ldd script if one of the dynamic linkers is not installed (#190259)
2411
2412* Thu Apr 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-3
2413- update from CVS
2414  - fix a typo in nscd.conf (#190085)
2415  - fix handling of SIGHUP in nscd when some caches are disabled (#189978)
2416  - make nscd paranoia mode working with non-root server-user (#189779)
2417
2418* Wed Apr 26 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-2
2419- update from CVS
2420  - fix getaddrinfo (#190002)
2421  - add auto-propagate nscd.conf options (#177154)
2422  - fix nscd auditing (#169148)
2423
2424* Tue Apr 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-1
2425- update from CVS
2426
2427* Mon Apr 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4-6
2428- update from CVS
2429  - NIS+ fixes
2430  - don't segfault on too large argp key values (#189545)
2431  - getaddrinfo fixes for RFC3484 (#188364)
2432
2433* Tue Mar 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4-5
2434- update from CVS
2435  - pshared robust mutex support
2436  - fix btowc and bwtoc in C++ (#186410)
2437  - fix NIS+ (#186592)
2438  - don't declare __wcsto*l_internal for non-GCC or if not -O1+ (#185667)
2439- don't mention nscd failures on 2.0 kernels (#185335)
2440
2441* Tue Mar  7 2006 Roland McGrath <roland@redhat.com> 2.4-4
2442- back up %%{ix86} gdb conflicts to < 6.3.0.0-1.111
2443
2444* Tue Mar  7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-3
2445- really fix rintl on ppc64
2446
2447* Tue Mar  7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-2
2448- accurate unwind info for lowlevellock.h stubs on %%{ix86}
2449- fix ppc/ppc64 ceill, floorl, rintl, roundl and truncl (BZ#2423)
2450
2451* Mon Mar  6 2006 Jakub Jelinek <jakub@redhat.com> 2.4-1
2452- update from CVS
2453  - glibc 2.4 release
2454
2455* Mon Mar  6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-2
2456- update from CVS
2457  - fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895)
2458  - revert ppc32 malloc alignment patch, it breaks malloc_set_state
2459    and needs some further thoughts and time (#183894)
2460- provide accurate unwind info for lowlevellock.h stubs on x86_64
2461
2462* Thu Mar  2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-1
2463- update from CVS
2464  - fixes for various arches
2465- ensure malloc returns pointers aligned to at least
2466  MIN (2 * sizeof (size_t), __alignof__ (long double))
2467  (only on ppc32 this has not been the case lately with addition
2468   of 128-bit long double, #182742)
2469
2470* Wed Mar  1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-39
2471- update from CVS
2472
2473* Fri Feb 17 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-38
2474- update from CVS
2475  - robust mutexes rewrite
2476
2477* Mon Feb 13 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-37
2478- update from CVS
2479  - *at fixes
2480  - unshare syscall wrapper
2481
2482* Sat Feb  4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-36
2483- update from CVS
2484  - fix frequency setting for ITIMER_PROF (#179938, BZ#2268)
2485  - fix powerpc inline fegetround ()
2486  - fix nptl_db (#179946)
2487
2488* Fri Feb  3 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-35
2489- update from CVS
2490  - handle futimesat (fd, NULL, tvp) as futimes (fd, tvp)
2491- fix <stdlib.h> q{e,f,g}cvt{,_r} for -mlong-double-64
2492
2493* Thu Feb  2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-34
2494- fix <math.h> with C++ and -mlong-double-64 (#179742)
2495- add nexttowardl redirect for -mlong-double-64
2496
2497* Thu Feb  2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-33
2498- update from CVS
2499  - long double support fixes
2500
2501* Wed Feb  1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-32
2502- update from CVS
2503  - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9},
2504    alpha 128-bit long double support
2505- add inotify syscall numbers to the override <asm/unistd.h> headers
2506  (#179366)
2507
2508* Mon Jan 30 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-31
2509- update from CVS
2510  - 128-bit long double on ppc, ppc64, s390, s390x and sparc{,v9}
2511- add some new syscall numbers to the override <asm/unistd.h>
2512  headers
2513
2514* Mon Jan  9 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-30
2515- update from CVS
2516  - <pthread.h> initializer fixes for -std=c{8,9}9 on 32-bit
2517    arches
2518- avoid writable .rodata (#177121)
2519
2520* Fri Jan  6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-29
2521- update from CVS
2522  - make pthread_mutex_t an unnamed union again, as it affects
2523    libstdc++ ABI mangling
2524
2525* Fri Jan  6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-28
2526- update from CVS
2527  - make aio_suspend interruptible by signals (#171968)
2528
2529* Fri Jan  6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-27
2530- only rely on d_type in 32-bit getdents on s390 for 2.6.11+
2531
2532* Wed Jan  4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-26
2533- update from CVS
2534  - for newly linked lio_listio* callers, send per request
2535    notifications (#170116)
2536  - fixup nscd -S option removal changes (#176860)
2537  - remove nonnull attribute from ctermid (#176753)
2538  - fix PTHREAD_*_INITIALIZER{,_NP} on 64-bit arches
2539  - SPARC NPTL support for pre-v9 CPUs
2540- drop support for 2.4.xx and < 2.6.9 kernels
2541
2542* Mon Jan  2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-25
2543- update from CVS
2544  - s390{,x} and sparc{,64} pointer mangling fixes
2545- install a sanitized LinuxThreads <bits/libc-lock.h>
2546
2547* Mon Jan  2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-24
2548- update from CVS
2549  - nscd audit changes (#174422)
2550  - ppc{32,64} vDSO support and ppc32 hp-timing
2551
2552* Tue Dec 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-23
2553- update from CVS
2554  - robust mutexes
2555- fix transliteration segfaults (#176573, #176583)
2556- ignore prelink temporaries in ldconfig (#176570)
2557
2558* Wed Dec 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-22
2559- update from CVS
2560  - minor fts fixes
2561- revert broken _Pragma () workaround
2562- fix ldconfig on bi-arch architectures (#176316)
2563
2564* Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-21
2565- update from CVS
2566  - fix pointer (de)mangling in gconv_cache.c
2567
2568* Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-20
2569- update from CVS
2570  - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952)
2571  - fix errlist generation
2572- update ulps for GCC 4.1 on IA-64
2573
2574* Mon Dec 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-19
2575- update from CVS
2576  - sysdeps/generic reorg
2577  - setjmp/longjmp jump pointer mangling
2578- rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma ()
2579  handling in it
2580- remove glibc-profile subpackage
2581- use non-PLT calls for malloc/free/realloc/memalign invocations in
2582  mtrace and mcheck hooks (#175261)
2583- setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x}
2584
2585* Sat Nov 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-18
2586- update from CVS
2587  - change <sys/stat.h> for broken apps that #define const /**/,
2588    handle non-GCC compilers
2589  - fix ppc{32,64} strncmp (BZ#1877, #173643, IT#83510)
2590  - provide shmatt_t typedef in ia64 <sys/shm.h (#173680)
2591  - support 2nd arg to futimesat being NULL (#173581)
2592
2593* Wed Nov 16 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-17
2594- update from CVS
2595  - fix <sys/stat.h> in C++
2596  - {fstat,fchown,rename,unlink}at fixes
2597  - epoll_wait is now a cancellation point
2598
2599* Tue Nov 15 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-16
2600- update from CVS
2601- make sure waitid syscall is used on ppc*/s390*
2602
2603* Thu Oct 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-15
2604- update from CVS
2605  - be permissive in %n check because of kernel bug #165351 (#171240)
2606  - don't misalign stack in pthread_once on x86_64 (#170786, IT#81521)
2607  - many locale fixes
2608
2609* Mon Oct 10 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-14
2610- update from CVS
2611  - fix malloc bug after fork introduced in the last update
2612  - fix getent hosts IP for IPv4 IPs (#169831)
2613
2614* Mon Oct  3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-13
2615- update from CVS
2616  - fix setuid etc. hangs if some thread exits during the call (#167766)
2617  - fix innetgr memory leak (#169051)
2618  - support > 2GB nscd log files (#168851)
2619  - too many other changes to list here
2620- include errno in nscd message if audit_open failed (#169148)
2621
2622* Mon Sep 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-12
2623- update from CVS
2624  - netgrp handling fixes (#167728)
2625  - fix memory leak in setlocale (BZ#1318)
2626  - fix hwcaps computation
2627  - several regex portability improvements (#167019)
2628  - hypotf fix
2629  - fix *printf return code if underlying write fails (BZ#1146)
2630  - PPC64 dl{,v}sym fixes for new ABI .opd symbols
2631- fix calloc with MALLOC_PERTURB_ in environment on 64-bit architectures
2632  (#166719)
2633- source /etc/sysconfig/nscd (if it exists) in /etc/rc.d/init.d/nscd
2634  (#167083)
2635- add %%triggerin for tzdata to glibc-common, so that tzdata updates
2636  update /etc/localtime and /var/spool/postfix/etc/localtime if they
2637  exist (#167787)
2638
2639* Mon Aug 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-11
2640- FUTEX_WAKE_OP support to speed up pthread_cond_signal
2641
2642* Wed Aug 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-10
2643- update from CVS
2644  - fix growing of nscd persistent database (BZ#1204)
2645  - fix _FORTIFY_SOURCE mbstowcs and wcstombs if destination size
2646    is known at compile time, but length argument is not
2647
2648* Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-9
2649- update from CVS
2650  - fix resolving over TCP (#161181, #165802)
2651  - on ia64 don't abort on unhandled math function exception codes
2652    (#165693)
2653
2654* Mon Aug  8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8
2655- update from CVS
2656  - nscd persistent database verifier (#164001)
2657  - cleanup _FORTIFY_SOURCE bits/*.h headers (#165000)
2658  - handle EINTR in sigwait properly
2659- make sure poor man's stack guard randomization keeps first
2660  byte 0 even on big-endian 32-bit arches
2661- fix {elf,nptl}/tst-stackguard1
2662- obsolete linuxthreads-devel in glibc-devel
2663
2664* Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-7
2665- update from CVS
2666- do some poor man's stack guard randomization even without
2667  the costly --enable-stackguard-randomization
2668- rebuilt with new GCC to make it use -msecure-plt on PPC32
2669
2670* Mon Jul 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-6
2671- update from CVS
2672  - fix execvp if PATH is not in environment and the call is going
2673    to fail (BZ#1125)
2674  - another bits/wchar2.h fix (#163990)
2675
2676* Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-5
2677- update from CVS
2678  - fix stubs.h generation
2679- don't use _G_va_list in bits/wchar2.h
2680
2681* Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-4
2682- update from CVS
2683  - make sure bits/wchar2.h header is installed
2684  - fix __getgroups_chk return type
2685
2686* Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-3
2687- update from CVS
2688  - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
2689    poll when contacting nscd more gracefully
2690  - remove malloc attribute from posix_memalign
2691  - correctly size nscd buffer for grpcache key (#163538)
2692  - fix atan2f
2693  - fix error memory leaks
2694  - some more _FORTIFY_SOURCE protection
2695
2696* Fri Jul  8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-2
2697- update from CVS
2698  - ia64 stack protector support
2699  - handle DNS referral results as server errors (#162625)
2700  - ctan{,h}{,f,l} fixes (#160759)
2701  - pass argc, argv and envp also to executable's *ni_array
2702    functions (BZ#974)
2703  - add ellipsis to clone prototype (#161593)
2704  - fix glibc-profile (#162601)
2705  - nss_compat fixes
2706- use sysdeps/generic version of <bits/stdio-lock.h> in installed
2707  headers instead of NPTL version (#162634)
2708
2709* Mon Jun 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-1
2710- update from CVS
2711  - stack protector support
2712  - fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583)
2713- enable @GLIBC_2.4 symbols
2714- remove linuxthreads
2715
2716* Mon Jun 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-11
2717- update from CVS
2718  - PPC32 -msecure-plt support
2719  - support classes keyword in /etc/hesiod.conf (#150350)
2720  - add RLIMIT_NICE and RLIMIT_RTPRIO to <sys/resources.h> (#157049)
2721  - decrease number of .plt relocations in libc.so
2722  - use -laudit in nscd (#159217)
2723  - handle big amounts of networking interfaces in getifaddrs/if_nameindex
2724    (#159399)
2725  - fix pa_IN locale's am_pm (#158715, BZ#622)
2726  - fix debugging of PIEs
2727
2728* Mon May 30 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-10
2729- fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion)
2730  has been always overwritten with the version of currently
2731  running kernel)
2732- remove linuxthreads man pages other than those covered in
2733  3p section, as 3p man pages are far better quality and describe
2734  POSIX behaviour that NPTL implements (#159084)
2735
2736* Tue May 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-9
2737- update from CVS
2738  - increase bindresvport's LOWPORT to 512, apparently some
2739    broken daemons don't think 0 .. 511 ports are reserved
2740
2741* Mon May 23 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-8
2742- update from CVS
2743  - fix kernel version check in ld.so
2744- fix sendfile{,64} prototypes (BZ#961)
2745- try more ports in bindresvport if all 600..1023 are
2746  used, don't use priviledged ports when talking to portmap
2747  (#141773)
2748
2749* Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
2750- update from CVS
2751  - make regexec thread safe (BZ#934)
2752- fix statically linked programs on i?86, x86_64, s390* and
2753  sparc* (#158027)
2754- fix IBM939 iconv module (BZ#955)
2755
2756* Wed May  4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-6
2757- update from CVS
2758  - fix cancellation on i?86
2759  - add call frame information to i?86 assembly
2760
2761* Tue May  3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
2762- update from CVS
2763  - add some more UTF-8 locales (#156115)
2764- clean up /lib64/tls instead of /lib/tls on x86-64, s390x and
2765  ppc64 in glibc_post_upgrade (#156656)
2766- fix posix_fallocate{,64} (#156289)
2767
2768* Thu Apr 28 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-4
2769- update from CVS
2770  - fix nscd cache pruning (#150748)
2771
2772* Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-3
2773- update from CVS
2774  - fix linuxthreads clocks
2775- put xen libs into the glibc-2*.i686 package instead of a separate one
2776- fix librt.so symlink in linuxthreads-devel
2777- do not include linuxthreads-devel on %{auxarches},
2778  just on the base architectures
2779
2780* Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-2
2781- update from CVS
2782  - with MALLOC_CHECK_=N N>0 (#153003)
2783  - fix recursive dlclose (#154641)
2784  - handle %z in strptime (#154804)
2785  - automatically append /%{_lib}/obsolete/linuxthreads/
2786    to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19
2787    or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno
2788    properly).  Warning: all those will stop working when LinuxThreads
2789    is finally nuked, which is not very far away
2790  - remove nonnull attribute from acct prototype (BZ#877)
2791  - kernel CPU clocks support
2792  - fix *scanf in locales with multi-byte decimal point
2793
2794* Wed Apr 27 2005 Roland McGrath <roland@redhat.com>
2795- glibc-xen subpackage for i686
2796
2797* Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
2798- update from CVS
2799  - fix execvp regression (BZ#851)
2800  - ia64 libm updates
2801  - sparc updates
2802  - fix initstate{,_r}/strfry (#154504)
2803  - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
2804    support "hwcap" keyword in ld.so.conf files
2805
2806* Tue Apr  4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
2807- update from CVS
2808  - fix xdr_rmtcall_args on 64-bit arches (#151686)
2809- fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
2810
2811* Mon Apr  4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
2812- move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/
2813  and NPTL libraries to /%{_lib}.  To run a program against LinuxThreads,
2814  LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/
2815  is now needed
2816- bzip2 ChangeLog* files instead of gzipping them
2817
2818* Sat Apr  2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
2819- update from CVS
2820  - fix nextafterl and several other libm routines on ia64
2821  - fix initgroups (BZ#661)
2822- kill nptl-devel subpackage, add linuxthreads-devel,
2823  compile and link by default against NPTL and only with
2824  -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads
2825  against LinuxThreads
2826- package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in
2827  i386 glibc-debuginfo
2828- limit number of ChangeLog* files in glibc-common %%doc
2829  to last 2.5 years of changes only to save space
2830
2831* Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
2832- fix build on 64-bit arches with new GCC
2833
2834* Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
2835- update from CVS
2836  - fix LD_AUDIT in LinuxThreads ld.so
2837  - fix calloc with M_PERTURB
2838  - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
2839    on ppc*/ia64/alpha/mips (BZ#801)
2840  - fix a typo in WINDOWS-31J charmap (#151739)
2841  - fix NIS ypprot_err (#151469)
2842
2843* Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
2844- fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
2845
2846* Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
2847- update from CVS
2848  - better fix for the dlclose bug (#145810, #150414)
2849  - fix regex crash on case insensitive search in zh_CN locale
2850    (#151215)
2851  - fix malloc_trim (BZ#779)
2852  - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
2853    as function-like macros, there are too many broken programs
2854    out there
2855- add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372)
2856
2857* Sun Mar  6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
2858- fix bits/socket2.h macro typos
2859
2860* Sat Mar  5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
2861- fix tst-chk{2,3}
2862- fix up AS_NEEDED directive in /usr/%{_lib}/libc.so
2863- BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
2864  glibc-devel Conflict with binutils < 2.15.94.0.2-1
2865
2866* Thu Mar  3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
2867- update from CVS
2868  - fix execvp (#149290)
2869  - fix dlclose (#145810)
2870  - clear padding in gconv-modules.cache (#146614, BZ#776)
2871- rebuilt with GCC4
2872- changed __GLIBC_MINOR__ for now back to 3
2873- back out the newly added GLIBC_2.4 *_chk routines, instead
2874  do the checking in macros
2875
2876* Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
2877- hopefully fix interaction with prelink (#147655)
2878
2879* Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
2880- update from CVS
2881  - bi-arch <gnu/stubs.h> (BZ#715)
2882
2883* Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
2884- update from CVS
2885  - bi-arch <gnu/lib-names.h> (BZ#632)
2886  - fix libdl on s390 and maybe other platforms
2887  - fix initstate{,_r} (BZ#710)
2888  - fix <gnu/stubs.h> generation (BZ#157)
2889- define CMSPAR in bits/termios.h (#147533)
2890
2891* Tue Feb  8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
2892- update from CVS
2893  - fix TLS handling in linuxthreads
2894
2895* Tue Feb  8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
2896- update from CVS
2897  - ld.so auditing
2898  - fix segfault if chrooted app attempts to dlopen a library
2899    and no standard library directory exists at all (#147067, #144303)
2900  - fix initgroups when nscd is running, but has group caching disabled
2901    (#146588)
2902  - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
2903    has not been called yet (#146710)
2904  - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
2905  - service nscd cosmetic fixes (#146776)
2906  - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
2907  - fix zdump -v segfaults on x86-64 (#146210)
2908  - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
2909  - fix errno values for futimes (BZ#633)
2910  - unconditionally include <features.h> in malloc.h (BZ#650)
2911  - change regex \B handling to match old GNU regex as well as perl/grep's dfa
2912    (from empty string inside of word to empty string not at a word boundary,
2913     BZ#693)
2914  - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
2915    and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
2916    %gs access with negative offsets
2917  - fix addseverity
2918  - fix fmemopen
2919  - fix rewinddir
2920  - increase svc{tcp,unix}_create listen backlog
2921
2922* Thu Jan  6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
2923- update from CVS
2924  - add some warn_unused_result marking
2925  - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
2926    (BZ#640)
2927
2928* Thu Jan  6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
2929- update from CVS
2930  - fix IA-32 stack alignment for LinuxThreads thread functions
2931    and functions passed to clone(2) directly
2932  - fix ecvt{,_r} on denormals (#143279)
2933  - fix __tls_get_addr typo
2934  - fix rounding in IA-64 alarm (#143710)
2935  - don't reinitialize __environ in __libc_start_main, so that
2936    effects of setenv/putenv done in DSO initializers are preserved
2937    (#144037, IT#57403)
2938  - fix fmemopen
2939  - fix vDSO l_map_end and l_text_end values
2940  - IA64 libm update (#142494)
2941- fix ppc rint/ceil etc. (BZ#602)
2942
2943* Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
2944- rebuilt
2945
2946* Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
2947- work around rpm bug some more, this time by copying
2948  iconvconfig to iconvconfig.%%{_target_cpu}.
2949
2950* Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
2951- update from CVS
2952  - glibc 2.3.4 release
2953  - add -o and --nostdlib options to iconvconfig
2954- if /sbin/ldconfig doesn't exist when running
2955  glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
2956  This can happen during first install of bi-arch glibc and the
2957  other arch glibc's %post wil run /sbin/ldconfig (#143326)
2958- use -o and --nostdlib options to create all needed
2959  gconv-modules.cache files on bi-arch setups
2960
2961* Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
2962- rebuilt
2963
2964* Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
2965- add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
2966  if /sbin/init is the same ELF class and machine as
2967  glibc_post_upgrade.%%{_target_cpu} and similarly with
2968  condrestarting sshd (#143046)
2969
2970* Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
2971- update from CVS
2972  - fix ppc64 getcontext and swapcontext (BZ#610)
2973  - sparc/sparc64 fixes
2974
2975* Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
2976- update from CVS
2977  - fix i686 __USE_STRING_INLINES strncat
2978  - make sure ppc/ppc64 maintain correct stack alignment
2979    across clone
2980
2981* Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
2982- export nis_domain_of_r from libnsl.so again which was
2983  unintentionally lost
2984
2985* Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
2986- update from CVS
2987  - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
2988  - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
2989    (BZ#457)
2990  - fix sysconf (_POSIX_V6_*) for other ABI environments in
2991    bi-arch setups
2992- s390/s390x clone without CLONE_THREAD getpid () adjustement
2993
2994* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
2995- update from CVS
2996- fix %{_prefix}/libexec/getconf filenames generation
2997
2998* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
2999- update from CVS
3000  - double buffer size in getXXbyYY or getXXent on ERANGE
3001    instead of adding BUFLEN (#142617)
3002  - avoid busy loop in malloc if another thread is doing fork
3003    (#142214)
3004  - some more realloc corruption checks
3005  - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
3006    tweak %{_prefix}/libexec/getconf/ filenames
3007
3008* Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
3009- update from CVS
3010  - regex speedups
3011  - use | cat in ldd if running under bash3+ to allow running
3012    it on binaries that are not through SELinux allowed to access
3013    console or tty
3014- add __NR_waitid defines for alpha and ia64
3015
3016* Wed Dec  8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
3017- update from CVS
3018  - fix clone2 on ia64
3019  - avoid tst-timer5 failing with linuxthreads implementation
3020- if __libc_enable_secure, disallow mode != normal
3021- change ldd script to imply -r when -u is used, properly
3022  propagate return value and handle suid binaries
3023
3024* Tue Dec  7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
3025- update from CVS
3026  - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
3027  - disregard LD_DEBUG if __libc_enable_secure in normal mode
3028    if /suid-debug doesn't exist
3029  - fix fseekpos after ungetc
3030  - avoid reading bytes before start of buffers in regex's
3031    check_dst_limits_calc_pos_1 (#142060)
3032  - make getpid () working with clone/clone2 without CLONE_THREAD
3033    (so far on i386/x86_64/ia64 only)
3034- move %{_prefix}/libexec/getconf/* to glibc from glibc-common
3035- make %{_prefix}/libexec/getconf directory owned by glibc package
3036
3037* Fri Dec  3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
3038- update from CVS
3039  - build libpthread_nonshared.a objects with -fPIC on s390/s390x
3040  - fix mktime with < 0 or > 59 tm_sec on entry
3041  - remove nonnull attribute for realpath
3042  - add $(make-target-directory) for errlist-compat.c rule
3043    (hopefully fix #141404)
3044- add testcase for ungetc bug
3045- define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
3046
3047* Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
3048- update from CVS
3049  - some posix_opt.h fixes
3050- fix strtold use of unitialized memory (#141000)
3051- some more bugfixes for bugs detected by valgrind
3052- rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
3053  on s390{,x} (#139678)
3054
3055* Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
3056- update from CVS
3057  - support -v specification in getconf
3058  - fix sysconf (_SC_LFS64_CFLAGS) etc.
3059  - avoid thread stack aliasing issues on EM64T (#140803)
3060- move %{_prefix}/include/nptl headers from nptl-devel
3061  to glibc-headers, so that even NPTL specific programs
3062  can be built bi-arch without problems
3063
3064* Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
3065- update from CVS
3066  - fix memory leak in getaddrinfo if using nscd (#139559)
3067  - handle large lines in /etc/hosts and /etc/networks
3068    (#140378)
3069  - add nonnull attributes to selected dirent.h and dlfcn.h
3070    functions
3071
3072* Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
3073- update from CVS
3074  - add deprecated and/or nonnull attribute to some signal.h
3075    functions
3076  - speed up tzset () by only using stat instead of open/fstat
3077    when calling tzset for the second and following time if
3078    /etc/localtime has not changed
3079- fix tgamma (BZ #552)
3080
3081* Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
3082- update from CVS
3083  - some malloc () checking
3084  - libpthread.a object dependency cleanups (#115157)
3085  - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
3086
3087* Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
3088- don't use chunksize in <= 2 * SIZE_SZ free () checks
3089
3090* Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
3091- update from CVS
3092  - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
3093  - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
3094    issue special error message instead of using the buffer overflow
3095    detected one
3096  - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
3097    speedup searching with nested subexps (BZ #544)
3098  - block SIGCANCEL in NPTL timer_* helper thread
3099- further free () checking
3100
3101* Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
3102- update from CVS
3103- fix free () checking
3104- move /etc/default/nss into glibc-common (hopefully fix #132392)
3105
3106* Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
3107- update from CVS
3108  - fix LD_DEBUG=statistics
3109  - issue error message before aborting in __chk_fail ()
3110- some more free () checking
3111
3112* Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
3113- update from CVS
3114  - speedup regex on palindromes (BZ #429)
3115  - fix NPTL set{,e,re,res}[ug]id, so that even if making process
3116    less priviledged all threads change their credentials successfully
3117
3118* Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
3119- update from CVS
3120  - fix regcomp crash (#138439)
3121  - fix ftell{,o,o64} (#137885)
3122  - robustification of nscd to cope with corrupt databases (#137140)
3123  - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
3124  - some regex optimizations
3125
3126* Tue Nov  2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
3127- update from CVS
3128  - mktime cleanups (BZ #487, #473)
3129  - unique comments in free(3) check error messages
3130- adjust some x86_64 headers for -m32 (#129712)
3131- object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
3132
3133* Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
3134- fix <netinet/udp.h> header
3135- fix globfree (#137176)
3136- fix exiting if there are dlmopened libraries in namespaces
3137  other than main one not closed yet
3138- export again _res_opcodes and __p_{class,type}_syms from
3139  libresolv.so that were lost in -69
3140
3141* Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
3142- remove setaltroot and key{_add,_request,ctl} also from Versions
3143- back out _sys_errlist changes
3144
3145* Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
3146- back out setaltroot and key{_add,_request,ctl} addition
3147- fix severe x86-64 symbol versioning regressions that breaks
3148  e.g. java binaries
3149
3150* Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
3151- update from CVS
3152  - fix minor catchsegv temp file handling vulnerability
3153    (CAN-2004-0968, #136319)
3154  - add 4 new errno codes
3155  - setaltroot, key{_add,_request,ctl} syscalls on some arches
3156  - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
3157    gdb purpose
3158  - use inet_pton to decide what is address and what is hostname
3159    in getent (#135422)
3160  - change dladdr/dladdr1, so that dli_saddr is the same kind
3161    of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
3162  - fix catchsegv script so that it works with both 32-bit and 64-bit
3163    programs on multi-arch platforms
3164
3165* Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
3166- update from CVS
3167- require newer selinux-policy (#135978)
3168- add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
3169  files in it
3170- conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
3171
3172* Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
3173- update from CVS
3174  - object size checking support (-D_FORTIFY_SOURCE={1,2})
3175
3176* Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
3177- update from CVS
3178  - support for namespaces in the dynamic linker
3179  - fix dlclose (BZ #77)
3180  - libSegFault.so uses now backtrace() to work on IA-64, x86-64
3181    and s390 (#130254)
3182
3183* Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
3184- update from CVS
3185  - use non-blocking sockets in resolver (#135234)
3186  - reset pd->res options on thread exit, so that threads
3187    reusing cached stacks get resolver state properly initialized
3188    (BZ #434)
3189
3190* Wed Oct  6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
3191- update from CVS
3192- avoid using perl in the spec file, buildrequire sed >= 3.95
3193  (#127671)
3194- export TIMEOUTFACTOR=16
3195- fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
3196
3197* Tue Oct  5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
3198- update from CVS
3199  - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
3200    to -1 in LinuxThreads
3201  - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
3202    on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
3203    returns correct value
3204- if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
3205  sysconf (_SC_CLOCK_SELECTION) and if it returns true,
3206  dlopen libpthread.so and dlsym pthread_condattr_setclock
3207- build nscd with -z relro and -z now
3208
3209* Mon Oct  4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
3210- update from CVS
3211  - stop using __builtin_expect in assert and assert_perror
3212    (#127606)
3213  - try to avoid too much VA fragmentation with malloc
3214    on flexmap layout (#118574)
3215  - nscd robustification
3216  - change valloc to use debugging hooks (#134385)
3217- make glibc_post_upgrade more verbose on errors (Fergal Daly,
3218  #125700)
3219
3220* Fri Oct  1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
3221- update from CVS
3222  - fix __nscd_getgrouplist
3223  - fix a typo in x86_64 pthread_mutex_timedwait fix
3224
3225* Fri Oct  1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
3226- update from CVS
3227  - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
3228
3229* Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
3230- update from CVS
3231  - some nscd fixes (#134193)
3232  - cache initgroups in nscd (#132850)
3233  - reread /etc/localtime in tzset () even if just mtime changed
3234    (#133481)
3235  - fix glob (#126460)
3236  - another get_myaddress fix
3237
3238* Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
3239- update from CVS
3240  - fix get_myaddress (#133982)
3241  - remove nonnull attribute from second utime argument (#133866)
3242  - handle SIGSETXID the same way as SIGCANCEL in
3243    sigaction/pthread_kill/sigwait/sigwaitinfo etc.
3244  - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
3245
3246* Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
3247- update from CVS
3248  - fix BZ #151, #362, #381, #407
3249  - fdim fix for +inf/+inf (BZ #376)
3250
3251* Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
3252- update from CVS
3253  - vasprintf fix (BZ #346)
3254  - gettext locking (BZ #322)
3255- change linuxthreads useldt.h inclusion login again, the last
3256  one failed all linuxthreads FLOATING_STACKS tests
3257
3258* Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
3259- update from CVS
3260  - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
3261  - fix nis locking (#132204)
3262  - RTLD_DEEPBIND support
3263  - fix pthread_create bugs (BZ #401, #405)
3264
3265* Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
3266- migrated CVS to fedora-branch in sources.redhat.com glibc repository
3267  - source tarballs renamed
3268  - redhat/ moved to fedora/, some old cruft removed
3269- update from trunk
3270  - some __nonnull annotations
3271
3272* Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
3273- update from CVS
3274  - set{re,e,res}[ug]id now affect the whole process in NPTL
3275  - return EAGAIN instead of ENOMEM when not enough memory
3276    in pthread_create
3277
3278* Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
3279- update from CVS
3280  - nscd getaddrinfo caching
3281
3282* Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
3283- restore temporarily old definition of __P()/__PMT()
3284  for third party apps
3285
3286* Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
3287- update from CVS
3288  - nscd bi-arch fix
3289  - remove all uses of __P()/__PMT() from glibc headers
3290- update and reenable nscd SELinux patch
3291- remove libnss1* and libnss*.so.1 compatibility NSS modules
3292  on IA-32, SPARC and Alpha
3293
3294* Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
3295- update from CVS
3296  - disable one of the malloc double free checks for non-contiguous
3297    arenas where it doesn't have to be true even for non-broken
3298    apps
3299
3300* Thu Sep  9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
3301- update from CVS
3302  - pwd/grp/host loops with nscd speed up by sharing the
3303    nscd cache r/o with applications
3304  - inexpensive double free check in free(3)
3305  - make NPTL pthread.h initializers usable even from C++
3306    (BZ #375)
3307- use atomic instructions even in i386 nscd on i486+ CPUs
3308  (conditionally)
3309
3310* Sat Sep  3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
3311- update from CVS
3312- fix linuxthreads tst-cancel{[45],-static}
3313
3314* Fri Sep  3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
3315- update from CVS
3316  - fix pthread_cond_destroy (BZ #342)
3317  - fix fnmatch without FNM_NOESCAPE (BZ #361)
3318  - fix ppc32 setcontext (BZ #357)
3319- add NPTL support for i386 glibc (only if run on i486 or higher CPU)
3320- add __NR_waitid defines for i386, x86_64 and sparc*
3321
3322* Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
3323- update from CVS
3324  - persistent nscd caching
3325  - ppc64 32-bit atomicity fix
3326  - fix x86-64 nptl-devel headers for -m32 compilation
3327- %%ghost /etc/ld.so.cache (#130597)
3328- edit /etc/ld.so.conf in glibc_post_upgrade if
3329  include ld.so.conf.d/*.conf line is missing (#120588)
3330- ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
3331
3332* Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
3333- update from CVS
3334
3335* Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
3336- update from CVS
3337  - fix nss_compat's initgroups handling (#130363)
3338  - fix getaddrinfo ai_canonname setting
3339
3340* Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
3341- update from CVS
3342  - add ip6-dotint resolv.conf option, make
3343    no-ip6-dotint the default
3344- BuildPrereq libselinux-devel (#129946)
3345- on ppc64, build without dot symbols
3346
3347* Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
3348- update from CVS
3349  - remove debugging printout (#129747)
3350  - make <sys/shm.h> usable in C++ (IT#45148)
3351- update RLIMIT_* constants in <bits/resource.h>, make
3352  <sys/resource.h> POSIX compliant (#129740)
3353
3354* Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
3355- fix last tzset () fixes, disable rereading of /etc/localtime
3356  every time for now
3357- really enable SELinux support for NSCD
3358
3359* Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
3360- update from CVS
3361  - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
3362  - tzset () fixes (BZ #154)
3363- speed up pthread_rwlock_unlock on arches other than i386 and
3364  x86_64 (#129455)
3365- fix compilation with -ansi (resp. -std=c89 or -std=c99) and
3366  -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
3367  (BZ #284)
3368- add SELinux support for NSCD
3369
3370* Fri Aug  6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
3371- update from CVS
3372  - change res_init to force all threads to re-initialize
3373    resolver before they use it next time (#125712)
3374  - various getaddrinfo and related fixes (BZ #295, #296)
3375  - fix IBM{932,943} iconv modules (#128674)
3376  - some nscd fixes (e.g. BZ #292)
3377  - RFC 3678 support (Multicast Source Filters)
3378- handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
3379  the same as /lib/i686/librt-*
3380
3381* Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
3382- update from CVS
3383  - conformance related changes in headers
3384- remove -finline-limit=2000 for GCC 3.4.x+
3385
3386* Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
3387- update from CVS
3388  - fix res_init leaks
3389  - fix newlocale races
3390  - fix ppc64 setjmp
3391- fix strtold (BZ #274)
3392
3393* Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
3394- update from CVS
3395  - allow pthread_cancel in DSO destructors run at exit time
3396- fix pow{f,,l} on IA-32 and powl on x86-64
3397- allow PIEs on IA-32 to have main in a shared library they depend on
3398
3399* Mon Jul  5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
3400- s390* .plt slot reduction
3401- fix pthread_rwlock_timedrdlock on x86_64
3402
3403* Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
3404- tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
3405  NPTL changes
3406
3407* Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
3408- update from CVS
3409  - if_nameindex using preferably netlink
3410  - printf_parsemb initialization fix
3411  - NPTL version is now the same as glibc version
3412
3413* Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
3414- update from CVS
3415  - reread resolv.conf for nscd --invalidate=hosts
3416  - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
3417    -m32 -D_FILE_OFFSET_BITS=64 compilations
3418  - avoid calling non-existing fcntl64 syscall on ppc64
3419
3420* Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
3421- update from CVS
3422  - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
3423  - fix backtrace in statically linked programs
3424- rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
3425
3426* Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
3427- update from CVS
3428- <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
3429- make c_stubs buildable even with GCC 3.2.x (#123042)
3430
3431* Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
3432- fix pthread_cond_wait on architectures other than IA-32 and
3433  x86_64
3434
3435* Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
3436- use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
3437
3438* Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
3439- update from CVS
3440  - FUTEX_REQUEUE fixes (#115349)
3441  - SPARC GCC 3.4 build fix
3442  - fix handling of undefined TLS symbols on IA32 (RELA only),
3443    SPARC and SH
3444  - regex translate fix
3445  - speed up sprintf
3446  - x86_64 makecontext alignment fix
3447  - make POSIX sigpause the default sigpause, unless BSD sigpause
3448    requested
3449
3450* Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
3451- remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
3452  on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
3453- build mq_{send,receive} with -fexceptions
3454
3455* Fri May  7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
3456- update from CVS
3457  - fix <tgmath.h>
3458  - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
3459    use of realloc
3460- remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
3461  and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
3462  might be a stale symlink
3463
3464* Wed May  5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
3465- update from CVS
3466- disable FUTEX_REQUEUE (work around #115349)
3467- mq for sparc/sparc64/ia64
3468
3469* Tue May  4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
3470- update from CVS
3471  - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
3472    plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
3473    included already in XNS5)
3474  - reorder dlopen checks, so that dlopening ET_REL objects
3475    complains about != ET_DYN != ET_EXEC, not about phentsize
3476    (#121606)
3477  - fix strpbrk macro for GCC 3.4+ (BZ #130)
3478  - fix <sys/sysctl.h> (BZ #140)
3479  - sched_[gs]etaffinity documentation fix (BZ #131)
3480  - fix sparc64 build (BZ #139)
3481  - change linuxthreads back to use non-cancellable writes
3482    to manager pipes etc.
3483  - fix sem_timedwait return value in linuxthreads (BZ #133)
3484  - ia64 unnecessary PLT relocs removal
3485
3486* Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
3487- update from CVS
3488  - fix *scanf
3489  - fix shm_unlink, sem_unlink and mq_unlink errno values
3490  - avoid memory leaks in error
3491  - execstack fixes on s390
3492
3493* Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
3494- update from CVS
3495  - mq and timer fixes
3496- rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
3497  linked binaries
3498- fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
3499
3500* Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
3501- disable rtkaio
3502- update from CVS
3503  - POSIX message passing support
3504  - fixed SIGEV_THREAD support for POSIX timers
3505  - fix free on non-malloced memory in syslog
3506  - fix ffsl on some 64-bit arches
3507  - fix sched_setaffinity on x86-64, ia64
3508  - fix ppc64 umount
3509  - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
3510  - various NIS speedups
3511  - fix fwrite with > 2GB sizes on 64-bit arches
3512  - fix pthread_getattr_np guardsize reporting in NPTL
3513- report PLT relocations in ld.so and libc.so during the build
3514
3515* Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
3516- update from CVS
3517  - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
3518  - strtol speed optimization
3519  - don't try to use certainly unimplemented syscalls on ppc64
3520- kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
3521  into /usr/lib/debug/usr/%{_lib}/ directory
3522- fix c_stubs with gcc 3.4
3523- move all the up to 3 builds into %%build scriptlet and
3524  leave only installation in the %%install scriptlet
3525
3526* Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
3527- update from CVS
3528  - affinity API changes
3529
3530* Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
3531- update from CVS
3532  - fix ia64 iopl (#118591)
3533  - add support for /etc/ld.so.conf.d/*.conf
3534  - fix x86-64 LD_DEBUG=statistics
3535- fix hwcap handling when using ld.so.cache (#118518)
3536
3537* Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
3538- update from CVS
3539  - implement non-_l function on top of _l functions
3540
3541* Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
3542- update from CVS
3543- fix s390{,x} TLS handling
3544
3545* Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
3546- update from CVS
3547  - special section for compatibility code
3548  - make getpid () work even in vfork () child
3549- configure with --enable-bind-now to avoid lazy binding in ld.so
3550  and libc.so
3551
3552* Fri Mar  5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
3553- update from CVS
3554  - fix iconv -c (#117021)
3555  - fix PIEs on sparc/sparc64
3556  - fix posix_fadvise on 64-bit architectures
3557- add locale-archive as %%ghost file (#117014)
3558
3559* Mon Mar  1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
3560- update from CVS
3561
3562* Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
3563- update from CVS
3564
3565* Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
3566- update from CVS
3567  - fix ld.so when vDSO is randomized
3568
3569* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
3570- update from CVS
3571
3572* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
3573- update from CVS
3574
3575* Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
3576- update from CVS
3577
3578* Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
3579- update from CVS
3580  - dl_iterate_phdr extension to signal number of added/removed
3581    libraries
3582- fix PT_GNU_RELRO support on ppc* with prelinking
3583
3584* Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
3585- rebuilt with fixed GCC on IA-64
3586
3587* Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
3588- fix PT_GNU_RELRO support
3589
3590* Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
3591- update from CVS
3592  - some further regex speedups
3593  - fix re.translate handling in regex (#112869)
3594  - change regfree to match old regex behaviour (what is freed
3595    and clearing of freed pointers)
3596  - fix accesses to unitialized memory in regex (#113507, #113425,
3597    #113421)
3598  - PT_GNU_RELRO support
3599
3600* Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
3601- update from CVS
3602  - fix pmap_set fd and memory leak (#112726)
3603- fix backreference handling in regex
3604- rebuilt under glibc without the above bug to fix
3605  libc.so linker script (#112738)
3606
3607* Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
3608- update from CVS
3609  - faster getpid () in NPTL builds
3610  - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
3611    really disable cancellation (#112512)
3612  - more regex fixes and speedups
3613  - fix nextafter*/nexttoward*
3614  - handle 6th syscall(3) argument on AMD64
3615  - handle memalign/posix_memalign in mtrace
3616  - fix linuxthreads memory leak (#112208)
3617  - remove throw () from cancellation points in linuxthreads (#112602)
3618  - fix NPTL unregister_atfork
3619  - fix unwinding through alternate signal stacks
3620
3621* Mon Dec  1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
3622- update from CVS
3623  - 2.3.3 release
3624  - lots of regex fixes and speedups (#110401)
3625  - fix atan2
3626  - fix pshared condvars in NPTL
3627  - fix pthread_attr_destroy for attributes created with
3628    pthread_attr_init@GLIBC_2.0
3629- for the time being, include both nb_NO* and no_NO* as locales
3630  so that the distribution can catch up with the no_NO->nb_NO
3631  transition
3632- add BuildPrereq texinfo (#110252)
3633
3634* Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
3635- update from CVS
3636  - fix getifaddrs (CAN-2003-0859)
3637  - fix ftw fd leak
3638  - fix linuxthreads sigaction (#108634)
3639  - fix glibc 2.0 stdio compatibility
3640  - fix uselocale (LC_GLOBAL_LOCALE)
3641  - speed up stdio locking in non-threaded programs on IA-32
3642  - try to maintain correct order of cleanups between those
3643    registered with __attribute__((cleanup))
3644    and with LinuxThreads style pthread_cleanup_push/pop (#108631)
3645  - fix segfault in regex (#109606)
3646  - fix RE_ICASE multi-byte handling in regex
3647  - fix pthread_exit in libpthread.a (#109790)
3648  - FTW_ACTIONRETVAL support
3649  - lots of regex fixes and speedups
3650  - fix ceill/floorl on AMD64
3651
3652* Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
3653- update from CVS
3654  - fix ld.so --verify (and ldd)
3655
3656* Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
3657- update from CVS
3658  - fix sprof (#103727)
3659  - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
3660  - prevent dlopening of executables
3661  - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
3662  - fix locale printing of word values on 64-bit big-endian arches
3663    (#107846)
3664  - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
3665    (#101261)
3666
3667* Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
3668- update from CVS
3669  - dl_iterate_phdr in libc.a on arches other than IA-64
3670  - LD_DEBUG=statistics prints number of relative relocations
3671  - fix hwcap computation
3672- NPTL is now part of upstream glibc CVS
3673- include {st,xh,zu}_ZA{,.UTF-8} locales
3674
3675* Sat Oct  4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
3676- update from CVS
3677  - fix close, pause and fsync (#105348)
3678  - fix pthread_once on IA-32
3679- implement backtrace () on IA-64, handle -fomit-frame-pointer
3680  in AMD64 backtrace () (#90402)
3681
3682* Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
3683- update from CVS
3684  - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
3685  - fix mknod/ustat return value when given bogus device number (#105768)
3686
3687* Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
3688- rebuilt
3689
3690* Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
3691- fix IA-64 getcontext
3692
3693* Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
3694- update from CVS
3695- fix syslog with non-C non-en_* locales (#61296, #104979)
3696- filter GLIBC_PRIVATE symbols from glibc provides
3697- fix NIS+
3698
3699* Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
3700- update from CVS
3701- assume 2.4.21 kernel features on RHEL/ppc*, so that
3702  {make,set,get,swap}context works
3703- backout execstack support for RHEL
3704- build rtkaio on amd64 too
3705
3706* Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
3707- update from CVS
3708  - execstack/noexecstack support
3709  - build nscd as PIE
3710- move __libc_stack_end back to @GLIBC_2.1
3711- build against elfutils >= 0.86 to fix stripping on s390x
3712
3713* Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
3714- rebuilt
3715
3716* Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
3717- update from CVS
3718  - NPTL locking change (#102682)
3719- don't jump around lock on amd64
3720
3721* Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
3722- fix open_memstream/syslog (#104661)
3723
3724* Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
3725- update from CVS
3726  - retrieve affinity in pthread_getattr_np
3727  - fix pthread_attr_[gs]etaffinity_np
3728  - handle hex and octal in wordexp
3729
3730* Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
3731- update from CVS
3732  - truncate instead of round in utimes when utimes syscall is not available
3733  - don't align stack in every glibc function unnecessarily on IA-32
3734  - make sure threads have their stack 16 byte aligned on IA-32
3735  - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
3736  - fix pthread_getattr_np for the initial thread (#102683)
3737  - avoid linuxthreads signal race (#104368)
3738- ensure all gzip invocations are done with -n option
3739
3740* Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
3741- update from CVS
3742- avoid linking in libgcc_eh.a unnecessarily
3743- change ssize_t back to long int on s390 -m31, unless
3744  gcc 2.95.x is used
3745
3746* Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
3747- update from CVS
3748  - fix IA-64 memccpy (#104114)
3749
3750* Tue Sep  9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
3751- update from CVS
3752  - undo broken amd64 signal context changes
3753
3754* Tue Sep  9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
3755- update from CVS
3756- change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
3757  {unsigned,} int
3758- change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
3759  *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
3760  on 64-bit arches from {unsigned,} long long int {,*} to
3761  {unsigned,} long int {,*} to restore binary compatibility
3762  for C++ functions using these types as arguments
3763
3764* Sun Sep  7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
3765- rebuilt
3766
3767* Sat Sep  6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
3768- update from CVS
3769  - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
3770  - libio fixes
3771
3772* Thu Sep  4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
3773- update from CVS
3774  - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
3775    and old-style pthread_cleanup_push cleanups
3776
3777* Tue Sep  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
3778- updated from CVS
3779  - lots of cancellation fixes
3780  - fix posix_fadvise* on ppc32
3781  - TLS layout fix
3782  - optimize stdio cleanups (#103354)
3783  - sparcv9 NPTL
3784  - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
3785    in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
3786  - fix svc_getreqset on 64-bit big-endian arches
3787  - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
3788    PTHREAD_PROCESS_SHARED
3789  - add pthread_cond_timedwait stubs to libc.so (#102709)
3790- split glibc-devel into glibc-devel and glibc-headers to ensure
3791  amd64 /usr/include always wins on amd64/i386 bi-arch installs
3792- increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
3793- get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
3794- run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
3795  ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
3796  and tests
3797
3798* Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
3799- include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
3800  in glibc-debuginfo-common*
3801
3802* Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
3803- update from CVS
3804  - fix glibc 2.0 libio compatibility (#101385)
3805  - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
3806  - fix assert.h (#102916, #103017)
3807  - make ld.so.cache identical between IA-32 and AMD64 (#102887)
3808  - fix static linking of large IA-64 binaries (#102586)
3809- avoid using floating point regs in lazy binding code on ppc64 (#102763)
3810
3811* Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
3812- add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
3813
3814* Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
3815- nptl_db rewrite not yet in CVS
3816
3817* Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
3818- update from CVS
3819  - fix rtkaio aio_fsync{,64}
3820  - update rtkaio for !BROKEN_THREAD_SIGNALS
3821  - fix assert macro when used on pointers
3822
3823* Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
3824- update from CVS
3825
3826* Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
3827- update from CVS
3828- disable CLONE_STOPPED for now until it is resolved
3829- strip crt files
3830- fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
3831- fix glibc-debuginfo to include all nptl and nptl_db sources
3832
3833* Thu Aug  7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
3834- update from CVS
3835  - fix pthread_create@GLIBC_2.0 (#101767)
3836- __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
3837
3838* Sun Aug  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
3839- update from CVS
3840  - only use CLONE_STOPPED if kernel supports it, fix setting of thread
3841    explicit scheduling (#101457)
3842
3843* Fri Aug  1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
3844- update from CVS
3845  - fix utimes and futimes if kernel doesn't support utimes syscall
3846  - fix s390 ssize_t type
3847  - fix dlerror when called before any dlopen/dlsym
3848  - update IA-64 bits/sigcontext.h (#101344)
3849  - various warning fixes
3850  - fix pthread.h comment typos (#101363)
3851
3852* Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
3853- update from CVS
3854- fix dlopen of libraries using TLS IE/LE models
3855
3856* Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
3857- update from CVS
3858  - fix timer_create
3859  - use __extension__ before long long typedefs in <bits/types.h> (#100718)
3860
3861* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
3862- update from CVS
3863  - fix wcpncpy (#99462)
3864  - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
3865    unlike __errno_location () or __h_errno_location () was introduced
3866    in glibc 2.2)
3867  - fix zic bug on 64-bit platforms
3868  - some TLS handling fixes
3869  - make ldconfig look into alternate ABI dirs by default (#99402)
3870- move %{_datadir}/zoneinfo to tzdata package, so that it can be
3871  errataed separately from glibc
3872- new add-on - rtkaio
3873- prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
3874
3875* Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
3876- fix thread cancellation on ppc64
3877
3878* Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
3879- update from CVS
3880  - fix thread cancellation on ppc32, s390 and s390x
3881
3882* Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
3883- update from CVS
3884  - build libc_nonshared.a with -fPIC instead of -fpic
3885- fix ppc64 PIE support
3886- add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
3887
3888* Tue Jul  8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
3889- update from CVS
3890
3891* Thu Jul  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
3892- update from CVS
3893- on IA-64 use different symbols for cancellation portion of syscall
3894  handlers to make gdb happier
3895
3896* Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
3897- update from CVS
3898  - nss_compat supporting LDAP etc.
3899
3900* Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
3901- update from CVS
3902
3903* Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
3904- fix condvars and semaphores in ppc* NPTL
3905- fix test-skeleton.c reporting of timed-out tests (#91269)
3906- increase timeouts for tests during make check
3907
3908* Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
3909- make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
3910  on bi-ABI architectures (#97557)
3911- disable FUTEX_REQUEUE on ppc* temporarily
3912
3913* Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
3914- update from CVS
3915- fix glibc_post_upgrade on ppc
3916
3917* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
3918- update from CVS
3919- fix localedef (#90659)
3920- tweak linuxthreads for librt cancellation
3921
3922* Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
3923- update from CVS
3924
3925* Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
3926- update from CVS
3927- fix <gnu/stubs.h> (#97169)
3928
3929* Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
3930- update from CVS
3931
3932* Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
3933- update from CVS
3934  - fix pthread_cond_signal on IA-32 (#92080, #92253)
3935  - fix setegid (#91567)
3936- don't prelink -R libc.so on any architecture, it prohibits
3937  address randomization
3938
3939* Fri Jun  5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
3940- update from CVS
3941  - fix IA-64 NPTL build
3942
3943* Thu Jun  5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
3944- update from CVS
3945- PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
3946  section in *.[oa]
3947
3948* Sun Jun  1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
3949- update from CVS
3950- enable NPTL on AMD64
3951- avoid using trampolines in localedef
3952
3953* Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
3954- enable NPTL on IA-64
3955
3956* Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
3957- update from CVS
3958- enable NPTL on s390 and s390x
3959- make __init_array_start etc. symbols in elf-init.oS hidden undefined
3960
3961* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
3962- update from CVS
3963
3964* Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
3965- update from CVS
3966
3967* Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
3968- update from CVS
3969- use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
3970  or set_tid_address syscall is available instead of checking
3971  AT_SYSINFO dynamic tag
3972
3973* Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
3974- update from CVS
3975
3976* Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
3977- update from CVS
3978  - fix for prelinking of libraries with no dependencies
3979
3980* Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
3981- update from CVS
3982- enable NPTL on ppc and ppc64
3983
3984* Tue May  6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
3985- rebuild
3986
3987* Sun May  4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
3988- update from CVS
3989
3990* Sat May  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
3991- update from CVS
3992  - make -jN build fixes
3993
3994* Fri May  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
3995- update from CVS
3996- avoid using trampolines in iconvconfig for now
3997
3998* Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
3999- update from CVS
4000
4001* Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
4002- update from CVS
4003- more ppc TLS fixes
4004
4005* Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
4006- update from CVS
4007  - nscd fixes
4008  - fix Bahrain spelling (#56298)
4009  - fix Ukrainian collation (#83973)
4010  - accept trailing spaces in /etc/ld.so.conf (#86032)
4011  - perror fix (#85994)
4012  - fix localedef (#88978)
4013  - fix getifaddrs (#89026)
4014  - fix strxfrm (#88409)
4015- fix ppc TLS
4016- fix getaddrinfo (#89448)
4017- don't print warning about errno, h_errno or _res if
4018  LD_ASSUME_KERNEL=2.4.1 or earlier
4019
4020* Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
4021- update from CVS
4022- fix prelink on ppc32
4023- add TLS support on ppc32 and ppc64
4024- make sure on -m64 arches all helper binaries are built with this
4025  option
4026
4027* Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
4028- update from CVS
4029  - fix strxfrm (#88409)
4030- use -m64 -mno-minimal-toc on ppc64
4031- conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
4032- link glibc_post_upgrade against newly built libc.a
4033
4034* Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
4035- update from CVS
4036  - fix NPTL pthread_detach and already terminated, but not yet
4037    joined thread (#88219)
4038  - fix bug-regex4 testcase (#88118)
4039  - reenable prelink support broken in 2.3.2-13
4040  - fix register_printf_function (#88052)
4041  - fix double free with fopen using ccs= (#88056)
4042  - fix potential access below $esp in {set,swap}context (#88093)
4043  - fix buffer underrun in gencat -H (#88099)
4044  - avoid using unitialized variable in tst-tgmath (#88101)
4045  - fix gammal (#88104)
4046  - fix iconv -c
4047  - fix xdr_string (PR libc/4999)
4048  - fix /usr/lib/nptl/librt.so symlink
4049  - avoid running NPTL cleanups twice in some cases
4050  - unblock __pthread_signal_cancel in linuxthreads, so that
4051    linuxthreads threaded programs work correctly if spawned
4052    from NPTL threaded programs
4053  - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
4054- remove /lib/i686 directory before running ldconfig in glibc post
4055  during i686 -> i386 glibc "upgrades" (#88456)
4056
4057* Wed Apr  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
4058- update from CVS
4059  - add pthread_atfork to libpthread.a
4060
4061* Tue Apr  1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
4062- update from CVS
4063- make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
4064  point
4065
4066* Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
4067- update from CVS
4068- if kernel >= 2.4.1 doesn't support NPTL, fall back to
4069  /lib/i686 libs on i686, not stright to /lib
4070
4071* Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
4072- update from CVS
4073  - timers fixes
4074
4075* Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
4076- update from CVS
4077- fix NPTL pthread_cond_timedwait
4078- fix sysconf (_SC_MONOTONIC_CLOCK)
4079- use /%%{_lib}/tls instead of /lib/tls on x86-64
4080- add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
4081- display content of .out files for all make check failures
4082
4083* Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
4084- update from CVS
4085  - kernel POSIX timers support
4086
4087* Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
4088- update from CVS
4089  - export __fork from glibc again
4090- fix glibc-compat build in NPTL
4091- fix c_stubs
4092- fix some more atomic.h problems
4093- don't check abi in glibc-compat libs
4094
4095* Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
4096- update from CVS
4097- build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
4098- condrestart sshd in glibc_post_upgrade so that the user can
4099  log in remotely and handle the rest (#86339)
4100- fix a typo in glibc_post_upgrade on sparc
4101
4102* Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
4103- update from CVS
4104- change i686/athlon libc.so.6 base to 0x00e80000
4105
4106* Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
4107- update from CVS
4108  - hopefully last fix for condvar problems
4109
4110* Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
4111- fix bits/syscall.h creation on x86-64
4112
4113* Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
4114- update from CVS
4115
4116* Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
4117- update from CVS
4118
4119* Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
4120- update from CVS
4121- fix glibc-debug description (#85111)
4122- make librt.so a symlink again, not linker script
4123
4124* Tue Mar  4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
4125- update from CVS
4126- remove the workarounds for broken software accessing GLIBC_PRIVATE
4127  symbols
4128
4129* Mon Mar  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
4130- update from CVS
4131
4132* Sun Mar  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
4133- fix TLS IE/LE model handling in dlopened libraries
4134  on TCB_AT_TP arches
4135
4136* Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
4137- update from CVS
4138
4139* Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
4140- update from CVS
4141
4142* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
4143- update from CVS
4144- only warn about errno, h_errno or _res for binaries, never
4145  libraries
4146- rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
4147
4148* Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
4149- update from CVS
4150
4151* Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
4152- update from CVS
4153
4154* Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
4155- update from CVS
4156
4157* Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
4158- update from CVS
4159
4160* Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
4161- update from CVS
4162- remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
4163
4164* Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
4165- update from CVS
4166
4167* Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
4168- update from CVS
4169
4170* Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
4171- update from CVS
4172  - pthread_cond* NPTL fixes, new NPTL testcases
4173
4174* Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
4175- update from CVS
4176- include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
4177  LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
4178  LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
4179  later is NPTL
4180- enable TLS on alpha/alphaev6
4181- add BuildPreReq: /usr/bin/readlink
4182
4183* Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
4184- update from CVS
4185  - pthread_once fix
4186
4187* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
4188- update from CVS
4189- vfork fix on s390
4190- rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
4191  don't bind locally (#83325)
4192
4193* Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
4194- update from CVS
4195- fix pthread_create after vfork+exec in linuxthreads
4196
4197* Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
4198- update from CVS
4199
4200* Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
4201- update from CVS
4202
4203* Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
4204- update from CVS
4205- enable TLS on s390{,x} and sparc{,v9}
4206
4207* Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
4208- update from CVS
4209- initialize __environ in glibc_post_upgrade to empty array,
4210  so that it is not NULL
4211- compat symlink for s390x /lib/ld64.so.1
4212- enable glibc-profile on x86-64
4213- only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
4214
4215* Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
4216- update from CVS
4217  - nscd fixes, *scanf fix
4218- fix %%nptlarches noarch build (#81909)
4219- IA-64 TLS fixes
4220
4221* Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
4222- update from CVS
4223- rework -debuginfo subpackage, add -debuginfo-common
4224  subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
4225- fix vfork in libc.a on PPC32, Alpha, Sparc
4226- fix libio locks in linuxthreads libc.so if libpthread.so
4227  is dlopened later (#81374)
4228
4229* Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
4230- update from CVS
4231  - dlclose bugfixes
4232- fix NPTL libpthread.a
4233- fix glibc_post_upgrade on several arches
4234
4235* Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
4236- update from CVS
4237- TLS support on IA-64
4238
4239* Wed Jan  8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
4240- fix vfork in linuxthreads (#81377, #81363)
4241
4242* Tue Jan  7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
4243- update from CVS
4244- don't use TLS libs if kernel doesn't set AT_SYSINFO
4245  (#80921, #81212)
4246- add ntp_adjtime on alpha (#79996)
4247- fix nptl_db (#81116)
4248
4249* Sun Jan  5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
4250- update from CVS
4251- support all architectures again
4252
4253* Fri Jan  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
4254- fix condvar compatibility wrappers
4255- add ugly hack to use non-TLS libs if a binary is seen
4256  to have errno, h_errno or _res symbols in .dynsym
4257
4258* Fri Jan  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
4259- update from CVS
4260  - fixes for new condvar
4261
4262* Thu Jan  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
4263- new NPTL condvar implementation plus related linuxthreads
4264  symbol versioning updates
4265
4266* Thu Jan  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
4267- update from CVS
4268- fix #include <sys/stat.h> with -D_BSD_SOURCE or without
4269  feature set macros
4270- make *sigaction, sigwait and raise the same between
4271  -lpthread -lc and -lc -lpthread in linuxthreads builds
4272
4273* Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
4274- fix dlclose
4275
4276* Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
4277- enable sysenter by default for now
4278- fix endless loop in ldconfig
4279
4280* Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
4281- update from CVS
4282
4283* Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
4284- update from CVS
4285  - fix ptmalloc_init after clearenv (#80370)
4286
4287* Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
4288- update from CVS
4289- add IA-64 back
4290- move TLS libraries from /lib/i686 to /lib/tls
4291
4292* Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
4293- system(3) fix for linuxthreads
4294- don't segfault in pthread_attr_init from libc.so
4295- add cancellation tests from nptl to linuxthreads
4296
4297* Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
4298- fix up lists of exported symbols + their versions
4299  from the libraries
4300
4301* Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
4302- fix --with-tls --enable-kernel=2.2.5 libc on IA-32
4303
4304* Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
4305- update from CVS
4306  - fix NPTL hanging mozilla
4307  - initialize malloc in mALLOPt (fixes problems with squid, #79957)
4308  - make linuxthreads work with dl_dynamic_weak 0
4309  - clear dl_dynamic_weak everywhere
4310
4311* Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
4312- update from CVS
4313  - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
4314  - kill -debug sub-package, rename -debug-static to -debug
4315  - clear dl_dynamic_weak for NPTL
4316
4317* Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
4318- fix <bits/mathinline.h> and <bits/nan.h> for C++
4319- automatically generate NPTL libpthread wrappers
4320
4321* Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
4322- update from CVS
4323  - all functions which need cancellation should now be cancellable
4324    both in libpthread.so and libc.so
4325  - removed @@GLIBC_2.3.2 cancellation wrappers
4326
4327* Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
4328- update from CVS
4329  - replace __libc_lock_needed@GOTOFF(%ebx) with
4330    %gs:offsetof(tcbhead_t, multiple_threads)
4331  - start of new NPTL cancellation wrappers
4332
4333* Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
4334- update from CVS
4335- use inline locks in malloc
4336
4337* Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
4338- update from CVS
4339  - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
4340
4341* Mon Dec  9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
4342- update from CVS
4343- rebuilt with gcc-3.2.1-2
4344
4345* Fri Dec  6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
4346- update from CVS
4347- non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
4348  should work now
4349- faster libc locking when using nptl
4350- add OUTPUT_FORMAT to linker scripts
4351- fix x86_64 sendfile (#79111)
4352
4353* Wed Dec  4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
4354- update from CVS
4355  - RUSCII support (#78906)
4356- for nptl builds add BuildRequires
4357- fix byteswap.h for non-gcc (#77689)
4358- add nptl-devel package
4359
4360* Tue Dec  3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
4361- update from CVS
4362  - make --enable-kernel=2.2.5 --with-tls --without-__thread
4363    ld.so load nptl and other --with-__thread libs
4364- disable nptl by default for now
4365
4366* Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
4367- update from CVS
4368- restructured redhat/Makefile and spec, so that src.rpm contains
4369  glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
4370- added nptl
4371
4372* Fri Nov  8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
4373- update from CVS
4374  - even more regex fixes
4375- run sed testsuite to check glibc regex
4376
4377* Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
4378- fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
4379  using libpthread.so.
4380
4381* Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
4382- update from CVS
4383  - fixed %a and %A in *printf (#75821)
4384  - fix re_comp memory leaking (#76594)
4385
4386* Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
4387- update from CVS
4388  - some more regex fixes
4389- fix libpthread.a (#76484)
4390- fix locale-archive enlarging
4391
4392* Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
4393- update from CVS
4394  - don't need to use 128K of stacks for DNS lookups
4395  - regex fixes
4396  - updated timezone data e.g. for this year's Brasil DST
4397    changes
4398  - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
4399
4400* Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
4401- update to 2.3.1 final
4402  - support really low thread stack sizes (#74073)
4403- tzdata update
4404
4405* Wed Oct  9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
4406- update from CVS
4407  - handle low stack limits
4408  - move s390x into */lib64
4409
4410* Thu Oct  3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
4411- update to 2.3 final
4412  - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
4413
4414* Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
4415- don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
4416  speed things up, because they are neither REL arches, nor
4417  ELF_MACHINE_REL_RELATIVE
4418- fix sparc64 build
4419
4420* Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
4421- update from CVS
4422
4423* Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
4424- update from CVS
4425- prelink on ppc and x86-64 too
4426- don't remove ppc memset
4427- instead of listing on which arches to remove glibc-compat
4428  list where it should stay
4429
4430* Fri Sep  6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
4431- fix wcsmbs functions with invalid character sets (or malloc
4432  failures)
4433- make sure __ctype_b etc. compat vars are updated even if
4434  they are copy relocs in the main program
4435
4436* Thu Sep  5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
4437- fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
4438  leading to unresolved __set_h_errno symbol)
4439
4440* Wed Sep  4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
4441- security fix - increase dns-network.c MAXPACKET to at least
4442  65536 to avoid buffer overrun. Likewise glibc-compat
4443  dns-{host,network}.c.
4444
4445* Tue Sep  3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
4446- temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
4447  libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
4448  from libc.so - we have still lots of .a libraries referencing
4449  __ctype_{b,tolower,toupper} out there...
4450
4451* Tue Sep  3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
4452- update from CVS
4453  - 2.2.93 release
4454  - use double instead of single indirection in isXXX macros
4455  - per-locale wcsmbs conversion state
4456
4457* Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
4458- update from CVS
4459  - fix newlocale/duplocale/uselocale
4460- disable profile on x86_64 for now
4461
4462* Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
4463- update from CVS
4464  - 2.2.92 release
4465  - fix gettext after uselocale
4466  - fix locales in statically linked threaded programs
4467  - fix NSS
4468
4469* Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
4470- update from CVS
4471  - 2.2.91 release
4472  - fix fd leaks in locale-archive reader (#72043)
4473- handle EROFS in build-locale-archive gracefully (#71665)
4474
4475* Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
4476- update from CVS
4477  - fix re_match (#72312)
4478- support more than 1024 threads
4479
4480* Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
4481- update from CVS
4482  - fix i386 build
4483
4484* Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
4485- update from CVS
4486  - fix locale-archive loading hang on some (non-primary) locales
4487    (#72122, #71878)
4488  - fix umount problems with locale-archives when /usr is a separate
4489    partition (#72043)
4490- add LICENSES file
4491
4492* Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
4493- update from CVS
4494  - only mmap up to 2MB of locale-archive on 32-bit machines
4495    initially
4496  - fix fseek past end + fread segfault with mmaped stdio
4497- include <sys/debugreg.h> which is mistakenly not included
4498  in glibc-devel on IA-32
4499
4500* Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
4501- don't return normalized locale name in setlocale when using
4502  locale-archive
4503
4504* Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
4505- update from CVS
4506  - optimize for primary system locale
4507- localedef fixes (#71552, #67705)
4508
4509* Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
4510- fix path to locale-archive in libc reader
4511- build locale archive at glibc-common %post time
4512- export __strtold_internal and __wcstold_internal on Alpha again
4513- workaround some localedata problems
4514
4515* Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
4516- update from CVS
4517- patch out set_thread_area for now
4518
4519* Fri Aug  9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
4520- update from CVS
4521- GB18030 patch from Yu Shao
4522- applied Debian patch for getaddrinfo IPv4 vs. IPv6
4523- fix regcomp (#71039)
4524
4525* Sun Aug  4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
4526- update from CVS
4527- use /usr/sbin/prelink, not prelink (#70376)
4528
4529* Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
4530- update from CVS
4531
4532* Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
4533- update from CVS
4534  - ungetc fix (#69586)
4535  - fseek errno fix (#69589)
4536  - change *etrlimit prototypes for C++ (#68588)
4537- use --without-tls instead of --disable-tls
4538
4539* Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
4540- set nscd user's shell to /sbin/nologin (#68369)
4541- fix glibc-compat buffer overflows (security)
4542- buildrequire prelink, don't build glibc's own copy of it (#67567)
4543- update from CVS
4544  - regex fix (#67734)
4545  - fix unused warnings (#67706)
4546  - fix freopen with mmap stdio (#67552)
4547  - fix realloc (#68499)
4548
4549* Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
4550- update from CVS
4551  - fix argp on long words
4552  - update atime in libio
4553
4554* Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
4555- update from CVS
4556  - a thread race fix
4557  - fix readdir on invalid dirp
4558
4559* Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
4560- update from CVS
4561  - don't use __thread in headers
4562- fix system(3) in threaded apps
4563- update prelink, so that it is possible to prelink -u libc.so.6.1
4564  on Alpha
4565
4566* Fri Jun  7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
4567- update from CVS
4568  - fix __moddi3 (#65612, #65695)
4569  - fix ether_line (#64427)
4570- fix setvbuf with mmap stdio (#65864)
4571- --disable-tls for now, waiting for kernel
4572- avoid duplication of __divtf3 etc. on IA-64
4573- make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
4574
4575* Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
4576- update from CVS
4577  - fix Alpha pthread bug with gcc 3.1
4578
4579* Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
4580- fix nice
4581
4582* Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
4583- add relocation dependencies even for weak symbols (#63422)
4584- stricter check_fds check for suid/sgid binaries
4585- run make check at %%install time
4586
4587* Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
4588- handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
4589- back out do-lookup.h change (#63261, #63305)
4590- use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
4591  since lots of compilers break on it
4592- fix sparc build with gcc 3.1
4593- fix spec file for athlon
4594
4595* Tue Apr  9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
4596- fix debugging of threaded apps (#62804)
4597- fix DST for Estonia (#61494)
4598- document that pthread_mutexattr_?etkind_np are deprecated
4599  and pthread_mutexattr_?ettype should be used instead in man
4600  pages (#61485)
4601- fix libSegFault.so undefined externals
4602
4603* Fri Apr  5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
4604- temporarily disable prelinking ld.so, as some statically linked
4605  binaries linked against debugging versions of old glibcs die on it
4606  (#62352)
4607- fix <semaphore.h> for -std=c99 (#62516)
4608- fix ether_ntohost segfault (#62397)
4609- remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
4610  /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
4611  version (#61633)
4612- prelink -r on alpha too
4613
4614* Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
4615- update GB18030 iconv module (Yu Shao)
4616
4617* Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
4618- features.h fix
4619
4620* Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
4621- update from CVS
4622  - fix nscd with huge groups
4623  - fix nis to not close fds it shouldn't
4624- rebuilt against newer glibc-kernheaders to use the correct
4625  PATH_MAX
4626- handle .athlon.rpm glibc the same way as .i686.rpm
4627- add a couple of .ISO-8859-15 locales (#61922)
4628- readd temporarily currencies which were superceeded by Euro
4629  into the list of accepted currencies by localedef to make
4630  standard conformance testsuites happy
4631- temporarily moved __libc_waitpid back to make Sun JDK happy
4632- use old malloc code
4633- prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
4634
4635* Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
4636- update from CVS
4637  - fix DST handling for southern hemisphere (#60747)
4638  - fix daylight setting for tzset (#59951)
4639  - fix ftime (#60350)
4640  - fix nice return value
4641  - fix a malloc segfault
4642- temporarily moved __libc_wait, __libc_fork and __libc_stack_end
4643  back to what they used to be exported at
4644- censorship (#60758)
4645
4646* Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
4647- update from CVS
4648- use __attribute__((visibility(...))) if supported, use _rtld_local
4649  for ld.so only objects
4650- provide libc's own __{,u}{div,mod}di3
4651
4652* Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
4653- switch back to 2.2.5, mmap stdio needs work
4654
4655* Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
4656- fix two other mmap stdio bugs (#60228)
4657
4658* Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
4659- fix yet another mmap stdio bug (#60145)
4660
4661* Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
4662- fix mmap stdio bug (seen on ld as File truncated error, #60043)
4663- apply Andreas Schwab's fix for pthread sigwait
4664- remove /lib/i686/ libraries in glibc_post_upgrade when
4665  performing i386 glibc install
4666
4667* Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
4668- update to CVS
4669- added glibc-utils subpackage
4670- disable autoreq in glibc-debug
4671- readd %%lang() to locale files
4672
4673* Fri Feb  7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
4674- update to CVS
4675- move glibc private symbols to GLIBC_PRIVATE symbol version
4676
4677* Wed Jan  9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
4678- fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
4679  symbol in libm
4680
4681* Tue Jan  8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
4682- add debug-static package
4683
4684* Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
4685- update from CVS
4686- remove -D__USE_STRING_INLINES
4687- add debug subpackage to trim glibc and glibc-devel size
4688
4689* Wed Oct  3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
4690- fix strsep
4691
4692* Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
4693- fix a ld.so bug with duplicate searchlists in l_scope
4694- fix erfcl(-inf)
4695- turn /usr/lib/librt.so into linker script
4696
4697* Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
4698- fix a ld.so lookup bug after lots of dlopen calls
4699- fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
4700- prelinking support for Sparc64
4701
4702* Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
4703- update from CVS to fix DT_SYMBOLIC
4704- prelinking support for Alpha and Sparc
4705
4706* Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
4707- update from CVS
4708  - linuxthreads now retries if -1/EINTR is returned from
4709    reading or writing to thread manager pipe (#43742)
4710- use DT_FILTER in librt.so (#53394)
4711  - update glibc prelink patch so that it handles filters
4712- fix timer_* with SIGEV_NONE (#53494)
4713- make glibc_post_upgrade work on PPC (patch from Franz Sirl)
4714
4715* Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
4716- fix build on sparc32
4717- 2.2.4-13 build for some reason missed some locales
4718  on alpha/ia64
4719
4720* Mon Sep  3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
4721- fix iconvconfig
4722
4723* Mon Sep  3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
4724- add fam to /etc/rpc (#52863)
4725- fix <inttypes.h> for C++ (#52960)
4726- fix perror
4727
4728* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
4729- fix strnlen(x, -1)
4730
4731* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
4732- doh, <bits/libc-lock.h> should only define __libc_rwlock_t
4733  if __USE_UNIX98.
4734
4735* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
4736- fix bits/libc-lock.h so that gcc can compile
4737- fix s390 build
4738
4739* Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
4740- kill stale library symlinks in ldconfig (#52350)
4741- fix inttypes.h for G++ < 3.0
4742- use DT_REL*COUNT
4743
4744* Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
4745- fix strnlen on IA-64 (#50077)
4746
4747* Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
4748- glibc 2.2.4 final
4749- fix -lpthread -static (#51672)
4750
4751* Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
4752- doh, include libio/tst-swscanf.c
4753
4754* Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
4755- don't crash on catclose(-1)
4756- fix wscanf %[] handling
4757- fix return value from swprintf
4758- handle year + %U/%W week + week day in strptime
4759
4760* Thu Aug  9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
4761- update from CVS to
4762  - fix strcoll (#50548)
4763  - fix seekdir (#51132)
4764  - fix memusage (#50606)
4765- don't make gconv-modules.cache %%config file, just don't verify
4766  its content.
4767
4768* Mon Aug  6 2001 Jakub Jelinek <jakub@redhat.com>
4769- fix strtod and *scanf (#50723, #50724)
4770
4771* Sat Aug  4 2001 Jakub Jelinek <jakub@redhat.com>
4772- update from CVS
4773  - fix iconv cache handling
4774- glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
4775- add gconv-modules.cache as emtpy config file (#50699)
4776- only run iconvconfig if /usr is mounted read-write (#50667)
4777
4778* Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
4779- move iconvconfig from glibc-common into glibc subpackage,
4780  call it from glibc_post_upgrade instead of common's post.
4781
4782* Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4783- turn off debugging printouts in iconvconfig
4784
4785* Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4786- update from CVS
4787  - fix IA-32 makecontext
4788  - make fflush(0) thread-safe (#46446)
4789
4790* Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
4791- adjust prelinking DT_* and SHT_* values in elf.h
4792- update from CVS
4793  - iconv cache
4794  - make iconv work in SUID/SGID programs (#34611)
4795
4796* Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
4797- update from CVS
4798  - kill non-pic code in libm.so
4799  - fix getdate
4800  - fix some locales (#49402)
4801- rebuilt with binutils-2.11.90.0.8-5 to place .interp section
4802  properly in libBrokenLocale.so, libNoVersion.so and libanl.so
4803- add floating stacks on IA-64, Alpha, Sparc (#49308)
4804
4805* Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
4806- make /lib/i686 directory owned by glibc*.i686.rpm
4807
4808* Mon Jul  9 2001 Jakub Jelinek <jakub@redhat.com>
4809- remove rquota.[hx] headers which are now provided by quota (#47141)
4810- add prelinking patch
4811
4812* Thu Jul  5 2001 Jakub Jelinek <jakub@redhat.com>
4813- require sh-utils for nscd
4814
4815* Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
4816- update from CVS (#43681, #43350, #44663, #45685)
4817- fix ro_RO bug (#44644)
4818
4819* Wed Jun  6 2001 Jakub Jelinek <jakub@redhat.com>
4820- fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
4821- make rpc headers -ansi compilable (#42390)
4822- remove alphaev6 optimized memcpy, since there are still far too many
4823  broken apps which call memcpy where they should call memmove
4824- update from CVS to (among other things):
4825  - fix tanhl bug (#43352)
4826
4827* Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
4828- fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
4829- fix a dlclose reldeps handling bug
4830- some more profiling fixes
4831- fix tgmath.h
4832
4833* Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
4834- make ldconfig more quiet
4835- fix LD_PROFILE on i686 (#41030)
4836
4837* Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4838- fix the hardlink program, so that it really catches all files with
4839  identical content
4840- add a s390x clone fix
4841
4842* Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4843- fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
4844- fix nss compatibility DSO versions for alphaev6
4845- add a hardlink program instead of the shell 3x for plus cmp -s/link
4846  which takes a lot of time during build
4847- rework BuildPreReq and Conflicts with gcc, so that
4848  it applies only where it has to
4849
4850* Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
4851- fix locale name of ja_JP in UTF-8 (#39783)
4852- fix re_search_2 (#40244)
4853- fix memusage script (#39138, #39823)
4854- fix dlsym(RTLD_NEXT, ) from main program (#39803)
4855- fix xtrace script (#39609)
4856- make glibc conflict with glibc-devel 2.2.2 and below (to make sure
4857  libc_nonshared.a has atexit)
4858- fix getconf LFS_CFLAGS on 64bitters
4859- recompile with gcc-2.96-84 or above to fix binary compatibility problem
4860  with __frame_state_for function (#37933)
4861
4862* Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
4863- glibc 2.2.3 release
4864  - fix strcoll (#36539)
4865- add BuildPreReqs (#36378)
4866
4867* Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
4868- update from CVS
4869
4870* Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
4871- update from CVS
4872  - fix sparc64, ia64
4873  - fix some locale syntax errors (#35982)
4874
4875* Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
4876- update from CVS
4877
4878* Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
4879- update from CVS
4880
4881* Fri Apr  6 2001 Jakub Jelinek <jakub@redhat.com>
4882- support even 2.4.0 kernels on ia64, sparc64 and s390x
4883- include UTF-8 locales
4884- make gconv-modules %%config(noreplace)
4885
4886* Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
4887- back out sunrpc changes
4888
4889* Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
4890- update from CVS
4891  - fix ia64 build
4892  - fix pthread_getattr_np
4893
4894* Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
4895- update from CVS
4896  - run atexit() registered functions at dlclose time if they are in shared
4897    libraries (#28625)
4898  - add pthread_getattr_np API to make JVM folks happy
4899
4900* Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
4901- require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
4902- fix ldd behaviour on unresolved symbols
4903- remove nonsensical ldconfig warning, update osversion for the most
4904  recent library with the same soname in the same directory instead (#31703)
4905- apply selected patches from CVS
4906- s390x spec file changes from Florian La Roche
4907
4908* Wed Mar  7 2001 Jakub Jelinek <jakub@redhat.com>
4909- fix gencat (#30894)
4910- fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
4911
4912* Tue Mar  6 2001 Jakub Jelinek <jakub@redhat.com>
4913- update from CVS
4914- make pthread_attr_setstacksize consistent before and after pthread manager
4915  is started (#28194)
4916- pass back struct sigcontext from pthread signal wrapper (on ia32 only so
4917  far, #28493)
4918- on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
4919  make ld.so pick the right one
4920
4921* Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
4922- glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
4923
4924* Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
4925- make glibc require particular version of glibc-common
4926  and glibc-common prerequire glibc.
4927
4928* Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
4929- glibc 2.2.2 release
4930  - fix regex REG_ICASE bug seen in ksymoops
4931
4932* Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
4933- fix regexec leaking memory (#26864)
4934
4935* Fri Feb  9 2001 Jakub Jelinek <jakub@redhat.com>
4936- update from CVS
4937  - fix ia64 build with gnupro
4938  - make regex 64bit clean
4939  - fix tgmath make check failures on alpha
4940
4941* Tue Feb  6 2001 Jakub Jelinek <jakub@redhat.com>
4942- update again for ia64 DF_1_INITFIRST
4943
4944* Fri Feb  2 2001 Jakub Jelinek <jakub@redhat.com>
4945- update from CVS
4946  - fix getaddrinfo (#25437)
4947  - support DF_1_INITFIRST (#25029)
4948
4949* Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
4950- build all auxiliary arches with --enablekernel 2.4.0, those wanting
4951  to run 2.2 kernels can downgrade to the base architecture glibc.
4952
4953* Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
4954- remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
4955
4956* Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
4957- update to 2.2.1 final
4958  - fix a pthread_kill_other_threads_np breakage (#23966)
4959  - make static binaries using dlopen work on ia64 again
4960- fix a typo in glibc-common group
4961
4962* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4963- devel requires glibc = %%{version}
4964- noreplace /etc/nscd.conf
4965
4966* Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
4967- some more security fixes:
4968  - don't look up LD_PRELOAD libs in cache for SUID apps
4969    (because that bypasses SUID bit checking on the library)
4970  - place output files for profiling SUID apps into /var/profile,
4971    use O_NOFOLLOW for them
4972  - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
4973- hardlink identical locale files together
4974- add %%lang() tags to locale stuff
4975- remove ko_KR.utf8 for now, it is provided by locale-utf8 package
4976
4977* Mon Jan  8 2001 Jakub Jelinek <jakub@redhat.com>
4978- add glibc-common subpackage
4979- fix alphaev6 memcpy (#22494)
4980- fix sys/cdefs.h (#22908)
4981- don't define stdin/stdout/stderr as macros for -traditional (#22913)
4982- work around a bug in IBM JDK (#22932, #23012)
4983- fix pmap_unset when network is down (#23176)
4984- move nscd in rc.d before netfs on shutdown
4985- fix $RESOLV_HOST_CONF in SUID apps (#23562)
4986
4987* Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
4988- fix ftw and nftw
4989
4990* Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
4991- fix fcvt (#22184)
4992- ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
4993- fix gencat
4994
4995* Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
4996- fix alpha htonl and alphaev6 stpcpy
4997
4998* Sat Dec  9 2000 Jakub Jelinek <jakub@redhat.com>
4999- update to CVS to:
5000  - fix getnameinfo (#21934)
5001  - don't stomp on memory in rpath handling (#21544)
5002  - fix setlocale (#21507)
5003- fix libNoVersion.so.1 loading code (#21579)
5004- use auxarches define in spec file for auxiliary
5005  architectures (#21219)
5006- remove /usr/share directory from filelist (#21218)
5007
5008* Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
5009- update to CVS to fix getaddrinfo
5010
5011* Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
5012- update to CVS to fix freopen
5013- remove all alpha workarounds, not needed anymore
5014
5015* Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
5016- fix dladdr bug on alpha/sparc32/sparc64
5017- fix Makefiles so that they run static tests properly
5018
5019* Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
5020- update to CVS to fix ldconfig
5021
5022* Thu Nov  9 2000 Jakub Jelinek <jakub@redhat.com>
5023- update to glibc 2.2 release
5024
5025* Mon Nov  6 2000 Jakub Jelinek <jakub@redhat.com>
5026- update to CVS to:
5027  - export __sysconf@@GLIBC_2.2 (#20417)
5028
5029* Fri Nov  3 2000 Jakub Jelinek <jakub@redhat.com>
5030- merge to 2.1.97
5031
5032* Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
5033- update to CVS, including:
5034  - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
5035  - fix hesiod (#19375)
5036  - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
5037  - fix LFS fcntl when used with non-LFS aware kernels (#19730)
5038
5039* Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
5040- fix alpha semctl (#19199)
5041- update to CVS, including:
5042  - fix glibc headers for Compaq non-gcc compilers
5043  - fix locale alias handling code (#18832)
5044  - fix rexec on little endian machines (#18886)
5045- started writing changelog again
5046
5047* Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
5048- added ja ujis alias for backwards compatibility
Note: See TracBrowser for help on using the repository browser.