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

Revision 9303, 178.7 KB checked in by iwamoto, 9 years ago (diff)

glibc: CVE-2015-0235

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