glibc (2.3.5-3) unstable; urgency=low * GOTO Masanori * Localedata update: - debian/patches/cvs-localedata.dpatch: New file, to update localedata to the latest cvs. Reported by Safir Secerovic , that is already available in Denis Barbier's belocs-locales-data. (Closes: #312902) * To make glibc-2.3.5 buidable with gcc-4.0: - debian/patches/00list: Drop glibc234-hppa-full-nptl-2004-12-20.dpatch line replaced by the new patches: glibc235-hppa-sysdeps.dpatch and glibc235-hppa-lt.dpatch. It'll be removed when hppa unstable works nicely. - debian/patches/glibc235-gcc4-sparc-inline.dpatch: Update the patch to compile sparc64. - debian/patches/glibc235-gcc4-s390-inline.dpatch: New file, fix s390 compilation breakage by changing static inline to auto inline for dl-machine.h. - debian/patches/glibc235-gcc4-alpha-profile.dpatch: New file, fix alpha compilation breakage by removing strong_alias. - debian/sysdeps/alpha.mk: Disabled __thread for static linked executables. - debian/control.in/main: Update Build-Depends: binutils for m68k. - debian/control.in/main: Add Build-Depends: gcc-3.4 for powerpc and m68k. - debian/control: Regenerated. * To make glibc-2.3.5 buildable with gcc-3.4: - debian/sysdeps/m68k.mk: New file, to use gcc-3.4 as CC and BUILD_CC due to gcc-4.0 ICE. See #319312. - debian/patches/glibc235-gcc4-m68k-seccomment.dpatch: New file, fix m68k binutils comment parse error. * Introduce RUN_TESTSUITE for disabling make check, taken from Jeff Bailey : - debian/rules: Enable RUN_TESTSUITE in default. - debian/rules.d/build.mk: Check RUN_TESTSUITE before invoking tests. - debian/sysdeps/hppa.mk: Disable RUN_TESTSUITE because linuxthreads cannot work correctly. - debian/sysdeps/alpha.mk: Likewise. * Introduce loose locales version dependency to avoid locales version mismatch for FTBFS architectures, taken from Jeff Bailey (Closes: #204696, #308824): - debian/locales-depver: New file, describes minimum locales dependency version. It's renamed from locales-shlibver because it's not "shlib". - debian/rules.d/debhelper.mk: Use LOCALES_DEP_VER to generate locales dependency. - debian/rules: Include debian/locales-depver. * debian/sysdeps/depflags.pl: Drop Depends: libdb1-compat because it's until sarge stuff. Suggested by Colin Watson . (Closes: #318885) * debian/debhelper.in/nscd.dirs: New file, add /var/run/nscd dir to invoke nscd correctly. (Closes: #314892) * debian/local/manpages/locale.gen.5: Fix typo, charsets -> charmaps. (Closes: #312297, #318982) * debian/debhelper.in/libc.preinst: Remove dpkg --assert-support-predepends check like base-passwrd, suggested by Bastian Blank . (Closes: #316217) * debian/debhelper.in/libc.preinst: Fix typo. (Closes: #306136) * debian/debhelper.in/libc.postinst: Likewise. * Michael Banck : - debian/patches/hurd-enable-ldconfig.dpatch: New file, to build ldconfig again on Hurd. (Closes: #309489) - debian/sysdeps/gnu.mk: Hurd-i386 needs --without-tls option to build. - debian/patches/hurd-libpthread-indirect-loading.dpatch: New file, to make libpthread load indirectly on Hurd. (Closes: #312488) - debian/patches/hurd-ioctl-pfinet.dpatch: New file, to support part of SIOCGIFHWADDR for pfinet on Hurd. (Closes: #295117) * Jeff Bailey : - debian/patches/glibc235-hppa-sysdeps.dpatch: New file, to build hppa linuxthreads locking problem and sysdeps correctly again. - debian/patches/glibc235-hppa-lt.dpatch: New file, likewise. * Denis Barbier : - debian/debhelper.in/locales.config: Use LANG=C for locale-dependent commands. (Closes: #314717) - debian/debhelper.in/locales.postinst: Likewise. - debian/debhelper.in/locales.postinst: Fix repeated locale entry duplication when at least a locale is defined twice in /etc/locale.gen. (Closes: #271526) * Stephen Gildea : - debian/debhelper.in/nscd.init: Provides a "status" option, fix the exit status if the script is given an unsupported option. (Closes: #312404) * Serge Belyshev : - debian/patches/glibc235-execvp-fix.dpatch: Fix execvp segv caused by invalid free pointer. * This version fixes some bugs that are already marked as fixed-in-experimental and explained the reason in this changelog. (Closes: #144670, #185991, #258647, #276062, #279423, #280030, #298784) (Closes: #300806, #300842, #304963, #305400, #305662, #305666, #309618) (Closes: #311793, #313404, #314084, #315347, #315793) * This version fixes some bugs that are already confirmed as fixed (fixed-in-experimental) in the experimental glibc: - Support posix_fadvise64 correctly on 2.4 kernel. (Closes: #312406, #313219) - Can static link with the recent toolchain changed with TLS/non-TLS errno definition on amd64 and ia64. (Closes: #317674, #317946, #318956, #318963, #319115) - Fix mktime when setting a timezone value to AC_FUNC_MKTIME. (Closes: #177940) - Fix libc6-i686 to reexec init. (Closes: #270745) * This version fixes some bugs that are marked as fixed-upstream: - Fix ucontext.h failure with g++-4.0 on ia64. (Closes: #318429, #320240) - Missing icache flushing on PPC caused sometimes segv, and now cache management is reworked and fixed. (Closes: #146489) - Fix alpha atan() that gave wrong results for some operands. (Closes: #210613) - Fix PPC rint() that gave wrong result for negative arguments in the rounding toward -inf and +inf mode. (Closes: #216800) - Fix that the pmaplist frees the freed memory in xdr_pmaplist. (Closes: #230219) - Don't export unneeded symbol _fp_hw on s390. (Closes: #247681) - Set locale correctly for generated threads in static linked binaries. (Closes: #260221) - Make g++ compilation with nptl pthread.h by changing initializers. (Closes: #276309) - Fix a race condition with pthread_cond_broadcast. (Closes: #276312) - Fix re_exec() segv that caused on UTF-8 locales. (Closes: #175163, #237681, #290551, #299137, #310443) - Implement getcontext on alpha. (Closes: #293653) - Fix an incorrect value of ceill and floorl on amd64. (Closes: #302458) - Fix memory leaks in getaddrinfo/freeaddrinfo. (Closes: #304022) - Support working sched_setaffinity on powerpc. (Closes: #311053) - Support _SC_HOST_NAME_MAX in sysconf. (Closes: #314350) - Fix pthread_rwlock_wrlock hangs with NPTL on amd64. (Closes: #314408) - Check timezone changes for localtime and friends. (Closes: #48184) - Fix a race condition of sigaction and signal handler. (Closes: #136990) - Fix segmentation fault when invoking nscd -d. (Closes: #156923, 245208) - Support POSIX style strerror_r implementation. (Closes: #159298, #169370, #182542, #202209) - Enable to use short IPv4 address notation again. (Closes: #192091) - Fix broken pthread_cleanup_push on Alpha. (Closes: #197988) - Support POSIX message queues. (Closes: #202197, #280137) - Don't use ?: in bits/mathinline.h. (Closes: #206015, #304500) - Update Norwegian translation that fixes confusing text. (Closes: #207266) - Enable executable again for libc.so.*. (Closes: #215463, #264948) - Improve putchar and io performance by changes to pthread locking code. (Closes: #219205) - Update sys/vm86.h. (Closes: #219476) - Fix invalid __libc_dlclose() in nsswitch.c. (Closes: #222130) - Support backtrace on ia64 and x86_64. (Closes: #235876) - Fix nl_langinfo(ERA) returns NULL, not "". (Closes: #245836) - Libintl.h is ready for some g++ compilation option. (Closes: #252753) - Fix pthread_cond_timedwait and mutex hang with cancellation. (Closes: #253303) - Fix too long fraction digits handling in strtold(). (Closes: #260377) - Fix some regexec() segv in UTF-8 locales. (Closes: #261135) - Fix pthread_cond_timedwait with a outdated timespec destroys the pthread_cond_t variable. (Closes: #261237) - Declare EPOLLONESHOT in sys/epoll.h. (Closes: #261541) - Fix returning invalid pointer when freeing valloc()-ed memory. (Closes: #262782) - Replace gcc-3.4 option for ppc64. (Closes: #263959) - Fix zdump -v segv on ia64. (Closes: #266438) - Support pthread_create with attributes. (Closes: #266507) - Change __vector to __iovec for sys/io.h to prevent conflicts with altivec. (Closes: #267442) - Fix atan2 infinit loop on amd64. (Closes: #270823) - Avoid memory leak for some gconv encoding by calling gconv_end. (Closes: #274390) - Fix mplayerplug-in crash closed by mozilla. (Closes: #275240) - Fix invalid memory access of printf when its specifier combines parameter number specification and floating point values. (Closes: #312036) - Don't touch unrelated bits in __feclearexcept on i386. (Closes: #279294) - Don't invoke unneeded cancellation if PTHREAD_CANCEL_DISABLE is set. (Closes: #281775) - Fix a race condition between pthread_create and pthread_exit. (Closes: #282091, #292154) - Fix for setfacl to handle many files in ntfw64. (Closes: #288710) - Support large dev_t. (Closes: #289945, #299139) - Use the correct ifndef __GNUC_PREREQ. (Closes: #315345) - Fix the indended first line of ldd output. (Closes: #209145, #276223) - Fix misleading error message of ldd when kernel version is old. (Closes: #224665) - Fix typo of the language name in te_IN. (Closes: #276527) - Replace old --help message that indicated glibcbug script. (Closes: #315448) - Support IDN. (Closes: #181025) - Support O_NOATIME. (Closes: #284131, #297010, #298488) - The first day of a week in Finnish is Monday. (Closes: #288472) -- GOTO Masanori Sun, 17 Jul 2005 17:27:30 +0900 glibc (2.3.5-2) experimental; urgency=low * Debconf5 release. * GOTO Masanori * Merge glibc-2.3.4 branch to the main trunk for etch development. * These dpatches are removed from debian/patches because the similar patches are already applied in the latest version: - debian/patches/rtld-vdso-assertion.dpatch - debian/patches/glibc232-sigsetjmp.dpatch - debian/patches/hurd-weak-aliases.dpatch - debian/patches/sched-update.dpatch - debian/patches/glibc232-pthread-cancellation.dpatch - debian/patches/glibc232-clock_settime.dpatch * The New dpkg-architecture changes: - debian/rules: Replace DEB_HOST_BUILD_SYSTEM, use DEB_HOST_ARCH_OS. Reported by Arthur Marsh . (Closes: #315347, #315793) - debian/control.in/main: Bump up Build-Depends: dpkg-dev (>= 1.13.5). - debian/control: Updated. - debian/debhelper.in/libc.preinst: Replace "dpkg --print-installation-architecture", use "dpkg --print-architecture". - debian/debhlper.in/libc.postrm: Likewise. - debian/debhlper.in/libc.postinst: Likewise. - debian/sysdeps/depflags.pl: Change checks from i386 to i486. It also replaces -linux, use -linux-gnu. * Default compiler moves from gcc-3.3 to gcc-4.0: - debian/rules: Use gcc-4.0 instead of gcc-3.3. (Closes: #315198) - debian/control.in/main: Define Build-Depends: gcc-4.0. - debian/control: Updated. - debian/sysdeps/i386.mk: Replace depreciated "-mcpu", use "-mtune". * These dpatches are added to make glibc-2.3.5 buidable with gcc-4.0: - debian/patches/glibc235-gcc4-cvs.dpatch: Fix some bad defintion of internal for all architectures. - debian/patches/glibc235-gcc4-elf.dpatch: Remove elf_machine_rel* definitions for all architectures. - debian/patches/glibc235-gcc4-jis0208.dpatch: Fix compilation breakage for all architectures. - debian/patches/glibc235-gcc4-wcstol_l.dpatch: Fix wcstol_l.c compilation breakage for all 64bit architectures. - debian/patches/glibc235-binutils216-ia64.dpatch: Fix _init/_fini was not defined within procedure with binutils 2.16 for ia64. - debian/patches/glibc235-gcc4-ia64-profile.dpatch: Fix compilation breakage by removing strong_alias for ia64. - debian/patches/glibc235-gcc4-ppc-procfs.dpatch: Fix ppc32 compilation breakage by removing __uint128_t use. (Closes: #304963) - debian/patches/glibc235-gcc4-arm-inline.dpatch: Fix arm compilation breakage by changing static inline to auto inline for dl-machine.h. - debian/patches/glibc235-gcc4-sparc-inline.dpatch: Fix sparc compilation breakage by changing static inline to auto inline for dl-machine.h. - debian/patches/glibc235-gcc4-sparc-mv8.dpatch: Fix obsolete gcc option to replace newer standard one. - debian/patches/glibc235-gcc4-mips-inline.dpatch: Fix mips compilation breakage by changing static inline to auto inline for dl-machine.h. - debian/patches/glibc235-gcc4-mips-sysdeps.dpatch: Fix mips compilation breakage by changing large syscall arguments handling. * Move /etc/locale.alias to /usr/share/locale/locale.alias. Don't install locale.alias.5. (Closes: #144670, #185991, #298784) - debian/local/usr_sbin/locale-gen: Use /usr/share/locale/locale.alias instead of /etc/locale.alias. - debian/local/manpages/locale-gen.8: Delete reference to locale.alias.5. - debian/local/manpages/locale.gen.5: Likewise. - debian/debhelper.in/locales.links: Remove file, don't link to /etc. - debian/debhelper.in/locales.install: Install locale.alias under /usr/share/locale, not /etc/. - debian/debhelper.in/locales.manpages: Don't install locale.alias.5 * Add documents: - debian/debhelper.in/libc.docs: Add CONFORMANCE and NAMESPACE. * Fix messages to add a patience message. (Closes: #305400) - debian/local/usr_sbin/locale-gen * Move sprof from libc-prof to libc-dev. (Closes: #280030) - debian/sysdeps/depflags.pl: Add Replaces: libc-dev (<< 2.3.5-2). - debian/debhelper.in/libc-prof.install: Remove sprof install. - debian/debhelper.in/libc-dev.install: Install sprof moved from -prof. - debian/debhelper.in/libc-dev.install.hurd-i386: Likewise. - debian/debhelper.in/libc-dev.manpages: Add sprof.1 install. - debian/debhelper.in/libc-prof.manpages: Remove file, don't install sprof.1. * Remove Depends: lib64gcc1 from libc6-sparc64. (Closes: #258647) - debian/control.in/sparc64: Delete Depends: lib64gcc1. - debian/control: Likewise. * Small change for libc6 upgrade problem. - debian/debhelper.in/libc.postrm: Add plain messages and clean up. * Add conflicts to old initrd-tools for avoiding new glibc 2.3.4/5 ldd blocks to generate initrd images. Suggested by Goswin von Brederlow . - debian/sysdeps/depflags.pl: Add conflicts initrd-tools (<< 0.1.79). * Add support PowerPC64, based on patches and suggestions by Bastian Blank and Jeff Bailey : - debian/control.in/main: Add Build-Depends: gcc-3.4 [powerpc] because powerpc porting does not support gcc-4.0 currently. - debian/control: Updated. - debian/rules.d/control.mk: Add ppc64. - debian/sysdeps/powerpc.mk: Added to support ppc64 target. * debian/sysdeps/hppa.mk: Add /usr/hppa64-linux-gnu/include symlinks for dpkg-architecture changes. Reported by Matthias Klose . (Closes: #313404) * A Costa . (Closes: #305662, #305666) - debian/local/manpages/tzconfig.8: Fixed typo. - debian/local/manpages/ldconfig.8: Likewise. * Clytie Siddall : - debian/po/vi.po: Add the Vietnamese translation for locales. (Closes: #309618, 311793) * Jens Seidel : - debian/po/de.po: Fix typo. (Closes: #314084) -- GOTO Masanori Thu, 21 Apr 2005 16:52:36 +0900