Accepted glibc 2.3.2.ds1-14 (i386 source all)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 31 May 2004 23:43:29 +0900
Source: glibc
Binary: libc6-i686 libc0.3-pic glibc-doc libc1-udeb libc0.3 libc6.1-dev libc1-pic libc6-s390x libnss-files-udeb libc1-dbg libc6-dev-sparc64 libc0.3-dev libc6-udeb libc6-dbg libc6.1-pic libc6-dev libc0.3-prof libc6-sparcv9 libc6.1-prof libc1 locales libc6-pic libc0.3-udeb libc1-prof libc0.3-dbg libc6-prof libc6 libc6-sparcv9b libc6.1-udeb libc6.1-dbg nscd libc6-sparc64 libnss-dns-udeb libc6.1 libc1-dev libc6-dev-s390x
Architecture: source i386 all
Version: 2.3.2.ds1-14
Distribution: unstable
Urgency: low
Maintainer: GOTO Masanori <gotom@debian.org>
Changed-By: GOTO Masanori <gotom@debian.org>
Description:
glibc-doc - GNU C Library: Documentation
libc6 - GNU C Library: Shared libraries and Timezone data
libc6-dbg - GNU C Library: Libraries with debugging symbols
libc6-dev - GNU C Library: Development Libraries and Header Files
libc6-i686 - GNU C Library: Shared libraries [i686 optimized]
libc6-pic - GNU C Library: PIC archive library
libc6-prof - GNU C Library: Profiling Libraries
libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
libnss-files-udeb - GNU C Library: NSS helper for files - udeb (udeb)
locales - GNU C Library: National Language (locale) data [support]
nscd - GNU C Library: Name Service Cache Daemon
Closes: 158651 161340 189958 193278 193467 205084 208997 213159 213535 219145 222953 229273 229484 234691 239170 245563 246170 246270 246547 248192 251732 252284 253119 257658 257840 258956 259878 261082
Changes:
glibc (2.3.2.ds1-14) unstable; urgency=low
.
* GOTO Masanori <gotom@debian.org>
.
- debian/patches/glibc232-iconv-ucs2-unalign.dpatch: Add to fix
iconv unalignment access with UCS-2BE/UCS-2LE on some architectures.
(Closes: #234691)
- debian/patches/locale-byn_ER.dpatch: Add to fix byn_ER localedef
breakage. Patched by Denis Barbier <barbier@linuxfr.org>.
(Closes: #246270, #257658)
- debian/patches/locales-supported.dpatch: Add no_NO.ISO-8859-1 into
SUPPORTED. (Closes: #246170)
- debian/patches/glibc232-nptl-posix-timer.dpatch: Fix posix timer
SIGEV_THREAD notification is broken. (Closes: #259878)
- debian/patches/glibc232-remove-vsyscall.dpatch: Remove __ASSUME_VSYSCALL
to fix the system startup failure on the machine using PAX.
(Closes: #245563)
- debian/patches/90_glibc232-timezones.dpatch: Updated to tzcode2004b
and tzdata2004b.
- debian/patches/locale-eu_FR.dpatch: Add eu_FR and eu_FR@euro.
Patched by Christian Perrier <bubulle@debian.org>. (Closes: #257840)
- debian/patches/locale-sr_CS.dpatch: Add sr_CS and sr_CS@cyrillic.
Patched by Christian Perrier <bubulle@debian.org>. But this patch is
conflicted to sr_YU things - it's disabled for a while.
.
- debian/local/etc_init.d/nscd: Rewritten the whole script to make
use of the initscript's method. Patched by Thomas Hood
<jdthood@aglu.demon.nl>.
(Closes: #229273, #229484, #253119, #252284, #222953)
.
- debian/local/manpages/iconv.1: Add small description for `-c' and
so on. (Closes: #189958)
- debian/local/manpages/rpcgen.1: Add -M option description.
(Closes: #193467)
- debian/po/de.po: Updated. Patched by Helge Kreutzmann
<kreutzm@itp.uni-hannover.de>. (Closes: #251732)
.
- debian/debhelper.in/libc.postinst: Add apache-ssl and apache-perl to
restart script. Suggested by Daniel Jacobowitz <dan@debian.org>.
(Closes: #208997)
- debian/debhelper.in/libc.postinst: Add vsftpd to restart script.
Suggested by Jeff Bailey <jbailey@nisa.net>. (Closes: #213535)
- debian/debhelper.in/libc.postinst: Add lpr-ppd. Change init script
name from lpr, lpr-ppd to lpd, lpd-ppd. (Closes: #205084)
- debian/debhelper.in/libc.postinst: Fix package detection failure when
uninstalled package is encountered during NSS upgrade.
(Closes: #193278)
- debian/debhelper.in/libc.postinst: Add export LANG=C to work scripts
correctly even if user sets locale environment variable.
- debian/debhelper.in/libc.postinst: Change sleep time from 1 to 2.
It's work-around fix, actual fix is start-stop-daemon --stop should
check the process termination. See: #211784.
.
- debian/local/usr_sbin/tzconfig: Fix typo: old_timezone vs oldtimezone.
Reported by Kai Henningsen <kai@khms.westfalen.de>. (Closes: #213159)
.
- debian/control.in/libc-dbg: Add Provides: libc-dbg for -dbg package.
(Closes: #219145)
- debian/control.in/libc, debian/control: likewise.
.
- /usr/bin/getconf and getconf.1 are moved from libc-dev to libc.
(Closes: #239170)
- debian/debhelper.in/libc-udeb.install: Add libutil* and libcrypt*
to -udeb. (Closes: #258956)
.
- Put amd64 port from Andreas Jochens.
- debian/control: Updated.
- debian/control.in: Modify Build-Depends: gcc-3.3 | gcc-3.4.
glibc can build at least gcc-3.3 and later. And this will make it
possible to build glibc with gcc-3.4 when gcc-3.4 becomes the default
on amd64 without changing glibc again.
- debian/sysdeps/amd64.mk: Use workaround -g0 option when gcc-3.4 is
used, because gcc-3.4 on amd64 with -g0 + nested functions are broken:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=260710
.
* Andreas Jochens <aj@andaco.de>
.
- debian/rules.d/control.mk: Add amd64 at the appropriate places.
- Add debian/patches/amd64-lib.dpatch to disable the biarch lib64 dir on
amd64 and enable this patch in debian/patches/00list. (Closes: #246547)
- Add a new file debian/sysdeps/amd64.mk with GLIBC_PASSES += nptl
(Closes: #248192)
- debian/sysdeps/amd64.mk: Use gcc instead of gcc-3.3 on amd64.
- debian/patches/fno-unit-at-a-time.dpatch: Add -fno-unit-at-a-time
test to configure for amd64 + gcc-3.4. (Closes: #261082)
.
* Jeff Bailey <jbailey@raspberryginger.com>
.
- debian/patches/syslog-locale.dpatch: Include patch from Jakub
Jelinek to make sure syslogging happens in the C locale.
Thanks to pere for catching this. (Closes: #161340, #158651)
.
- debian/patches/hurd-string.dpatch: New file
- debian/patches/00list.hurd-i386: Only load hurd-string on hurd-i386.
Files:
083acacadf22e186f4e7bc9fd3f3bc5a 1648 libs required glibc_2.3.2.ds1-14.dsc
80996c6cefb493cd86c74dd46d8afb18 1755541 libs required glibc_2.3.2.ds1-14.diff.gz
62ab4bdc28cca618e59d632391c53e44 3840192 doc optional glibc-doc_2.3.2.ds1-14_all.deb
9bef72b4ac7ffeebcd8e74bd0d2c07f9 3980456 base standard locales_2.3.2.ds1-14_all.deb
391ebd28e4827084c49e5efbb812e24e 4918702 base required libc6_2.3.2.ds1-14_i386.deb
23971efa1b18621c2885d5eb85997f5d 2529506 libdevel standard libc6-dev_2.3.2.ds1-14_i386.deb
30d160744b196ae37863a0304820eacc 2010902 libdevel extra libc6-prof_2.3.2.ds1-14_i386.deb
52428200a7d7c9aa253babe4cfc73df8 1033508 libdevel optional libc6-pic_2.3.2.ds1-14_i386.deb
88337553eae65fab038950a43267a975 972378 libs extra libc6-i686_2.3.2.ds1-14_i386.deb
b0ff7cd33f4812ae2d941db36c760623 90204 admin optional nscd_2.3.2.ds1-14_i386.deb
c9d63c4ed2d6534aa62fadfa7c088899 10240138 libdevel extra libc6-dbg_2.3.2.ds1-14_i386.deb
4b67f4d567c77ff4c1fbca6788d7d293 718770 debian-installer extra libc6-udeb_2.3.2.ds1-14_i386.udeb
6f29ea79c71f34913f4d67ae890851d3 7724 debian-installer extra libnss-dns-udeb_2.3.2.ds1-14_i386.udeb
339c936260d5fb524f5232bd6dda36f8 13746 debian-installer extra libnss-files-udeb_2.3.2.ds1-14_i386.udeb
package-type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBC+pEqIqasIZIJsMRAucAAJ9I7RZSgjCw89Ax6B3sP55pOzsuOgCfSIVV
EGbMmWajMjLrOQTM2R7Yupc=
=sYiT
-----END PGP SIGNATURE-----
Accepted:
glibc-doc_2.3.2.ds1-14_all.deb
to pool/main/g/glibc/glibc-doc_2.3.2.ds1-14_all.deb
glibc_2.3.2.ds1-14.diff.gz
to pool/main/g/glibc/glibc_2.3.2.ds1-14.diff.gz
glibc_2.3.2.ds1-14.dsc
to pool/main/g/glibc/glibc_2.3.2.ds1-14.dsc
libc6-dbg_2.3.2.ds1-14_i386.deb
to pool/main/g/glibc/libc6-dbg_2.3.2.ds1-14_i386.deb
libc6-dev_2.3.2.ds1-14_i386.deb
to pool/main/g/glibc/libc6-dev_2.3.2.ds1-14_i386.deb
libc6-i686_2.3.2.ds1-14_i386.deb
to pool/main/g/glibc/libc6-i686_2.3.2.ds1-14_i386.deb
libc6-pic_2.3.2.ds1-14_i386.deb
to pool/main/g/glibc/libc6-pic_2.3.2.ds1-14_i386.deb
libc6-prof_2.3.2.ds1-14_i386.deb
to pool/main/g/glibc/libc6-prof_2.3.2.ds1-14_i386.deb
libc6-udeb_2.3.2.ds1-14_i386.udeb
to pool/main/g/glibc/libc6-udeb_2.3.2.ds1-14_i386.udeb
libc6_2.3.2.ds1-14_i386.deb
to pool/main/g/glibc/libc6_2.3.2.ds1-14_i386.deb
libnss-dns-udeb_2.3.2.ds1-14_i386.udeb
to pool/main/g/glibc/libnss-dns-udeb_2.3.2.ds1-14_i386.udeb
libnss-files-udeb_2.3.2.ds1-14_i386.udeb
to pool/main/g/glibc/libnss-files-udeb_2.3.2.ds1-14_i386.udeb
locales_2.3.2.ds1-14_all.deb
to pool/main/g/glibc/locales_2.3.2.ds1-14_all.deb
nscd_2.3.2.ds1-14_i386.deb
to pool/main/g/glibc/nscd_2.3.2.ds1-14_i386.deb
Reply to: