[ubuntu/precise] eglibc 2.13-23ubuntu1 (Accepted)
Adam Conrad
adconrad at ubuntu.com
Thu Dec 15 06:25:27 UTC 2011
eglibc (2.13-23ubuntu1) precise; urgency=low
* Merge with Debian (r5082), bringing in several new patches and fixes.
* Move biarch-compat.conf to zz_$(curpass)-biarch-compat.conf to get
saner include ordering, and to match how we're doing it in Debian.
eglibc (2.13-23) unstable; urgency=low
[ Aurelien Jarno ]
* patches/arm/cvs-syscall-mcount.diff: new patch from upstream to fix
build on armel.
* patches/amd64/cvs-pthread_cond_wait.diff: remove as it seems to cause
some issue with some kernels. Closes: #651746.
[ Samuel Thibault ]
* patches/hurd-i386/submitted-mach-nanosleep.diff: New patch from Pino to
reject some nanosleep parameters values.
eglibc (2.13-22) unstable; urgency=low
[ Adam Conrad ]
* patches/arm/unsubmitted-ldconfig-cache-abi.diff: New patch from
Steve McIntyre that adds tagging to armhf libraries in ld.so.cache
* patches/arm/unsubmitted-ldso-abi-check.diff: Another patch from
Steve McIntyre, giving ld.so the ability to differentiate between
soft and hard-float ABIs and provide sane exits when required.
* Merge armel/armhf bi-arch support from Ubuntu, but disable until
the armhf bootstrap in Debian has removed /lib/ld-linux.so.3:
- Fix install locations for libc6-dev-armel in sysdeps.
- Change armel_rtlddir (for libc6-armel) to /lib, as required.
- Install /lib/ld-linux.so.3 symlink in libc6-armel.
- Install ld.so.conf.d file for the multilib ARM targets.
* Add dynamic linker name for the non-default multilib in ARM ldd.
* debian/debhelper.in/libc-udeb.install.armhf: Install ld-linux.so.3
to the correct location in the udeb, so binaries can find it.
* Install /lib/ld-linux.so.3 symlink in libc6:armhf, this will need
to be reverted once the rebuild/rebootstrap is completed.
* Fix chmod regex in udeb pass to match the one used for others.
[ Aurelien Jarno ]
* patches/i386/local-cpuid-level2.diff: fix a typo. Closes: #609389.
* Don't ship /usr/share/doc/locales/README. Closes: #643885, #643887.
* Ignore tst-cancelx17.out error on amd64. Closes: #643567.
* patches/any/cvs-nptl-pthread-race.diff: fix a race in NPTL code that
sometimes causes a deadlock when calling fork() from a thread.
* debhelper/libc.NEWS: replace $arch by <triplet> and explain how to get
it. Closes: #644990.
* Add patches/alpha/submitted-fallocated.diff to define fallocate() in
<fcntl.h> on alpha. Closes: #641868.
* debian/rules: don't build locales-all when cross-compiling. Closes:
#644771.
* patches/amd64/cvs-avx-detection.diff: do not use AVX if hardware support
is present, but not enabled in the kernel. Closes: #646549.
* patches/amd64/cvs-dl_trampoline-cfi.diff: fix CFI in dl_trampoline code.
* patches/mips/submitted-dl-platform.diff: fix a typo preventing loongson2f
platform directory to be used. Closes: #646610.
* Update Dutch debconf translation, by Vincent Zweije. Closes: #649605.
* Update expected-results-x86_64-kfreebsd-gnu-libc to allow tst-clock1.out
to fail, as it seems to happen when there is other load than glibc on the
building machine. Closes: #649185.
* patches/any/local-linuxthreads-XPG7.diff: fix XPG7 compliance in
linuxthreads version of pthread.h. Closes: #647823.
* Update from the latest SVN, branch eglibc-2_13.
* Add patches/amd64/cvs-pthread_cond_wait.diff to correctly handle EAGAIN
from FUTEX_WAIT_REQUEUE_PI.
* debian/rules.d/tarball.mk: ignore manual/ directory.
[ Samuel Thibault ]
* patches/hurd-i386/submitted-setresid.diff: New patch to fix -1 passed to
setres[ug]id. Closes: #645285.
* patches/hurd-i386/{unsubmitted-gscope.diff,unsubmitted-_dl_random.diff,
submitted-ECANCELED.diff, submitted-dl-sysdep.diff,
unsubmitted-check_native.diff, submitted-extern_inline.diff,
submitted-ptr-mangle.diff, submitted-stat.diff,
unsubmitted-tls-support.diff, unsubmitted-longjmp_chk.diff,
unsubmitted-ptsname.diff, submitted-strtoul.diff,
unsubmitted-atomic-no-multiple_threads.diff, unsubmitted-i686.diff,
submitted-ldsodefs.h.diff, submitted-libc_once.diff}:
Update to topgit version, and rename to
{tg-tlsdesc.sym.diff, tg-struct_stat.diff, tg-gscope.diff,
tg-_dl_random.diff, tg-bits_atomic.h_multiple_threads.diff,
tg-dl-sysdep.c_SHARED.diff, tg-__i686_defined.diff,
tg-regenerate_errno.h.diff, tg-ptrmangle.diff, tg-strtoul_PLT.diff,
tg-tls.diff, tg-extern_inline.diff, tg-grantpt.diff, tg-check_native.diff,
tg-____longjmp_chk.diff, tg-elfosabi_gnu.diff, tg-libc_once.diff}.
* patches/hurd-i386/submitted-libc_once.diff: Move kfreebsd part to
patches/kfreebsd/submitted-libc_once.diff.
* patches/hurd-i386/submitted-ldsodefs.h.diff: Move committed part to
patches/hurd-i386/cvs-ldsodefs.h.diff
* patches/hurd-i386/cvs-sgttyb.diff: New patch to fix sgttyb ioctls values.
* patches/hurd-i386/tg-dup3.diff: New patch from Hurd topgit to implement
dup3.
* patches/hurd-i386/submitted-dup2-fix.diff: Trivially port to dup3.
* patches/hurd-i386/local-clock_gettime_MONOTONIC.diff: New patch to
brown-tape fix iceweasel.
* patches/hurd-i386/submitted-_hurd_socket_server-indexcheck.diff: New patch
from Pino Toscano to fix crash or spurious deallocation on bogus input.
* libc0.3.symbols.hurd-i386: Drop removed unused xxx_ and yyy_ RPCs.
* patches/hurd-i386/submitted-hurd-recvfrom.diff: New patch from Pino
Toscano to fix recvfrom on socketpair. Closes: #650095.
* patches/hurd-i386/local-select.diff: New patch to fix select with a zero
timeout. Closes: #79358.
* patches/hurd-i386/tg-struct_stat.diff: Add POSIX 2008 visibility.
* patches/hurd-i386/submitted-posix2008.diff: Add POSIX 2008 visibility.
* patches/hurd-i386/submitted-select-inputcheck.diff: Add select input check.
[ Petr Salinger ]
* kfreebsd/local-sysdeps.diff: update to revision 3763 (from glibc-bsd).
* add kfreebsd/local-use-thr-primitives.diff to use kernel thr*
primitives inside linuxthreads. Closes: #639658.
* debian/sysdeps/sysdeps/kfreebsd.mk, debhelper.in/libc.preinst:
bump minimal FreeBSD kernel version to 8.1.
[ Steve Langasek ]
* Add a new debconf template, libraries/restart-without-asking, shared
with pam (and eventually hopefully openssl) which allows users to opt in
to silent restarts of services affected by NSS upgrades. This fixes the
longstanding nuisance that a user may be prompted as many as three times
during an upgrade between releases to ask whether it's ok to restart a
service that will be restarted anyway when the package itself gets
upgraded.
* Name our biarch compat ld.so.conf.d files on arm* consistently with the
ones on other archs.
[ Kyle Moffett ]
* Add support for stage1 builds. Closes: #644546.
eglibc (2.13-21) unstable; urgency=low
[ Samuel Thibault ]
* patches/hurd-i386/unsubmitted-tls-support.diff: Fix port leak in fork().
* patches/hurd-i386/submitted-ttyname_ERANGE.diff: Really add to the series.
* mv patches/hurd-i386/{submitted,cvs}-DEV_BSIZE.diff, and really add to the
series.
* Add patches/hurd-i386/cvs-fork_ports.diff to fix uninitialized reference
count.
[ Aurelien Jarno ]
* Add debian/patches/cvs-dl_close-scope-handling.diff from upstream to
fix issues with dl_close() when resolving locally-defined symbols.
Closes: #625250.
* debian/patches/localedata/locale-C.diff: define strict numerical ordering
for the whole unicode range. Define the "blank", "cntrl" and "space" as
defined by POSIX. Closes: #641309.
Date: Wed, 14 Dec 2011 22:09:18 -0700
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/eglibc/2.13-23ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 14 Dec 2011 22:09:18 -0700
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-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-sparcv9v libc6-sparcv9v2 libc6-sparc64b libc6-sparc64v libc6-sparc64v2 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.13-23ubuntu1
Distribution: precise
Urgency: low
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-sparc64 - Embedded GNU C Library: 64bit Development Libraries for UltraSPAR
libc6-i386 - Embedded GNU C Library: 32-bit shared libraries for AMD64
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-sparc64 - Embedded GNU C Library: 64bit Shared libraries for UltraSPARC
libc6-sparc64b - Embedded GNU C Library: 64bit Shared libraries for UltraSPARC [v9
libc6-sparc64v - Embedded GNU C Library: 64bit Shared libraries for UltraSPARC [v9
libc6-sparc64v2 - Embedded GNU C Library: 64bit Shared libraries for UltraSPARC [v9
libc6-sparcv9v - Embedded GNU C Library: Shared libraries [v9v optimized]
libc6-sparcv9v2 - Embedded GNU C Library: Shared libraries [v9v2 optimized]
libc6-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
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: 79358 609389 625250 639658 641309 641868 643567 643885 643887 644546 644771 644990 645285 646549 646610 647823 649185 649605 650095 651746
Changes:
eglibc (2.13-23ubuntu1) precise; urgency=low
.
* Merge with Debian (r5082), bringing in several new patches and fixes.
* Move biarch-compat.conf to zz_$(curpass)-biarch-compat.conf to get
saner include ordering, and to match how we're doing it in Debian.
.
eglibc (2.13-23) unstable; urgency=low
.
[ Aurelien Jarno ]
* patches/arm/cvs-syscall-mcount.diff: new patch from upstream to fix
build on armel.
* patches/amd64/cvs-pthread_cond_wait.diff: remove as it seems to cause
some issue with some kernels. Closes: #651746.
.
[ Samuel Thibault ]
* patches/hurd-i386/submitted-mach-nanosleep.diff: New patch from Pino to
reject some nanosleep parameters values.
.
eglibc (2.13-22) unstable; urgency=low
.
[ Adam Conrad ]
* patches/arm/unsubmitted-ldconfig-cache-abi.diff: New patch from
Steve McIntyre that adds tagging to armhf libraries in ld.so.cache
* patches/arm/unsubmitted-ldso-abi-check.diff: Another patch from
Steve McIntyre, giving ld.so the ability to differentiate between
soft and hard-float ABIs and provide sane exits when required.
* Merge armel/armhf bi-arch support from Ubuntu, but disable until
the armhf bootstrap in Debian has removed /lib/ld-linux.so.3:
- Fix install locations for libc6-dev-armel in sysdeps.
- Change armel_rtlddir (for libc6-armel) to /lib, as required.
- Install /lib/ld-linux.so.3 symlink in libc6-armel.
- Install ld.so.conf.d file for the multilib ARM targets.
* Add dynamic linker name for the non-default multilib in ARM ldd.
* debian/debhelper.in/libc-udeb.install.armhf: Install ld-linux.so.3
to the correct location in the udeb, so binaries can find it.
* Install /lib/ld-linux.so.3 symlink in libc6:armhf, this will need
to be reverted once the rebuild/rebootstrap is completed.
* Fix chmod regex in udeb pass to match the one used for others.
.
[ Aurelien Jarno ]
* patches/i386/local-cpuid-level2.diff: fix a typo. Closes: #609389.
* Don't ship /usr/share/doc/locales/README. Closes: #643885, #643887.
* Ignore tst-cancelx17.out error on amd64. Closes: #643567.
* patches/any/cvs-nptl-pthread-race.diff: fix a race in NPTL code that
sometimes causes a deadlock when calling fork() from a thread.
* debhelper/libc.NEWS: replace $arch by <triplet> and explain how to get
it. Closes: #644990.
* Add patches/alpha/submitted-fallocated.diff to define fallocate() in
<fcntl.h> on alpha. Closes: #641868.
* debian/rules: don't build locales-all when cross-compiling. Closes:
#644771.
* patches/amd64/cvs-avx-detection.diff: do not use AVX if hardware support
is present, but not enabled in the kernel. Closes: #646549.
* patches/amd64/cvs-dl_trampoline-cfi.diff: fix CFI in dl_trampoline code.
* patches/mips/submitted-dl-platform.diff: fix a typo preventing loongson2f
platform directory to be used. Closes: #646610.
* Update Dutch debconf translation, by Vincent Zweije. Closes: #649605.
* Update expected-results-x86_64-kfreebsd-gnu-libc to allow tst-clock1.out
to fail, as it seems to happen when there is other load than glibc on the
building machine. Closes: #649185.
* patches/any/local-linuxthreads-XPG7.diff: fix XPG7 compliance in
linuxthreads version of pthread.h. Closes: #647823.
* Update from the latest SVN, branch eglibc-2_13.
* Add patches/amd64/cvs-pthread_cond_wait.diff to correctly handle EAGAIN
from FUTEX_WAIT_REQUEUE_PI.
* debian/rules.d/tarball.mk: ignore manual/ directory.
.
[ Samuel Thibault ]
* patches/hurd-i386/submitted-setresid.diff: New patch to fix -1 passed to
setres[ug]id. Closes: #645285.
* patches/hurd-i386/{unsubmitted-gscope.diff,unsubmitted-_dl_random.diff,
submitted-ECANCELED.diff, submitted-dl-sysdep.diff,
unsubmitted-check_native.diff, submitted-extern_inline.diff,
submitted-ptr-mangle.diff, submitted-stat.diff,
unsubmitted-tls-support.diff, unsubmitted-longjmp_chk.diff,
unsubmitted-ptsname.diff, submitted-strtoul.diff,
unsubmitted-atomic-no-multiple_threads.diff, unsubmitted-i686.diff,
submitted-ldsodefs.h.diff, submitted-libc_once.diff}:
Update to topgit version, and rename to
{tg-tlsdesc.sym.diff, tg-struct_stat.diff, tg-gscope.diff,
tg-_dl_random.diff, tg-bits_atomic.h_multiple_threads.diff,
tg-dl-sysdep.c_SHARED.diff, tg-__i686_defined.diff,
tg-regenerate_errno.h.diff, tg-ptrmangle.diff, tg-strtoul_PLT.diff,
tg-tls.diff, tg-extern_inline.diff, tg-grantpt.diff, tg-check_native.diff,
tg-____longjmp_chk.diff, tg-elfosabi_gnu.diff, tg-libc_once.diff}.
* patches/hurd-i386/submitted-libc_once.diff: Move kfreebsd part to
patches/kfreebsd/submitted-libc_once.diff.
* patches/hurd-i386/submitted-ldsodefs.h.diff: Move committed part to
patches/hurd-i386/cvs-ldsodefs.h.diff
* patches/hurd-i386/cvs-sgttyb.diff: New patch to fix sgttyb ioctls values.
* patches/hurd-i386/tg-dup3.diff: New patch from Hurd topgit to implement
dup3.
* patches/hurd-i386/submitted-dup2-fix.diff: Trivially port to dup3.
* patches/hurd-i386/local-clock_gettime_MONOTONIC.diff: New patch to
brown-tape fix iceweasel.
* patches/hurd-i386/submitted-_hurd_socket_server-indexcheck.diff: New patch
from Pino Toscano to fix crash or spurious deallocation on bogus input.
* libc0.3.symbols.hurd-i386: Drop removed unused xxx_ and yyy_ RPCs.
* patches/hurd-i386/submitted-hurd-recvfrom.diff: New patch from Pino
Toscano to fix recvfrom on socketpair. Closes: #650095.
* patches/hurd-i386/local-select.diff: New patch to fix select with a zero
timeout. Closes: #79358.
* patches/hurd-i386/tg-struct_stat.diff: Add POSIX 2008 visibility.
* patches/hurd-i386/submitted-posix2008.diff: Add POSIX 2008 visibility.
* patches/hurd-i386/submitted-select-inputcheck.diff: Add select input check.
.
[ Petr Salinger ]
* kfreebsd/local-sysdeps.diff: update to revision 3763 (from glibc-bsd).
* add kfreebsd/local-use-thr-primitives.diff to use kernel thr*
primitives inside linuxthreads. Closes: #639658.
* debian/sysdeps/sysdeps/kfreebsd.mk, debhelper.in/libc.preinst:
bump minimal FreeBSD kernel version to 8.1.
.
[ Steve Langasek ]
* Add a new debconf template, libraries/restart-without-asking, shared
with pam (and eventually hopefully openssl) which allows users to opt in
to silent restarts of services affected by NSS upgrades. This fixes the
longstanding nuisance that a user may be prompted as many as three times
during an upgrade between releases to ask whether it's ok to restart a
service that will be restarted anyway when the package itself gets
upgraded.
* Name our biarch compat ld.so.conf.d files on arm* consistently with the
ones on other archs.
.
[ Kyle Moffett ]
* Add support for stage1 builds. Closes: #644546.
.
eglibc (2.13-21) unstable; urgency=low
.
[ Samuel Thibault ]
* patches/hurd-i386/unsubmitted-tls-support.diff: Fix port leak in fork().
* patches/hurd-i386/submitted-ttyname_ERANGE.diff: Really add to the series.
* mv patches/hurd-i386/{submitted,cvs}-DEV_BSIZE.diff, and really add to the
series.
* Add patches/hurd-i386/cvs-fork_ports.diff to fix uninitialized reference
count.
.
[ Aurelien Jarno ]
* Add debian/patches/cvs-dl_close-scope-handling.diff from upstream to
fix issues with dl_close() when resolving locally-defined symbols.
Closes: #625250.
* debian/patches/localedata/locale-C.diff: define strict numerical ordering
for the whole unicode range. Define the "blank", "cntrl" and "space" as
defined by POSIX. Closes: #641309.
Checksums-Sha1:
d9c3dfd3b814d6ea86a0743aa9c162af11316bdb 5242 eglibc_2.13-23ubuntu1.dsc
b1806a461e4957d060273db75fda9d0677577d8a 1857479 eglibc_2.13-23ubuntu1.diff.gz
Checksums-Sha256:
cd9376ada56d49916e81a569d78af4aea1fedd22272bca3bb0114cf132dc5bef 5242 eglibc_2.13-23ubuntu1.dsc
98ab8f1b31cbdfbbbda73a68bb9ec83a085ebdb9f24ff151ffe2d9a511f5fd0e 1857479 eglibc_2.13-23ubuntu1.diff.gz
Files:
97bebacb8ad614639e9e8b0706aec920 5242 libs required eglibc_2.13-23ubuntu1.dsc
49bf07b8ba34d30d320debf8f32bf679 1857479 libs required eglibc_2.13-23ubuntu1.diff.gz
Original-Maintainer: GNU Libc Maintainers <debian-glibc at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk7pkZgACgkQvjztR8bOoMk3WQCcD/QL5zmbfBR3yIqltd3VU3A8
uu8AnjYxdWz4MvfDH4vMBw6rAWv1lbRl
=HiJ9
-----END PGP SIGNATURE-----
More information about the Precise-changes
mailing list