[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#610824: marked as done (libc6-dev: POSIX/SUS defines and functions require GNU specific defines)



Your message dated Mon, 07 Feb 2011 21:03:27 +0000
with message-id <E1PmYF5-0003H9-2T@franck.debian.org>
and subject line Bug#610824: fixed in eglibc 2.13-0exp1
has caused the Debian Bug report #610824,
regarding libc6-dev: POSIX/SUS defines and functions require GNU specific defines
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 owner@bugs.debian.org
immediately.)


-- 
610824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610824
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libc6-dev
Version: 2.11.2-9
Severity: important
Tags: upstream


Several standardized defines and functions which are part of POSIX.1-2008/SUSv4 require nonstandard GNU defines in order to function properly.
I don't know the full range of standardized functions and defines which are affected, but I have found several.

http://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html
Specifies that O_DIRECTORY, O_NOFOLLOW, and O_CLOEXEC are part of the standard for open()/openat().

The manpages incorrectly states regarding some, that they are Linux-specific, when they aren't.
       O_DIRECTORY
              If pathname is not a directory, cause the open to fail.  This flag is Linux-specific, and was added in kernel version  2.1.126,  to  avoid
              denial-of-service  problems  if  opendir(3)  is  called  on a FIFO or tape device, but should not be used outside of the implementation of
              opendir(3).

<fcntl.h> ends up wrapping them as follows:
#ifdef __USE_GNU
# define O_DIRECT	 040000	/* Direct disk access.	*/
# define O_DIRECTORY	0200000	/* Must be a directory.	 */
# define O_NOFOLLOW	0400000	/* Do not follow links.	 */
# define O_NOATIME     01000000 /* Do not set atime.  */
# define O_CLOEXEC     02000000 /* Set close_on_exec.  */
#endif

3 out of those 5 should not be wrapped like that.

I found similar issues with pread() and pwrite().
The standard http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html states they should be included with <unistd.h>, but they aren't.
The manpages state that _POSIX_C_SOURCE >= 200809L would include them, but it doesn't seem to help.

<unistd.h> contains the following:
#ifdef __USE_UNIX98
# ifndef __USE_FILE_OFFSET64
/* Read NBYTES into BUF from FD at the given position OFFSET without
   changing the file pointer.  Return the number read, -1 for errors
   or 0 for EOF.

   This function is a cancellation point and therefore not marked with
   __THROW.  */
extern ssize_t pread (int __fd, void *__buf, size_t __nbytes,
		      __off_t __offset) __wur;

/* Write N bytes of BUF to FD at the given position OFFSET without
   changing the file pointer.  Return the number written, or -1.

   This function is a cancellation point and therefore not marked with
   __THROW.  */
extern ssize_t pwrite (int __fd, __const void *__buf, size_t __n,
		       __off_t __offset) __wur;



Adding -D__USE_UNIX98 when compiling fixes the problem, but that shouldn't be needed.

This problem seems to be quite widespread. Adding -D_POSIX_C_SOURCE=200809L for example seems to no longer include many functions which should
be included as part of POSIX.1-2008, such as the *at() functions.

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (700, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 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 libc6-dev depends on:
ii  libc-dev-bin                  2.11.2-9   Embedded GNU C Library: Developmen
ii  libc6                         2.11.2-9   Embedded GNU C Library: Shared lib
ii  linux-libc-dev                2.6.32-30  Linux support headers for userspac

Versions of packages libc6-dev recommends:
ii  gcc [c-compiler]              4:4.4.5-2  The GNU C compiler
ii  gcc-4.3 [c-compiler]          4.3.5-4    The GNU C compiler
ii  gcc-4.4 [c-compiler]          4.4.5-10   The GNU C compiler
ii  gcc-4.5 [c-compiler]          4.5.2-1    The GNU C compiler

Versions of packages libc6-dev suggests:
pn  glibc-doc                     <none>     (no description available)
ii  manpages-dev                  3.27-1     Manual pages about using GNU/Linux

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: eglibc
Source-Version: 2.13-0exp1

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-0exp1_all.deb
  to main/e/eglibc/eglibc-source_2.13-0exp1_all.deb
eglibc_2.13-0exp1.diff.gz
  to main/e/eglibc/eglibc_2.13-0exp1.diff.gz
eglibc_2.13-0exp1.dsc
  to main/e/eglibc/eglibc_2.13-0exp1.dsc
eglibc_2.13.orig.tar.gz
  to main/e/eglibc/eglibc_2.13.orig.tar.gz
glibc-doc_2.13-0exp1_all.deb
  to main/e/eglibc/glibc-doc_2.13-0exp1_all.deb
libc-bin_2.13-0exp1_amd64.deb
  to main/e/eglibc/libc-bin_2.13-0exp1_amd64.deb
libc-dev-bin_2.13-0exp1_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-0exp1_amd64.deb
libc6-dbg_2.13-0exp1_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-0exp1_amd64.deb
libc6-dev-i386_2.13-0exp1_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-0exp1_amd64.deb
libc6-dev_2.13-0exp1_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-0exp1_amd64.deb
libc6-i386_2.13-0exp1_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-0exp1_amd64.deb
libc6-pic_2.13-0exp1_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-0exp1_amd64.deb
libc6-prof_2.13-0exp1_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-0exp1_amd64.deb
libc6-udeb_2.13-0exp1_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-0exp1_amd64.udeb
libc6_2.13-0exp1_amd64.deb
  to main/e/eglibc/libc6_2.13-0exp1_amd64.deb
libnss-dns-udeb_2.13-0exp1_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-0exp1_amd64.udeb
libnss-files-udeb_2.13-0exp1_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-0exp1_amd64.udeb
locales-all_2.13-0exp1_amd64.deb
  to main/e/eglibc/locales-all_2.13-0exp1_amd64.deb
locales_2.13-0exp1_all.deb
  to main/e/eglibc/locales_2.13-0exp1_all.deb
nscd_2.13-0exp1_amd64.deb
  to main/e/eglibc/nscd_2.13-0exp1_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 610824@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <aurel32@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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 07 Feb 2011 19:06:28 +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-0exp1
Distribution: experimental
Urgency: low
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Aurelien Jarno <aurel32@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: 408959 446503 521737 558314 561249 563724 566297 566844 588218 601126 602776 609306 610475 610824 611926
Changes: 
 eglibc (2.13-0exp1) experimental; urgency=low
 .
   * 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/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).
   * 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: update to revision 3252 (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().
Checksums-Sha1: 
 9137825bdcd17e4ff38d43b4650eb93fcad1b538 2712 eglibc_2.13-0exp1.dsc
 86eb6a5f77c2be9cc753ee4d74fc8c1e994d1589 23004247 eglibc_2.13.orig.tar.gz
 1abd761497cd003fea05bb895d72f1d85e5bce85 797639 eglibc_2.13-0exp1.diff.gz
 1381a2dd9d64411cd75ff38e49d1243a9efc8f13 1879438 glibc-doc_2.13-0exp1_all.deb
 e078e9496ac3be3fdd05198faa980f25fb4f327d 11344214 eglibc-source_2.13-0exp1_all.deb
 0e61f6de4454a934da51ec84a55a1f9817983cd5 4798848 locales_2.13-0exp1_all.deb
 fab84a1f1673364c0013f7f7f47a4f38ab2576c9 4308660 libc6_2.13-0exp1_amd64.deb
 33b76ec08b1aecd20080841ebf8f43440b6b7cf5 2629466 libc6-dev_2.13-0exp1_amd64.deb
 8736779b748a774e6a0673496c02f609e3f3567a 2072852 libc6-prof_2.13-0exp1_amd64.deb
 8ad6d3815462eba9c5a60fa329edce7473572bed 1580998 libc6-pic_2.13-0exp1_amd64.deb
 1288d50d9db28894ff052b5f8cce3d3b6d1e39c6 1077130 libc-bin_2.13-0exp1_amd64.deb
 5d80512e4412d538e2c9cbed1abcbdd6931b95df 208616 libc-dev-bin_2.13-0exp1_amd64.deb
 7efe8636824003d4e629ec4424534eb7950cb37d 3661966 locales-all_2.13-0exp1_amd64.deb
 a60ac6b36b47143823b09d86e319035a2d68bebe 3816502 libc6-i386_2.13-0exp1_amd64.deb
 8148d73bbdb71804298a76f389906b770714ed21 1552436 libc6-dev-i386_2.13-0exp1_amd64.deb
 fffb362f97052e7a2241c993455374586f674c67 197328 nscd_2.13-0exp1_amd64.deb
 c05c6e4b88bedc40433967fe43633e1cf081c4bd 10475518 libc6-dbg_2.13-0exp1_amd64.deb
 97351094b0c40adca4e55a762b140c4bfdb9ed69 1179202 libc6-udeb_2.13-0exp1_amd64.udeb
 5151cfe5f44dbb33c64bf34b24afa7abfdd9607b 11112 libnss-dns-udeb_2.13-0exp1_amd64.udeb
 940fb4cb651ed9f364bc4e723925e61487cdf5df 19258 libnss-files-udeb_2.13-0exp1_amd64.udeb
Checksums-Sha256: 
 d8a6ecd63f1a07e0d90a6f56dc52cf2c81a18cb2f43b10bf28cd60ecb20dbc44 2712 eglibc_2.13-0exp1.dsc
 5e6dce233f0d0f89453b369efbc1ff360956b5d2de45c03c9bc8c52eef98868f 23004247 eglibc_2.13.orig.tar.gz
 1eea669f05781a8941f7b370cdd9773253445eb469d3af7e8dc7fb9a280c4a92 797639 eglibc_2.13-0exp1.diff.gz
 378c319f59d8a0f87bfb4c56ba213301844198ebfd5c1b3394581fe1a82593ed 1879438 glibc-doc_2.13-0exp1_all.deb
 09e9963b320f4a122591a189ee6f293fa3b8528929b3f38421b225d1f06cc9bb 11344214 eglibc-source_2.13-0exp1_all.deb
 f666d7c4c6ec8691c2df7184da824d06737e7020db60a712fa9da5195fbbe658 4798848 locales_2.13-0exp1_all.deb
 6873bd2f2ce14821a6ba6d6ce004d261d8c1c3c0975adfafcfd54ae77761389d 4308660 libc6_2.13-0exp1_amd64.deb
 75d0ce8d1ea767ec903199dddd297ed58d6a68ff942f59b4dad965323f277c0c 2629466 libc6-dev_2.13-0exp1_amd64.deb
 cd933d00479b1de04483ec670e57dcea53ce3696dd30a50dec74edc179b3ebfa 2072852 libc6-prof_2.13-0exp1_amd64.deb
 efecbccc46556bcc7fa85af9abffd16b87e90673b96717fdcddd914903b80bcb 1580998 libc6-pic_2.13-0exp1_amd64.deb
 b76ba02f7cdff9e043b0e4662069beca718b04a91ea0e6b641699f693fe3bc3d 1077130 libc-bin_2.13-0exp1_amd64.deb
 a6972ce88c00b6873c54e8d7ac4fe9a42f1b8e246d3de5e0cb58b72ef4726980 208616 libc-dev-bin_2.13-0exp1_amd64.deb
 f594402d1506cb8b7ee4fe8be794d2578210f358e3c8d37651205d75df6ed71c 3661966 locales-all_2.13-0exp1_amd64.deb
 21f3fff56421d05c42f75e674979e83ff2de612524b5aa11d95f7af78c281f6d 3816502 libc6-i386_2.13-0exp1_amd64.deb
 40f642450ac778afe126b4597fc3f9b8ea493b0bf928bfcaf5a86a146c6b70c3 1552436 libc6-dev-i386_2.13-0exp1_amd64.deb
 c3b475e2a99dee85abd725a1bddc5a443ca408631bb642364b47c6a0c19c051c 197328 nscd_2.13-0exp1_amd64.deb
 df0cb5c72e4455267ac1c51d61956d4bd7918565e03b7ae3d61a2c0cc5a11a67 10475518 libc6-dbg_2.13-0exp1_amd64.deb
 7c6b9c152d5c557dbf950ab88521d89f9f2189477c4bace40fce6f4e6fbba8ea 1179202 libc6-udeb_2.13-0exp1_amd64.udeb
 67b33c1a7e11910e9c7e6e76017e12e31dfca88c81f1f3a7976b4ebbbcafbf42 11112 libnss-dns-udeb_2.13-0exp1_amd64.udeb
 a108b505c774812bb69f64c1d7b0336bee259019e00d29fbe7f8d1890d16dad8 19258 libnss-files-udeb_2.13-0exp1_amd64.udeb
Files: 
 65a5734bf5750e8d1b2451ccf31fa73d 2712 libs required eglibc_2.13-0exp1.dsc
 be63a487c69b3f4198def94d7254b250 23004247 libs required eglibc_2.13.orig.tar.gz
 441b8c0a19d74257147acdde64309575 797639 libs required eglibc_2.13-0exp1.diff.gz
 de90f9f27bea8f5b04f358bbf2dc9a05 1879438 doc optional glibc-doc_2.13-0exp1_all.deb
 e4fd7bbf1319232008b346150bae7473 11344214 devel optional eglibc-source_2.13-0exp1_all.deb
 216947ee27463f98ac000cb4309c1660 4798848 localization standard locales_2.13-0exp1_all.deb
 a25d16d7d235c548751e2f6eaa525a3d 4308660 libs required libc6_2.13-0exp1_amd64.deb
 ef43357935301c79fe0dbc65b4298b13 2629466 libdevel optional libc6-dev_2.13-0exp1_amd64.deb
 9b4328fb31ff7b59e6a9a33b7a746941 2072852 libdevel extra libc6-prof_2.13-0exp1_amd64.deb
 8aaeb3acf3b922781123fba62092a464 1580998 libdevel optional libc6-pic_2.13-0exp1_amd64.deb
 001833851ab6f52877dd7801e0589bee 1077130 libs required libc-bin_2.13-0exp1_amd64.deb
 c663679fdaac628ab856e10557993c97 208616 libdevel optional libc-dev-bin_2.13-0exp1_amd64.deb
 5dfcd8a8544107e26cf58aff90c5ca72 3661966 localization extra locales-all_2.13-0exp1_amd64.deb
 d480402db6f4c21d2a1edec2d88c51e4 3816502 libs optional libc6-i386_2.13-0exp1_amd64.deb
 40e3acb51f547194a154161ba0164f2a 1552436 libdevel optional libc6-dev-i386_2.13-0exp1_amd64.deb
 97c59a925ffd1ee508f7917d848edb07 197328 admin optional nscd_2.13-0exp1_amd64.deb
 54f1b6e9878d5d4b5d1249c760484d3d 10475518 debug extra libc6-dbg_2.13-0exp1_amd64.deb
 f1586eac55f2df883ae0af34dedca6f0 1179202 debian-installer extra libc6-udeb_2.13-0exp1_amd64.udeb
 5ecb69588fae5a0cd02d97192b0dab61 11112 debian-installer extra libnss-dns-udeb_2.13-0exp1_amd64.udeb
 fff4325b5c508a3eeebfc5258b84fe60 19258 debian-installer extra libnss-files-udeb_2.13-0exp1_amd64.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFNUFfQw3ao2vG823MRAuQIAJ9bJRjvK0zMpK4Fdy/tObh1FuonqACghEXX
yuN58wkSIjISlE+d+Wcqq20=
=k7C3
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: