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

Revision 11120, 183.2 KB checked in by iwamoto, 7 years ago (diff)

glibc: add patch20005 for fix CVE-2017-1000366

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