eglibc 2.17-7ubuntu1 source package in Ubuntu

Changelog

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
 -- Adam Conrad <email address hidden>   Sat, 29 Jun 2013 19:53:57 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
eglibc_2.17.orig.tar.xz 11.1 MiB 8901e71e395993034a786e47c9fcdac6c01f10fcf9dd4357c55093f3b778a63a
eglibc_2.17-7ubuntu1.debian.tar.xz 784.4 KiB e73d28e42f933af0ab8465cfd016e383ad05cd3e87cb8b8f21a9f0111ee62fe2
eglibc_2.17-7ubuntu1.dsc 5.2 KiB ad3441d202e9ae044c65146d4eb65ab644d4649ca2a0b541df48871a46f6ccb2

Available diffs

View changes file

Binary packages built by this source

eglibc-source: No summary available for eglibc-source in ubuntu saucy.

No description available for eglibc-source in ubuntu saucy.

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

No description available for glibc-doc in ubuntu saucy.

libc-bin: No summary available for libc-bin in ubuntu saucy.

No description available for libc-bin in ubuntu saucy.

libc-dev-bin: No summary available for libc-dev-bin in ubuntu saucy.

No description available for libc-dev-bin in ubuntu saucy.

libc6: No summary available for libc6 in ubuntu saucy.

No description available for libc6 in ubuntu saucy.

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

No description available for libc6-amd64 in ubuntu saucy.

libc6-armel: No summary available for libc6-armel in ubuntu saucy.

No description available for libc6-armel in ubuntu saucy.

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

No description available for libc6-dbg in ubuntu saucy.

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

No description available for libc6-dev in ubuntu saucy.

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

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

libc6-dev-armel: No summary available for libc6-dev-armel in ubuntu saucy.

No description available for libc6-dev-armel in ubuntu saucy.

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

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

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

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

libc6-dev-x32: No summary available for libc6-dev-x32 in ubuntu saucy.

No description available for libc6-dev-x32 in ubuntu saucy.

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

No description available for libc6-i386 in ubuntu saucy.

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

No description available for libc6-pic in ubuntu saucy.

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

No description available for libc6-ppc64 in ubuntu saucy.

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

No description available for libc6-prof in ubuntu saucy.

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

No description available for libc6-udeb in ubuntu saucy.

libc6-x32: No summary available for libc6-x32 in ubuntu saucy.

No description available for libc6-x32 in ubuntu saucy.

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

No description available for libc6-xen in ubuntu saucy.

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

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

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

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

multiarch-support: No summary available for multiarch-support in ubuntu saucy.

No description available for multiarch-support in ubuntu saucy.

nscd: No summary available for nscd in ubuntu saucy.

No description available for nscd in ubuntu saucy.