glibc (2.6.1-1ubuntu9) gutsy; urgency=low * Rebuild using g++-4.2 (>= 4.2.1-5ubuntu4). -- Matthias Klose Mon, 01 Oct 2007 00:04:19 +0200 glibc (2.6.1-1ubuntu8) gutsy; urgency=low * hppa/local-private-futex-lamont.diff: fix hppa FTBFS. -- LaMont Jones Thu, 27 Sep 2007 18:51:24 +0000 glibc (2.6.1-1ubuntu7) gutsy; urgency=low * any/submitted-rfc3484-sortv4.diff: new patch to allow bypassing RFC3484 rule 9 for IPv4 adresses. Closes: bug#438179. [ by Aurelien Jarno; imported from glibc 2.6.1-2 into Ubuntu by iwj ] * any/submitted-rfc3484-sortv4.diff: disable RFC3484 s6 rule 9 by default as requested by Ubuntu sysadmins and in anticipation of that change in Debian (which looks likely). -- Ian Jackson Thu, 20 Sep 2007 14:49:50 +0100 glibc (2.6.1-1ubuntu6) gutsy; urgency=low * Do not print "ldconfig: wrapper deferring update (trigger activated)" message (unless LDCONFIG_TRIGGER_DEBUG is set). -- Ian Jackson Thu, 20 Sep 2007 14:20:30 +0100 glibc (2.6.1-1ubuntu5) gutsy; urgency=low * Do not install the ppu symlinks in the powerpc packages. -- Matthias Klose Wed, 19 Sep 2007 00:27:46 +0200 glibc (2.6.1-1ubuntu4) gutsy; urgency=low * sysdeps/amd64.mk: uses x86_64 headers also for the i486 flavour now that they are compatible. don't provide include symlink for bi-arch, but only an empty directory. -- Matthias Klose Sun, 09 Sep 2007 21:09:21 +0200 glibc (2.6.1-1ubuntu3) gutsy; urgency=low * Actually exec ldconfig.real. (LP #137129.) -- Ian Jackson Mon, 03 Sep 2007 20:47:11 +0100 glibc (2.6.1-1ubuntu2) gutsy; urgency=low * Use dpkg-trigger to avoid multiple calls to ldconfig. -- Ian Jackson Mon, 03 Sep 2007 14:48:39 +0100 glibc (2.6.1-1ubuntu1) gutsy; urgency=low * Merge with Debian (outstanding changes for the final 2.6.1-1 package). Remaining changes: - Upstream tarball including GFDL'd documentation. - Don't apply patches for architectures not found in Ubuntu. - Build optimized sparc packages. - Support lpia. - No support for linuxthreads. * debian/patches/sparc/sparc-sparcv9.diff: sparc-sparcv9 directory fix (David Miller). -- Matthias Klose Tue, 28 Aug 2007 13:04:00 +0200 glibc (2.6.1-1) unstable; urgency=low * New upstream version: - Workaround bug in java's unwinder. Closes: #434484. [ Aurelien Jarno ] * debian/copyright: update. * Remove any/cvs-glibc-2_6-branch.diff (merged upstream). * Remove any/cvs-printf_fp.c.diff (merged upstream). * Remove sparc/submitted-gscope_flag.diff (merged upstream). * Remove arm/cvs-gscope_flag.diff (merged upstream). * Remove hppa/submitted-gscope_flag.diff (merged upstream). * Remove mips/cvs-gscope_flag.diff (merged upstream). * any/local-bindresvport_blacklist.diff: patch from openSUSE to add support for /etc/bindresvport.blacklist. * debian/local/etc/bindresvport.blacklist: new default configuration file. * debian/debhelper.in/libc.install: install it! * debian/rules.d/debhelper.mk: fix arguments order when calling find. * kfreebsd/local-sysdeps.diff: update to revision 1992 (from glibc-bsd). * any/local-linuxthreads-gscope.diff: update for kfreebsd futexes. * i386/local-linuxthreads-gscope.diff: update for kfreebsd futexes. * amd64/local-linuxthreads-gscope.diff update for kfreebsd futexes. [ Samuel Thibault ] * hurd-i386/local-gscope.diff: resync, mostly merged upstream. -- Aurelien Jarno Tue, 07 Aug 2007 13:34:26 +0200 glibc (2.6.1-0ubuntu1) gutsy; urgency=low * New upstream version 2.6.1, including glibc-ports-2.6.1. - Remove applied patches: patches/any/cvs-ports-glibc-2_6-branch.diff, patches/arm/cvs-gscope_flag.diff, patches/mips/cvs-gscope_flag.diff, patches/hppa/submitted-gscope_flag.diff. * debian/wrapper/objcopy: Revert the workaround. -- Matthias Klose Mon, 06 Aug 2007 22:38:54 +0200 glibc (2.6.1~pre-0ubuntu1) gutsy; urgency=low * New upstream version 2.6.1, glibc-ports is still version 2.6. * Remove patches applied upstream. * Merge from the Debian repository. * debian/wrapper/objcopy: Remove -R .debug_aranges, fixing broken debug symbols. -- Matthias Klose Fri, 03 Aug 2007 12:22:19 +0200 glibc (2.6-5ubuntu1) gutsy; urgency=low * Merge with Debian. - cvs-printf_fp.c.diff: new patch to print the wrong number of digits with %#g. LP: #128355. -- Matthias Klose Sun, 29 Jul 2007 20:39:57 +0200 glibc (2.6-5) unstable; urgency=low [ Aurelien Jarno ] * mips/cvs-gscope_flag.diff: new patch to fix build on mips/mipsel. * arm/cvs-gscope_flag.diff: new patch to fix build on arm/armel. * any/cvs-initfini.diff: new patch from upstream to fix crti.o on ppc64. Closes: #434626. * debian/sysdeps/powerpc.mk: build libc6-ppc64 with gcc-4.2. * debian/sysdeps/alpha.mk: build with gcc-4.2. * debian/control: Remove build-depend on gcc-4.1 on powerpc and alpha. * sparc/submitted-gscope_flag.diff: update from upstream. * hppa/submitted-gscope_flag.diff : new patch to fix build on hppa with NPTL. * any/local-linuxthreads-gscope.diff: new patch to add gscope support to linuxthreads. * hppa/local-linuxthreads-gscope.diff: new patch to fix build on hppa with linuxthreads. Closes: #434799. * cvs-printf_fp.c.diff: new patch to print the correct number of digits with %#g. * amd64/local-linuxthreads-gscope.diff: new patch to fix build on *amd64 with linuxthreads. * i386/local-linuxthreads-gscope.diff: new patch to fix build on *i386 with linuxthreads. * kfreebsd/local-sysdeps.diff: update to revision 1989 (from glibc-bsd). * any/submitted-longdouble.diff: patch from Carlos O'Donell to fix long double tests. * any/submitted-libgcc_s.so.diff: patch from Carlos O'Donell to allow differents libgcc_s.so SONAME on architecture basis. * hppa/submitted-fadvise64_64.diff: patch from Carlos O'Donell to add support for fadvise64_64 syscall. * debian/control: Simplify build-dependencies. -- Aurelien Jarno Sun, 29 Jul 2007 17:25:52 +0200 glibc (2.6-4ubuntu3) gutsy; urgency=low * patches/lpia/local-i686-redefine.diff: Redefine __i686, which gets clobbered to "1" by the compiler, causing the assembler to have a fit -- Adam Conrad Sat, 28 Jul 2007 05:30:06 +1000 glibc (2.6-4ubuntu2) gutsy; urgency=low * Fix gij memory hog on amd64, thanks to Aurelien Jarno. * sparc/submitted-gscope_flag.diff: update from upstream. -- Matthias Klose Thu, 26 Jul 2007 23:28:49 +0200 glibc (2.6-4ubuntu1) gutsy; urgency=low * Merge with Debian; remaining changes: - Upstream tarball including GFDL'd documentation. - Don't apply patches for architectures not found in Ubuntu. - Build optimized sparc packages. - Support lpia. - Minor differences to be cleaned up. * glibc-doc: Install the documentation in info format. Closes: LP: #60607. * Merge changes from Debian: * mips/cvs-gscope_flag.diff: new patch to fix build on mips/mipsel. * arm/cvs-gscope_flag.diff: new patch to fix build on arm/armel. * any/cvs-initfini.diff: new patch from upstream to fix crti.o on ppc64. Closes: #434626. * debian/sysdeps/powerpc.mk: build libc6-ppc64 with gcc-4.2. * debian/control: Remove build-depend on gcc-4.1 on powerpc. -- Matthias Klose Thu, 26 Jul 2007 16:22:15 +0200 glibc (2.6-4) unstable; urgency=low [ Samuel Thibault ] * sysdeps/hurd.mk (CC, BUILD_CC): Remove. * control: Build-depend on gcc-4.2 on hurd-i386. [ Pierre Habouzit ] * any/cvs-glibc-2_6-branch.diff: upstream branch pull, includes: + any/cvs-ld-integer-overflow.diff + any/cvs-malloc.diff + any/cvs-nis-nss-default.diff + any/cvs-nscd-short-replies.diff + any/cvs-vfscanf.diff [ Aurelien Jarno ] * debian/sysdeps/powerpc.mk: build libc6-ppc64 with gcc-4.1 as gcc-4.2 produces broken binaries. * debian/control: Build-depend on gcc-4.1 on powerpc * debian/control: Build-depend on g++-4.1/g++-4.2 and g++-4.1-multilib/g++-4.2-multilib. * debian/*.NEWS: move to debian/debhelper.in/*.NEWS. * rules.d/debhelper.mk: remove debian/*.NEWS on clean. * sparc/submitted-gscope_flag.diff: new patch to fix build on sparc. -- Aurelien Jarno Thu, 26 Jul 2007 08:57:48 +0200 glibc (2.6-3ubuntu3) gutsy; urgency=low * patches/sparc/submitted-gscope_flag.diff: New patch to fix build on sparc (Aurelien Jarno). -- Matthias Klose Thu, 26 Jul 2007 00:56:49 +0200 glibc (2.6-3ubuntu2) gutsy; urgency=low * Build the 64bit powerpc library with gcc-4.1. * Update to the glibc-2_6-branch 20070725. - patches/any/cvs-libc-glibc-2_6-branch.diff: New. - patches/any/cvs-ports-glibc-2_6-branch.diff: New. - patches/any/cvs-ld-integer-overflow.diff: Remove. - patches/any/cvs-malloc.diff: Remove. - patches/any/cvs-nis-nss-default.diff: Remove. - patches/any/cvs-nscd-short-replies.diff: Remove. - patches/any/cvs-vfscanf.diff: Remove. * Build-depend on g++-4.1-multilib/g++-4.2-multilib. * debian/sysdeps/hppa.mk: Don't explicitely use gcc-4.2. -- Matthias Klose Wed, 25 Jul 2007 15:34:26 +0200 glibc (2.6-3ubuntu1) gutsy; urgency=low * Merge with Debian. * debian/sysdeps/lpia.mk: Build using -march=i686 -mtune=i586 -g -O3. -- Matthias Klose Mon, 23 Jul 2007 15:02:03 +0200 glibc (2.6-3) unstable; urgency=low [ Aurelien Jarno ] * script.in/kernelcheck.sh: s/kernel_compare_version/linux_compare_versions/ for arm. * script.in/kernelcheck.sh: the minimum kernel version is now 2.6.8 and not 2.6.1. Closes: bug#432721. * hppa/submitted-threaddb.diff: new patch from Randolph Chung to fix debugging interface for NPTL on hppa. * Drop SPARC V8 support: - control.in/opt: drop libc6-sparcv9. - sysdeps/sparc.mk: drop libc6-sparcv9. - script.in/kernelcheck.sh: add check for SPARC V8 or earlier CPU. - patches/series: disable sparc/submitted-timing.diff. - patches/sparc/local-sparcv8-target.diff: rename to local-sparcv9-target.diff and default to v9. * Build with gcc-4.2 except on alpha (untested). * patches/any/cvs-ld_library_path.diff: new patch from CVS to fix segfaults with empty LD_LIBRARY_PATH variable. * rules.d/build.mk: create /etc/ld.so.conf.d/libc.conf to add /usr/local/lib as a default search path. Closes: #395177. * Honor parallel= option in DEB_BUILD_OPTIONS. Closes: #413744. [ Pierre Habouzit ] * rules.d/debhelper.mk: add some magic to copy debian/bug/$pkg/ files into /usr/share/bug/. * add libc6-i386/presubj to document /usr/lib32 issues not being a libc6-i386 problem. * add locales/presubj about locales depends that are correct, and tell bug reporters how to look for their package being built or not. * add patches/any/local-missing-linux_types.h.diff to add missing #include due to migration to linux-libc-dev. Closes: #433962. [ Samuel Thibault ] * hurd-i386/local-tls-support.diff: new patch to support TLS. * debian/sysdeps/hurd.mk (libc_extra_config_options): Removed --without-__thread, --without-tls and libc_cv_z_relro=no. * hurd-i386/local-atomic-no-multiple_threads.diff: new patch, hurd-i386 doesn't need the multiple_threads field. * hurd-i386/local-gscope.diff: new patch, backport of the CVS global scope. * hurd-i386/local-no-strerror_l.diff: new patch to disable non-implemented strerror_l(). * hurd-i386/submitted-lock-intern.diff: new patch to fix a header inclusion. * sysdeps/depflags.pl: make libc0.3 depend on TLS-enabled hurd packages. * hurd-i386/local-sigsuspend-nocancel.diff: renamed into submitted-sigsuspend-nocancel.diff. * hurd-i386/submitted-ECANCELED.diff: new patch to fix ECANCELED value. Closes: #396135. * hurd-i386/local-gcc-4.1-init-first.diff: New patch by Thomas Schwinge to fix building with gcc-4.1. * sysdeps/hurd.mk (CC, BUILD_CC): Change to gcc-4.1. * control: Depend on gcc-4.1 on hurd-i386. -- Aurelien Jarno Mon, 23 Jul 2007 08:01:26 +0200 glibc (2.6-2ubuntu2) gutsy; urgency=low * debian/rules.d/control.mk: Add lpia to threads_archs and to libc6 list * debian/sysdeps/lpia.mk: Add gcc-4.2 usage, but comment it out for now, while we bootstrap with gcc-4.1 (because we're FTBFS with gcc-4.2) -- Adam Conrad Thu, 12 Jul 2007 13:36:23 +0100 glibc (2.6-2ubuntu1) gutsy; urgency=low * Merge Debian changes 2.6-1 -> 2.6-2. -- Matthias Klose Tue, 10 Jul 2007 14:18:22 +0200 glibc (2.6-2) unstable; urgency=low [ Clint Adams ] * Add any/cvs-nis-nss-default.diff: preserve errno. * Add any/cvs-vfscanf.diff: add additional test for EOF in loop to look for conversion specifier to avoid testing of wrong errno value. [ Aurelien Jarno ] * Add any/cvs-ld-integer-overflow.diff: fix an integer overflow in ld.so. Closes: bug#431858. * hppa/submitted-multiple-threads.diff: new patch to fix an FTBFS on hppa. Closes: bug#428509, bug#429487. -- Aurelien Jarno Tue, 10 Jul 2007 09:17:49 +0200 glibc (2.6-1ubuntu1) gutsy; urgency=low [Jeff Bailey] * debian/sysdeps/hppa.mk: Use gcc-4.2 * debian/control.in/main: Build-dep on gcc-4.2 [hppa] * debian/control: Regenerate [Matthias Klose] * Merge Debian changes 2.6-0exp3 -> 2.6-1. * debian/sysdeps/lpia: New. -- Matthias Klose Mon, 9 Jul 2007 12:20:28 +0200 glibc (2.6-0ubuntu1) gutsy; urgency=low * New upstream release. * Merge with Debian; remaining changes: - Include unmodified glibc-2.6 upstream tarball. - Don't build locale* packages. - TODO: list remaining changes. -- Matthias Klose Mon, 2 Jul 2007 13:29:33 +0200 glibc (2.6-0exp3) experimental; urgency=low [ Pierre Habouzit ] [ Clint Adams] * New upstream version. - Remove locale/iso3166-RS.diff (obsolete). - Remove locale/fix-exhausted-memory.diff (merged upstream). - Update locale/LC_COLLATE-keywords-ordering.diff. - Remove localedata/locale-hy_AM.diff (obsolete). - Remove localedata/locale-pl_PL.diff (merged upstream). - Remove localedata/locales-sr.diff (obsolete). - Update localedata/tailor-iso14651_t1.diff. - Update localedata/first_weekday.diff. - Remove alpha/cvs-cfi.diff (merged upstream). - Remove arm/cvs-check_pf.c (merged upstream). - Remove hppa/cvs-hppa-update.diff (obsolete). - Update hppa/submitted-nptl-carlos.diff from "upstream". - Remove hppa/submitted-nptl-carlos2.diff (merged upstream). - Remove hppa/local-r19use.diff (merged upstream). - Remove hurd-i386/cvs-futimes.diff (merged upstream). - Remove m68k/cvs-m68k-update.diff (obsolete). - Update m68k/local-mathinline_h.diff. - Remove mips/cvs-ldsodefs_h.diff (merged upstream). - Remove mips/submitted-msq.diff (merged upstream). - Remove all/cvs-iconv-E13B.diff (obsolete). - Remove all/submitted-new-brf-encoding.diff (merged upstream). - Remove any/cvs-2.5-branch-update.diff (obsolete). - Remove any/cvs-pow.diff (obsolete). - Remove any/cvs-printf_fp-c.diff (obsolete). - Remove any/cvs-ftw-c.diff (obsolete). - Remove any/cvs-bits_in_h-ipv6.diff (obsolete). - Remove any/cvs-itoa-c.diff (obsolete). - Remove any/cvs-lt-update.diff (obsolete). - Remove any/cvs-realpath.diff (obsolete). - Remove any/cvs-vfprintf-stack-smashing.diff (obsolete). - Remove any/cvs-zdump-64-bit.diff (obsolete). - Update any/local-ldso-disable-hwcap.diff. - Remove any/submitted-gethostbyname_r.diff (obsolete). - Remove any/submitted-iconv-colon.diff (merged upstream). - Update any/submitted-strfry.diff. - Remove any/submitted-unistd_XOPEN_VERSION.diff (obsolete). - Remove any/cvs-glob-c.diff (obsolete). - Remove any/cvs-scanf_hexfloat.diff (obsolete). - Remove alpha/submitted-sigsuspend.diff (merged upstream). - Remove arm/cvs-procinfo-eabi.diff (obsolete). * debian/sysdeps/depflags.pl: Clean out relationships for packages that do not exist in sarge or later. * debian/debhelper.in/libc.install: do not hardcode the glibc version number in the path to gai.conf. * debian/control.in/main, debian/sysdeps/depflags.pl: use linux-libc-dev on all linux architectures, and remove all references to linux-kernel-headers. * Bump shlibdeps version to 2.6-1 due to sync_file_range, futimens, utimensat, __sched_cpucount, sched_getcpu, strerror_l, and epoll_pwait symbols. * debian/rules.d/build.mk: pass --enable-profile to configure. [ Aurelien Jarno ] * patches/sparc/local-undefined-registers.diff: new file to ignore global registers while looking for undefined symbols. * debian/script.in/kernelcheck.sh: add a warning for FreeBSD kernels 5.X. * local/etc_init.d/glibc.sh, debhelper.in/libc.preinst: don't check for linux kernel, it is now done in script.in/kernelcheck.sh. * patches/any/cvs-malloc.diff: new patch from upstream to fix malloc ABI. * patches/any/local-linuxthreads-lowlevellock.diff: new patch to support low level locking on linuxthreads. * patches/any/local-linuxthreads-fatalprepare.diff: new patch to support FATAL_PREPARE on linuxthreads, by not using __libc_pthread_functions_init and PTHFCT_CALL. * patches/hppa/local-linuxthreads.diff: new patch to get glibc buildable on hppa with linuxthreads. * patches/arm/submitted-RTLD_SINGLE_THREAD_P.diff: fix a missing #defined on arm. * patches/localedata/submitted-as_IN.diff: new patch to fix a not anymore unassigned unicode code. * locales-depver: tighten locales dependencies. * debian/sysdeps/linux.mk, debian/script.in/kernelcheck.sh: bump minimum kernel requirement to 2.6.8. * debian/rules, debian/rules.d/build.mk, debian/sysdeps/*.mk: also defines CXX as g++ is used in the testsuite. [ Petr Salinger] * kfreebsd/local-sysdeps.diff: update to revision 1949 (from glibc-bsd). * any/local-linuxthreads-defines.diff: new patch to restore a few defines in config.make.in still needed by linuxthreads. * patches/local-tst-mktime2.diff: fix time/tst-mktime2.c. [ Pierre Habouzit ] * kernelchecks.sh: Make the warning about kernel 2.6 more explicit so that people can deal with it without adding yet-another critical bug on the glibc. * kernelchecks.sh: add some quotes to unconfuse syntax hilighting a bit. * nscd.init: ksh is confused if you call functions start or stop. Closes: 428884. * patches/locale/preprocessor-collate.diff: update it to work (with restrictions) with depth >= 2 copies. The patch is scurvy and make locale parsing completely non reentrant. * debian/control: ${Source-Version} -> ${binary:Version}. * debian/debhelper.in/nscd.lintian: yes, /var/db for lintian is ok. * patches/any/submitted-fileops-and-signals.diff: fixes libio file operations in presence of recoverable errors. Closes: 429021. * patches/localedata/fix-am_ET.diff: fix am_ET using our preprocessor extensions. [ Samuel Thibault ] * Remove patches/hurd-i386/cvs-getsid.diff (merged upstream). * patches/hurd-i386/submitted-ioctl-unsigned-size_t.diff: new patch to fix some packages that use unsigned or size_t in ioctls. Closes: 431365. -- Clint Adams Sat, 07 Jul 2007 09:43:02 -0400 glibc (2.5-11ubuntu1) gutsy; urgency=low * Merge Debian changes (2.5-10 - 2.5-11). * Add ppu symlinks on powerpc. -- Matthias Klose Wed, 13 Jun 2007 17:20:14 +0200 glibc (2.5-11) unstable; urgency=low [ Aurelien Jarno ] * patches/hppa/submitted-pie.diff: new patch to fix PIE on hppa. Patch by Sébastien Bernard and John David Anglin. Closes: #427990. * debian/debhelper.in/libc.preinst: use -e instead of -f to canonicalize links. Closes: #427416. [ Pierre Habouzit ] * pass -X/usr/lib/debug to dh_makeshlibs so that libc6-dbg gets no useless shlibs. Closes: #427637. -- Aurelien Jarno Mon, 11 Jun 2007 15:06:21 +0200 glibc (2.5-10ubuntu2) gutsy; urgency=low * libc6-dev-ppc64: Install gnu-stubs-64.h in /usr/include/gnu. -- Matthias Klose Fri, 08 Jun 2007 12:01:55 +0000 glibc (2.5-10ubuntu1) gutsy; urgency=low * Merge Debian changes (2.5-9 - 2.5-10). -- Matthias Klose Mon, 4 Jun 2007 23:31:10 +0200 glibc (2.5-10) unstable; urgency=low [ Aurelien Jarno ] * kfreebsd/local-sysdeps.diff: update to revision 1942 (from glibc-bsd). Thanks to Petr Salinger. * arm/cvs-procinfo-eabi.diff: patch from CVS to not include asm/procinfo.h. * any/submitted-strtok.diff: new patch to fix a typo in strings/strtok.c. Closes: #426118. * debian/sysdeps/depflags.pl: depends on libgcc1/libgcc2/libgcc4. * any/cvs-nscd-short-replies.diff: new patch from CVS to fix crash on short replies. * sysdeps/depflags.mk, sysdeps/depflags.pl: use DEB_HOST_ARCH_OS and DEB_HOST_ARCH instead of DEB_HOST_GNU_SYSTEM and DEB_HOST_GNU_TYPE. * debian/sysdeps/arm.mk, debian/script.in/kernelcheck.sh: bump minimum kernel requirement to 2.6.12 on arm to get __ARM_NR_set_tls syscall. Closes: #421037. * debian/sysdeps/armel.mk: bump minimum kernel requirement to 2.6.14 on armel. * patches/series: disable any/local-ldconfig-timestamps.diff as this patch does not take into account sub-directories. [ Clint Adams ] * debian/local/manpages/ld.so.8: quote accepted values for LD_DEBUG. closes: #426101. * New Malayalam debconf translation, by Sajeev പിആര്‍. closes: #426203. * Update Vietnamese debconf translation, by Clytie Siddall. closes: #426824. -- Aurelien Jarno Sun, 03 Jun 2007 19:01:50 +0200 glibc (2.5-9) unstable; urgency=low * debian/patches/arm/local-ioperm.diff: Remove the check involving LINUX_VERSION_CODE. * debian/patches/hppa/submitted-atomic_h.diff: update to loop again when the kernel returns -EDEADLOCK. Workaround: #425567. -- Aurelien Jarno Tue, 22 May 2007 17:03:23 +0200 glibc (2.5-8ubuntu1) gutsy; urgency=low * Merge Debian changes (2.5-7 - 2.5-8). * Fix installation location of sparc64 headers. -- Matthias Klose Sun, 20 May 2007 15:01:08 +0200 glibc (2.5-8) unstable; urgency=low [ Aurelien Jarno ] * debian/sysdeps/depflags.pl: Add a conflicts on binutils (<< 2.17cvs20070426-1) for libc-dev. Closes: #422625. [ Clint Adams ] * debian/sysdeps/depflags.pl: Clean out relationships for packages that do not exist in sarge or later. * debian/debhelper.in/libc.install: do not hardcode the glibc version number in the path to gai.conf. * debian/control.in/main, debian/sysdeps/depflags.pl: use linux-libc-dev to build on all linux architectures. (retain Depends alternative on linux-kernel-headers) [ Aurelien Jarno ] * debian/local/etc_init.d/glibc.sh: fix a typo. Closes: #423870. * debian/patches/hppa/submitted-atomic_h.diff: new patch to fix the atomic CAS function on hppa. Closes: #424057. * debian/control.in/main: unify the gcc-4.1 depends to (>= 4.1.2-6). -- Aurelien Jarno Sun, 20 May 2007 03:43:09 +0200 glibc (2.5-7ubuntu1) gutsy; urgency=low * Merge Debian changes (2.5-5 - 2.5-7). -- Matthias Klose Tue, 15 May 2007 17:31:45 +0200 glibc (2.5-7) unstable; urgency=low * debian/sysdeps/i386.mk: switch from --includir= to amd64_includedir. * debian/local/etc_init.d/glibc.sh: fix the broken comment. Closes: #422587. -- Aurelien Jarno Mon, 07 May 2007 11:45:41 +0200 glibc (2.5-6) unstable; urgency=low * patches/any/cvs-vfprintf-stack-smashing.diff: new patch from upstream (fix enormous alloca triggered with %-X.Ys like formats specifier, with Y big, and in multi-byte locales). Closes: #380195, #421555. * patches/hppa/cvs-hppa-update.diff: update from CVS to fix bits/pthreadtypes.h on hppa. * patches/any/local-disable-nscd-host-caching.diff: the comment lines should have the '#' on the first column. Closes: #421882. * Remove patches/any/local-Rminkernel.diff (not needed anymore). * debian/patches/hppa/submitted-ustat.diff: new patch from Jeff Bailey to makes glibc build with exported kernel headers. * debian/patches/hppa/submitted-nptl-carlos2.diff: new patch to add STACK_GROWS_UP case to NPTL. * debian/patches/hppa/local-r19use.diff: new patch from Carlos O'Donell (specify r19 as input to asms that save/restore). * debian/patches/alpha/cvs-cfi.diff: new patch from CVS (fix cfi instructions in sysdep-cancel.h). Closes: #422067. * debian/sysdeps/kfreebsd-i386.mk: tune for i686. * debian/sysdeps/i386.mk: drop i386-linux-gnu compat symlinks, all the toolchain is now using i486-linux-gnu. * Merge from multiarch tree: - debian/rules: define localedir, sysconfdir and rootsbindir. - debian/rules.d/build.mk: use $(localedir), $(sysconfdir) and $(rootsbindir) instead of hardcoded values. Make includedir flavour specific. - debian/sysdeps/amd64.mk: define i386_includedir. - debian/sysdeps/powerpc.mk: define ppc64_includedir. - debian/sysdeps/ppc64.mk: define powerpc_includedir. - debian/sysdeps/s390.mk: define s390x_includedir. - debian/sysdeps/kfreebsd-amd64.mk: define i386_includedir. - debian/sysdeps/sparc.mk: define sparc64_includedir. * debian/control.in/main: build-depends on gcc-4.1.2 (>= 4.1.2-6) on hppa. -- Aurelien Jarno Mon, 07 May 2007 03:27:10 +0200 glibc (2.5-5ubuntu1) gutsy; urgency=low * Merge Debian changes (2.5-2 - 2.5-5). -- Matthias Klose Wed, 02 May 2007 09:04:02 +0200 glibc (2.5-5) unstable; urgency=low [ Aurelien Jarno ] * Rename patches/all/submitted-iconv-E13B.diff into patches/all/cvs-iconv-E13B.diff as the patch has been accepted upstream. * debian/debhelper.in/libc.NEWS: new file to warn user to upgrade to a 2.6.1 or later kernel before upgrading the glibc. * debian/script.in/kernelcheck.sh: improve the kernel error message. * New Tamil debconf translation, by Tirumurti Vasudevan. Closes: #420755. * script.in/nohwcap.sh: use sed instead of awk. Closes: #420799. * Update Catalan debconf translation, by Jordà Polo. Closes: #420835. * Add support for n32 and 64 ABIs on mips and mipsel, but keep it disabled for now: - control.in/main: add libc6-dev-mipsn32, libc6-dev-mips64 to the build-dependencies. - control.in/mips64: add libc6-mips64 and libc6-dev-mips64 packages. - control.in/mipsn32: add libc6-mipsn32 and libc6-dev-mipsn32 packages. - rules.d/control.mk: use control.in/mips64 and control.in/mipsn32. - sysdeps/mips.mk: add two new passes for n32 and 64 ABIs. - sysdeps/mipsel.mk: likewise. * debian/control.in/main: drop build-depends on libssp32 and libssp64, build-depends on gcc-4.1 (>= 4.1.2-5) instead. Drop build-conflicts on gcc-4.1 (= 4.1.1-14). Closes: #413370. * debian/sysdeps/hppa.mk: switch back to gcc-4.1. * debian/debhelper.in/libc.preinst: add a check for silly users having LD_ASSUME_KERNEL=2.4.1 in their /etc/profile, ~/.bashrc or shell init script. * debian/control.in/main: build depends on binutils (>= 2.17cvs20070426-1). Closes: #405738. * debian/shlibver: bump shlib to 2.5-5 for the transition to hash-style=gnu. * debian/control.in/main: build depends on gcc-4.1-multilib on bi-arch architectures. * control.in/amd64, control.in/i386, control.in/kfreebsd-i386, control.in/mipsn32, control.in/mips64, control.in/powerpc, control.in/ppc64, control.in/s390x, control.in/sparc64: drop the depends on lib32gcc1/lib64gcc1. Recommends gcc-multilib. * debhelper.in/libc.postint: remove the version check when creating ld.so.conf. Closes: #420726. [ Michael Banck ] * patches/hurd-i386/local-dl-dynamic-weak.diff: new patch (turn _dl_dynamic_weak on by default for hurd-i386). [ Pierre Habouzit ] * nscd.init: + use nscd --shutdown rather than start-stop-daemon to stop nscd more gracefuly. Closes: #338507. + also invalidate hosts on reload. + drop oldies (nscd_nischeck things, does not exists anymore). * patches/any/cvs-scanf_hexfloat.diff: fix a bug when parsing a float in hexadicimal form with no exponent. Closes: #166403. * disable hosts caching in nscd by default as it breaks gethostby* calls (does not respect DNS TTLs, see #335476): + document it in nscd.NEWS.Debian. + patches/any/local-disable-nscd-host-caching.diff: update nscd.conf. [ Clint Adams ] * Switch from linux-kernel-headers to linux-libc-dev | linux-kernel-headers. -- Aurelien Jarno Mon, 30 Apr 2007 21:55:09 +0200 glibc (2.5-4) unstable; urgency=low * debian/rules.d/build.mk: fix the testsuite workaround on the MIPS SB1 platform. * debian/locales-all.README.Debian: Remove again, it is useless now. (Closes: #378191) * debhelper.in/libc.preinst: use dpkg-query instead of looking into /var/lib/dpkg/info. Thanks to Guillem Jover for the hint. * patches/mips/cvs-ldsodefs_h.diff: new patch (correct multiple inclusion guard in sysdeps/mips/ldsodefs.h) from CVS. * patches/any/cvs-printf_fp-c.diff: update patch from CVS (fix exponent -4 special case handling when wcp == wstartp + 1). Closes: #419225. * patches/any/cvs-bits_in_h-ipv6.diff: new patch from CVS (defines IPV6_V6ONLY in bits/in.h). Closes: #420188. * debhelper.in/libc.preinst: check the library files instead of links while checking for a non-dpkg owned libc6 in /lib/tls. Links are recreated by ldconfig. * patches/any/cvs-realpath.diff: new patch (fix wrong comment about realpath() in /usr/include/stdlib) from CVS. Closes: #239427. * debian/local/manpages/iconv.1: mention that -t is optional. Closes: #354292. * debian/local/manpages/iconv.1: mention that multiple fils could be specified on the command line. Closes: #340911. * debian/patches/any/submitted-strfry.diff: new patch (fix strfry() distribution) by Steinar H. Gunderson. Closes: #341903. * patches/all/submitted-iconv-E13B.diff: new patch to fix wrong E13B charset alias. patches/any/submitted-iconv-colon.diff: new patch to allow colons in charset names. Closes: #91935. * New Hungarian debconf translation, by Attila Szervác. Closes: #420420. * debian/patches/any/local-ldd.diff: update to discard the error message that appears if one of the dynamic loader is not supported by the kernel. Closes: #263494. * debian/patches/arm/cvs-check_pf.c: new patch (fix assertion in check_pf.c) from CVS. Closes: #420552. * debian/debhelper.in/glibc-doc.links: add missing manpages links for functions documented with others. Closes: #413989. -- Aurelien Jarno Mon, 23 Apr 2007 11:41:18 +0200 glibc (2.5-3) unstable; urgency=low [ Pierre Habouzit ] * patches/any/submitted-unistd_XOPEN_VERSION.diff: set _XOPEN_VERSION to 600 when __USE_XOPEN2K is set. Closes: #203412. * patches/any/cvs-glob-c.diff: fixes glob wrt \/ escapes (among other fixes). Closes: #234880. [ Aurelien Jarno ] * Update Italian debconf translation, by Luca Monducci. Closes: #419399. * Put back ld.so into optimized packages, it can be useful in some cases. * Update French debconf translation, by Christian Perrier. Closes: #419445. * Switch from gzip to lzma for compressing the locales in the locales-all package. The unpacked size is decreased by 10 and the packed size by 4 for no measurable difference on the unpacking time. * patches/any/submitted-gethostbyname_r.diff: new patch to fix unaligned memory access in gethostbyname_r.diff(). Closes: #419459. * Rewrite from scratch /etc/ld.so.nohwcap handling. Closes: #419036 - script.in/nohwcap.sh: new snipplet to check dpkg and handle /etc/ld.so.nohwcap - rules.d/debhelper.mk: replace NOHWCAP with nohwcap.sh in debhelper scripts - debhelper.in/libc.preinst: only touch /etc/ld.so.nohwcap - debhelper.in/libc.postinst: replace the old code with NOHWCAP, add code to remove /etc/ld.so.hwcappkgs file on upgrade - debhelper.in/libc-otherbuild.postrm: replace the old code with NOHWCAP - debhelper.in/libc-otherbuild.postinst: ditto - debhelper.in/libc-otherbuild.preinst: remove * debhelper.in/libc.install: remove /usr/bin/lddlibc4 from the libc6 package. * debhelper.in/libc.preinst: check for a non-dpkg owned libc6 in /lib/tls. Closes: #419189. * Update Dutch debconf translation, by Bart Cornelis. Closes: #419729. * debhelper.in/libc.postinst: fix the chroot detection, code taken from udev scripts. * debian/rules.d/build.mk: disable testsuite on the MIPS SB1 platform. * patches/localedata/first_weekday.diff: Add first_workday for *_NO and *_DK. Closes: #379100. -- Aurelien Jarno Thu, 19 Apr 2007 07:55:58 +0200 glibc (2.5-2ubuntu1) gutsy; urgency=low * Merge Debian changes (2.5-0exp6 - 2.5-2). -- Matthias Klose Wed, 18 Apr 2007 22:14:32 +0200 glibc (2.5-0ubuntu21.2) toolchain-test; urgency=low * libc6-dev-sparc64: Copy headers into /usr/include/sparc64-linux-gnu. A symlink to /usr/include works for libc6-dev-sparc64, but not for other packages which install into /usr/include/sparc64-linux-gnu. -- Matthias Klose Fri, 6 Apr 2007 13:45:41 +0200 glibc (2.5-0ubuntu21.1) toolchain-test; urgency=low * Update to current glibc-2_5-branch. - debian/patches/sparc/local-pthread-shlib.diff: Update. - debian/patches/any/branch-pr3429.diff: Remove. * Merge Debian changes (2.5-0exp3 - 2.5-0exp6). -- Matthias Klose Wed, 21 Mar 2007 17:22:13 +0100 glibc (2.5-2) unstable; urgency=low * Update Portuguese debconf translation, by Ricardo Silva. Closes: #418301, #418472. * Update Brazilian Portuguese debconf translation, by Felipe Augusto van de Wiel. Closes: #418332. * Update Romanian debconf translation, by Stan Ioan-Eugen. Closes: #418337. * Update Turkish debconf translation, by Erçin Eker. Closes: #418340. * Update Galician debconf translation, by Jacobo Tarrio. Closes: #418365. * Update Arabic debconf translation, by Ossama Khayat. Closes: #418378. * Update German debconf translation, by Helge Kreutzmann. Closes: #418426. * Update Basque debconf translation, by Piarres Beobide. Closes: #418521. * Update Swedish debconf translation, by Daniel Nylander. Closes: #418545. * Update Spanish debconf translation, by Carlos Valdivia Yagüe. Closes: #418720. * Update Russian debconf translation, by Yuri Kozlov. Closes: #418748. * Update Czech debconf translation, by Miroslav Kure. Closes: #418767. * debian/locales-depver: remove exp from the locales version. * Replace patches/alpha/submitted-sigsuspend.diff by patches/alpha/cvs-sigsuspend.diff from upstream. * patches/any/local-ldconfig-fsync.diff: call fsync() before closing /etc/ld.so.cache. Closes: #416716. * Update Korean debconf translation, by Sunjae Park. Closes: #418872. * patches/any/local-notls.diff: also include pthread.h from linuxthreads/sysdeps/pthread/gai_misc.h. m68k/cvs-m68k-update.diff: update from CVS. Closes: #418881. * debian/local/usr_sbin/tzconfig: removed. * debian/local/manpages/tzconfig.8: removed. * debian/sysdeps/depflags.pl: conflict with tzdata (<< 2007e-2). Older versions need tzconfig. * patches/any/cvs-printf_fp-c.diff: update patch from CVS (fix exponent -4 special case handling when wcp == wstartp + 1). Closes: #419225. -- Aurelien Jarno Sat, 14 Apr 2007 17:23:17 +0200 glibc (2.5-1) unstable; urgency=low * New upstream version 2.5. - Adds support of POSIX_MADV_* on mips, mipsel, arm and hppa. Closes: #381294. - Fixes a pointer-to-long overflow in sunrpc code. Closes: #389084. - Fixes getent wrt ipv4 hosts lookups. Closes: #347358. - Fixes strtod wrt hex floats with negative exponent. Closes: #172562. - Fixes nice() errno when called without appropriate privileges. Closes: #286825. - Provides sys/inotify.h. Closes: #369402. - Fixes strtod("INF") with some locales. Closes: #415417. [ Aurelien Jarno ] * debian/shlibver: Bump up to 2.5. * debian/copyright: update. * Remove locale/cvs-iso3166.diff (merged upstream). * Remove localedata/locale-ro_RO.diff (merged upstream). * Remove arm/cvs-portshead.patch (merged upstream). * Remove arm/local-dwarf2-buildfix.diff (merged upstream). * Remove hppa/cvs-clone.patch (merged upstream). * Remove hppa/cvs-portshead.diff (merged upstream). * Remove hppa/submitted-drop-utimes.diff (merged upstream). * Remove hurd-i386/cvs-machrules-make.diff (merged upstream). * Remove mips/cvs-fork.diff (merged upstream). * Remove mips/cvs-resource.diff (merged upstream). * Remove powerpc/cvs-procfs.diff (merged upstream). * Remove any/cvs-argp_h.diff (merged upstream). * Remove any/cvs-getcwd_c.diff (merged upstream). * Remove any/cvs-sysctl.diff (merged upstream). * Remove any/cvs-thread_signals.diff (merged upstream). * Remove any/cvs-uio_h.diff (merged upstream). * Remove any/cvs-sunrpc-xdrmem_setpos.diff (merged upstream). * Remove any/cvs-getent-wrong-struct-size.diff (merged upstream). * Remove any/submitted-strfmon.diff (merged upstream). * Remove all/submitted-uninitialized-byte-LC_CTYPE.diff (merged upstream). * Remove any/local-ttyname-devfs.diff (devfs is not supported anymore). * Update arm/local-no-hwcap.diff. * Update any/local-ldso-disable-hwcap.diff. * Update all/submitted-new-brf-encoding.diff. * debhelper.in/libc.docs: remove INTERFACE as it has been removed upstream. * sysdeps/depflags.pl: don't make libc6 depends on tzdata, as this package is of priority required. Should help to debconfize tzdata. * sysdeps/i386.mk: put the static Xen libc flavour in /usr/lib/xen. Closes: #391372. * sysdeps/powerpc.mk: install 64-bit headers (actually gnu/stubs-64.h) directly into /usr/include and provide /usr/include/powerpc64-linux-gnu as a symlink to /usr/include for compatibility reasons. Closes: #391858. * sysdeps/ppc64.mk: install 32-bit headers (actually gnu/stubs-32.h) directly into /usr/include and provide /usr/include/powerpc-linux-gnu as a symlink to /usr/include for compatibility reasons. * kfreebsd/local-scripts.diff: update. * kfreebsd/local-sys_queue_h.diff: update. * kfreebsd/local-sysdeps.diff: update to revision 1689 (from glibc-bsd). * kfreebsd/local-sysdeps-2.4.diff: remove. * sysdeps/kfreebsd: enable the ports add-on. * sysdeps/kfreebsd-i386.mk: ditto. * any/local-stubs_h.diff: new patch to fix a warning in stubs.h. Closes: #394128. * alpha/submitted-sigsuspend.diff: new patch (fix the build on alpha) from the libc-alpha mailing list. * debian/local/manpages/*: fix typos. Closes: #395427. * debian/debhelper.in/libc.dirs: don't provide /sys, now provided by initscripts. * debian/debhelper.in/nscd.init: add lsb header. * debian/rules.d/debhelper.mk: add support for installing lintian and linda overrides files. * debian/debhelper.in/libc.overrides: new file. * debian/debhelper.in/libc-dev.overrides: new file. * debian/debhelper.in/libc-alt.overrides: new file. * debian/debhelper.in/libc-otherbuild.overrides: new file. * debian/debhelper.in/libc-dev-otherbuild.overrides: new file. * debian/any/submitted-getcwd-sys_param_h.diff: new patch (fix the build with linuxthreads) from the libc-alpha mailing list. * debian/powerpc/cvs-tls-debug.diff: new patch (fix for debugging thread-local variables on powerpc) from CVS. * Build depends on gcc-4.2 on hppa to enable TLS on hppa. Closes: #397813. * debian/patches/hppa/cvs-hppa-update.diff: new patch (CVS update). * debian/sysdeps/hppa.mk, debian/script.in/kernelcheck.sh: bump minimum kernel requirement to 2.6.9 on hppa to get LWS CAS support. * debian/any/patches/local-linuxthreads-semaphore_h.diff: new patch (fix /usr/include/semaphore.h with linuxthreads). * sysdeps/sparc.mk: install 64-bit headers (actually gnu/stubs-64.h) directly into /usr/include and provide /usr/include/sparc64-linux-gnu as a symlink to /usr/include for compatibility reasons. Closes: #403980. * sysdeps/*.mk: build with -g instead of -g1. Closes: bug#403270. * debhelper.in/libc.install: install gai.conf in /etc. Closes: #404379. * Add patches/any/local-ldconfig-timestamps.diff (use the timestamps to update the cache only when needed) by Josselin Mouette. Closes: #374945. * Add partial support for armel, from http://armel-debs.applieddata.net/diffs/. * debian/debhelper.in/: delete /usr/doc removal from postinst scripts. * debian/control.in: drop the dependency on tzdata. It is a required package and the glibc from Etch depends on it, ensuring tzdata is always present post-Etch. * debian/script.in/kernelcheck.sh, debian/sysdeps/linux.mk: set the minimum kernel version to 2.6.1, except on m68k where it is set to 2.4.1. * patches/any/cvs-2.5-branch-update.diff: new patch (2.5 branch update) from upstream CVS. * patches/any/cvs-lt-update.diff: new patch (linuxthreads update) from upstream CVS. * debhelper.in/locales.templates: recommends UTF-8 locales by default. Closes: #312927. * control.in/main, rules.d/debhelper.mk: use dh_shlibdeps to set the dependencies of nscd. Closes: #409288. * sysdeps/s390.mk: install 64-bit headers (actually gnu/stubs-64.h) directly into /usr/include and provide /usr/include/s390x-linux-gnu as a symlink to /usr/include for compatibility reasons. * patches/all/local-pthread-manpages.diff: update to fix a typo in pthread_detach(3). Closes: #98852. * Change any/local-__thread.diff into any/local-notls.diff. * Update any/local-notls.diff (make glibc buildable without TLS support) from Petr Salinger and Aurelien Jarno. * hurd-i386/submitted-trivia.diff: new patch from Thomas Schwinge (make glibc partly buildable on Hurd). * hurd-i386/submitted-stat.diff: new patch from Thomas Schwinge (update struct stat on Hurd). * hurd-i386/submitted-libc_once.diff: new patch from Thomas Schwinge (add __libc_once_else to make glibc buildable on Hurd). * hurd-i386/local-msg-nosignal.diff: new patch from Thomas Schwinge (workaround the missing MSG_NOSIGNAL support). * m68k/cvs-m68k-update.diff: new patch (bits from CVS). Closes: #364098. * any/submitted-clock-settime.diff: new patch (include to get clockid_t). * hurd-i386/local-sigsuspend-nocancel.diff: new patch (workaround missing sigsuspend_not_cancel() on Hurd). * debhelper.in/glibc-doc.links: add symlinks from pthread_setcanceltype(3), pthread_setcancelstate(3) and pthread_testcancel(3) to pthread_cancel(3). Closes: #411132. * debian/control.in/i386: Changed the conflicts on ia32-libs-dev to a versioned conflict. Closes: #407540. * any/local-mktemp.diff: new patch (also propose mkdtemp as an alternative to mktemp). Closes: #377310. * any/cvs-ftw-c.diff: new patch (fix nftw() with FTW_CHDIR in /) from CVS. Closes: #367522. * any/cvs-printf_fp-c.diff: new patch (fix printf %#.0g) from CVS. Closes: #209136. * New Norwegian bokmål debconf translation, by Bjørn Steensrud. Closes: #412559. * Remove patches/arm/local-softfloat.diff and patches/series.arm-softfloat. Remove arm-softfloat from debian/rules.d/control.mk. armel (ARM EABI) replaces the softfloat architecture. * patches/any/cvs-pow.diff: new patch (fix pow(-inf, nan)) from upstream. Closes: #226291. * Update Catalan debconf translation, by Jordà Polo. Closes: #413259. [ Denis Barbier ] * Remove localedata/locale-en_NZ.diff (merged upstream). * Remove localedata/locale-nr_ZA.diff (merged upstream). * Remove localedata/new-catalan-locales.diff (merged upstream). * Remove localedata/update-ZA.diff (merged upstream). * Remove localedata/locale-te_IN.diff (merged upstream). * Remove locale/iso4217-RON.diff (merged upstream). * Update localedata/locales_CH.diff * Update localedata/supported.diff * Update localedata/locale-hy_AM.diff * Update localedata/locale-csb_PL.diff * Update localedata/dz_BT-collation.diff * Update localedata/locale-ia.diff * Update localedata/locales-sr.diff * Update localedata/tailor-iso14651_t1.diff * Update localedata/fix-lang.diff * Update localedata/first_weekday.diff [ Pierre Habouzit ] * Adding myself to Uploaders. * Rework patches/any/local-ldd.diff so that we don't use file(1) anymore (it wasn't used anyway). Closes: #165417, #413095. * Rework patch for #340871 (patches/m68k/local-mathinline_h.diff to use __NTH rather than __THROW) in function implementations. * Fix rpcgen(1) manpage, to match rpcgen(1) behaviour more closely. Closes: #46175. * patches/any/submitted-date-and-unknown-tz.diff: fix date output in case of an unknown timezone in $TZ, submitted upstream as #4028. Closes: #55648, #119540, #269238. [ Michael Banck ] * patches/hurd-i386/local-tls.diff: New patch (fixes building with TLS) by Samuel Thibault and Barry deFreese. Closes: #413787. [ Clint Adams ] * debian/watch: add watch file. * debian/control, debian/control.in/opt, debian/control.in/main, debian/control.in/libc0.1, debian/control.in/libc, debian/debhelper.in/locales.templates: English corrections from Christian Perrier for Debconf templates and package descriptions. Closes: #418006. -- Clint Adams Mon, 09 Apr 2007 16:17:20 -0400 glibc (2.5-0ubuntu12) feisty; urgency=low * debian/patches/any/branch-pr3429.diff: Fix a race condition in _dl_open with r_debug.r_state consistency check. Ubuntu #72639. * debian/debhelper.in/nscd.init: Invalidate the hosts database as well. Ubuntu #72647. * debian/local/manpages/nscd.conf.5: Fix formatting. Ubuntu #55331. * Fix typo in libc6-i686 package description. Ubuntu #81153. * debian/patches/any/local-iconv-fix-trampoline.diff: Import from Debian; new patch (fix iconvconfig segfault when run under exec-shield, PaX or similar) from hlfs. Ubuntu #63353. * Set Ubuntu maintainer address. -- Matthias Klose Wed, 21 Mar 2007 08:16:00 +0100 glibc (2.5-0ubuntu11) feisty; urgency=low * debian/patches/hppa/cvs-missing-cfi_procend.diff: New file to work around FTBFS uncovered by January CVS binutils. * debian/patches/series: Use it. -- Jeff Bailey Sun, 11 Feb 2007 08:51:24 -0700 glibc (2.5-0ubuntu10) feisty; urgency=low [ Colin Watson ] * debian/debhelper.in/libc.postinst: Correct grammar of NSS reboot warning (LP: #70567). [ Jeff Bailey ] * debian/patches/hppa/submitted-nptl-carlos2.diff: New patch to add STACK_GROWS_UP case to NPTL. * debian/patches/series: Use it. -- Jeff Bailey Sat, 10 Feb 2007 12:03:41 -0500 glibc (2.5-0ubuntu9) feisty; urgency=low * debian/debhelper.in/libc.preinst: turn libc6 duplication check from an error to a warning and point to the bug when printing the warning. (Closes Ubuntu: #81125) -- Fabio M. Di Nitto Sat, 06 Jan 2007 07:06:22 +0100 glibc (2.5-0ubuntu8) feisty; urgency=low * no change upload to rebuild with proper binutils/gcc-4.1 -- Fabio M. Di Nitto Sat, 06 Jan 2007 06:46:26 +0100 glibc (2.5-0ubuntu7) feisty; urgency=low [ Colin Watson ] * debian/debhelper.in/glibc-doc.links: Restore /usr/share/doc/glibc-doc/html/index.html symlink. [ Fabio M. Di Nitto ] * debian/patches/sparc/local-pthread-shlib.diff: New file. * debian/patches/series: Update. -- Fabio M. Di Nitto Thu, 04 Jan 2007 17:36:19 +0100 glibc (2.5-0ubuntu6) feisty; urgency=low * Rebuild using gcc 4.1.1-21ubuntu3. -- Fabio M. Di Nitto Thu, 21 Dec 2006 08:52:45 -0800 glibc (2.5-0ubuntu5) feisty; urgency=low * Rebuild using gcc 4.1.1-21ubuntu2. -- Matthias Klose Thu, 14 Dec 2006 14:12:56 +0000 glibc (2.5-0ubuntu4) feisty; urgency=low [ Fabio M. Di Nitto ] * Fix path to patch in ubuntu2 changelog. * debian/sysdeps/sparc.mk: re-enable testsuite on Niagara. It was a kernel bug and fix is on the way upstream. * debian/debhelper.in/libc.postinst: set back NSS version check. It was bumped by mistake. (Closes Ubuntu: #21117) -- Fabio M. Di Nitto Wed, 29 Nov 2006 06:26:46 +0100 glibc (2.5-0ubuntu3) feisty; urgency=low * debian/rules.d/build.mk: Do not define MAKEINFO to :, this prevented generation of the info documentation, which we are happy to distribute. * debian/control.in: * main: * glibc-doc Provides/Replaces/Conflicts glibc-doc-reference instead of Suggests. Fix description. * debian/control: Regenerate. -- Scott James Remnant Fri, 24 Nov 2006 14:05:17 +0000 glibc (2.5-0ubuntu2) feisty; urgency=low [ Jeff Bailey ] * debian/patches/hppa/submitted-ustat.diff: New file. * debian/patches/series: Update. -- Jeff Bailey Wed, 1 Nov 2006 14:53:41 -0500 glibc (2.5-0ubuntu1) feisty; urgency=low [ Jeff Bailey ] * debian/rules: Define BUILD_CXX * debian/sysdeps/sparc.mk: Define sparc64v_CXX, sparc64b_CXX, sparc64_CXX * debian/sysdeps/powerpc.mk: Define ppc64_CXX. * debian/sysdeps/i386.mk: Define amd64_CXX. * debian/sysdeps/amd64.mk: Define i386_CXX. * debian/control.in/main: Set minimum b-d version of linux-libc-dev to 2.6.19-1.1 Add build-dep on lib64c++6 for powerpc and sparc. * debian/control: Regenerate. * debian/patches/any/local-2.6.19-linux-libc-dev.diff: Patch to cope with kernel headers from 2.6.19. * debian/patches/series: Update. Prune localedata, alpha, arm, hppa linuxthreads and kernel version hurd, m68k, and mips patches. [ Fabio M. Di Nitto] * use original glibc-2.5.tar.bz2 tarball from ftp.gnu.org: * debian/patches/series: drop all/local-remove-manual.diff. * debian/control.in: * readd libc-dbg. * main: * readd Build-Depends: texinfo (>= 4.0), texi2html. * change Build-Depends: linux-kernel-headers to linux-libc-dev. * drop Build-Depends: lib32ssp0 and lib64ssp0. * drop Conflicts: belocs-locales-bin, belocs-locales-data. * opt: * drop libc6-sparcv9. * readd libc6-sparcv9v. * readd libc6-sparc64b. * readd libc6-sparc64v. * merge descriptions from glibc 2.4 (WARNINGs and NPTL). * Regenerate debian/control. * debian/debhelper.in: * readd glibc-doc.doc-base, glibc-doc.info and glibc-doc.install. * readd libc-alt-dev.postinst. * libc.install: drop usr/bin/locale nad usr/bin/localedef. * libc.manpages: drop locale.1 and localedef.1. * libc.postinst: * fix $preversion quoting. * bump version checking for $preversion to 2.5-0ubuntu1 for some cases. * fix hwcappkgs lists for sparc. * remove kernel version detection at startup. * drop locales-all.* * Merge debian/FAQ. * debian/rules: * drop locales-all and locales packages. * readd CXX for cross-compiling. * force -fno-stack-protector to disable automatic enablement from Ubuntu's glibc. Glibc itself will enable it as necessary. * debian/rules.d: * build.mk: * readd CXX for cross-compiling. * drop localedir (requires check). * readd manual generation (requires check). * keep using /etc/ld.so.conf.d/$triplet. New debian packages use triplet.conf, and that would require a conffile migration script. * readd nptl bits. * debhelper.mk: * readd nptl bits. * install $(libc)-dev-$$x.postinst from libc-alt-dev.postinst. * debian/script.in/kernelcheck.sh: fix kernel version check on != m68k. (this should be pushed to debian too) * debian/shlibver: bump to 2.5-0ubuntu1. * debian/sysdeps: * amd64.mk: * default to nptl for amd64. * set i386 configure target to i686-linux. * set i386 CC to use $(BUILD_CC). * readd --disable-profile to i386_extra_config_options. * readd i386_MAKEFLAGS to set gconvdir. * set i386_extra_cflags back to -march=i686 -mtune=i686. * drop i386_rtlddir (requires check). * set i386_slibdir and _libdir to use */lib32. * change symlinking for */lib32. * depflags.pl: * change linux-kernel-headers into linux-libc-dev. * readd Recommends: tzdata. * readd Depends: locales (>= 2.3.11). (requires review) * readd hack to cope with */lib64. * hppa.mk: enable nptl. * i386.mk: * readd no-tls-direct-seg-refs to generic libc cflags. * make symlink absolute again. (requires review - might be droppable) * restore nptl_* options. * change i686_slibdir to /lib/tls/i686/cmov. * change xen_slibdir to /lib/tls/i686/nosegneg. * keep using /etc/ld.so.conf.d/xen.conf. New debian packages use libc6-xen.conf, and that would require a conffile migration script. * drop ldconfig from libc6-xen. * linux.mk: * readd comments about nptl. * readd nptl config. * powerpc.mk: revert change to fix bug #391858 that is a gcc bug (already addressed in Ubuntu) and not a glibc one. * sparc.mk: * readd sparc64b pass. * readd sparc64v pass. * disable sparcv9 pass. * readd sparcv9v pass. * fix sparc64 headers install. * dynamically disable testsuite when building on Niagara. * debian/patches: * port forward ubuntu dir from 2.4: * drop local-dynamic-resolvconf.diff. now part of debian. * readd local-altlocaledir.diff. * series: update. -- Fabio M. Di Nitto Wed, 01 Nov 2006 12:49:55 +0100 glibc (2.5-0exp2) UNRELEASED; urgency=low * New upstream version 2.5. [ Aurelien Jarno ] * debian/shlibver: Bump up to 2.5-1. * debian/copyright: update. * Remove locale/cvs-iso3166.diff (merged upstream). * Remove localedata/locale-ro_RO.diff (merged upstream). * Remove arm/cvs-portshead.patch (merged upstream). * Remove hppa/cvs-portshead.patch (merged upstream). * Remove hppa/submitted-drop-utimes.diff (merged upstream). * Remove hurd-i386/cvs-machrules-make.diff (merged upstream). * Remove mips/cvs-fork.diff (merged upstream). * Remove mips/cvs-resource.diff (merged upstream). * Remove powerpc/cvs-procfs.diff (merged upstream). * Remove any/cvs-argp_h.diff (merged upstream). * Remove any/cvs-getcwd_c.diff (merged upstream). * Remove any/cvs-sysctl.diff (merged upstream). * Remove any/cvs-thread_signals.diff (merged upstream). * Remove any/cvs-uio_h.diff (merged upstream). * Remove any/submitted-strfmon.diff (merged upstream). * Remove all/submitted-uninitialized-byte-LC_CTYPE.diff (merged upstream). * Remove any/local-ttyname-devfs.diff (devfs is not supported anymore). * Update arm/local-no-hwcap.diff. * Update any/local-ldso-disable-hwcap.diff. * Update all/submitted-new-brf-encoding.diff. * debhelper.in/libc.docs: remove INTERFACE as it has been removed upstream. * sysdeps/depflags.pl: don't make libc6 depends on tzdata, as this package is of priority required. Should help to debconfize tzdata. * sysdeps/i386.mk: put the static Xen libc flavour in /usr/lib/xen. Closes: #391372. * sysdeps/powerpc.mk: install 64-bit headers (actually gnu/stubs-64.h) directly into /usr/include and provide /usr/include/powerpc64-linux-gnu as a symlink to /usr/include for compatibility reasons. Closes: #391858. * sparc/cvs-pause-sigprocmask.diff: new patch (fix sparc64 build) from upstream CVS. * kfreebsd/local-scripts.diff: update. * kfreebsd/local-sys_queue_h.diff: update. * kfreebsd/local-sysdeps.diff: update to revision 1689 (from glibc-bsd). * kfreebsd/local-sysdeps-2.4.diff: remove. * sysdeps/kfreebsd: enable the ports add-on. * sysdeps/kfreebsd-i386.mk: ditto. * any/local-stubs_h.diff: new patch to fix a warning in stubs.h. Closes: #394128. * alpha/submitted-sigsuspend.diff: new patch (fix the build on alpha) from the libc-alpha mailing list. [ Denis Barbier ] * Remove localedata/locale-en_NZ.diff (merged upstream). * Remove localedata/locale-nr_ZA.diff (merged upstream). * Remove localedata/new-catalan-locales.diff (merged upstream). * Remove localedata/update-ZA.diff (merged upstream). * Remove localedata/locale-te_IN.diff (merged upstream). * Remove locale/iso4217-RON.diff (merged upstream). * Update localedata/locales_CH.diff * Update localedata/supported.diff * Update localedata/locale-hy_AM.diff * Update localedata/locale-csb_PL.diff * Update localedata/dz_BT-collation.diff * Update localedata/locale-ia.diff * Update localedata/locales-sr.diff * Update localedata/tailor-iso14651_t1.diff * Update localedata/fix-lang.diff * Update localedata/first_weekday.diff -- Aurelien Jarno Wed, 11 Oct 2006 16:27:42 +0200 glibc (2.4-1) UNRELEASED; urgency=low * New upstream version 2.4: - NPTL is used instead of linuxthreads on alpha. Closes: #325600. - NPTL being the default thread library when available, only one version of the thread library is available (either linuxthreads or NPTL). Closes: #399035. - .eh_frame has been fixed. Closes: #349688. - Fix a memory leak in getprotobyname. Closes: #365233. - Support for MALLOC_PERTURB has been added. Closes: #350579. - Support for 2.4 kernels has been removed. Closes: #258740. [ Clint Adams ] * Remove all/cvs-manual-memory.diff (merged upstream). * Remove all/cvs-manual-string.diff (merged upstream). * Remove any/cvs-divdi3-moddi3.diff (merged upstream). * Remove any/cvs-errlist.diff (merged upstream). * Remove any/cvs-siginfo_h.diff (merged upstream). * Remove any/cvs-regcomp_c.diff (merged upstream). * Remove any/cvs-tst-setcontext_c.diff (merged upstream). * Remove any/local-dash.diff (merged upstream). * Remove any/local-gcc4-elf.diff (merged upstream). * Remove powerpc/cvs-executable-got.diff (merged upstream). * Remove sparc/cvs-datastart.diff (merged upstream). * Remove sparc/cvs-gcc4-inline.diff (merged upstream). * Remove sparc/local-gcc4-mv8.diff (merged upstream). * Remove sparc/submitted-socket-weakalias.diff (merged upstream). * Remove everything to do with nscd_nischeck. * Remove any/local-linuxthreads-sizefix.diff (not necessary anymore). * Update hppa/submitted-lt.diff. * debian/shlibver: Bump up to 2.4-1. * Update any/local-bashisms.diff: fix invalid test operator (==) in run-iconv-test.sh * debian/rules.d/build.mk: don't try to build html documentation. * debian/sysdeps/hppa.mk: use ports and linuxthreads add-ons * debian/sysdeps/m68k.mk: use ports and linuxthreads add-ons * debian/sysdeps/m32r.mk: use ports and linuxthreads add-ons * debian/sysdeps/mips.mk: use ports add-on * debian/sysdeps/mipsel.mk: use ports add-on * debian/sysdeps/arm.mk: use ports add-on * Build with gcc 4.1 on all architectures but hurd-i386. * debian/debhelper.in/nscd.init: partially sync nscd initscript with upstream. * Remove mips/local-librt.diff. * debian/rules.d/tarball.mk: no longer run tar with -v. * Add hppa/cvs-portshead.patch (update hppa code to ports HEAD) * Add arm/cvs-portshead.patch (update arm code to ports HEAD) [ Denis Barbier ] * Remove locale/complex-collate.diff (merged upstream). * Remove locale/cvs-{iso4217,iso639}.diff, locale/cvs-localedata.diff * Remove from any/local-forward-backward-collation.diff a chunk merged upstream. * debian/rules.d/tarball.mk: glibc--2.4.tar.bz2 add-on unpacks into either or glibc--2.4, in which case it is renamed into . [ Michael Banck ] * debian/sysdeps/hurd.mk: Only use libidn for add-ons. [ Aurelien Jarno ] * Update all/submitted-new-brf-encoding.diff. * Remove alpha/cvs-gcc4-profile.diff (not needed anymore). * Update alpha/submitted-xstat.diff. * Update arm/cvs-gcc4-inline.diff. * Remove arm/cvs-gcc4.1-raise.diff (merged upstream). * Remove arm/cvs-float-byteorder.diff (merged upstream). * Remove arm/cvs-socket-weakalias.diff (merged upstream). * Update arm/local-ioperm.diff to reflect the new port add-on. * Update arm/local-no-hwcap.diff to reflect the new port add-on. * Remove any/cvs-argp_h.diff (merged upstream). * Remove any/cvs-ctan.diff (merged upstream). * Remove any/cvs-futimes.diff (merged upstream). * Remove any/cvs-nfs_h.diff (merged upstream). * Remove any/cvs-path_log.diff (merged upstream). * Remove any/cvs-resource_h.diff (merged upstream). * Remove any/cvs-static-getpid.diff (merged upstream). * Remove any/cvs-tls-crashfix.diff (merged upstream). * Add any/cvs-uio_h.diff from upstream to allow inclusion of bits/uio.h from fcntl.h and prevent multiple inclusions. * Remove any/local-kernel-features.diff (merged upstream). * Update any/local-ldso-disable-hwcap.diff. * Add any/local-linuxthreads-tst-sighandler.diff to disable tst-sighandler{1,2} tests, which seems to be buggy. * Update any/local-rtld.diff. * Update any/local-sysctl.diff to reflect the new port add-on. * Update any/local-version-sanity.diff. * Remove any/submitted-eh-frame-terminator.diff (merged upstream). * Update any/submitted-nis-netgrp.diff. * Remove i386/local-i486_ldt_support.diff (merged upstream). * Remove ia64/cvs-gcc41-atomic_h.diff (merged upstream). * Remove hppa/cvs-linesep.diff (merged upstream). * Remove hppa/cvs-no-ldbl-128 (merged upstream). * Replace hppa/cvs-pie-relocs.diff by submitted-nptl-carlos.diff, see http://lists.parisc-linux.org/pipermail/parisc-linux/2006-July/029549.html. * Remove hppa/local-gcc-4-profile.diff (not necessary anymore). * Update hppa/local-inlining.diff to reflect the new port add-on. * Remove hppa/local-remove-mallocdef.diff (not necessary anymore as spinlock ldcw fix has been applied). * Update hppa/submitted-drop-utimes.diff. * Remove hppa/submitted-fenv-align.diff (merged upstream). * Remove hppa/submitted-fpu.diff (merged upstream). * Remove hppa/submitted-iitlbp.diff (merged upstream). * Remove hppa/submitted-sysdeps.diff (merged upstream). * Remove hurd-i386/cvs-ioctl-pfinet.diff (merged upstream). * Remove hurd-i386/cvs-getresuid-dyslexia.diff (merged upstream). * Remove hurd-i386/cvs-posix-opts.diff (merged upstream). * Update hurd-i386/submitted-sysvshm.diff. * Remove kfreebsd/local-nscd_no_mremap.diff (not necessary anymore). * Update kfreebsd/local-scripts.diff. * Add kfreebsd/local-ftw.diff. * Add kfreebsd/local-sysdeps-2.4.diff. * Add kfreebsd/local-memusage_no_mremap.diff. * Remove m32r/cvs-elf-m32r_rel32.diff (merged upstream). * Update m68k/local-compat.diff. * Update m68k/local-mathinline_h.diff to reflect the new port add-on. * Update m68k/local-fpic.diff. * Update m68k/local-reloc.diff to reflect the new port add-on. * Update m68k/submitted-gcc34-seccomment.diff. * Add mips/cvs-fork.diff (fix the path to i386/fork.c) from CVS. * Add mips/cvs-resource.diff (fix a typo in bits/resource.h) from CVS. * Remove mips/cvs-gcc4-inline.diff (merged upstream). * Remove mips/cvs-gcc4-sysdeps.diff (merged upstream). * Update mips/submitted-msq.diff to reflect the new port add-on. * Remove powerpc/cvs-gcc41-initfini.diff (merged upstream). * Update any/local-libgcc-compat-{all,others}.diff and split them into any/local-libgcc-compat-{main,ports}.diff. Move mips/libgcc-compat.c to mips/mips32/libgcc-compat.c as it is only needed for the o32 ABI, and not needed for n32 and n64 ABIs. * Add sparc/local-fork.diff (use fork.c instead of fork.S). * Add any/local-__thread.diff (make glibc buildable without __thread support) from Michael Banck. * debian/script.in/kernelcheck.sh: set the minimum kernel version to 2.6.0, except on m68k where it is set to 2.4.1. * debian/sysdeps/i386.mk: install the xen flavour in /lib/i686/nosegneg and create /etc/ld.so.conf.d/libc6-xen.conf which uses the new hwcap feature. Closes: #363442. * debian/FAQ: Remove LD_ASSUME_KERNEL workaround, as linuxthreads versions of the glibc are not built anymore. [ Jeff Bailey ] * debian/control.in/libc: Move tzdata dependancy to ... * debian/sysdeps/depflags.mk: ... here. * debian/sysdeps/powerpc.mk: Include biarch headers in libc6-dev-ppc64 * debian/patches/any/local-dynamic-resolvconf.diff: New file to check for updated resolv.conf before a nameserver call. (Closes: #272265). * debian/patches/series: Use it. -- Clint Adams Sun, 28 May 2006 03:28:14 +0200 glibc (2.3.6.ds1-12) UNRELEASED; urgency=low [ Pierre Habouzit ] * patches/any/cvs-sunrpc-xdrmem_setpos.diff: fix a pointer-to-cast problem in sunrpc, backport from glibc-2.5. Closes: #389084. * patches/any/cvs-getent-wrong-struct-size.diff: fix a bad struct size in nss/getent.c, backport from glibc-2.5. Closes: #347358. * patches/any/local-sysctl.diff: sysctl is back for good it seems, remove the link warning from the patch. Closes: #410816. [ Aurelien Jarno ] * debian/control.in/opt: fix a typo: Ezla -> Ezra. Closes: #410839. -- Aurelien Jarno Tue, 13 Feb 2007 23:43:39 +0100 glibc (2.3.6.ds1-11) unstable; urgency=low * patches/kfreebsd/local-sysdeps.diff: update to revision 1886 (from glibc-bsd). * patches/any/cvs-itoa-c.diff: new patch from CVS (fix sprintf %0lld when argument equals to 0). Closes: bug#292523. * patches/all/local-pthread-manpages.diff: fix pthread manpages. Closes: bug#220719. * debhelper.in/libc-otherbuild.postinst: fix handling of /etc/ld.so.hwcappkgs. Closes: bug#409374. * debhelper.in/libc.postinst: fix code adding /etc/ld.so.conf.d support to /etc/ld.so.conf. Closes: bug#409516. -- Aurelien Jarno Sat, 3 Feb 2007 20:13:29 +0100 glibc (2.3.6.ds1-10) unstable; urgency=low * sysdeps/kfreebsd.mk: Link all machine*/ directories to support new bi-arch headers. * Add bi-arch support on kfreebsd-amd64: - debian/sysdeps/kfreebsd-amd64.mk: New pass for 32-bit glibc - debian/control.in/main: Add build-depends on libc0.1-dev-i386 - debian/control.in/kfreebsd-i386: add libc0.1-dev-i386 and libc0.1-i386 packages * patches/kfreebsd/local-sysdeps.diff: update to revision 1853 (from glibc-bsd). * debian/control.in/libc: downgrade priority of libc-dev to optional from standard to match overrides. * debian/patches/hppa/cvs-clone.diff: new patch by Helge Deller inspired from upstream CVS code (fix LTP clone04 and clone06 test). Closes: #405411. * debian/patches/any/cvs-zdump-64-bit.diff: new patch from CVS to fix zdump on 64-bit architectures. Closes: #402776. * debian/quitlrc: new file. * debian/rules.d/quilt.mk: use debian/quiltrc instead of default ~/.quiltrc. Closes: #406136. -- Aurelien Jarno Mon, 8 Jan 2007 22:29:37 +0100 glibc (2.3.6.ds1-9) unstable; urgency=low [ Aurelien Jarno ] * patches/kfreebsd/local-sysdeps.diff: update to revision 1775 (from glibc-bsd). * debian/po/eu.po: new file, thanks to Piarres Beobide. Closes: #398984. * debian/wrapper/objcopy: remove useless .debug_loc (patch from Daniel Jacobowitz). Closes: #399217. * debian/po/de.po: Fix German translation. Closes: #372817. [ Michael Banck ] * patches/hurd-i386/submitted-futimes.diff: Moved to ... * patches/hurd-i386/cvs-futimes.diff: ... here, updated with the version committed upstream by Roland McGrath. -- Aurelien Jarno Thu, 7 Dec 2006 11:27:42 +0100 glibc (2.3.6.ds1-8) unstable; urgency=high * any/local-iconv-fix-trampoline.diff: new patch (fix iconvconfig segfault when run under exec-shield, PaX or similar) from hlfs. Closes: #397020. * debian/po/ro.po: new file, thanks to Stan Ioan-Eugen. Closes: #395348. * debhelper.in/locales.prerm; debhelper.in/locales.prerm, debhelper.in/locales-all.prerm: fixed bad interactions between locales and locales-all. Closes: #396354. * patches/kfreebsd/local-sysdeps.diff: update to revision 1703 (from glibc-bsd). -- Aurelien Jarno Sat, 4 Nov 2006 23:36:19 +0100 glibc (2.3.6.ds1-7) unstable; urgency=low [ Aurelien Jarno ] * New any/local-no-pagesize.diff (remove the usage of PAGE_SIZE) by Steve Langasek. Closes: #394385. -- Aurelien Jarno Sat, 21 Oct 2006 22:41:39 +0200 glibc (2.3.6.ds1-6) unstable; urgency=low [ Aurelien Jarno ] * Improve the heuristic used to detect other copy of the C library. Closes: #390950. * Add m68k/local-pthread_lock.diff (fix deadlock with pthread_spinlock) by Roman Zippel. Closes: #385917. * Build-conflicts with buggy gcc-4.1 (= 4.1.1-14). Closes: #391485. -- Aurelien Jarno Sat, 7 Oct 2006 23:54:49 +0200 glibc (2.3.6.ds1-5) unstable; urgency=low [ Aurelien Jarno ] * debian/local/manpages/ldconfig.8: Update the manpage. Closes: #325921. * debian/local/manpages/ld.so.8: Update the manpage. Closes: #171145, #357676, #280027. * rules.d/debhelper.mk: don't make ld.so.8.gz or ld.so.conf executable. * debian/FAQ: specify that LD_ASSUME_KERNEL does not work on amd64. Closes: #386924. * patches/any/cvs-sqrt.diff: New patch from upstream to fix sqrt computation for negative imaginary number. Closes: #388852. [ Michael Banck ] * Add hurd-i386/cvs-getsid.diff (fix getsid(0) on the Hurd) by Samuel Thibault (patch from glibc-2.4). * Add hurd-i386/submitted-futimes.diff (fix touch on the Hurd) by Thomas Schwinge and Samuel Thibault. Closes: #388785. [ Denis Barbier ] * Add sr_ME and sr_RS locales, and keep sr_CS for backward compatibility. * First weekday is Sunday in Brazil. Closes: #385859 Thanks Gunther and Felipe Augusto van de Wiel. -- Aurelien Jarno Sun, 1 Oct 2006 18:48:27 +0200 glibc (2.3.6.ds1-4) unstable; urgency=low * debian/control.in/opt: add a new line at the end of the file. (Closes: #384375). * debian/rules.d/control.mk: add a check to make sur that all files in debian/control.in have a new line at the end. -- Aurelien Jarno Thu, 24 Aug 2006 00:21:25 +0200 glibc (2.3.6.ds1-3) unstable; urgency=low * patches/any/cvs-sysctl.diff: patch from upstream to fix the sysctl() problem for NPTL. * patches/any/local-sysctl.diff: remove the NPTL fix from this patch, apply the same kind of fix for linuxthreads than for NPTL. (Closes: #383976). * patches/any/local-sysctl.diff: fix for arm. * patches/any/local-bashisms.diff: fix bashisms in the testsuite. * debian/control.in/{i386,powerpc,ppc64,s390x,sparc64}: change the bi-arch package priority to optional (but keep libc6-i386 on amd64 to standard). (Closes: #344253). * debian/control.in/opt: Removed the comment about the IBM's JDK in the descriptions of the optimized packages, as an NPTL version is also present in the main libc. * debian/rules.d/build.mk: force the locale directory to /usr/lib/locale. This way the 32-bit libc6 on amd64 is able use the locales correctly (it was already done for other bi-arch architectures). (Closes: #379959). -- Aurelien Jarno Wed, 23 Aug 2006 00:38:22 +0200 glibc (2.3.6.ds1-2) unstable; urgency=low [ Aurelien Jarno ] * rules.d/build.mk: removed the call to texi2html. (Closes: #383276). * New debian/patches/any/cvs-ctermid.diff from upstream to fix a segfault in ctermid(NULL). Thanks Denis for the hint. (Closes: #380504, #383362). * New debian/patches/localedata/reverted-for-etch.diff: revert a few locales changes done in 2.3.6.ds1-1 and refused by the release managers: - locales/vi_VN: Various fixes - locales/ru_RU: Use U2002 for thousands_sep and mon_throusands_sep. [ Denis Barbier ] * debian/patches/localedata/cvs-localedata.diff: A new test target tst-strfmon1 was previously added into localedata/Makefile, so add localedata/tst-strfmon1.c to really perform this test. -- Aurelien Jarno Thu, 17 Aug 2006 00:32:25 +0200 glibc (2.3.6.ds1-1) unstable; urgency=low [ Denis Barbier ] * New all/submitted-uninitialized-byte-LC_CTYPE.diff patch to fix uninitialized bytes or misaligned words in locale files. * debian/debhelper.in/locales-all.postinst: Make localedef silent, and fix an error, this script could not be run more than once. * debian/debhelper.in/locales-all.prerm: New file, to remove /usr/lib/locale/locale-archive. Thanks Lars Wirzenius. (Closes: #382136) * debian/debhelper.in/locales.postinst: Pass --no-checks to update-locale to not break installation of this package even if non working locales are selected. Thanks Robert Millan. (Closes: #365628) * debian/patches/locale/cvs-iso4217.diff: Update to CVS 2006-08-12. * debian/patches/localedata/cvs-localedata.diff: Update to CVS 2006-08-12 Among other changes: * New locale files: as_IN, ca_AD, csb_PL, el_CY, fr_AD, it_AD, nr_ZA, or_IN, pa_PK and tr_CY. * charmaps/MIK: New file. * Sync bg_BG bs_BA es_MX ru_RU tg_TJ tt_RU with latest iso-4217.def * Add transliateration support to LC_CTYPE for most locales. * Fix date fields for several *_IN locales. * locales/{*_ZA,ro_RO,vi_VN}: Various fixes * locales/de_DE: Fix date_fmt. * locales/hu_HU: Better month name abbreviations. * locales/pl_PL: Don't ignore U0020 in collation. * locales/ru_RU: Use U2002 for thousands_sep and mon_throusands_sep. * locales/es_UY: Change currency_symbol. Closes: #378151 * locales/de_CH: Change thousand separator to '. * The following patches have been merged into localedata/cvs-localedata.diff and are dropped: locale/iso4217-RON.diff localedata/locale-ro_RO.diff localedata/new-catalan-locales.diff localedata/locale-te_IN.diff localedata/locale-nr_ZA.diff localedata/update-ZA.diff [ Aurelien Jarno ] * sysdeps/{powerpc,s390,ia64}.mk: make the NPTL version buildable on 2.4 kernels. * New any/local-sysctl.diff patch to remove the annoying warning messages that appear with 2.6.18+ kernels, and to warn users to not use sysctl(). * debian/debhelper.in/libc.postinst: update list of optimized glibc packages. Thanks Petr Salinger. (Closes: #383168). * New any/cvs-static-getpid.diff patch from upstream to fix getpid() in statically linked programs on some architectures. (Closes: #367656). -- Aurelien Jarno Tue, 15 Aug 2006 23:01:43 +0200 glibc (2.3.6-19) unstable; urgency=low [ Michael Banck ] * debhelper.in/libc-udeb.install.hurd-i386: New file; libpthread is not part of glibc on the Hurd. [ Aurelien Jarno ] * Ship librt in the libc udeb (closes: bug#381881). -- Aurelien Jarno Tue, 8 Aug 2006 18:18:48 +0200 glibc (2.3.6-18) unstable; urgency=medium (urgency set to medium as it fixes a FTBFS) [ Aurelien Jarno ] * Update ia64/cvs-gcc41-atomic_h.diff again (fix build failure with gcc-4.1, nptl part) from upstream. -- Aurelien Jarno Tue, 1 Aug 2006 16:59:33 +0200 glibc (2.3.6-17) unstable; urgency=medium (urgency set to medium as it fixes a FTBFS) [ Aurelien Jarno ] * Update ia64/cvs-gcc41-atomic_h.diff (fix build failure with gcc-4.1) from upstream. [ Michael Banck ] * debian/sysdeps/hurd.mk: Disable RUN_TESTSUITE. -- Aurelien Jarno Sun, 30 Jul 2006 21:25:32 +0200 glibc (2.3.6-16) UNRELEASED; urgency=low (urgency set to medium as it fixes a FTBFS) [ Aurelien Jarno ] * Add arm/cvs-gcc4.1-raise.diff (fix build failure with gcc-4.1) from upstream. * Add ia64/cvs-gcc41-atomic_h.diff (fix build failure with gcc-4.1) from upstream. * Build with gcc 4.1 on all architectures but hurd-i386. * debian/sysdeps/s390.mk: switch s390x to nptl. * debian/rules.d/build.mk: use ld.so libc.so instead of libc.so to determine if the host CPU is able to run the testsuite. * debian/sysdeps/kfreebsd.mk: also use the nfs/ directory from kernel headers. * debian/sysdeps/kfreebsd.mk: also use the nfs/ directory from kernel headers. * patches/kfreebsd/local-sysdeps.diff: update to revision 1631 (from glibc-bsd). * debian/local/manpages/iconv.1: fixed the description of the --silent option. (Closes: #375741) * debian/local/manpages/iconv.1: fixed the use of the TH keyword. (Closes: #372510) * debian/locales-all.README.Debian: File removed, it is useless now. (Closes: #378191) * Update Russian debconf translation, by Yuri Kozlov. (Closes: #379395) * debian/debhelper.in/libc.postinst: add /etc/ld.so.conf.d/ support. * Drop any/local-ldconfig-multiarch.diff, use /etc/ld.so.conf.d/ to configure multiarch libraries. * Update m68k/local-mathinline_h.diff (fix bits/mathinline.h), by Roger Leigh. (Closes: #340871) [ Denis Barbier ] * debian/control.in/main: also make locales Conflicts: belocs-locales-bin. * debian/debhelper.in/locales.config: some programs keep modifying /etc/environment to store locale variables, so read /etc/environment even when upgrading new versions. Of course, /etc/default/locale has still a higher precedence over /etc/environment. (Closes: #363644) * Add new Lithuanian debconf translation, by Gintautas Miliauskas. (Closes: #374365) * Update Brazilian Portuguese debconf translation, by Felipe Augusto van de Wiel. (Closes: #375451) * debian/debhelper.in/libc.postinst: Call iconvconfig to generate /usr/lib/gconv/gconv-modules.cache. (Closes: #376811) * debian/debhelper.in/libc.postrm: Remove this cache file. -- Aurelien Jarno Thu, 8 Jun 2006 08:03:49 +0200 glibc (2.3.6-15) unstable; urgency=low * debian/rules.d/build.mk: generate a test log file even if the testsuite is disabled, too make debhelper 5 happy. -- Aurelien Jarno Thu, 8 Jun 2006 08:02:47 +0200 glibc (2.3.6-14) unstable; urgency=low [ Aurelien Jarno ] * debian/debhelper.in/nscd: explicitely list the tables to invalidate. (Closes: #370124) * debian/debhelper.in/nscd: create /var/run/nscd if it does not already exist. (Closes: #370122) * Update m68k/local-mathinline_h.diff (fix bits/mathinline.h), by Roger Leigh. Enable it. (Closes: #340871) * debian/debhelper.in/libc.preinst: also check for other copies of the libc in /lib32 and /lib64. * debian/debhelper.in/libc.preinst, debian/rules.d/debhelper.mk: only use the default system linker when searching for other copies of the libc. * debian/sysdeps/i386.mk: make /lib/i386-linux-gnu and /usr/lib/i386-linux-gnu symlinks relative. * debhelper.in/libnss-dns-udeb.install, debhelper.in/libnss-files-udeb.install: fix the installation path. (Closes: #370523) * patches/kfreebsd/local-sysdeps.diff: update to revision 1583 (from glibc-bsd) to fix the build with gcc-4.1. * patches/m32r/local-ports-m32r.diff: remove libc_cv_gcc_unwind_find=yes from m32r/configure by Kazuhiro Inaoka. (Closes: #371052) * rules.d/debhelper.mk: don't install librpcsvc.a when cross-compiling. (Closes: #369657) * debian/compat, debian/control.in/main: switch to debhelper 5.0. [ Denis Barbier ] * debian/patches/localedata/tailor-iso14651_t1.diff: Fix several collation rules, which could cause errors in regular expressions with character ranges, in particular with et_EE locale. (Closes: #362514) * debian/patches/localedata/locale-csb_PL.diff * debian/patches/localedata/locale-ro_RO.diff * debian/patches/localedata/locale-se_NO.diff: Apply similar fixes. * debian/main/control.in: make locales Conflicts: belocs-locales-data. -- Aurelien Jarno Wed, 7 Jun 2006 23:16:58 +0200 glibc (2.3.6-13) unstable; urgency=low * debian/patches/alpha/local-gcc4.1.diff: fix a small typo. sigh. * debian/control.in/main: build-depends on libc6-dev-s390x on s390. * Remove any/local-libgcc-static.diff. (Closes: #369636, #369641) -- Aurelien Jarno Wed, 31 May 2006 07:20:14 +0200 glibc (2.3.6-12) unstable; urgency=low * Don't do a udeb pass, it is still too buggy. (Closes: #369492) * debian/control.in/main: build-depends on libc6-dev-sparc64 on sparc. * Add patches/alpha/local-gcc4.1.diff (fix build with gcc-4.1) from Falk Hueffner. * patches/kfreebsd/local-sysdeps.diff: update to revision 1571 (from glibc-bsd). -- Aurelien Jarno Tue, 30 May 2006 22:35:35 +0200 glibc (2.3.6-11) unstable; urgency=low [ Aurelien Jarno ] * debian/rules/build.mk: don't remove ld.so from udeb packages. * debian/rules: move udeb_add-ons to debian/sysdeps/{kfreebsd,linux}.mk. * M32R support: (Closes: #366962) - debian/rules.d/control.mk: add m32r. - Add debian/sysdeps/m32r.mk. - Add debian/patches/any/cvs-futimes.diff (use fnctl64 if fnctl is no available). - Add debian/patch/any/local-kernel-features.diff (fix the include path for kernel-features.h) so that it could be used from other files. - Add debian/patches/any/local-libgcc-static.diff (link with libgcc_s). - Add debian/patches/m32r/local-ports-m32r.diff (m32r support). - Add debian/patches/m32r/cvs-elf-m32r_rel32.diff (Add R_M32R_REL32 to elf/elf.h). * debian/local/manpages/localedef.1: fix a typo. (Closes: #310477) * debian/local/manpages/iconv.1: fix the indentation (Closes: #316148) * debian/local/manpages/iconv.1, debian/local/manpages/localedef.1: change sarge into etch. * debian/sysdeps/kfreebsd.mk: build the udeb package with -Os on kfreebsd-i386 and kfreebsd-amd64. * debian/sysdeps/*.mk: build the udeb with -Os, except on m68k and s390. * debian/sysdeps/hppa.mk: build the udeb with gcc 4.1. mipsel, powerpc and sparc. * debian/sysdeps/arm.mk: set udeb_MIN_KERNEL_SUPPORTED to 2.4.1, as the arm build daemons are still running a 2.4 kernel. * debian/sysdeps/sparc.mk: set udeb_MIN_KERNEL_SUPPORTED to 2.4.1, as d-i still needs a 2.4 kernel. * patches/kfreebsd/local-sysdeps.diff: update to revision 1577 (from glibc-bsd). * Add debian/patches/powerpc/cvs-gcc41-initfini.diff (fix build with gcc 4.1 on powerpc) from upstream CVS. * debian/sysdeps/i386.mk: add a symlink (/usr)/lib/i386-linux-gnu -> (/usr)/lib/i486-linux-gnu. * Remove patches/i386/local-sse-oldkernel.diff (we don't support 2.2 kernels anymore). * Merge debian/local/etc_init.d/nscd and debian/debhelper.in/nscd.init. (Closes: #368587) * Remove debian/local/etc_init.d/nscd. [ Denis Barbier ] * Add patches/all/submitted-new-brf-encoding.diff: Add new BRF encoding (ASCII Braille), submitted upstream by Samuel Thibault. * Add patches/localedata/locale-zh_TW.diff: Remove from dates. Thanks Dan Jacobson (Closes: #352600) [ Clint Adams ] * debian/debhelper.in/libc.preinst: use POSIX syntax for kill. * debian/control.in/main: bump to Standards-Version 3.7.2. -- Aurelien Jarno Tue, 30 May 2006 02:28:33 +0200 glibc (2.3.6-10) unstable; urgency=low [ Aurelien Jarno ] * debian/debhelper.in/libc.preinst: use the original path if readlink -f fails to canonicalize the path. (Closes: #368116) * Add patches/arm/local-softfloat.diff (support for arm softfloat), and enable on arm-softfloat only, as it breaks other architectures. (Closes: #358772) * debian/rules.d/control.mk: Add arm-softfloat to the architectures list. * Do a separate pass for the udeb package, so that it could use different build options. * Set the minimum kernel to 2.6.1 for the udeb package, except for i386, m68k, mips, mipsel, powerpc and s390. * Enable the locales-all package. (Closes: #308020) * debian/sysdeps/i386.mk: build the glibc with --without-__thread again on i386 (Closes: #368022, #368326). * debhelper.in/libc.preinst, debhelper.in/libc-otherbuild.postinst, debhelper.in/libc.postinst, debhelper.in/libc-otherbuild.preinst: use /bin/sh instead of /bin/bash. (Closes: #267594) * patches/kfreebsd/local-sysdeps.diff: update to revision 1571 (from glibc-bsd). -- Aurelien Jarno Sun, 21 May 2006 22:36:27 +0200 glibc (2.3.6-9) unstable; urgency=low * Don't run make install with -j, as it is not SMP safe. -- Aurelien Jarno Thu, 18 May 2006 17:54:39 +0000 glibc (2.3.6-8) unstable; urgency=low [ Aurelien Jarno ] * Disable m68k/local-mathinline_h.diff, it breaks the build of the glibc on m68k. * Add all/local-pt_BR.diff (fix a small typo in the Brazilian Portuguese translation) by Guilherme de S. Pastore. (Closes: #319422) * Add hurd-i386/local-mlock.diff (fix mlock on Hurd/Mach), by Samuel Thibault. (Closes: #349204) * sysdeps/i386.mk: build glibc with --with-__thread on i386. * debian/local/manpages: s/woody/etch/g. (Closes: #364198) * sysdeps/depflags.pl: bumped the versioned conflicts with initrd-tools to 0.1.84.1, as older version use LD_ASSUME_KERNEL=2.4. (Closes: #365647) * Follow symlinks while checking for other copy of the C library. (Closes: #365838) * Invalidate nscd cache when calling /etc/init.d/nscd restart. (Closes: #365676, #365677) * /usr/sbin/tzconfig: set umask to 022. (Closes: #367145) * debian/main/control.in: make locales Replaces: lliurex-belocs-locales-data. (Closes: #365651) * Move the NJOBS part to debian/sysdeps/(system) to debian/rules. * debian/debhelper.in/libc-otherbuild.postinst: fixed parsing of /etc/ld.so.hwcappkgs. (Closes: #364666) [ Denis Barbier ] * Fix location of locales/NEWS.Debian. Thanks Matthijs Mohlmann. (Closes: #362763) * locales.postinst: Do not abort if the current locale is not generated. * locales.config: Fix shell scripting when "All locales" is selected along with other choices, Thanks Olivier Trichet. (Closes: #364251) * update-locale: When checking for invalid locale settings, do not mess up with current environment settings. * Remove sem_*.3 manual pages from glibc-doc, these manual pages are updated and maintained in the manpages-dev package. (Closes: #365547) [ Michael Banck ] * Add hurd-i386/cvs-posix-opts.diff (Define many missing options, most notably _POSIX_THREAD_SAFE_FUNCTIONS) by Roland McGrath (patch from HEAD). -- Aurelien Jarno Thu, 18 May 2006 15:34:08 +0000 glibc (2.3.6-7) unstable; urgency=medium [ Aurelien Jarno ] * Urgency set to medium because this version fixes and RC bug in testing. * Optimized libraries should actually be cross-compiled as we don't know the CPU that will be used. * Allow the glibc to be cross-compiled for Linux and kFreeBSD. (Closes: #358771) * Bumped the minimum kernel to 2.4.1 instead of 2.4.0 as there are some important new features in this version. Thanks to Petr Salinger for noticing me. * Add m68k/local-mathinline_h.diff (fix bits/mathinline.h), by Roger Leigh. (Closes: #340871) * Add beginning and end timestamps to both the build logs and the testsuite logs. (Closes: #155690) * debian/sysdeps/sparc.mk: build sparcv9b optimized libraries with -mtune=ultrasparc3. * debian/sysdeps/kfreebsd/local-sysdeps.diff: update from the latest SVN. * debian/patches/series: Fix the patchlevel for local-i486_ldt_support.diff (Closes: #226716) * Fix a typo in the previous changelog entry (s/not/now/). (Closes: #362460) [ Denis Barbier ] * Remove ldd calls from libc.preinst. * Do no more transfer variables from /etc/environment to /etc/default/locale in locales.postinst, but instead add /usr/share/doc/locales/NEWS.Debian to explain that /etc/environment needs to be cleaned up. (Closes: #361048) * Create a new locales-all package with all supported locales precompiled, but keep it disabled for now. Both locales and locales-all packages provide a virtual generated-locales package. Packages which currently depends on locales should instead depend on 'locales | generated-locales'. * Add a new ca_ES@valencia locale, requested by Robert Millan (Closes: #361972) -- Aurelien Jarno Fri, 14 Apr 2006 13:48:30 +0200 glibc (2.3.6-6) unstable; urgency=low [ Aurelien Jarno ] * Remove the timezone database from the libc6 package. It is now provided by a separate package called tzdata. * Put each test log file in the corresponding package instead of putting all of them in libc6. * Remove sparc/local-sparc64-fixups.diff as /lib64 and /usr/lib64 are now a default search path on 32/64-bit architectures. * Switch minimum kernel to at least 2.4.0 on all arches but m68k, and change kernelcheck.sh accordingly. Affected architectures: - alpha: from 2.2.0 to 2.4.0 - arm: from 2.2.0 to 2.4.0 (but 2.4.0 was checked at installed time) - i386: from 2.2.0 to 2.4.0 - powerpc: from 2.2.0 to 2.4.0 - s390: from 2.2.10 to 2.4.0 - sparc: from 2.2.0 to 2.4.0 (Closes: #174270, #220992) * Add i386/local-i486_ldt_support.diff (add ldt support and thus TLS support on i486 machines). Thanks to Petr Salinger for the hint. (Closes: #226716) * Bump shlib to (>= 2.3.6-6) on i386. * debian/debhelper.in/libc-alt.install: Add gconv-modules to the bi-arch packages. (Closes: #361642) * /etc/ld.so.nohwcap is now supported on non-Linux architectures. Drop the "Linux" check from libc-otherbuild.preinst. * Build a libc6-xen flavour on i386. * Fix a typo in the description of the libc6-sparcv9 and libc6-sparcv9b packages. * local/usr_sbin/tzconfig: - Put a copy of the current timezone into /etc/localtime instead of a symlink. (Closes: #346342) - Handle the case where /etc/localtime does not exists. (Closes: #360383). * local/manpages/tzconfig.8: Update the manpage accordingly. * script.in/kernelcheck.sh: Also take in account 64-bit mips(el) kernels. * Add GNU/kFreeBSD patches, using conditional patching until they get accepted upstream. * Correctly replace DEB_HOST_ARCH by its value in libc6.preinst. Thanks to Denis for noticing me. [ Denis Barbier ] * debian/debhelper.in/locales.config: /etc/locale.gen was not generated at initial installation. (Closes: #357523) * update-locale: Fix buggy sanity check between LANGUAGE and LANG. (Closes: #361091) * update-locale: Drop the --remove flag, it is useless. * update-locale: Fix the --locale-file flag. * Add new Galician debconf translation, by Jacobo Tarrio. (Closes: #361101) * Use new features of po-debconf 1.0 to remove unneeded strings from PO files. * Fix day, abmon and mon fields for wo_SN locale. (Closes: #361338) [ Michael Banck ] * Add hurd-machrules-make.diff (fixes build problems with make-3.81 for Mach interface generation rules) by Roland McGrath (patch from HEAD). * Add hurd-sysvshm.diff (implements SysV shared memory for GNU/Hurd) by Marcus Brinkmann. -- Aurelien Jarno Mon, 10 Apr 2006 20:19:55 +0200 glibc (2.3.6-5) unstable; urgency=low [ Denis Barbier ] * Add am_pm formatting information to en_NZ. (Closes: #356328) * Add interlingua locale. (Closes: #224756) * Move locale variables from /etc/environment into a dedicated /etc/default/locale file. (Closes: #214898, #349503) * Add a new /usr/sbin/update-locale program to handle this new file. [ Aurelien Jarno ] * Fix ldconfig multiarch patch for reiserfs filesystems. * Make ldconfig look into /lib32 and /usr/lib32 on amd64. Add /lib32 -> /emul/ia32-linux/lib and /usr/lib32 -> /emul/ia32-linux/usr/lib links. * Remove glibc235-gcc4-ppc-procfs.diff from debian/patches/series. (Closes: #360126) * Add siginfo_h.diff (fixes a typo in ILL_ILLOPN definition), backported from upstream. (Closes: #358041) * Replace getcwd_ia64.diff by getcwd_c.diff (fix getcwd on platforms where PAGE_SIZE >> PATH_MAX), backported from upstream. (Closes: #355109) * debian/control: drop alternative build-depends on ia32-libs-dev as this package does not exist anymore. -- Denis Barbier Tue, 4 Apr 2006 18:07:21 +0200 glibc (2.3.6-4) unstable; urgency=low [ Aurelien Jarno ] * Set configure_build to the same value as configure_host for sparc optimized libraries (as on i386). This way they will be tested. * If the CPU has biarch support, run tests for cross-compiled libraries. * Remove ld.so from optimized libraries as it is not used. * Add regcomp_c.diff (Call __libc_lock_init after init_dfa) from upstream (Ulrich Drepper). This make possible to run the testsuite again on hppa. * Enable the testsuite on hppa. * Add tst-setcontext_c.diff (fix the arguments passed to setcontext during test) from upstream. * Create a link /usr/lib32 -> /emul/ia32-linux/usr/lib on amd64. * Add argp_h.diff fixes (Remove __NTH for __argp_usage inline function) by Ulrich Drepper (patch from HEAD). (Closes: #355264) * Add getcwd_ia64.diff (Remove the assertion so that the behaviour is the same on all platforms, including ia64). This is a temporary fix to bug #355109, until the upstream takes a decision. * debian/sysdeps/kfreebsd-amd64.mk: - s/libc6/libc0.1/g - Change rtlddir from /lib64 to /lib [ Denis Barbier ] * locales.config: If $DEBCONF_IS_A_REGISTRY is set to a non-empty value, the content of /etc/locale.gen does not override debconf values. * Add strfmon.diff: the negative sign is not printed by strfmon when current locale defines sign_posn == 4 (as in de_CH) and format argument contains the ! modifier. * Fix forward-backward-collation.diff: the change in strcoll_l.c has to be applied at several places. (Closes: #357390) * Update timezone data files to tzdata2006b (no data change, only comments). * Fix resource_h.diff: there was a typo for mips: s/_RLIMIT_RTPRIO/__RLIMIT_RTPRIO/ (Closes: #357419) -- Denis Barbier Sat, 18 Mar 2006 10:26:45 +0100 glibc (2.3.6-3) unstable; urgency=low [ Aurelien Jarno] * Use a shell function instead of ifneq when testing a variable depending on $(curpass), otherwise it is only evaluated at the first pass. * Add support for the ppc64 architecture. (Closes: #301438). * Use the new slibdir, libdir, rtlddir variables to build the various flavours of the libc. Put them directly in the final directory, and remove the corresponding tweaks done after the make install phase. * Install the 32-bit libraries in /emul/ia32-linux(/usr)/lib on amd64. * Only create the multiarch directories and the symlinks in /lib/ldconfig for the main pass. Otherwise alternate libraries would conflict with the main one when using multiarch. * Fix the build-dependencies for kfreebsd-amd64. * Add sysdeps/kfreebsd-amd64.mk and add kfreebsd-amd64 to rules.d/control.mk. * Make libc6-i386-dev conflicts with all versions of ia32-libs-dev. As it won't be built anymore on amd64, this will automatically remove it during the upgrade. [ Clint Adams ] * Get rid of -o as a binary operator to [ in tzconfig and postinst. [ Denis Barbier ] * Update localedata/locales/ro_RO. Thanks Eddy Petrişor. (Closes: #347173) * Bump LOCALES_DEP_VER to 2.3.6-2. All locales can be compiled with localedef from 2.3.6-2 and 2.3.6-3. (Closes: #352620) * Updated Italian debconf translation, by Luca Monducci. -- Aurelien Jarno Wed, 1 Mar 2006 17:11:36 +0100 glibc (2.3.6-2) unstable; urgency=low [ Denis Barbier ] * Modify debver2localesdep.pl, locales-depver and control files to provide a smooth upgrade in unstable when locales require changes in localedef. This is the first part for solving #352620, the proper dependency for locales will be set by the next upload. * debian/control: Clean up. Remove versioned dependencies on gettext, debianutils, tar, texinfo; these versions were already in oldstable. Drop references to localebin, wg15-locale, i18ndata, locale-ja, locale-ko, locale-vi, locale-zh, libc6-doc, glibcdoc and libc6 (<< 2.1-4). * debian/control: Split Build-Depends on several lines for readability purpose. * Add RON to locale/iso-4217.def and bump LOCALES_COMPAT_VER to 2.3.6-2. * Fix thousand separator for de_CH, and let other Swiss locales copy de_CH for LC_NUMERIC and LC_MONETARY sections. (Closes: #345481) * Apply a patch from Fedora to define AM/PM strings in cy_GB and en_GB locales. (Closes: #240901) * Fix the week definition for the C locale. * Check first_weekday fields against current CLDR snapshot. Modified locales are *_GB (=2), ar_SY (=5), ms_MY (=2), id_ID (=2). Add this field to more locales. * locale-gen: Replace 'test ... -a ...' by two tests. * Add an "All locales" option to the locales/locales_to_be_generated template. When it is selected, /etc/locale.gen is a symlink to /usr/share/i18n/SUPPORTED. (Closes: #321580, #323013) * Updated debconf translations: (Closes: #353611) - Brazilian Portuguese, by André Luís Lopes (Closes: #352416) - Czech, by Miroslav Kure - Danish, by Morten Brix Pedersen - Dutch, by Bart Cornelis - French, by Denis Barbier - German, by Helge Kreutzmann - Polish, by Emilian Nowak - Portuguese, by Simão Pedro Cardoso - Spanish, by Carlos Valdivia Yagüe - Swedish, by Daniel Nylander - Ukrainian, by Eugeniy Meshcheryakov [ Clint Adams ] * Add hurd-getresuid-dyslexia.diff (fixes incorrect ordering of arguments) with patch from Samuel Thibault. (Closes: #352500) * Add hppa-no-ldbl-128.diff (stops implying that PA needs 128-bit long double support in glibc) from Aurelien Jarno. (Closes: #344836). * debian/local/manpages/locale.1: remove double quotes from synopsis. (Closes: #352597) [ Aurelien Jarno ] * Move dependency on lib64gcc1 from libc6-amd64 to libc6-dev-amd64 to avoid a dependency loop. (Closes: #352263) * Use sed and test in /etc/init.d/glibc.sh to compare kernel versions. Put the Debian architecture name in the script at build time instead of using 'dpkg --print-architecture'. Thanks to Florent Bayle for the idea. (Closes: #325802, #328088, #339482) * Fix example code showing how to use hooks for malloc. (Closes: bug#333565). * Add hurd-ioctl-decode-argument.diff (fixes decoding of ioctl arguments) from Samuel Thibault. (Closes: #320273) * Fix the prototype of sbrk() in the manual. (Closes: #281863) * Fix the strcasestr() examples in the manual. (Closes: #289853) * Install libc_nonshared.a in /usr/lib/nptl, and fix the location of the static libraries of the NPTL ld scripts. (Closes: #347762) * Update debian/ files for GNU/kFreeBSD. (Closes: #351638) * Regenerate debian/control, generate debian/control.in/libc0.1. * Lintian cleans: - Remove build-dependencies on tar and debianutils, they are build-essential packages - Fix FSF postal address - Use policy compliant links in libc6-dev-amd64 - Use an absolute symlink for /lib64 on amd64 * Add myself to Uploaders. * Switch to gcc-4.0 on powerpc. * Remove old hack for gcc-3.4 on amd64. * Build with the compiler defined as default for glibc (ie currently gcc-4.0) instead of gcc on amd64. * Decrease priorities of 64-bit main and -dev packages to standard and optional for all architectures. It better matches override, though it will still have to be changed. * Fix glibc235-hppa-lt.diff (restore ret0 across calls to CDISABLE) from Randolph Chung. (Closes: #326581) * Switch to gcc-4.0 on hppa. * Add support for extra_pkg_install hooks for udeb packages. * Build back with -g1 on amd64, it was removed to permit the build with gcc-3.4. * Remove --with-tls and --with-__thread in sysdeps/* as they are the default option since version 2.3.5. * Multiarch support: - Add ld-multiarch.diff (add (/usr)/lib/$(config-machine)-$(config-os)) to the search path of the dynamic linker) from Tollef Fog Heen. (Closes: #295855) - Add ldconfig-multiarch.diff (add directories pointed from /lib/ldconfig to the search path). - Create (/usr)/lib/$(config-machine)-$(config-os) and add symlinks to these directories in /lib/ldconfig/ - Add rtld.diff (add a new configuration variable rtlddir to change the dynamic linker in the ELF binaries) partly from Andreas Jochen. This is necessary to be able to install a glibc in the multiarch dir while still conforming to the various ABIs which specify a linker in /lib or /lib64. * Remove the patch to install the libc into /lib instead of /lib64 on amd64. Use the new libdir, slibdir and rtlddir options in configparm to install the glibc in (/usr)/lib, and to use the dynamic linker path specified by the ABI for path for libc objects. (Closes: #325226) * Add -u option to the ldd manpage. (Closes: #354074) * Merged a patch from Michael Banck to use gcc-4.0 on Hurd. * Add resource_h.diff (RLIMIT_NICE and RLIMIT_RTPRIO support) from MAIN. (Closes: #352636) * Add hppa-inlining.diff (Increase the maximal overall growth of the compilation unit caused by inlining for dl-reloc.c on hppa). * Build a 32-bit libc on amd64, using the new multiarch directories. (Closes: #274367) -- Aurelien Jarno Thu, 23 Feb 2006 17:47:58 +0100 glibc (2.3.6-1) unstable; urgency=low [ Denis Barbier ] * debian/debhelper.in/libc.postinst: Restart webmin on upgrade. (Closes: #345641) * debian/debhelper.in/libc.postinst: Restart dropbear on upgrade. (Closes: #351036) * Fix yesexpr/noexpr in tl_PH locale. Reported by eric pareja. (Closes: #295810) * Fix langinfo(_NL_TIME_FIRST_WEEKDAY) for C locale. Reported by Graham Wilson (Closes: #327025) * Add first_weekday fields to most locales. (Closes: #343885, #347323, #347686, #348518, #351375) * Apply various fixes to French locales. (Closes: #248377) * Fix d_t_fmt and date_fmt in fo_FO. Reported by Jacob Sparre Andersen. * New sa_IN locale file, provided by Vidya Ayer and Christian Perrier. (Closes: #331377) * Add several locales to SUPPORTED: - ru_RU.CP1251, requested by Michael Bravo. (Closes: #225516) - uz_UZ.UTF-8 (its ISO-8859-1 counterpart had no UTF-8 variant) - da_DK.ISO-8859-15, en_GB.ISO-8859-15, en_US.ISO-8859-15, no_NO.UTF-8, no_NO and sv_SE.ISO-8859-15 are found in fedora-branch CVS branch. * Apply several improvements to hy_AM found in upstream Bugzilla. * Fix LC_MONETARY section of en_DK and provide en_DK.ISO-8859-15. (Closes: #323159) * Improve localedef(1) manual page, by Lars Wirzenius (Closes: #309846) * Fix LC_MONETARY section of pl_PL. Reported by Michał Politowski. (Closes: #227214) * New wo_SN locale file, provided by Samba Ndao Diop and Christian Perrier. (Closes: #279697) * Add new ca_AD, ca_FR and ca_IT locale files, sent upstream by Robert Millan. * New csb_PL locale file, sent upstream by Andrzej Krzysztofowicz. * Rewrite collation rules of several locales to include iso14651_t1. This eases maintenance and saves about 1MB for installed size. * Sort SUPPORTED to list UTF-8 locales first. This change partly solves #312927. * Modify localedata/locales/no_NO to copy definitions from nb_NO. * Fix lang_* fields in gez_ER, gez_ET, tr_TR and wal_ET. * Fix unknown symbols in collation rules of several locales: da_DK, fa_IR, is_IS, lo_LA, lv_LV, nb_NO and sr_CS. * Apply updates for st_ZA, xh_ZA and zu_ZA sent upstream by Dwayne Bailey. * Add new nr_ZA locale, sent upstream by Dwayne Bailey. * Rewrite collation rules for dz_BT, in collaboration with Pema Geyleg. * Revert upstream change of postal_fmt in te_IN because localedef complains. (Closes: #348804) * New debconf translations: - Italian, by Luca Monducci (Closes: #329428) - Swedish, by Daniel Nylander (Closes: #334864) * Slightly reword locales.templates to be DTSG-compliant, thanks Thomas Huriaux. * Updated debconf translations: (Closes: #350103) - Brazilian Portuguese, by André Luís Lopes (Closes: #352416) - Czech, by Miroslav Kure - Danish, by Morten Brix Pedersen - Dutch, by Bart Cornelis - French, by Denis Barbier - German, by Helge Kreutzmann - Polish, by Emilian Nowak - Turkish, by Erçin EKER - Ukrainian, by Eugeniy Meshcheryakov - Vietnamese, by Clytie Siddall * Update timezone data files to tzdata2006a. (Closes: #345479, #347315, #351049) * Drop Build-Depends-Indep: po4a from control file, translated manual pages are currently not built. [ Clint Adams ] * Move to upstream version 2.3.6. - Redo debian/patches/localedata/cvs-localedata.diff - Remove glibc235-gcc4-cvs.diff - Remove glibc235-gcc4-jis0208.diff - Remove glibc235-binutils216-ia64.diff - Remove glibc235-gcc4-ia64-profile.diff - Remove glibc235-gcc4-ppc-procfs.diff - Remove glibc235-execvp-fix.diff - Delete CSD (Serbian Dinar) hunk from locale-iso4217.diff - Redo glibc235-dl-execstack.diff - Remove glibc235-alpha-divqu.diff - Remove amd64-semtrywait-weakalias.diff - Remove strfry-segv.diff - Remove ia64-binutils-libm.diff - Remove glibc235-leapsecond.diff - Delete several hunks from glibc235-gcc4-sparc-inline.diff - Remove hurd-libpthread-indirect-loading.diff - Remove glibc235-gcc4-hurd.diff - Delete several hunks from glibc235-gcc4-arm-inline.diff - Remove glibc235-gcc4-s390-inline.diff * Add hppa-pie-relocs.diff, thanks to Aurelien Jarno. This fixes nscd on hppa. (Closes: #350501) [ Daniel Jacobowitz ] * Remove mips-bits-syscall.diff, merged. [ GOTO Masanori ] * Update po/ja.po. -- Clint Adams Thu, 9 Feb 2006 21:45:45 -0500 glibc (2.3.5-13) unstable; urgency=low [ Clint Adams ] * Acknowledge NMU. (Closes: #342545) [ Denis Barbier ] * debian/rules.d/control.mk: Make sure that debian/control is regenerated. (Closes: #351704) -- Denis Barbier Mon, 6 Feb 2006 22:22:23 +0100 glibc (2.3.5-12.1) unstable; urgency=low * NMU * glibc235-hppa-fpu.diff: New, fixes hppa FPU issues. Closes: #342545 -- LaMont Jones Wed, 1 Feb 2006 09:47:57 -0700 glibc (2.3.5-12) unstable; urgency=low * debian/patches/glibc235-nis-netgrp.diff: New file to fix assertion failures with NIS. (Closes: #322011) * Switch to quilt to handle Debian patches. - debian/control.in/main: add Build-Depends: quilt. - Replace debian/rules.d/dpatch.mk by debian/rules.d/quilt.mk. - Rename debian/patches/*.dpatch into debian/patches/*.diff. - Move localedata patches into debian/patches/localedata/ * debian/patches/localedata/cvs-localedata.diff: Update to latest CVS. Among other changes: - locales/mn_MN: Fix date_fmt. (Closes: #328831) - locales/de_DE: Add transliterations for quoting characters. (Closes: #235759) - locales/ss_ZA locales/tn_ZA locales/ve_ZA locales/nso_ZA locales/ts_ZA: New files. (Closes: #254417) - locales/km_KH: New file. (Closes: #334762) - locales/mg_MG: New file. (Closes: #271549) - locales/sr_CS: New file. (Closes: #254993) * debian/patches/locale-iso4217.diff: Update to latest CVS. This includes changes from glibc235-localedata-sr_CS.diff, which is no more needed. * debian/patches/locale-iso639.diff: New file. * debian/patches/locale-ku_TR.diff: New file, to provide a Kurdish locale needed by d-i. This locale comes from upstream CVS, and has been updated to the latest patch sent to BZ870. * debian/patches/localedata/locale-eo_EO.diff: Apply minor updates to this locale file. Add eo and eo.UTF-8 to SUPPORTED. (Closes: #233308) * Import collation fixes and enhancements for localedef from belocs-locales-bin. * debian/patches/forward-backward-collation.diff: New file. Due to the fixes in localedef, some bugs in code which was previously never run did show up. (Closes: #310635) * debian/patches/locale/locale-print-LANGUAGE.diff: New file, so that locale displays the LANGUAGE environment variable when called without argument. * Add myself to Uploaders. -- Denis Barbier Sun, 15 Jan 2006 00:54:16 +0100 glibc (2.3.5-11) unstable; urgency=low [ Phil Blundell ] * Apply patch from Colin Watson to add "--keep-existing" option to locale-gen. (Closes: #298913) * Also restart exim4 on upgrade. (Closes: #326554) * debian/debhelper.in/libc.preinst: Clarify wording of message about detection of services needing to be stopped before upgrade. [ GOTO Masanori ] * debian/po/pt.po: New file, add Portuguese translation. Patched by Rui Branco . (Closes: #339110) [ Clint Adams ] * Patch from Lars Wirzenius to not rely on bash-like echo behavior. (Closes: #207391). * Add allowance for the 2005 leap second. (Closes: #345310) -- Clint Adams Sun, 1 Jan 2006 11:29:08 -0500 glibc (2.3.5-10) unstable; urgency=low [ GOTO Masanori ] * debian/local/etc_init.d/glibc.sh: Change the last 'exit 0' to ': exit 0' to not block sourcing. (Closes: #340147) [ Phil Blundell ] * Merge patch from upstream CVS (courtesy Daniel Jacobowitz) to fix weak alias related build problem on ARM. * Merge patch from upstream CVS (courtesy Ulrich Drepper) to fix strfry() crash. (Closes: #343365) * Merge patch from upstream CVS (courtesy Roland McGrath and Anton Blanchard) to fix problem with execute permissions on GOT when using 64kB pages on PowerPC. (Closes: #344105) * Require binutils 2.16.1cvs20051109-1 to ensure that i386 biarch linking works properly. * debian/script.in/kernelcheck.sh: Require kernel >= 2.4.0 on arm to avoid llseek problem. (Closes: #324795) * Also restart atd on upgrade. (Closes: #331293) * Merge patch from upstream CVS (courtesy Ulrich Drepper) to fix problems with accuracy of tanh and related functions, per request of Rafael Laboissiere. (Closes: #328504) * Add "validlocale" program (ex base-config) to locales package, per request of Joey Hess. (Closes: #344954) * sysdeps/hppa.mk: Add new /usr/hppa64-linux-gnu/include symlink, per request of Matthias Klose. (Closes: #326583) [ Clint Adams ] * Steal glibc-235-sparc-datastart.dpatch from Ubuntu. * Steal ia64 libm symbol patch from Ubuntu. * Compile with -g2 instead of -g1 on sparc. -- Clint Adams Wed, 28 Dec 2005 13:18:56 -0500 glibc (2.3.5-9) unstable; urgency=low [ Daniel Jacobowitz ] * Downgrade priority of amd64 libraries on i386. * Move packages from base to libs. [ Clint Adams ] * Remove sparc64 TLS patch, and disable TLS for sparc64 build (Closes: #340835, #341514). * Add patch to fix build failure with __bind and other socket-related symbols being already defined on sparc (Closes: #342755). * Add patch from Anton Blanchard to fix build failure with __bind and other socket-related symbols being already defined on powerpc (Closes: #343571). * Replace amd64 sem_trywait patch from Kurt Roeckx's NMU with fix from upstream glibc CVS (Closes: #339389). * Add patch from Anton Blanchard to fix build failures with "__moddi3" and friends being already defined on i386 and powerpc (Closes: #339415). * Bump Standards-Version to 3.6.2 and add myself to Uploaders. -- Clint Adams Sat, 17 Dec 2005 10:33:38 -0500 glibc (2.3.5-8.1) unstable; urgency=low * Non-maintainer upload. * Rename sem_trywait to __new_sem_trywait in amd64 nptl code so the alias works properly, and it can be build. (Closes: #339389) -- Kurt Roeckx Sun, 27 Nov 2005 11:22:03 +0100 glibc (2.3.5-8) unstable; urgency=low * Add missing build dependency on libc6-dev-ppc64 on powerpc. * Add patch to fix sparc64 TLS build failure, from Aurelien Jarno (Closes: #335821). * Also restart saslauthd at upgrades, from Philipp Hug (Closes: #334101). * Merge .eh_frame terminator fix, by Richard Sandiford (Closes: #334112). * Merge armeb support, from Lennert Buytenhek (Closes: #335116). * Add LSB headers to glibc.sh and nscd init scripts, from Petter Reinholdtsen (Closes: #335308, #335343). * Remove obsolete mountkernfs, tmpfs, and devpts.sh files from debian/. * Temporarily set hppa back to gcc 3.4, from Steve Langasek (Closes: #326581). * Re-enable libidn (Closes: #181025). -- Daniel Jacobowitz Sat, 12 Nov 2005 19:15:29 -0500 glibc (2.3.5-7) unstable; urgency=low [ GOTO Masanori ] * debian/script.in/kernelcheck.sh: Drop real-i386 kernel support. [ Daniel Jacobowitz ] * Build 64-bit packages on i386 - based on patches from both Ubuntu and Andreas Jochens . - Build depend on a biarch linux-kernel-headers package. - Build depend on new libc6-dev-amd64 package. - Conflict with amd64-libs to avoid stale libraries. - Replace files from amd64-libs-dev. - Use lib64 for 64-bit libraries on i386. - Search lib64 for ldconfig. - Install 64-bit headers in /usr/include/x86_64-linux-gnu. * Remove obsolete references to NPTL as an add-on. * Conflict with broken versions of libterm-readline-gnu-perl (Closes: #326856, #326492). * Merge makefile patch from Goswin Brederlow to fail earlier if builds fail (but omit the bit for make -k check) (Closes: #325460). * Update debconf dependency to work with cdebconf (Closes: #331838). * Merge MIPS fix from CVS (Closes: #329043). * Do not complain about incompatible libraries in /etc/ld.so.conf (Closes: #310047). * Update hppa assembly for current CVS binutils. * Use 8-byte-aligned buffers for doubleword FPU transfers on HPPA (Closes: #333766). -- Daniel Jacobowitz Fri, 14 Oct 2005 14:18:22 -0400 glibc (2.3.5-6) unstable; urgency=low * GOTO Masanori * debian/script.in/kernelcheck.sh: Use sed instead of bash extension. (Closes: #325373, #325471, #325504, #325511) -- GOTO Masanori Mon, 29 Aug 2005 12:40:32 +0900 glibc (2.3.5-5) unstable; urgency=low * GOTO Masanori * debian/debhelper.in/debhelper.mk: Don't expand debug-packages with DEB_INDEP_REGULAR_PACKAGES. It causes binary-indep is unexpectedly included. (Closes: #233390, #233391, #233392) * Add the correct new line. (Closes: #324450) - debian/control.in/sparc64: Likewise. - debian/control: Update. * Support Hurd again. (Closes: #324165) - debian/sysdeps/gnu.mk: Rename to... - debian/sysdeps/hurd.mk: ... this. * debian/local/usr_sbin/locale-gen: Don't break locale-gen when locale-def warns errors. * debian/patches/glibc235-localedata-sr_CS.dpatch: New file, to fix sr_CS localedef breakage. (Closes: #321580, #322655) * debian/patches/glibc235-localedata-locales.dpatch: New file, to fix mn_MN and sid_ET localedef breakage. (Closes: #321634) * debian/sysdeps/powerpc.mk: Enable PowerPC NPTL. (Closes: #246689, #307984) * debian/README: Add the description about dropping __ctype_* symbol support of static linked application/libraries in etch. (Closes: #324526) * debian/sysdeps/linux.mk: Check SETNJOBS environment variable to specify the number of parallel make by users. * debian/sysdeps/depflags.pl: Add Conflicts: e2fsprogs (<< 1.35-7) because new ldd cannot work with old e2fsprogs. (Closes: #324550) * debian/patches/glibc235-alpha-divqu.dpatch: New file, to fix alpha divqu/remqu that does not return the correct result when their dividend and divisor are the same and 63bit is 1. (Closes: #324455) * Hurd requires gcc-3.3 to compile instead of gcc-4.0. Requested by Michael Banck . - debian/sysdeps/hurd.mk: Change CC/BUILD_CC to gcc-3.3. - debian/control.in/main: Build-Depends falls back to gcc-3.3. - debian/control: Update. * Introduce bootstrap kernel version check script. - debian/debhelper.in/libc.preinst: Move detection script to... - debian/script.in/kernelcheck.sh: ...this, new file. - debian/local/etc_init.d/glibc.sh: New file, it includes kernelcheck.sh. - debian/debhelper.in/libc.postinst: Invoke /etc/init.d/glibc.sh as S01. - debian/rules.d/debhelper.mk: Add replacing KERNEL_VERSION_CHECK and EXIT_CHECK for libc.preinst and glibc.sh. - debian/debhelper.in/libc.dirs: Create etc/init.d. * Don't use absolute path name. - debian/debhelper.in/libc.dirs: Suppress the first slash. - debian/debhelper.in/libc-pic.dirs: Likewise. - debian/debhelper.in/nscd.dirs: Likewise. - debian/debhelper.in/locales.dirs: Likewise. * Michael Banck : - debian/patches/glibc235-gcc4-hurd.dpatch: New file, to build glibc on Hurd with gcc-4.0. (Closes: #324549) -- GOTO Masanori Sun, 21 Aug 2005 12:33:42 +0900 glibc (2.3.5-4) unstable; urgency=low * The "hppa is important to someone, really - LaMont" release. * GOTO Masanori * d-i wants to remove libnss-files-udeb and libnss-dns-udeb dependency from libc-udeb. Suggested by Joey Hess . (Closes: #322506) - debian/control.in/libc: Remove libnss-files-udeb libnss-dns-udeb dependency. - debian/control: Update. * Build-Depends fixes: - debian/control.in/main: Change gcc-* dependency from | to ,. Suggested by Andreas Jochens . - debian/control.in/main: Add gcc-4.0 (>= 4.0.1-5) [hppa], because prior versions cannot generate sane glibc binaries. - debian/control: Update. * Enable libnss upgrade guard again. (Closes: #321561, #321712, #321796, #322768, #323560) - debian/debhelper.in/libc.preinst: Change guard to 2.3.5-1. - debian/debhelper.in/libc.postinst: Likewise. - debian/debhelper.in/libc.postinst: Fix to invoke NSS check again. * debian/debhelper.in/nscd.dirs: Add /var/db/nscd. (Closes: #323352, #323487) * debian/debhelper.in/locales.prerm: Add purge to remove locale-archive. (Closes: #321719) * debian/patches/00list: Drop glibc234-hppa-remove-mallocdef.dpatch. It causes unconditional locking problem, because it was already replaced by Carlos' new patches. Reported by LaMont Jones . * Add Depends: lib64gcc1 and provide lib64c-dev for 64bit -dev packages. Suggested by Matthias Klose . (Closes: #323552) - debian/control.in/sparc64: Likewise. - debian/control.in/ppc64: Likewise. - debian/control.in/s390x: Likewise. - debian/control: Update. * debian/patches/glibc235-dl-execstack.dpatch: New file, to fix execstack failed to check on kernel <= 2.4.18. (Closes: #321717, #321718, #323409) * Roland Stigge : - debian/debhelper.in/glibc-doc.install: Install HTML documents correctly. (Closes: #321740) -- GOTO Masanori Sat, 6 Aug 2005 06:52:42 +0900 glibc (2.3.5-3) unstable; urgency=low * The "Keep Debconf5 speed" and the "Welcome back the recent glibc to unstable" release. * Glibc bumps up from 2.3.2.ds1 to 2.3.5 on etch. * GOTO Masanori * Localedata update: - debian/patches/cvs-localedata.dpatch: New file, to update localedata to the latest cvs. Reported by Safir Secerovic , Reviewed by Denis Barbier . (Closes: #312902) - debian/patches/locale-iso4217.dpatch: New file, to fix localedef breakage for tr_TR.ISO-8859-9. (Closes: #314855) * 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/patches/glibc235-gcc4-hppa-profile.dpatch: New file, fix hppa compilation breakage by removing strong_alias. - debian/sysdeps/alpha.mk: Disabled __thread for static linked executables. - 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-gcc34-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/rules.d/build.mk: Add --without-selinux for nscd. It should be removed after this version ASAP. * 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/patches/locales-supported.dpatch: Don't apply to drop UTF-8@euro locales from SUPPORTED. (Closes: #274491) * 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: - Can compile rpc/xdr.h with gcc-4.0. (Closes: #315198, #320963) - 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) - Fix mips/mipsel incomplete clobbered registers for syscalls. (Closes: #304426) - 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 opt