glibc 2.6.1-6ubuntu1 source package in Ubuntu
Changelog
glibc (2.6.1-6ubuntu1) hardy; urgency=low [Fabio M. Di Nitto] * debian/patches/sparc/submitted-v9v2.diff: Add Niagara 2 optimized memcpy support. Code, patch and test done by David S. Miller. * debian/patches/series: update. * debian/sysdeps/sparc.mk: Add v9v2 32 and 64 bit targets. * debian/control.in/opt: Add sparc64v2 and sparcv9v2 packages. * debian/control: update. * debian/script.in/nohwcap.sh: - fix list of sparc optimized libc6. - add v9v2 optimized packages. [Matthias Klose] * 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. - No support for linuxthreads. glibc (2.6.1-6) unstable; urgency=low [ Aurelien Jarno ] * Update Spanish debconf translation, by Carlos Valdivia Yagüe. [ Clint Adams ] * debian/po/de.po: update from Helge Kreutzmann. closes: #442888. * debian/po/cs.po: update from Miroslav Kure. closes: #442904. * debian/po/it.po: update from Luca Monducci. closes: #443497. * debian/po/ja.po: update from Kenshi Muto. closes: #446577. * Add any/cvs-posix-glob.diff, fixing improper of treatment of \ in glob(). closes: #445210 glibc (2.6.1-5) unstable; urgency=low [ Pierre Habouzit ] * remove any/local-sysmacros.diff: sorry for bug #439859 but it makes gimp (and presumably other software) FTBFS, it's too dispruptive. Closes: #442427. [ Clint Adams ] * amd64/local-x86_64_bits_sigcontext.diff: use a copy of the generic header for x86_64. closes: #442418. glibc (2.6.1-4) unstable; urgency=low * Disable any/local-ipv6-lookup.diff as it is causing breakages. Closes: bug#441857. * any/local-sysmacros.diff: use __inline instead of inline for compatibility with ANSI. Closes: #441959. * patches/localedata/tailor-iso14651_t1.diff: correctly fix fi_FI locale. Closes: bug#441026. * debian/rules.d/debhelper.mk: fix regex. Closes: #441824. * Update French debconf translation, by Christian Perrier. Closes: #442101. * any/submitted-regex-collate.diff: fix regex engine for multibyte characters and C collation. Closes: #441355. * debian/local/manpages/locale-gen.8: fix manpage. Closes: #442104. glibc (2.6.1-3) unstable; urgency=low * sysdeps/amd64.mk: uses x86_64 headers also for the i486 flavour now that they are compatible. * sysdeps/i386.mk: uses x86_64 headers also for the main flavour. * debian/local/etc_default/locale: remove. Closes: bug#441360. * sysdeps/*.mk: don't provide include symlink for bi-arch, but only an empty directory. * debian/rules.d/debhelper.mk: modify nscd/DEBIAN/control during build to workaround a dpkg-shlibdeps bug. Closes: bug#433723. * debian/local/manpages/nscd.conf.5: document the persistent and shared cache options. Closes: bug#338504. * patches/all/local-alias-UTF-8.diff: encode locales.alias in UTF-8. Closes: bug#404433. * debhelper.in/locales.links, debhelper.in/locales.install: move locales.alias into /etc and provide a symlink in /usr/share/locale/locale.alias. * patches/localedata/tailor-iso14651_t1.diff: fix fi_FI locale. Closes: bug#441026. * kfreebsd/local-sysdeps.diff: update to revision 1998 (from glibc-bsd). * sysdeps/kfreebsd-amd64.mk: uses x86_64 headers also for the i486 flavour now that they are compatible. * any/local-sysmacros.diff: new patch to declare "major", "minor" and "makedev" as inline function instead of macros. Closes: #439859. * debhelper.in/libc.postinst, debhelper.in/libc.templates: prompt user with debconf if it is available. Closes: #440964. * debian/control.in/libc: suggests debconf | debconf-2.0. * Update Brazilian Portuguese debconf translation, by Felipe Augusto van de Wiel. * Update Vietnamese debconf translation, by Clytie Siddall. * Update Basque debconf translation, by Piarres Beobide. * Update Swedish debconf translation, by Daniel Nylander. * Update Slovak debconf translation, by Ivan Masár. * Update Lithuanian debconf translation, by Gintautas Miliauskas. * Update Russian debconf translation, by Sergey Alyoshin. glibc (2.6.1-2) unstable; urgency=low [ Samuel Thibault ] * Rename hurd-i386/submitted-lock-intern.diff into hurd-i386/cvs-lock-intern.diff, hurd-i386/submitted-ECANCELED.diff into hurd-i386/cvs-ECANCELED.diff and hurd-i386/submitted-sigsuspend-nocancel.diff into hurd-i386/cvs-sigsuspend-nocancel.diff as the patches have been accepted upstream. * hurd-i386/local-tls-support.diff: update to fix TLS leak in /hurd/exec server. * hurd-i386/cvs-ioctl-delay.diff: new patch to add standard *DLY ioctl macros. * hurd-i386/submitted-IPV6_PKTINFO.diff: new patch to add standard IPV6_PKTINFO macro. [ Aurelien Jarno ] * debian/rules.d/build.mk: disable testsuite on ARM machines running a 2.6.21 or 2.6.22 kernel. * debian/debhelper.in/locales.{prerm,postinst}: look for supported.tar.lzma instead of supported.tar.gz. * debian/local/etc_default/devpts: remove. * debian/local/etc_default/locale: new file. Closes: bug#437404. * debhelper.in/locales.install: install it. * debian/local/manpages/locale.1: fix a typo. Closes: bug#438114. * kfreebsd/local-sysdeps.diff: update to revision 1995 (from glibc-bsd). * any/submitted-rfc3484-sortv4.diff: new patch to allow bypassing RFC3484 rule 9 for IPv4 adresses. Closes: bug#438179 * debian/debhelper.in/libc.preinst: change version check for NSS services to (<< 2.6-1). * debian/debhelper.in/libc.preinst: add proftpd to the list of services to restart. Closes: bug#435640. * Bump shlibdeps version to 2.6.1-1 due to SPARC v9 transition. * New Slovak debconf translation, by Ivan Masár. Closes: bug#438576. * any/local-ipv6-lookup.diff: new patch to do IPv6 lookups only when an IPv6 address is configured. Patch by Tollef Fog Heen and Andrew McMillan. Closes: #435646. [ Pierre Habouzit ] * Document new libc.conf in ld.so.conf.d that puts /usr/local/lib front. -- Matthias Klose <email address hidden> Fri, 19 Oct 2007 15:25:11 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Hardy
- Original maintainer:
- Ubuntu Development Team
- Architectures:
- any
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
glibc_2.6.1.orig.tar.gz | 15.0 MiB | fc0c4e8eb8e0dee0a25ae802f3d3b14dd4b3b394b3b5a69becc2e500fad291fd |
glibc_2.6.1-6ubuntu1.diff.gz | 676.1 KiB | 3a96b398060d6fd19f9d97cea4c0a7537cba2e609eff12e218339fc708d863c4 |
glibc_2.6.1-6ubuntu1.dsc | 2.2 KiB | 07989f2d82c9ad3598543d606e0dc602d0cd8fdef947bdfe9d66569d8f466ff3 |
Binary packages built by this source
- glibc-doc: No summary available for glibc-doc in ubuntu hardy.
No description available for glibc-doc in ubuntu hardy.
- libc6: No summary available for libc6 in ubuntu hardy.
No description available for libc6 in ubuntu hardy.
- libc6-amd64: No summary available for libc6-amd64 in ubuntu hardy.
No description available for libc6-amd64 in ubuntu hardy.
- libc6-dbg: No summary available for libc6-dbg in ubuntu hardy.
No description available for libc6-dbg in ubuntu hardy.
- libc6-dev: No summary available for libc6-dev in ubuntu hardy.
No description available for libc6-dev in ubuntu hardy.
- libc6-dev-amd64: No summary available for libc6-dev-amd64 in ubuntu hardy.
No description available for libc6-dev-amd64 in ubuntu hardy.
- libc6-dev-i386: No summary available for libc6-dev-i386 in ubuntu hardy.
No description available for libc6-dev-i386 in ubuntu hardy.
- libc6-dev-ppc64: No summary available for libc6-dev-ppc64 in ubuntu hardy.
No description available for libc6-dev-ppc64 in ubuntu hardy.
- libc6-dev-sparc64: No summary available for libc6-dev-sparc64 in ubuntu hardy.
No description available for libc6-dev-sparc64 in ubuntu hardy.
- libc6-i386: No summary available for libc6-i386 in ubuntu hardy.
No description available for libc6-i386 in ubuntu hardy.
- libc6-i686: No summary available for libc6-i686 in ubuntu hardy.
No description available for libc6-i686 in ubuntu hardy.
- libc6-pic: No summary available for libc6-pic in ubuntu hardy.
No description available for libc6-pic in ubuntu hardy.
- libc6-ppc64: No summary available for libc6-ppc64 in ubuntu hardy.
No description available for libc6-ppc64 in ubuntu hardy.
- libc6-prof: No summary available for libc6-prof in ubuntu hardy.
No description available for libc6-prof in ubuntu hardy.
- libc6-sparc64: No summary available for libc6-sparc64 in ubuntu hardy.
No description available for libc6-sparc64 in ubuntu hardy.
- libc6-sparc64b: No summary available for libc6-sparc64b in ubuntu hardy.
No description available for libc6-sparc64b in ubuntu hardy.
- libc6-sparc64v: No summary available for libc6-sparc64v in ubuntu hardy.
No description available for libc6-sparc64v in ubuntu hardy.
- libc6-sparc64v2: No summary available for libc6-sparc64v2 in ubuntu hardy.
No description available for libc6-sparc64v2 in ubuntu hardy.
- libc6-sparcv9b: No summary available for libc6-sparcv9b in ubuntu hardy.
No description available for libc6-sparcv9b in ubuntu hardy.
- libc6-sparcv9v: No summary available for libc6-sparcv9v in ubuntu hardy.
No description available for libc6-sparcv9v in ubuntu hardy.
- libc6-sparcv9v2: No summary available for libc6-sparcv9v2 in ubuntu hardy.
No description available for libc6-sparcv9v2 in ubuntu hardy.
- libc6-udeb: No summary available for libc6-udeb in ubuntu hardy.
No description available for libc6-udeb in ubuntu hardy.
- libc6-xen: No summary available for libc6-xen in ubuntu hardy.
No description available for libc6-xen in ubuntu hardy.
- libc6.1: No summary available for libc6.1 in ubuntu hardy.
No description available for libc6.1 in ubuntu hardy.
- libc6.1-dbg: No summary available for libc6.1-dbg in ubuntu hardy.
No description available for libc6.1-dbg in ubuntu hardy.
- libc6.1-dev: No summary available for libc6.1-dev in ubuntu hardy.
No description available for libc6.1-dev in ubuntu hardy.
- libc6.1-pic: No summary available for libc6.1-pic in ubuntu hardy.
No description available for libc6.1-pic in ubuntu hardy.
- libc6.1-prof: No summary available for libc6.1-prof in ubuntu hardy.
No description available for libc6.1-prof in ubuntu hardy.
- libc6.1-udeb: No summary available for libc6.1-udeb in ubuntu hardy.
No description available for libc6.1-udeb in ubuntu hardy.
- libnss-dns-udeb: No summary available for libnss-dns-udeb in ubuntu hardy.
No description available for libnss-dns-udeb in ubuntu hardy.
- libnss-files-udeb: No summary available for libnss-files-udeb in ubuntu hardy.
No description available for libnss-files-udeb in ubuntu hardy.
- nscd: No summary available for nscd in ubuntu hardy.
No description available for nscd in ubuntu hardy.