Your message dated Sat, 26 Feb 2011 22:48:03 +0000
with message-id <e1ptsvj-0000xs...@franck.debian.org>
and subject line Bug#561249: fixed in eglibc 2.13-0exp2
has caused the Debian Bug report #561249,
regarding g++-4.4: Spurious warning with -Wconversion (uint16_t/htons) in -O2
mode
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
561249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561249
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: g++-4.4
Version: 4.4.2-5
Severity: normal
Consider following code:
---------- test.cpp ---------
#include <arpa/inet.h>
void test()
{
uint16_t s = 123;
// No warning expected here
uint16_t swapped = htons( s );
}
------------------------------
g++-4.4 -Wconversion -Werror -c test.cpp => no error
g++-4.4 -O2 -Wconversion -Werror -c test.cpp => error!
(this also applies to g++-4.3, not 4.2)
I don't see why the optimization changes the triggering of the warning,
this is very painful because it requires either disabling -Wconversion
or -Werror, which are not acceptable for high quality code.
Cheers
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.31-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages g++-4.4 depends on:
ii gcc-4.4 4.4.2-5 The GNU C compiler
ii gcc-4.4-base 4.4.2-5 The GNU Compiler Collection (base
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii libgmp3c2 2:4.3.1+dfsg-3 Multiprecision arithmetic library
ii libmpfr1ldbl 2.4.2-3 multiple precision floating-point
ii libstdc++6-4.4-dev 4.4.2-5 The GNU Standard C++ Library v3 (d
g++-4.4 recommends no packages.
Versions of packages g++-4.4 suggests:
pn g++-4.4-multilib <none> (no description available)
pn gcc-4.4-doc <none> (no description available)
pn libstdc++6-4.4-dbg <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: eglibc
Source-Version: 2.13-0exp2
We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:
eglibc-source_2.13-0exp2_all.deb
to main/e/eglibc/eglibc-source_2.13-0exp2_all.deb
eglibc_2.13-0exp2.diff.gz
to main/e/eglibc/eglibc_2.13-0exp2.diff.gz
eglibc_2.13-0exp2.dsc
to main/e/eglibc/eglibc_2.13-0exp2.dsc
glibc-doc_2.13-0exp2_all.deb
to main/e/eglibc/glibc-doc_2.13-0exp2_all.deb
libc-bin_2.13-0exp2_amd64.deb
to main/e/eglibc/libc-bin_2.13-0exp2_amd64.deb
libc-dev-bin_2.13-0exp2_amd64.deb
to main/e/eglibc/libc-dev-bin_2.13-0exp2_amd64.deb
libc6-dbg_2.13-0exp2_amd64.deb
to main/e/eglibc/libc6-dbg_2.13-0exp2_amd64.deb
libc6-dev-i386_2.13-0exp2_amd64.deb
to main/e/eglibc/libc6-dev-i386_2.13-0exp2_amd64.deb
libc6-dev_2.13-0exp2_amd64.deb
to main/e/eglibc/libc6-dev_2.13-0exp2_amd64.deb
libc6-i386_2.13-0exp2_amd64.deb
to main/e/eglibc/libc6-i386_2.13-0exp2_amd64.deb
libc6-pic_2.13-0exp2_amd64.deb
to main/e/eglibc/libc6-pic_2.13-0exp2_amd64.deb
libc6-prof_2.13-0exp2_amd64.deb
to main/e/eglibc/libc6-prof_2.13-0exp2_amd64.deb
libc6-udeb_2.13-0exp2_amd64.udeb
to main/e/eglibc/libc6-udeb_2.13-0exp2_amd64.udeb
libc6_2.13-0exp2_amd64.deb
to main/e/eglibc/libc6_2.13-0exp2_amd64.deb
libnss-dns-udeb_2.13-0exp2_amd64.udeb
to main/e/eglibc/libnss-dns-udeb_2.13-0exp2_amd64.udeb
libnss-files-udeb_2.13-0exp2_amd64.udeb
to main/e/eglibc/libnss-files-udeb_2.13-0exp2_amd64.udeb
locales-all_2.13-0exp2_amd64.deb
to main/e/eglibc/locales-all_2.13-0exp2_amd64.deb
locales_2.13-0exp2_all.deb
to main/e/eglibc/locales_2.13-0exp2_all.deb
nscd_2.13-0exp2_amd64.deb
to main/e/eglibc/nscd_2.13-0exp2_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 561...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Aurelien Jarno <aure...@debian.org> (supplier of updated eglibc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 26 Feb 2011 21:38:15 +0100
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd
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-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 libc0.1-i386
libc0.1-dev-i386 libc6-i686 libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen
libc6.1-alphaev67 libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.13-0exp2
Distribution: experimental
Urgency: low
Maintainer: Aurelien Jarno <aure...@debian.org>
Changed-By: Aurelien Jarno <aure...@debian.org>
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-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-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-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-i686 - Embedded GNU C Library: Shared libraries [i686 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-s390x - Embedded GNU C Library: 64bit Shared libraries for IBM zSeries
libc6-sparc64 - Embedded GNU C Library: 64bit Shared libraries for UltraSPARC
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
nscd - Embedded GNU C Library: Name Service Cache Daemon
Closes: 195888 408959 446503 521737 558314 561249 563724 566297 566844 588218
601126 602776 609306 610475 610824 611195 611926 612792
Changes:
eglibc (2.13-0exp2) experimental; urgency=low
.
[ Aurelien Jarno ]
* New upstream release:
- Fix spurious warning in bswap_16() with -Wconversion. Closes:
#561249.
- Add back support for m68k. Closes: #446503, #601126.
- Add support for NTP API 4. Closes: #558314.
- Fix memchr() on alpha. Closes: #521737.
- Add optimized string functions via STT_GNU_IFUNC on PowerPC. Closes:
#408959.
- Provide POSIX2008 compliant futimens(). Closes: #563724.
- Fix auxilary cache file creation. Closes: 588218.
- Fix POSIX2008 compliance. Closes: #610824.
- Update patches/locale/locale-print-LANGUAGE.diff.
- Update patches/localedata/sort-UTF8-first.diff.
- Remove patches/localedata/submitted-pt_BR.diff (merged upstream).
- Update patches/localedata/locale-et_EE.diff (partially merged upstream).
- Remove patches/localedata/locale-es_CR.diff (merged upstream).
- Update patches/localedata/locales-fr.diff.
- Update patches/localedata/tailor-iso14651_t1.diff.
- Remove patches/localedata/fr_BE-first_weekday.diff (merged upstream).
- Update localedata/first_weekday.diff.
- Remove patches/alpha/submitted-dl-procinfo.diff (merged upstream).
- Remove patches/alpha/submitted-fpu-round.diff (merged upstream).
- Remove patches/alpha/submitted-asm-memchr.diff (merged upstream).
- Remove patches/alpha/submitted-sock_nonblock.diff (merged upstream).
- Remove patcheS/alpha/submitted-epoll.diff (merged upstream).
- Remove patches/alpha/cvs-timer_settime.diff (merged upstream).
- Remove patches/alpha/submitted-PTR_MANGLE.diff (obsolete).
- Remove patches/alpha/local-fcntl_h.diff (obsolete).
- Remove patches/alpha/local-longjmp-chk.diff (obsolete).
- Remove patches/alpha/submitted-fdatasync.diff (obsolete).
- Remove patches/amd64/cvs-avx-tcb-alignment.diff (merged upstream).
- Remove patches/arm/local-no-hwcap.diff (merged upstream).
- Remove patches/arm/local-hwcap-updates.diff (merged upstream).
- Remove patches/hppa/cvs-nptl-compat.diff (merged upstream).
- Update patches/hppa/local-stack-grows-up.diff.
- Remove patches/hppa/cvs-vfork.diff (merged upstream).
- Remove patches/hurd-i386/submitted-rtld_lock_recursive.diff (merged
upstream).
- Remove patches/hurd-i386/cvs-getcwd.diff (merged upstream).
- Remove patches/hurd-i386/cvs-setsid.diff (merged upstream).
- Remove patches/hurd-i386/cvs-linkat.diff (merged upstream).
- Remove patches/hurd-i386/cvs-ttyname.diff (merged upstream).
- Remove patches/hurd-i386/cvs-getnprocs.diff (merged upstream).
- Remove patches/hurd-i386/cvs-select.diff (merged upstream).
- Remove patches/hurd-i386/cvs-sched_param.diff (merged upstream).
- Remove patches/hurd-i386/cvs-sendmsg-leak.diff (merged upstream).
- Update patches/i386/local-pthread_cond_wait.diff.
- Remove patches/m68k/cvs-define-m68k-tls-relocations.patch (merged
upstream).
- Remove patches/m68k/cvs-tls-support.patch (merged upstream).
- Remove patches/m68k/cvs-versions-def-2-12.patch (merged upstream).
- Remove patches/mips/cvs-mips-atomic_h.diff (merged upstream).
- Remove patches/mips/cvs-non-pic-n32-64-syscall.diff (merged upstream).
- Remove patches/s390/cvs-makecontext.diff (merged upstream).
- Update patches/s390/submitted-nexttowardf.diff.
- Remove patches/sh4/local-fpscr_values.diff (merged upstream).
- Remove patches/sh4/submitted-set_fpscr.diff (merged upstream).
- Remove patches/sparc/cvs-sparcv9-memchr.diff (merged upstream).
- Remove patches/sparc/submitted-epoll.diff (merged upstream).
- Remove patches/sparc/submitted-msgrcv.diff (merged upstream).
- Update patches/any/local-ldso-disable-hwcap.diff.
- Remove patches/any/local-ntp-update.diff (obsolete).
- Update patches/any/local-no-pagesize.diff.
- Update patches/any/submitted-longdouble.diff.
- Remove patches/any/cvs-resolv-bindv6only.diff (merged upstream).
- Remove patches/any/cvs-futimens.diff (merged upstream).
- Remove patches/any/cvs-malloc_info-init.diff (merged upstream).
- Remove patches/any/cvs-stat-issock.diff (merged upstream).
- Remove patches/any/cvs-remove.diff (merged upstream).
- Remove patches/any/cvs-getaddrinfo.diff (merged upstream).
- Remove patches/any/cvs-umount-nofollow.diff (merged upstream).
- Remove patches/any/cvs-glob.diff (merged upstream).
- Remove patches/any/cvs-flush-cache-textrels.diff (merged upstream).
- Remove patches/any/submitted-group_member.diff (merged upstream).
- Remove patches/any/cvs-redirect-throw.diff (merged upstream).
- Remove patches/any/cvs-__block.diff (merged upstream).
- Remove patches/any/cvs-sunrpc-license.diff (merged upstream).
- Remove patches/any/submitted-resolv.conf-thread.diff (merged upstream).
- Remove patches/any/cvs-audit-suid.diff (merged upstream).
- Remove patches/any/cvs-dont-expand-dst-twice.diff (merged upstream).
- Remove patches/any/cvs-ignore-origin-privileged.diff (merged upstream).
- Remove patches/any/cvs-fnmatch-alloca.diff (merged upstream).
- Remove patches/any/cvs-qsort-race.diff from upstream (merged upstream).
- Remove patches/any/submitted-etc-resolv.conf.diff (obsolete).
- Update patches/any/submitted-bits-fcntl_h-at.diff.
- Remove patches/any/submitted-nis-shadow.diff (obsolete).
- Remove patches/any/submitted-futex_robust_pi.diff (obsolete).
- Update patches/kfreebsd/local-readdir_r.diff.
* debian/sysdeps/*.mk, debhelper.in/libc.preinst: bump minimal Linux
kernel version to 2.6.26, and minimal FreeBSD kernel version to
8.0.0. Closes: #610475.
* Add /etc/default/nss.
* Add patches/all/local-nis-shadow.diff to change default value of
ADJUNCT_AS_SHADOW to TRUE. This avoid NIS password leakage
(CVE-2010-0015), but can be changed to FALSE to accomomdate some
NIS installations. Closes: #566297, #566844.
* kfreebsd/local-sysdeps.diff, kfreebsd/local-linuxthreads29.diff:
update to revision 3262 (from glibc-bsd) Closes: #602776.
* debian/rules: split build-indep and build-arch targets. Closes:
#611926.
* sysdeps/sparc.mk, sysdeps/sparc64.mk: build with --enable-multi-arch.
* sysdeps/powerpc.mk, sysdeps/ppc64.mk: build with --enable-multi-arch.
* Drop libc6-sparcv9b package on sparc/sparc64, optimizations are now
done through multi-arch (STT_GNU_IFUNC).
* Add patches/localedata/locale-C.diff to create a C locale.
* Build and install the C locales in libc-bin. Closes: #609306.
* Bump to Standards-Version 3.9.1 (no changes).
* Add patches/submitted-rwlock-stack-imbalance.diff to fix regression
in pthread_rwlock_timedrdlock() and pthread_rwlock_timedwrlock().
* Whitelist tst-makecontext3.out test on ia64, as it is new and can't
succeed on this architecture.
* Build depends on binutils (>= 2.21) on sparc and sparc64 to gain
STT_GNU_IFUNC support.
* Add patches/any/submitted-ldsodefs_rtld_debug.diff to fix
EGLIBC_RTLD_DEBUG support on non NPTL systems.
* Add patches/any/local-relro-mprotect.patch to not crash with PaX
kernels. Closes: #611195.
* Add patches/any/cvs-dlopen_memory_leak.diff to fix a memory leak
in dlopen(). Closes: #195888.
* Add patches/any/cvs-dl-missing-deps.diff to output an early error
when dependencies are missing. Closes: #612792.
* Add patches/any/cvs-rtld-prelink.diff to fix segfault on prelinked
binaries.
.
[ Samuel Thibault ]
* Add patches/any/cvs-glro_dl_debug_mask.diff to fix build without
EGLIBC_RTLD_DEBUG support.
* Add patches/hurd-i386/cvs-header-prot.diff,
patches/hurd-i386/cvs-psiginfo.diff, and
patches/hurd-i386/local-ptsname.diff to fix hurd-i386 build.
* Update expected hurd-i386 failures with new tests.
* Add patches/hurd-i386/local-add-needed.diff to fix getting functions from
libmachuser and libhurduser with gold linking.
Checksums-Sha1:
839cb41d6309e9be11c1e1ab5a654db85462044a 2702 eglibc_2.13-0exp2.dsc
86eb6a5f77c2be9cc753ee4d74fc8c1e994d1589 23004247 eglibc_2.13.orig.tar.gz
3849dbffb1511728148e5f5ad180f37f1eb5ee0b 815912 eglibc_2.13-0exp2.diff.gz
ea50bf31a9c6aa18afe2bfc5b07950808be384a2 1880066 glibc-doc_2.13-0exp2_all.deb
9bf51e75822a8aeafadff1e03514cd655912b8ac 11182570
eglibc-source_2.13-0exp2_all.deb
99e4f2071f65de9067b33a495c5c5242dd7061d5 4799830 locales_2.13-0exp2_all.deb
30edadf2c4ef92ead8143e2b4aa3d49db7970223 4308154 libc6_2.13-0exp2_amd64.deb
8df54863b9a5ac4bf14f25804ddb4f8e7f9f0f6b 2629286 libc6-dev_2.13-0exp2_amd64.deb
9bc0205d7e7ff44660a9a984a2c38aee4f578c05 2072612
libc6-prof_2.13-0exp2_amd64.deb
7571a0668e29c14dee5d4037182255a84ad6c291 1579800 libc6-pic_2.13-0exp2_amd64.deb
92304e2a184145af670251f6b61ca82e31b1902c 1077150 libc-bin_2.13-0exp2_amd64.deb
36497251143773cf0dd1d1f544a5c953703b16bb 208856
libc-dev-bin_2.13-0exp2_amd64.deb
cb65dc02ba74c0c611e42e1350b3eb31e6e5316d 3738936
locales-all_2.13-0exp2_amd64.deb
afbb94809921233a7494f1ecd16a2d9a3ee3c285 3827428
libc6-i386_2.13-0exp2_amd64.deb
ffd9a6dcfa94a2ee9ffe9895fd9bc83bc40da578 1552770
libc6-dev-i386_2.13-0exp2_amd64.deb
7a5cbb5499c313d579f830c6958ecf8c1c00d0ff 198462 nscd_2.13-0exp2_amd64.deb
f4d2167c43f6dfdaa05526eff4707ad6e77a9f82 10489020
libc6-dbg_2.13-0exp2_amd64.deb
5c80470ba4c334882f916e4b91439c658fee8b3a 1180440
libc6-udeb_2.13-0exp2_amd64.udeb
8e50c1a696975de393c73e283f6a27b799943008 11108
libnss-dns-udeb_2.13-0exp2_amd64.udeb
19bde21229ac720b26834ba6f9d5f8cd6e49b997 19258
libnss-files-udeb_2.13-0exp2_amd64.udeb
Checksums-Sha256:
078c8fe4607de473bfe0178dd7ac19b1354c41e6ebbbbede6df2fcd5e51b2f7e 2702
eglibc_2.13-0exp2.dsc
5e6dce233f0d0f89453b369efbc1ff360956b5d2de45c03c9bc8c52eef98868f 23004247
eglibc_2.13.orig.tar.gz
06810b16f8532522b2325d02041823739af94ac3722737d9d72f0620f9fda66c 815912
eglibc_2.13-0exp2.diff.gz
943e2ec5f736019c6500a5422561894a1f764f3f1ab382184e16854fb93ed950 1880066
glibc-doc_2.13-0exp2_all.deb
d19e8a3b539d315f47e09471f38b1f2c39adc866af64326a57c1034a6e7eca0c 11182570
eglibc-source_2.13-0exp2_all.deb
c2fba0eedeec1cd415d64dd0b8ddc9ffbbc61442a9c1ab59a30d7e609388028f 4799830
locales_2.13-0exp2_all.deb
4618c3bae678efd07a0e40c66d9685f9b2ee1e75391b04a5aa089f46d5aaeeb1 4308154
libc6_2.13-0exp2_amd64.deb
aaf2a61dce9df1b872d1d487debfb1dc53eda4420eb0b564d37ab3b0c52a144a 2629286
libc6-dev_2.13-0exp2_amd64.deb
e637d70e8f19a8b20fd9892137c35b4831bca24c61ee07154a5da1c09dbfffab 2072612
libc6-prof_2.13-0exp2_amd64.deb
fb67b1f9d72b1fef083dd9114f39d3f40e845b874e942f56c2f8ee4df474f3aa 1579800
libc6-pic_2.13-0exp2_amd64.deb
b8f743910f1171095270396500577b84a2a7e2b3354b8e3ea0943226a69a4fc0 1077150
libc-bin_2.13-0exp2_amd64.deb
7f808ecddf9766eb310a02ada88b8a5d2477b721c62fb4997ceed30126014242 208856
libc-dev-bin_2.13-0exp2_amd64.deb
f9690b2952bab798b4aa976a47935f4ca6df26b886ed597c1d0f7686855ee9dc 3738936
locales-all_2.13-0exp2_amd64.deb
08f5d73dade7217bc1ef4ca4185d9293adbb0e5e6a5040f12de3e3ac056e1580 3827428
libc6-i386_2.13-0exp2_amd64.deb
9704e7a92eab1438dc26bab86b7f58b9addb764df46dd4f2f3e338421ee94167 1552770
libc6-dev-i386_2.13-0exp2_amd64.deb
a6354889cd6c1fd88770b32d4031ce4ccd7a921b75bf72b38c5cef4f9463f3cd 198462
nscd_2.13-0exp2_amd64.deb
f6374c630962bf2d506c9cddd7f8e6e780efd44d1f9355bd7c2914bf684140df 10489020
libc6-dbg_2.13-0exp2_amd64.deb
fc794234a0611b54398d074d1c939df3fedca0b8039473e3c2803d495355263f 1180440
libc6-udeb_2.13-0exp2_amd64.udeb
2c8f102910311f67dcc9df40981f7831832169a0a120a60f4addb518eef00cd0 11108
libnss-dns-udeb_2.13-0exp2_amd64.udeb
effa892aaf5ec6926b201e7b92e5897d8a730797ed11cb1801e02ffb4d737cb4 19258
libnss-files-udeb_2.13-0exp2_amd64.udeb
Files:
e139b23571c696ffa5165841d6d63390 2702 libs required eglibc_2.13-0exp2.dsc
be63a487c69b3f4198def94d7254b250 23004247 libs required eglibc_2.13.orig.tar.gz
839251b8e248f3d2fda7956f057eff28 815912 libs required eglibc_2.13-0exp2.diff.gz
aeda4cbcf758549f8369d403157ba4a8 1880066 doc optional
glibc-doc_2.13-0exp2_all.deb
995803a3d8a6a03c19cbe7ac336265e6 11182570 devel optional
eglibc-source_2.13-0exp2_all.deb
6aaf537cd4272a0ff4272079a43d8906 4799830 localization standard
locales_2.13-0exp2_all.deb
3bb48a1a89675d32f8167480d396e444 4308154 libs required
libc6_2.13-0exp2_amd64.deb
f643694f30b65d5bed9744643e094a49 2629286 libdevel optional
libc6-dev_2.13-0exp2_amd64.deb
a37dbce2845abb67aff73d68f84ad357 2072612 libdevel extra
libc6-prof_2.13-0exp2_amd64.deb
2fd508d23fc8031b5a76932130c0053d 1579800 libdevel optional
libc6-pic_2.13-0exp2_amd64.deb
393805a91dc348d5f52a48e40d290365 1077150 libs required
libc-bin_2.13-0exp2_amd64.deb
ce49cc78c3bf37b0f657f4ad8c4dff53 208856 libdevel optional
libc-dev-bin_2.13-0exp2_amd64.deb
b1b48d10ea8cbbb3d6060d958b77530f 3738936 localization extra
locales-all_2.13-0exp2_amd64.deb
81039f4d73c2c2d91e8533683ae773d6 3827428 libs optional
libc6-i386_2.13-0exp2_amd64.deb
39f3d073c1b4f939d3dfe3b576178eaa 1552770 libdevel optional
libc6-dev-i386_2.13-0exp2_amd64.deb
dcb4570da7b55a348f89369c70d8d6f2 198462 admin optional
nscd_2.13-0exp2_amd64.deb
0a6d9ed49be505c8bac6a247508de9c6 10489020 debug extra
libc6-dbg_2.13-0exp2_amd64.deb
9af4ae5d3a119e1cd4ecb0a960f468bf 1180440 debian-installer extra
libc6-udeb_2.13-0exp2_amd64.udeb
86a1643bb503efe7bd8e68170f41c89f 11108 debian-installer extra
libnss-dns-udeb_2.13-0exp2_amd64.udeb
1165b87b6125caaaf218989045b1565f 19258 debian-installer extra
libnss-files-udeb_2.13-0exp2_amd64.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFNaXnrw3ao2vG823MRAo5SAJ0bA9UzgNbpPd93iPd+/kbZa/Vv+wCfTKs+
msSMV+SycoLNctqsKiwaBfQ=
=Qzne
-----END PGP SIGNATURE-----
--- End Message ---