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

Revision 10035, 180.1 KB checked in by iwamoto, 8 years ago (diff)

glibc: fix CVE-2015-7547, CVE-2015-8776, CVE-2015-8778

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