source: projects/specs/trunk/g/glibc/glibc-vl.spec @ 5352

Revision 5352, 180.1 KB checked in by Takemikaduchi, 12 years ago (diff)

fix BTS:1244

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