[ubuntu/saucy-proposed] eglibc 2.17-7ubuntu1 (Accepted)

Adam Conrad adconrad at ubuntu.com
Sun Jul 28 22:39:20 UTC 2013


eglibc (2.17-7ubuntu1) saucy; urgency=low

  * Merge with Debian unstable, bringing in several tweaks and fixes.
  * debian/control.in/main: Drop build-conflicts on binutils-gold to
    make us buildable again with the new binutils that provides it.
  * Re-enable hard failure on testsuite failure for development builds.

eglibc (2.17-7) unstable; urgency=medium

  [ Aurelien Jarno ]
  * debian/rules.d/build.mk: unexport LD_PRELOAD to allow the testsuite
    to pass even if eatmydata is used.  Closes: #713035.
  * debian/script.in/nohwcap.sh: handle new multiarch format of dpkg-query.
    Closes: #713837.
  * debian/patches/m68k/cvs-sysdep-cfi.diff: new patch from upstream to fix
    cfi assembly code.  Closes: #709992.
  * patches/any/cvs-gethostbyname-numeric.diff: new patch from upstream to fix
    gethostbyname when used with numeric addresses.
  * debian/patches/any/cvs-getaddrinfo-EAI_NONAME.diff: new patch from
    upstream to return EAI_NONAME instead of EAI_SYSTEM when the network
    is down.  Closes: #713799.
  * debian/local/ldconfig_wrap: rename into debian/local/sbin/ldconfig to
    be consistent with the naming of other files in this directory.
  * debian/patches/mips/local-prlimit64.diff: new patch to temporarily
    workaround issues with the prlimit64 syscall on MIPS.
  * debian/testsuite-checking/expected-results-mips*: allow a few tests to
    fail due to the prlimit64 syscall issue on MIPS.
  * Add 32-bit biarch packages on sparc64.

  [ Samuel Thibault ]
  * Remove unapplied hurd-i386/local-nice.diff (applied as tg-nice.diff)

  [ Petr Salinger ]
  * kfreebsd/local-sysdeps.diff: update to revision 4552 (from glibc-bsd).
    Closes: #712196.

eglibc (2.17-6) unstable; urgency=low

  [ Aurelien Jarno ]
  * control.in/main, sysdeps/mips.mk, sysdeps/mipsel.mk: build the libc
    back with gcc-4.7, but using -mno-plt.

  [ Samuel Thibault ]
  * hurd-i386/libpthread_ctypes.diff: Fix ctypes initialization.
  * hurd-i386/submitted-handle-eprototype.diff: Fix DNS lookups.
  * hurd-i386/tg-io_select_timeout.diff: Fixes select timeout.
  * hurd-i386/tg-poll_errors_fixes.diff: Fixes poll posixity.
  * hurd-i386/local-select.diff: Removed, made obsolete by
  tg-io_select_timeout.diff.
  * hurd-i386/tg-context_functions.diff: Add *context support.

eglibc (2.17-5) unstable; urgency=low

  [ Petr Salinger ]
  * kfreebsd/local-sysdeps.diff: update to revision 4512 (from glibc-bsd).
    Closes: #710841.

  [ Adam Conrad ]
  * debian/tests/control: Add a bogus Depends line to the rebuild test.

  [ Aurelien Jarno ]
  * Build glibc on mips with gcc-4.4 until a recent binutils version is
    available in sid.

eglibc (2.17-4) unstable; urgency=low

  [ Adam Conrad ]
  * Drop versioned build-dependencies on tar, make, and sed, as they're
    all {Build-,}Essential and available in oldstable (Closes: #708504)

  [ Petr Salinger ]
  * kfreebsd/local-sysdeps.diff: update to revision 4511 (from glibc-bsd).
    Closes: #635192. Closes: #667448.
  * debian/sysdeps/kfreebsd.mk, debian/debhelper.in/libc.preinst:
    bump minimal FreeBSD kernel version to 8.3.

  [ Aurelien Jarno ]
  * Remove any/local-o_cloexec.diff, kfreebsd/local-freopen.diff and
    any/unsubmitted-cloexec-conditional.diff (not needed anymore).
  * debhelper.in/libc-bin.postinst: remove duplicate trigger message.
    Closes: #707919.
  * Update Hungarian debconf translation, by Nagy Elemér Károly.
  * Add powerpcspe/unsubmitted-nearbyint.diff to fix FTBFS on powerpcspe
    (Closes: #708741).
  * Update testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
    (Closes: #693895).
  * rules.d/build.mk: use rdfind + symlinks instead of fdupes + handcoded
    shell script to optimize disk space.

eglibc (2.17-3) unstable; urgency=medium

  [ Petr Salinger ]
  * Allow failure of tst-secure-getenv on kfreebsd-*, as the kernel
    in squeeze provides /proc/self/exe only on a best effort basis.
  * kfreebsd/local-sysdeps.diff: update to revision 4438 (from glibc-bsd).

  [ Aurelien Jarno ]
  * Add s390x symbols files.

  [ Adam Conrad ]
  * sysdeps/mips.mk: Install n64 and n32 stubs headers into each of
    their respective libc-dev-* multilib packages (Closes: #708265)
  * sysdeps/mipsel.mk: Do the same for mipsel multilib dev packages.

eglibc (2.17-2) unstable; urgency=low

  [ Adam Conrad ]
  * debian/patches/any/unsubmitted-cloexec-conditional.diff: Catch yet
    another unconditional O_CLOEXEC and conditionalize it for freebsd.
  * debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff: Removed, as
    this is no longer needed by the updated glibc-bsd sysdeps upstream.
  * debian/patches/any/cvs-regexp-overrun.diff: Backport patch from git
    to resolve regex matcher overrun, CVE-2013-0242 (Closes: #699399)
  * debian/sysdeps/ia64.mk, debian/control: Switch ia64 back to gcc-4.6,
    as our world explodes when compiled with gcc-4.7 on ia64 right now.

  [ Aurelien Jarno ]
  * patches/any/cvs-sys-param-h-DEV_BSIZE.diff: New patch to fix
    conflict with kFreeBSD kernel headers.
  * patches/kfreebsd/local-linuxthreads-TLS-THREAD.diff: New patch to remove
    conditional defines on USE___THREAD and HAVE_TLS_SUPPORT.
  * patches/kfreebsd/local-linuxthreads-mutex-initializer.diff: New patch to
    define MUTEX_INITIALIZER.
  * Japanese debconf translation update from Nobuhiro Iwamatsu.
    closes: #695077.
  * patches/any/cvs-getaddrinfo-stack-overflow.diff: New patch to fix
    a stack overflow in getaddrinfo(), CVE-2013-1914. Closes: #704623.
  * patches/any/local-missing-linux_types.h.diff: Drop, not need anymore.
  * local/manpages/ld.so.8: drop --ignore-rpath documentation.  Closes:
    #707802.
  * patches/all/local-ldd.diff: check if the dynamic linker works before
    using it. Closes: #631242, #707091.
  * patches/kfreebsd/local-scripts.diff: remove dynamic linker name, now
    handled by abi-variants.
  * debian/control.in/main: remove ${misc:Depends} from libc Depends: field to
    not get a dependency on debconf.  Closes: #707813.
  * patches/localedata/submitted-locale-bo.diff: New patch to fix bo_IN and
    bo_CN locales, causing localedef to fail and localechooser to FTBFS.

  [ Petr Salinger ]
  * patches/kfreebsd/local-linuxthreads-initfini.diff: follow upstream
    changes in startup code
  * patches/kfreebsd/local-no-pldd.diff: pldd is linux only utility
  * patches/kfreebsd/local-nscd-nosendfile-fix.diff: handle system without
    sendfile syscall
  * patches/kfreebsd/local-linuxthreads-stackguard.diff: handle elf subdir
    removal
  * patches/kfreebsd/local-freopen.diff: support architecture without dup3()
  * patches/kfreebsd/local-linuxthreads-ctype_init.diff: follow upstream
    changes in ctype initialization
  * re-enable lost any/local-linuxthreads-XPG7.diff
                  any/local-linuxthreads-setclock.diff
  * drop obsolete any/local-linuxthreads-unwind.diff
                  any/local-linuxthreads-lowlevellock.diff
  * kfreebsd/local-sysdeps.diff: update to revision 4431 (from glibc-bsd).
  * Add into testsuite-checking/expected-results-*-kfreebsd-gnu-*
    tst-timer5 test and new tst-backtrace[4-6] tests that are known to fail.
  * raise version dependency on g++-4.7 (>= 4.7.3-4) [kfreebsd-amd64] due to
    multilib problems in earlier versions

eglibc (2.17-1) unstable; urgency=low

  [ Samuel Thibault ]
  * Rename several hurd-i386 patches to reflect upstream submission status:
    - patches/hurd-i386/unsubmitted-single-hurdselect-timeout.diff into
      patches/hurd-i386/tg-single-select-timeout.diff,
    - patches/hurd-i386/unsubmitted-select-EINTR.diff into
      patches/hurd-i386/tg-select-EINTR.diff,
    - patches/hurd-i386/unsubmitted-setitimer_fix.diff into
      patches/hurd-i386/tg-setitimer.diff.
  * patches/hurd-i386/tg-ifaddrs_v6.diff: New, fixes IPv6 in getifaddrs.
  * patches/hurd-i386/tg-remap_getcwd.diff: New patch, fixes remap translator.
  * patches/hurd-i386/tg-nice.diff: New patch, fixes nice level granularity.
  * patches/hurd-i386/tg-tls.diff: Update to tg version.
  * patches/hurd-i386/tg-exec-static.diff: New, fixes boot with static exec.
  * patches/hurd-i386/tg-EIEIO-fr.diff: New, fixes french translation of EIEIO.
  * patches/hurd-i386/tg-af_local_strlen.diff: New patch, fixes using PF_LOCAL
    paths without ending \0.

  [ Adam Conrad ]
  * debian/debhelper.in/libc.postint: Switch from 'awk gsub' to 'tr -d' to
    avoid warnings when the awk alternative points to gawk (LP: #1156923)
  * debian/patches/any/submitted-setfsid-wur.diff: Drop __wur from setfsuid
    and setfsgid functions to avoid -Werror=unused-result (Closes: #701422)
  * debian/patches/i386/cvs-simd-exception.diff: Pull patch from upstream
    to fix a performance regression in i386 SIMD exceptions (LP: #1157244)
  * debian/patches/svn-updates.diff: Update to r22884 of eglibc-2_17 branch

Date: Sat, 29 Jun 2013 19:53:57 -0600
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/eglibc/2.17-7ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 19:53:57 -0600
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc6-armhf libc6-dev-armhf libc6-armel libc6-dev-armel libc0.1-i386 libc0.1-dev-i386 libc6-x32 libc6-dev-x32 libc6-i686 libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: source
Version: 2.17-7ubuntu1
Distribution: saucy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc-bin   - Embedded GNU C Library: Binaries
 libc-dev-bin - Embedded GNU C Library: Development binaries
 libc0.1    - Embedded GNU C Library: Shared libraries
 libc0.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - Embedded GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - Embedded GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.1-pic - Embedded GNU C Library: PIC archive library
 libc0.1-prof - Embedded GNU C Library: Profiling Libraries
 libc0.1-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc0.3    - Embedded GNU C Library: Shared libraries
 libc0.3-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.3-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.3-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.3-pic - Embedded GNU C Library: PIC archive library
 libc0.3-prof - Embedded GNU C Library: Profiling Libraries
 libc0.3-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - Embedded GNU C Library: Shared libraries [Xen version]
 libc6      - Embedded GNU C Library: Shared libraries
 libc6-amd64 - Embedded GNU C Library: 64bit Shared libraries for AMD64
 libc6-armel - Embedded GNU C Library: ARM softfp shared libraries for armhf
 libc6-armhf - Embedded GNU C Library: ARM hard float shared libraries for armel
 libc6-dbg  - Embedded GNU C Library: detached debugging symbols
 libc6-dev  - Embedded GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - Embedded GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-armel - Embedded GNU C Library: ARM softfp development libraries for armh
 libc6-dev-armhf - Embedded GNU C Library: ARM hard float development libraries for
 libc6-dev-i386 - Embedded GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips64 - Embedded GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - Embedded GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - Embedded GNU C Library: 32bit powerpc development libraries for p
 libc6-dev-ppc64 - Embedded GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390 - Embedded GNU C Library: 32bit Development Libraries for IBM zSeri
 libc6-dev-s390x - Embedded GNU C Library: 64bit Development Libraries for IBM zSeri
 libc6-dev-sparc - Embedded GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - Embedded GNU C Library: 64bit Development Libraries for UltraSPAR
 libc6-dev-x32 - Embedded GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - Embedded GNU C Library: 32-bit shared libraries for AMD64
 libc6-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc6-loongson2f - Embedded GNU C Library: Shared libraries (Loongson 2F optimized)
 libc6-mips64 - Embedded GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - Embedded GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - Embedded GNU C Library: PIC archive library
 libc6-powerpc - Embedded GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - Embedded GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-prof - Embedded GNU C Library: Profiling Libraries
 libc6-s390 - Embedded GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-s390x - Embedded GNU C Library: 64bit Shared libraries for IBM zSeries
 libc6-sparc - Embedded GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - Embedded GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc6-x32  - Embedded GNU C Library: X32 ABI Shared libraries for AMD64
 libc6-xen  - Embedded GNU C Library: Shared libraries [Xen version]
 libc6.1    - Embedded GNU C Library: Shared libraries
 libc6.1-alphaev67 - Embedded GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc6.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc6.1-pic - Embedded GNU C Library: PIC archive library
 libc6.1-prof - Embedded GNU C Library: Profiling Libraries
 libc6.1-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - Embedded GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - Embedded GNU C Library: NSS helper for files - udeb (udeb)
 locales    - Embedded GNU C Library: National Language (locale) data [support]
 locales-all - Embedded GNU C Library: Precompiled locale data
 multiarch-support - Transitional package to ensure multiarch compatibility
 nscd       - Embedded GNU C Library: Name Service Cache Daemon
Closes: 631242 635192 667448 693895 695077 699399 701422 704623 707091 707802 707813 707919 708265 708504 708741 709992 710841 712196 713035 713799 713837
Launchpad-Bugs-Fixed: 1156923 1157244
Changes: 
 eglibc (2.17-7ubuntu1) saucy; urgency=low
 .
   * Merge with Debian unstable, bringing in several tweaks and fixes.
   * debian/control.in/main: Drop build-conflicts on binutils-gold to
     make us buildable again with the new binutils that provides it.
   * Re-enable hard failure on testsuite failure for development builds.
 .
 eglibc (2.17-7) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/rules.d/build.mk: unexport LD_PRELOAD to allow the testsuite
     to pass even if eatmydata is used.  Closes: #713035.
   * debian/script.in/nohwcap.sh: handle new multiarch format of dpkg-query.
     Closes: #713837.
   * debian/patches/m68k/cvs-sysdep-cfi.diff: new patch from upstream to fix
     cfi assembly code.  Closes: #709992.
   * patches/any/cvs-gethostbyname-numeric.diff: new patch from upstream to fix
     gethostbyname when used with numeric addresses.
   * debian/patches/any/cvs-getaddrinfo-EAI_NONAME.diff: new patch from
     upstream to return EAI_NONAME instead of EAI_SYSTEM when the network
     is down.  Closes: #713799.
   * debian/local/ldconfig_wrap: rename into debian/local/sbin/ldconfig to
     be consistent with the naming of other files in this directory.
   * debian/patches/mips/local-prlimit64.diff: new patch to temporarily
     workaround issues with the prlimit64 syscall on MIPS.
   * debian/testsuite-checking/expected-results-mips*: allow a few tests to
     fail due to the prlimit64 syscall issue on MIPS.
   * Add 32-bit biarch packages on sparc64.
 .
   [ Samuel Thibault ]
   * Remove unapplied hurd-i386/local-nice.diff (applied as tg-nice.diff)
 .
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 4552 (from glibc-bsd).
     Closes: #712196.
 .
 eglibc (2.17-6) unstable; urgency=low
 .
   [ Aurelien Jarno ]
   * control.in/main, sysdeps/mips.mk, sysdeps/mipsel.mk: build the libc
     back with gcc-4.7, but using -mno-plt.
 .
   [ Samuel Thibault ]
   * hurd-i386/libpthread_ctypes.diff: Fix ctypes initialization.
   * hurd-i386/submitted-handle-eprototype.diff: Fix DNS lookups.
   * hurd-i386/tg-io_select_timeout.diff: Fixes select timeout.
   * hurd-i386/tg-poll_errors_fixes.diff: Fixes poll posixity.
   * hurd-i386/local-select.diff: Removed, made obsolete by
   tg-io_select_timeout.diff.
   * hurd-i386/tg-context_functions.diff: Add *context support.
 .
 eglibc (2.17-5) unstable; urgency=low
 .
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 4512 (from glibc-bsd).
     Closes: #710841.
 .
   [ Adam Conrad ]
   * debian/tests/control: Add a bogus Depends line to the rebuild test.
 .
   [ Aurelien Jarno ]
   * Build glibc on mips with gcc-4.4 until a recent binutils version is
     available in sid.
 .
 eglibc (2.17-4) unstable; urgency=low
 .
   [ Adam Conrad ]
   * Drop versioned build-dependencies on tar, make, and sed, as they're
     all {Build-,}Essential and available in oldstable (Closes: #708504)
 .
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 4511 (from glibc-bsd).
     Closes: #635192. Closes: #667448.
   * debian/sysdeps/kfreebsd.mk, debian/debhelper.in/libc.preinst:
     bump minimal FreeBSD kernel version to 8.3.
 .
   [ Aurelien Jarno ]
   * Remove any/local-o_cloexec.diff, kfreebsd/local-freopen.diff and
     any/unsubmitted-cloexec-conditional.diff (not needed anymore).
   * debhelper.in/libc-bin.postinst: remove duplicate trigger message.
     Closes: #707919.
   * Update Hungarian debconf translation, by Nagy Elemér Károly.
   * Add powerpcspe/unsubmitted-nearbyint.diff to fix FTBFS on powerpcspe
     (Closes: #708741).
   * Update testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
     (Closes: #693895).
   * rules.d/build.mk: use rdfind + symlinks instead of fdupes + handcoded
     shell script to optimize disk space.
 .
 eglibc (2.17-3) unstable; urgency=medium
 .
   [ Petr Salinger ]
   * Allow failure of tst-secure-getenv on kfreebsd-*, as the kernel
     in squeeze provides /proc/self/exe only on a best effort basis.
   * kfreebsd/local-sysdeps.diff: update to revision 4438 (from glibc-bsd).
 .
   [ Aurelien Jarno ]
   * Add s390x symbols files.
 .
   [ Adam Conrad ]
   * sysdeps/mips.mk: Install n64 and n32 stubs headers into each of
     their respective libc-dev-* multilib packages (Closes: #708265)
   * sysdeps/mipsel.mk: Do the same for mipsel multilib dev packages.
 .
 eglibc (2.17-2) unstable; urgency=low
 .
   [ Adam Conrad ]
   * debian/patches/any/unsubmitted-cloexec-conditional.diff: Catch yet
     another unconditional O_CLOEXEC and conditionalize it for freebsd.
   * debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff: Removed, as
     this is no longer needed by the updated glibc-bsd sysdeps upstream.
   * debian/patches/any/cvs-regexp-overrun.diff: Backport patch from git
     to resolve regex matcher overrun, CVE-2013-0242 (Closes: #699399)
   * debian/sysdeps/ia64.mk, debian/control: Switch ia64 back to gcc-4.6,
     as our world explodes when compiled with gcc-4.7 on ia64 right now.
 .
   [ Aurelien Jarno ]
   * patches/any/cvs-sys-param-h-DEV_BSIZE.diff: New patch to fix
     conflict with kFreeBSD kernel headers.
   * patches/kfreebsd/local-linuxthreads-TLS-THREAD.diff: New patch to remove
     conditional defines on USE___THREAD and HAVE_TLS_SUPPORT.
   * patches/kfreebsd/local-linuxthreads-mutex-initializer.diff: New patch to
     define MUTEX_INITIALIZER.
   * Japanese debconf translation update from Nobuhiro Iwamatsu.
     closes: #695077.
   * patches/any/cvs-getaddrinfo-stack-overflow.diff: New patch to fix
     a stack overflow in getaddrinfo(), CVE-2013-1914. Closes: #704623.
   * patches/any/local-missing-linux_types.h.diff: Drop, not need anymore.
   * local/manpages/ld.so.8: drop --ignore-rpath documentation.  Closes:
     #707802.
   * patches/all/local-ldd.diff: check if the dynamic linker works before
     using it. Closes: #631242, #707091.
   * patches/kfreebsd/local-scripts.diff: remove dynamic linker name, now
     handled by abi-variants.
   * debian/control.in/main: remove ${misc:Depends} from libc Depends: field to
     not get a dependency on debconf.  Closes: #707813.
   * patches/localedata/submitted-locale-bo.diff: New patch to fix bo_IN and
     bo_CN locales, causing localedef to fail and localechooser to FTBFS.
 .
   [ Petr Salinger ]
   * patches/kfreebsd/local-linuxthreads-initfini.diff: follow upstream
     changes in startup code
   * patches/kfreebsd/local-no-pldd.diff: pldd is linux only utility
   * patches/kfreebsd/local-nscd-nosendfile-fix.diff: handle system without
     sendfile syscall
   * patches/kfreebsd/local-linuxthreads-stackguard.diff: handle elf subdir
     removal
   * patches/kfreebsd/local-freopen.diff: support architecture without dup3()
   * patches/kfreebsd/local-linuxthreads-ctype_init.diff: follow upstream
     changes in ctype initialization
   * re-enable lost any/local-linuxthreads-XPG7.diff
                   any/local-linuxthreads-setclock.diff
   * drop obsolete any/local-linuxthreads-unwind.diff
                   any/local-linuxthreads-lowlevellock.diff
   * kfreebsd/local-sysdeps.diff: update to revision 4431 (from glibc-bsd).
   * Add into testsuite-checking/expected-results-*-kfreebsd-gnu-*
     tst-timer5 test and new tst-backtrace[4-6] tests that are known to fail.
   * raise version dependency on g++-4.7 (>= 4.7.3-4) [kfreebsd-amd64] due to
     multilib problems in earlier versions
 .
 eglibc (2.17-1) unstable; urgency=low
 .
   [ Samuel Thibault ]
   * Rename several hurd-i386 patches to reflect upstream submission status:
     - patches/hurd-i386/unsubmitted-single-hurdselect-timeout.diff into
       patches/hurd-i386/tg-single-select-timeout.diff,
     - patches/hurd-i386/unsubmitted-select-EINTR.diff into
       patches/hurd-i386/tg-select-EINTR.diff,
     - patches/hurd-i386/unsubmitted-setitimer_fix.diff into
       patches/hurd-i386/tg-setitimer.diff.
   * patches/hurd-i386/tg-ifaddrs_v6.diff: New, fixes IPv6 in getifaddrs.
   * patches/hurd-i386/tg-remap_getcwd.diff: New patch, fixes remap translator.
   * patches/hurd-i386/tg-nice.diff: New patch, fixes nice level granularity.
   * patches/hurd-i386/tg-tls.diff: Update to tg version.
   * patches/hurd-i386/tg-exec-static.diff: New, fixes boot with static exec.
   * patches/hurd-i386/tg-EIEIO-fr.diff: New, fixes french translation of EIEIO.
   * patches/hurd-i386/tg-af_local_strlen.diff: New patch, fixes using PF_LOCAL
     paths without ending \0.
 .
   [ Adam Conrad ]
   * debian/debhelper.in/libc.postint: Switch from 'awk gsub' to 'tr -d' to
     avoid warnings when the awk alternative points to gawk (LP: #1156923)
   * debian/patches/any/submitted-setfsid-wur.diff: Drop __wur from setfsuid
     and setfsgid functions to avoid -Werror=unused-result (Closes: #701422)
   * debian/patches/i386/cvs-simd-exception.diff: Pull patch from upstream
     to fix a performance regression in i386 SIMD exceptions (LP: #1157244)
   * debian/patches/svn-updates.diff: Update to r22884 of eglibc-2_17 branch
Checksums-Sha1: 
 7e995a414483a452003913d7b0d79efe8ff42026 5296 eglibc_2.17-7ubuntu1.dsc
 9d3f06ffa0105294fe1118ea178578951ff76b9e 803228 eglibc_2.17-7ubuntu1.debian.tar.xz
Checksums-Sha256: 
 ad3441d202e9ae044c65146d4eb65ab644d4649ca2a0b541df48871a46f6ccb2 5296 eglibc_2.17-7ubuntu1.dsc
 e73d28e42f933af0ab8465cfd016e383ad05cd3e87cb8b8f21a9f0111ee62fe2 803228 eglibc_2.17-7ubuntu1.debian.tar.xz
Files: 
 8ba641152516501608dfbf2b76779e5b 5296 libs required eglibc_2.17-7ubuntu1.dsc
 87a2781beaa1aade1d27c0ee24b0b0a5 803228 libs required eglibc_2.17-7ubuntu1.debian.tar.xz
Original-Maintainer: GNU Libc Maintainers <debian-glibc at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlH1nYIACgkQvjztR8bOoMmM3wCfQ/84y/SCfIsucA9ggGEhI+yl
86oAoJ7Uxd4rJ6GHUc6QhotiBSGAHwdu
=+BDZ
-----END PGP SIGNATURE-----


More information about the Saucy-changes mailing list