glibc 2.5-5ubuntu1 source package in Ubuntu

Changelog

glibc (2.5-5ubuntu1) gutsy; urgency=low

  * Merge Debian changes (2.5-2 - 2.5-5).

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.

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.

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.

 -- Matthias Klose <email address hidden>   Wed, 02 May 2007 09:04:02 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Gutsy
Original maintainer:
Ubuntu Development Team
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
glibc_2.5.orig.tar.gz 14.6 MiB 7dcd0cf38f832e59470ba020d44cca95ecc980a38036e10eccc025304c25ea86
glibc_2.5-5ubuntu1.diff.gz 1.1 MiB 16e6c5f2039276205a129423c6c22b9daf935d34552facf37590127568281c53
glibc_2.5-5ubuntu1.dsc 2.4 KiB b79da122e3e8f428afa82dafa4b0add5fcd8c91c1e76ef9ff1c036f30ef09489

View changes file

Binary packages built by this source

glibc-doc: No summary available for glibc-doc in ubuntu gutsy.

No description available for glibc-doc in ubuntu gutsy.

libc6: No summary available for libc6 in ubuntu gutsy.

No description available for libc6 in ubuntu gutsy.

libc6-amd64: No summary available for libc6-amd64 in ubuntu gutsy.

No description available for libc6-amd64 in ubuntu gutsy.

libc6-dbg: No summary available for libc6-dbg in ubuntu gutsy.

No description available for libc6-dbg in ubuntu gutsy.

libc6-dev: No summary available for libc6-dev in ubuntu gutsy.

No description available for libc6-dev in ubuntu gutsy.

libc6-dev-amd64: No summary available for libc6-dev-amd64 in ubuntu gutsy.

No description available for libc6-dev-amd64 in ubuntu gutsy.

libc6-dev-i386: No summary available for libc6-dev-i386 in ubuntu gutsy.

No description available for libc6-dev-i386 in ubuntu gutsy.

libc6-dev-ppc64: No summary available for libc6-dev-ppc64 in ubuntu gutsy.

No description available for libc6-dev-ppc64 in ubuntu gutsy.

libc6-dev-sparc64: No summary available for libc6-dev-sparc64 in ubuntu gutsy.

No description available for libc6-dev-sparc64 in ubuntu gutsy.

libc6-i386: No summary available for libc6-i386 in ubuntu gutsy.

No description available for libc6-i386 in ubuntu gutsy.

libc6-i686: No summary available for libc6-i686 in ubuntu gutsy.

No description available for libc6-i686 in ubuntu gutsy.

libc6-pic: No summary available for libc6-pic in ubuntu gutsy.

No description available for libc6-pic in ubuntu gutsy.

libc6-ppc64: No summary available for libc6-ppc64 in ubuntu gutsy.

No description available for libc6-ppc64 in ubuntu gutsy.

libc6-prof: No summary available for libc6-prof in ubuntu gutsy.

No description available for libc6-prof in ubuntu gutsy.

libc6-sparc64: No summary available for libc6-sparc64 in ubuntu gutsy.

No description available for libc6-sparc64 in ubuntu gutsy.

libc6-sparc64b: No summary available for libc6-sparc64b in ubuntu gutsy.

No description available for libc6-sparc64b in ubuntu gutsy.

libc6-sparc64v: No summary available for libc6-sparc64v in ubuntu gutsy.

No description available for libc6-sparc64v in ubuntu gutsy.

libc6-sparcv9b: No summary available for libc6-sparcv9b in ubuntu gutsy.

No description available for libc6-sparcv9b in ubuntu gutsy.

libc6-sparcv9v: No summary available for libc6-sparcv9v in ubuntu gutsy.

No description available for libc6-sparcv9v in ubuntu gutsy.

libc6-udeb: No summary available for libc6-udeb in ubuntu gutsy.

No description available for libc6-udeb in ubuntu gutsy.

libc6-xen: No summary available for libc6-xen in ubuntu gutsy.

No description available for libc6-xen in ubuntu gutsy.

libc6.1: No summary available for libc6.1 in ubuntu gutsy.

No description available for libc6.1 in ubuntu gutsy.

libc6.1-dbg: No summary available for libc6.1-dbg in ubuntu gutsy.

No description available for libc6.1-dbg in ubuntu gutsy.

libc6.1-dev: No summary available for libc6.1-dev in ubuntu gutsy.

No description available for libc6.1-dev in ubuntu gutsy.

libc6.1-pic: No summary available for libc6.1-pic in ubuntu gutsy.

No description available for libc6.1-pic in ubuntu gutsy.

libc6.1-prof: No summary available for libc6.1-prof in ubuntu gutsy.

No description available for libc6.1-prof in ubuntu gutsy.

libc6.1-udeb: No summary available for libc6.1-udeb in ubuntu gutsy.

No description available for libc6.1-udeb in ubuntu gutsy.

libnss-dns-udeb: No summary available for libnss-dns-udeb in ubuntu gutsy.

No description available for libnss-dns-udeb in ubuntu gutsy.

libnss-files-udeb: No summary available for libnss-files-udeb in ubuntu gutsy.

No description available for libnss-files-udeb in ubuntu gutsy.

nscd: No summary available for nscd in ubuntu gutsy.

No description available for nscd in ubuntu gutsy.