This bug was fixed in the package glibc - 2.19-10ubuntu1 --------------- glibc (2.19-10ubuntu1) utopic; urgency=medium
* Merge with Debian unstable, bringing in several CVE fixes (LP: #1362409) * Enable systemtap support for Ubuntu which was dropped in Debian for now. * Move MIN_KERNEL_SUPPORTED to 2.6.32 on x86 now that hardy PPAs are dead. * libc-dev no longer Recommends 'gcc | c-compiler' (LP: #990982, #1005097) glibc (2.19-10) unstable; urgency=medium [ Aurelien Jarno ] * debian/rules: drop the i486 to i586 GNU triplet conversion. * debian/control.in/main: build-depends on dpkg-dev (>= 1.17.1) and gcc-4.8 (>= 4.8.3-8) to make sure to get the new i586 GNU triplet on i386, hurd-i386 and kfreebsd-i386. * Remove iconv(1), iconvconfig(8), localedef(1) and sprof(1) manpages, provided by the manpages packages starting with version 3.71. * patches/any/cvs-CVE-2014-5119.diff: New patch from upstream to remove support for loadable gconv transliteration modules (CVE-2014-5119). [ Samuel Thibault ] * patches/hurd-i386/cvs-libpthread_guardsize.diff: Fix guard size computation. Fixes the creation of thousands of threads, and thus pulseaudio testsuite. Closes: #758671. * patches/hurd-i386/cvs-libpthread_std_thread.diff: New patch to deal with std::thread using __pthread_key_create to detect presence of libpthread. Fixes build of webkitgtk and most probably other libstdc++-related failures. * patches/hurd-i386/submitted-bind_umask.diff: New patch to fix bind() when umask is 0000, fixes clamav testsuite. Closes: #759218. [ Adam Conrad ] * debian/patches/series: Actually apply the submitted arm64 alignment and setcontext patches mentioned in 2.19-0experimental0 (closes: #759042) glibc (2.19-9) unstable; urgency=medium [ Aurelien Jarno ] * debian/rules.d/control.mk: don't add libc6{,-dev}-{armel,armhf} packages in debian/control as we don't build them in Debian. New dak code checks for NEW packages directly in debian/control. glibc (2.19-8) unstable; urgency=medium [ Helmut Grohne ] * debian/patches/build stage2 without selinux. Closes: #742640. * Don't emit dependencies on libgcc when building stage2. Closes: #755580. * Add a "nobiarch" build profile that inhibits all multilib packages from being built. Closes: #745380. [ Aurelien Jarno ] * debian/patches/arm64/cvs-includes-cleanup.diff: new patch from upstream to clean sys/user.h and sys/procfs.h. Closes: #755169. * debian/patches/s390/cvs-s390-abi-reversal.diff: new patch backported from upstream to revert the S/390 jmp_buf/ucontext_t ABI change. * Update Turkish debconf translation, by Mert Dirik. Closes: #757495. * Remove ia64 support. Closes: #756095. * Update debian/copyright with the libidn/punycode.{c,h} license. Closes: #754731. * debian/control/libc: drop Recommends on: gcc | c-compiler. Closes: #747933. glibc (2.19-7) unstable; urgency=high * debian/patches/localedata/unsubmitted-tst-setlocale3-ENV.diff: Apply correct environment for the tst-setlocale3 test to find its locales. glibc (2.19-6) unstable; urgency=high [ Aurelien Jarno ] * debian/patches/any/cvs-CVE-2014-0475.diff: fix a directory traversal in locale environment handling (CVE-2014-0475). * debian/patches/any/cvs-setlocale-alloca.diff: Additional setlocale hardening. * debian/control.in/main, debian/sysdeps/linux.mk: drop systemtap support. sdt.h has been moved to a different location in the latest upload, and it's not really clear on which architectures systemtap support should be enabled. [ Helmut Grohne ] * debian/rules.d/debhelper.mk: fix dh_strip call in stage1. Closes: #754350. [ Petr Salinger ] * kfreebsd/local-sysdeps.diff: update to revision 5490 (from glibc-bsd). * kfreebsd/local-fbtl.diff: likewise. * update testsuite-checking/expected-results-*-kfreebsd-gnu-* glibc (2.19-5) unstable; urgency=medium [ Aurelien Jarno ] * debian/sysdeps/mips*.mk: replace EGLIBC_PASSES into GLIBC_PASSES. * debian/patches/alpha/cvs-__pointer_chk_guard.diff: new patch from upstream to fix testsuite failures on alpha. * debian/patches/alpha/local-string-functions.diff: disable strcmp and strncmp as these functions behaves incorrectly when crossing pages. This fixes badsalttest in the testsuite. * debian/debhelper.in/libc.postinst: don't run "telinit u" under systemd Closes: #753725. * debian/testsuite-checking/expected-results-alpha-linux-gnu-libc: ignore floating point failures, as alpha is not fully IEEE compliant. Closes: #753099. * testsuite-checking/expected-results-*s390*: ignore tst-cancelx17.out failure, it is due to a bug in the test (see BZ #12683). [ Helmut Grohne ] * Rename the bootstrap stage to DEB_BUILD_PROFILES=stage1 to conform with https://wiki.debian.org/BuildProfileSpec. (Closes: #752480) * Don't try to install xen headers in i386 bootstrap build, because they are not built. Closes: #743676. [ Adam Conrad ] * debian/patches/alpha/cvs-unwind-backtrace.diff: Backport upstream fix to enable unwind tables when building the backtrace routines. -- Adam Conrad <adcon...@ubuntu.com> Wed, 27 Aug 2014 22:47:48 -0600 ** Changed in: glibc (Ubuntu) Status: Triaged => Fix Released ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2014-0475 ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2014-5119 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to freetype in Ubuntu. https://bugs.launchpad.net/bugs/990982 Title: [Multiarch] libfreetype6-dev:i386 dependencies issue Status in “freetype” package in Ubuntu: Triaged Status in “glibc” package in Ubuntu: Fix Released Bug description: I'm on alex@leon:~$ uname -a Linux leon 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux It's a fresh 12.04 install from a mini 30MB iso dd'ed to a USB flash drive. So it's clean and up-to-date. I have libfreetype6 and libfreetype6-dev installed. To compile wine from source (32 and 64 bit version), I need both 32 and 64 bit development packages of several libraries. For gcc, I had to install gcc-multilib instead of gcc:i386 (gcc and gcc:i386 seem to be incompatible). But there is no freetype6-multilib package hence my bug report. I think the following console output will tell you more things than long sentences : alex@leon:~$ sudo apt-get install libfreetype6-dev:i386 Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libexpat1-dev Use 'apt-get autoremove' to remove them. The following extra packages will be installed: libc6-dev:i386 linux-libc-dev:i386 zlib1g-dev:i386 Suggested packages: glibc-doc:i386 manpages-dev:i386 Recommended packages: gcc:i386 c-compiler:i386 The following packages will be REMOVED: build-essential dkms g++ gcc gcc-multilib libfontconfig1-dev libfreetype6-dev virtualbox-dkms The following NEW packages will be installed: libc6-dev:i386 libfreetype6-dev:i386 linux-libc-dev:i386 zlib1g-dev:i386 0 upgraded, 4 newly installed, 8 to remove and 0 not upgraded. Need to get 6,832 kB of archives. After this operation, 17.2 MB of additional disk space will be used. Do you want to continue [Y/n]? ^C I'm sure you understand removing build-essential and gcc is not really something I want to do. Hopefully, wine provides a configure switch (--without-freetype) to workaround the issue. If you need more details, just let me know. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/990982/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp