glibc (2.3.6-0ubuntu20.5) dapper-proposed; urgency=low * Fix svc_getreqset to work on 64bit hosts. Ubuntu #89801. -- Matthias Klose Tue, 20 Mar 2007 16:41:17 +0000 glibc (2.3.6-0ubuntu20.4) dapper-updates; urgency=low * No change upload to propagate 20.3 to dapper-updates. Fix tested by Fabio M. Di Nitto and Simon Law. -- Fabio M. Di Nitto Fri, 02 Feb 2007 15:37:22 +0100 glibc (2.3.6-0ubuntu20.3) dapper-proposed; urgency=low * Turn libc6 duplication check from an error to a warning and point to the bug when printing the warning. * Stop warning if hitting libpthread.so.20. (Closes Ubuntu: #81125) Note: the problem described in the bug has been hitted only in edgy. The preinst script of glibc in dapper shows that there is a chance to hit the same problem but nobody did report the issue up till now. -- Fabio M. Di Nitto Wed, 24 Jan 2007 16:14:11 +0100 glibc (2.3.6-0ubuntu20.2) dapper-updates; urgency=low * Propagate to dapper-updates from dapper-proposed. Change tested and verified by David S. Miller, Simon Law, Fabio M. Di Nitto. -- Fabio M. Di Nitto Thu, 18 Jan 2007 12:04:20 +0100 glibc (2.3.6-0ubuntu20.1) dapper-proposed; urgency=low * debian/patches/local-pthread-shlib.dpatch; New file, fix linking against optimized libpthread in 64bit mode. (Closes: #78161) -- Fabio M. Di Nitto Sat, 06 Jan 2007 07:36:00 +0100 glibc (2.3.6-0ubuntu20) dapper; urgency=low * debian/patches/submitted-nis-netgrp.dpatch: New file, snagged from Debian glibc packages, which drops a bogus assert that prevents NIS users from using bash as a login shell (closes: launchpad.net/25206) -- Adam Conrad Mon, 22 May 2006 00:53:40 +1000 glibc (2.3.6-0ubuntu19) dapper; urgency=low * Reupload to rebuild on sparc, which was previously miscompiled. -- Adam Conrad Fri, 19 May 2006 15:43:07 +1000 glibc (2.3.6-0ubuntu18) dapper; urgency=low * debian/patches/cvs-mash-rlimit-rtprio.dpatch: Mangle the patch to correctly patch {mips,sparc}/bits/resource.h instead of creating an unused {mips,sparc}/resource.h, so RLIMIT_NICE works on sparc. -- Adam Conrad Fri, 12 May 2006 20:26:30 +1000 glibc (2.3.6-0ubuntu17) dapper; urgency=low * debian/debhelper.in/nscd.dirs: Sync with Debian, adding /var/db/nscd and /var/run/nscd to the nscd package (closes: launchpad.net/3365) * debian/debhelper.in/nscd.init: Create /var/run/nscd on boot, for tmpfs * debian/patches/locale-C.dpatch: Grab changes from Debian to define first_weekday as Sunday with the C locale (closes: launchpad.net/36988) * debian/local/usr_sbin/tzconfig: Make tzconfig's yes/no questions case insensitive, so "N" is the same as "n" (closes: launchpad.net/30559) * debian/rules.d/debhelper.mk: Make params to dh_installinit configurable * debian/rules: Make nscd's dh_installinit call use "-- defaults 09 91" * debhelper.in/nscd.postinst: Move nscd's rc?.d symlinks from S20/K20 to S09/K91, so we start early enough (closes: launchpad.net/30141) -- Adam Conrad Wed, 12 Apr 2006 17:29:28 +1000 glibc (2.3.6-0ubuntu16) dapper; urgency=low * Fix regcomp to not trash lock structure. Closes: Malone#38420 - add debian/patches/cvs-all-regcomp.dpatch - update debian/patches/00list (Thanks to Randolph Chung for finding the patch.) -- LaMont Jones Thu, 6 Apr 2006 10:27:13 -0600 glibc (2.3.6-0ubuntu15) dapper; urgency=low * debian/debhelper.in/libc-alt.install: Add gconv-modules, the addition in debian/sysdeps/amd64.mk is overwritten. -- Matthias Klose Sat, 25 Mar 2006 07:38:45 +0000 glibc (2.3.6-0ubuntu14) dapper; urgency=low * libc6-i386 (amd64). Fix path of gconv-modules and install gconv-modules. Ubuntu #34324, #34427. -- Matthias Klose Sat, 25 Mar 2006 01:17:08 +0100 glibc (2.3.6-0ubuntu13) dapper; urgency=low * Fix getcwd on machines where PATH_MAX != PAGE_SIZE. - Add debian/patches/local-all-getcwd.dpatch. - Update debian/patches/00list. -- LaMont Jones Fri, 24 Mar 2006 10:18:29 -0700 glibc (2.3.6-0ubuntu12) dapper; urgency=low * Fix missing memory clobber in Sparc atomics: - Add debian/patches/local-sparc-atomics.dpatch. - Update debian/patches/00list. (Thanks David S. Miller for the patch) -- Fabio M. Di Nitto Fri, 24 Mar 2006 11:18:51 +0100 glibc (2.3.6-0ubuntu11) dapper; urgency=low * Fix clone() on sparc32 and sparc64. The fix has been upstream for about a year: - Add debian/patches/local-sparc-clone.dpatch. - Update debian/patches/00list. (Thanks David S. Miller for the patch) -- Fabio M. Di Nitto Wed, 22 Mar 2006 07:14:03 +0100 glibc (2.3.6-0ubuntu10) dapper; urgency=low * Add debian/patches/eh-frame-terminator.diff (from Debian glibc-2.3.5-8): Merge .eh_frame terminator fix, by Richard Sandiford (Closes: #334112). Welcome back gij/gcj on hppa. Thanks John David Anglin. -- Matthias Klose Fri, 17 Mar 2006 23:28:15 +0100 glibc (2.3.6-0ubuntu9) dapper; urgency=low * Fix maintainer scripts to properly restore "$@" when using "set --": - Update debian/debhelper.in/libc-otherbuild.{postinst,postrm} - Update debian/debhelper.in/libc.postinst The wrong usage of "set --" resulted in "$@" from maintainer scripts invocation to be mangled. In some cases, like installing libc6-sparcv9v (or -otherbuild), the result was missing calls to chuncks of code that rely on configure/remove/etc. actions requested by dpkg. * Stop applying local-sparc-sparc64biarch.dpatch: - Update debian/patches/00list. The patch was uncoditionally forcing an extra search path appending "64" to whatever directory was scanned. While this was good a long time ago, the same is achieved since 2003 by add_system_dir in sysdeps/unix/sysv/linux/sparc/dl-cache.h in a more clean and less noisy way. -- Fabio M. Di Nitto Sun, 12 Mar 2006 11:37:59 +0100 glibc (2.3.6-0ubuntu8) dapper; urgency=low * Fix install path for libc6-sparc64b: - Update debian/sparc.mk -- Fabio M. Di Nitto Sun, 05 Mar 2006 12:25:17 +0100 glibc (2.3.6-0ubuntu7) dapper; urgency=low * Don't do timezone work on install. - debian/debhelper.in/libc.postinst: Remove timezone magic. - debian/control.in/libc: Move locales recommends to ... - debian/sysdeps/depflags.pl: ... here, and make it a depends. - debian/control: Regenerate. * Add Sparc Niagara support. - debian/control.in/opt: Add new packages for sparc64b, sparc64v, and sparcv9b. - debian/debhelper.in/libc.postinst: Handle HWCAP disabling for new optimised packages. - debian/patches/local-sparc-niagara.dpatch: New file. - debian/patches/amd64-libs.dpatch: Shuffle so that it still applies. - debian/patches/00list: Use it. - debian/control: Regenerate. Thanks to Dave Miller for these patches! * Support RLIMIT_RTPRIO. - debian/patches/cvs-mash-rlimit-rtprio.dpatch: New file. - debian/patches/00list: Use it. -- Jeff Bailey Wed, 1 Mar 2006 19:27:27 +0000 glibc (2.3.6-0ubuntu6) dapper; urgency=low * Drop timezones from main libc package. - debian/debhelper.in/libc.install: Drop /usr/share/zoneinfo drop usr/bin/locale - debian/debhelper.in/libc.manpages: Drop locale.1 and localedef.1 - debian/debhelper/in/libc.dirs: Add /usr/share/zoneinfo - debian/control.in/libc: Recommends: locales * Add HPPA fpu patch. - debian/patches/submitted-hppa-fpu.dpatch: New file. - debian/patches/00list: Use it. * Move localedef to locales. No need to hack glibc anymore for locales. - debian/debhelper.in/libc.install: Drop usr/sbin/localedef. - debian/patches/00list: Drop local-all-localedef-fix-trampoline. Drop local-all-belocs-locale-update. Drop local-all-belocs-test. -- Jeff Bailey Wed, 1 Feb 2006 17:19:08 +0000 glibc (2.3.6-0ubuntu5) dapper; urgency=low * Fix segfaults caused by collation issues (Malone#28640) - debian/patches/cvs-all-strxfrm.dpatch: New file. - debian/patfches/00list: Use it. -- Jeff Bailey Mon, 30 Jan 2006 13:38:59 -0500 glibc (2.3.6-0ubuntu4) dapper; urgency=low * Fix up amd64 biarch bootstrap/buildability/installability: - debian/control.in/main: add libc6-dev-i386 [amd64] to build-deps - debian/control.in/i386: s/libc6-i686/libc6-i386/ - debian/control.in/i386: s/lib64gcc1/lib32gcc1/ - debian/control: regenerate to pull in the above changes - sysdeps/amd64.mk: link /lib/ld-linux.so.2 to /lib32/ld-linux.so.2 - patches/amd64-lib: on amd64, i[3456]86* is a lib32 target, not lib * New patch local-all-dynamic-resolvconf.dpatch: allow long-running processes to re-read a dynamically changed resolv.conf on the fly. -- Adam Conrad Wed, 11 Jan 2006 18:55:05 +1100 glibc (2.3.6-0ubuntu3) dapper; urgency=low * Drop the init script as it does nothing useful except hide a message beneath usplash. -- Scott James Remnant Tue, 10 Jan 2006 09:07:55 +0000 glibc (2.3.6-0ubuntu2) dapper; urgency=low * Jeff Bailey * Add amd64/i386 biarch. - debian/sysdeps/amd64.mk: Add i386 NPTL pass. - debian/control.in/i386: New file. - debian/rules.d/control.mk: Use it. - debian/control: Update. - debian/rules.d/debhelper.mk: Use the same logic where destdir is 32 as when destdir is 64. -- Jeff Bailey Tue, 3 Jan 2006 12:23:34 +0000 glibc (2.3.6-0ubuntu1) dapper; urgency=low "The point of philosophy is to start with something so simple as not to seem worth stating, and to end with something so paradoxical that no one will believe it." - Bertrand Russell * Jeff Bailey * Update to 2.3.6. * Use debhelper v5 semantics. - debian/compat: Set to 5. - debian/control.in/main: Use debhelper >= 5.0.0 - debian/rules.d/build.mk: Do not filter comments from .install files. - debian/debhelper.in/libc-dev.install: Install all *.a files, don't bother listing them all. - debian/libc-alt-dev.install: Ditto. - debian/control: Renerate. * Use g++-4.0 for ABI checks. - debian/rules: Set g++-4.0 - debian/control.in/main: Build-dep on g++-4.0, not g++-3.4 - debian/control: Regenerate * Massive patch review and renaming. - The point of this exercise is to make it clear which hacks are going upstream, and which ones are not. The patches directory had become a crazy pile of 85 patches only 55 or so were actually being applied. This has been reduced to 35 with selective pruning, combining, splitting. debian/rules/00list describes the naming scheme, which is now consistant and regular. * Merge packaging changes from Debian 2.3.5-10 - debian/rules: Call it locales-depver instead of locales-shlibver. Use DEB_HOST_ARCH_OS instead of DEB_HOST_GNU_SYSTEM FIXME Include libidn for all targets. - debian/shlibver: Bump to 2.3.5-1 - debian/control.in/amd64: Change section to libs and priority to standard. Capitalise AMD64. Change priority of libc6-dev-amd64 optional. - debian/control.in/libc: Change section to libs - debian/debhelper.in/glibc-doc.install: Look for the files in manual/libc/, not manual/. - debian/debhelper.in/libc-dev.install: Install sprof. - debian/debhelper.in/libc-dev.manpages: Install sprof.1 - debian/debhelper.in/libc-pic.dirs: Remove leading / - debian/debhelper.in/libc-prof.install: Don't install sprof. - debian/debhelper.in/libc-prof.manpages: Delete - debian/debhelper.in/libc.dirs: Remove leading /, add etc/init.d - debian/debhelper.in/libc.docs: Add CONFORMANCE and NAMESPACE - debian/debhelper.in/libc.postinst: Use symbolic names rather than $1 and $2. Use dpkg --print-architecture, not --print-installation-architecture Restart saslauthd and atd when upgrading from older versions. Pretty up the text for NSS restarts. Run /etc/init.d/glibc.sh at startup. - debian/debhelper.in/nscd.init: Support "status" argument. - debian/local/etc_default/tmpfs: Delete - debian/local/etc_init.d/devpts.sh: Delete - debian/local/etc_init.d/mountkernfs: Delete - debian/local/etc_init.d/nscd: Add dependancy based init magic. - debian/local/etc_init.d/glibc.sh: New file. - debian/local/manpages: Update. They've been localised now. - debian/po: Update. - debian/sysdeps/depflags.pl: Update with various conflicts. - debian/sysdeps/hppa.mk: Cosmetic changes. - debian/sysdeps/i386.mk: Set MIN_KERNEL_VERSION to 2.6.0 for amd64 biarch package. - debian/sysdeps/linux.mk: Don't try to add nptl as an add-on. Allow overriding concurency with SETNJOBS. - debian/sysdeps/powerpc.mk: Set MIN_KERNEL_SUPPORTED to 2.6.0 for ppc64. - debian/rules.d/build.mk: Add logme logic, use it so that builds fail when configure is run or the build dies. - debian/rules.d/debhelper.mk: Use kernelcheck.sh, install debian/glibc.sh.generated as /etc/init.d/glibc.sh. Do a more robust TLS check in the presence of LinuxThreads. - debian/scripts.in/kernelcheck.sh: New file. -- Jeff Bailey Thu, 29 Dec 2005 23:56:51 +0000 glibc (2.3.5-10) unstable; urgency=low [ GOTO Masanori ] * debian/local/etc_init.d/glibc.sh: Change the last 'exit 0' to ': exit 0' to not block sourcing. (Closes: #340147) [ Phil Blundell ] * Merge patch from upstream CVS (courtesy Daniel Jacobowitz) to fix weak alias related build problem on ARM. * Merge patch from upstream CVS (courtesy Ulrich Drepper) to fix strfry() crash. (Closes: #343365) * Merge patch from upstream CVS (courtesy Roland McGrath and Anton Blanchard) to fix problem with execute permissions on GOT when using 64kB pages on PowerPC. (Closes: #344105) * Require binutils 2.16.1cvs20051109-1 to ensure that i386 biarch linking works properly. * debian/script.in/kernelcheck.sh: Require kernel >= 2.4.0 on arm to avoid llseek problem. (Closes: #324795) * Also restart atd on upgrade. (Closes: #331293) * Merge patch from upstream CVS (courtesy Ulrich Drepper) to fix problems with accuracy of tanh and related functions, per request of Rafael Laboissiere. (Closes: #328504) * Add "validlocale" program (ex base-config) to locales package, per request of Joey Hess. (Closes: #344954) * sysdeps/hppa.mk: Add new /usr/hppa64-linux-gnu/include symlink, per request of Matthias Klose. (Closes: #326583) [ Clint Adams ] * Steal glibc-235-sparc-datastart.dpatch from Ubuntu. * Steal ia64 libm symbol patch from Ubuntu. * Compile with -g2 instead of -g1 on sparc. -- Clint Adams Wed, 28 Dec 2005 13:18:56 -0500 glibc (2.3.5-9) unstable; urgency=low [ Daniel Jacobowitz ] * Downgrade priority of amd64 libraries on i386. * Move packages from base to libs. [ Clint Adams ] * Remove sparc64 TLS patch, and disable TLS for sparc64 build (Closes: #340835, #341514). * Add patch to fix build failure with __bind and other socket-related symbols being already defined on sparc (Closes: #342755). * Add patch from Anton Blanchard to fix build failure with __bind and other socket-related symbols being already defined on powerpc (Closes: #343571). * Replace amd64 sem_trywait patch from Kurt Roeckx's NMU with fix from upstream glibc CVS (Closes: #339389). * Add patch from Anton Blanchard to fix build failures with "__moddi3" and friends being already defined on i386 and powerpc (Closes: #339415). * Bump Standards-Version to 3.6.2 and add myself to Uploaders. -- Clint Adams Sat, 17 Dec 2005 10:33:38 -0500 glibc (2.3.5-8.1) unstable; urgency=low * Non-maintainer upload. * Rename sem_trywait to __new_sem_trywait in amd64 nptl code so the alias works properly, and it can be build. (Closes: #339389) -- Kurt Roeckx Sun, 27 Nov 2005 11:22:03 +0100 glibc (2.3.5-8) unstable; urgency=low * Add missing build dependency on libc6-dev-ppc64 on powerpc. * Add patch to fix sparc64 TLS build failure, from Aurelien Jarno (Closes: #335821). * Also restart saslauthd at upgrades, from Philipp Hug (Closes: #334101). * Merge .eh_frame terminator fix, by Richard Sandiford (Closes: #334112). * Merge armeb support, from Lennert Buytenhek (Closes: #335116). * Add LSB headers to glibc.sh and nscd init scripts, from Petter Reinholdtsen (Closes: #335308, #335343). * Remove obsolete mountkernfs, tmpfs, and devpts.sh files from debian/. * Temporarily set hppa back to gcc 3.4, from Steve Langasek (Closes: #326581). * Re-enable libidn (Closes: #181025). -- Daniel Jacobowitz Sat, 12 Nov 2005 19:15:29 -0500 glibc (2.3.5-7) unstable; urgency=low [ GOTO Masanori ] * debian/script.in/kernelcheck.sh: Drop real-i386 kernel support. [ Daniel Jacobowitz ] * Build 64-bit packages on i386 - based on patches from both Ubuntu and Andreas Jochens . - Build depend on a biarch linux-kernel-headers package. - Build depend on new libc6-dev-amd64 package. - Conflict with amd64-libs to avoid stale libraries. - Replace files from amd64-libs-dev. - Use lib64 for 64-bit libraries on i386. - Search lib64 for ldconfig. - Install 64-bit headers in /usr/include/x86_64-linux-gnu. * Remove obsolete references to NPTL as an add-on. * Conflict with broken versions of libterm-readline-gnu-perl (Closes: #326856, #326492). * Merge makefile patch from Goswin Brederlow to fail earlier if builds fail (but omit the bit for make -k check) (Closes: #325460). * Update debconf dependency to work with cdebconf (Closes: #331838). * Merge MIPS fix from CVS (Closes: #329043). * Do not complain about incompatible libraries in /etc/ld.so.conf (Closes: #310047). * Update hppa assembly for current CVS binutils. * Use 8-byte-aligned buffers for doubleword FPU transfers on HPPA (Closes: #333766). -- Daniel Jacobowitz Fri, 14 Oct 2005 14:18:22 -0400 glibc (2.3.5-6) unstable; urgency=low * GOTO Masanori * debian/script.in/kernelcheck.sh: Use sed instead of bash extension. (Closes: #325373, #325471, #325504, #325511) -- GOTO Masanori Mon, 29 Aug 2005 12:40:32 +0900 glibc (2.3.5-5) unstable; urgency=low * GOTO Masanori * debian/debhelper.in/debhelper.mk: Don't expand debug-packages with DEB_INDEP_REGULAR_PACKAGES. It causes binary-indep is unexpectedly included. (Closes: #233390, #233391, #233392) * Add the correct new line. (Closes: #324450) - debian/control.in/sparc64: Likewise. - debian/control: Update. * Support Hurd again. (Closes: #324165) - debian/sysdeps/gnu.mk: Rename to... - debian/sysdeps/hurd.mk: ... this. * debian/local/usr_sbin/locale-gen: Don't break locale-gen when locale-def warns errors. * debian/patches/glibc235-localedata-sr_CS.dpatch: New file, to fix sr_CS localedef breakage. (Closes: #321580, #322655) * debian/patches/glibc235-localedata-locales.dpatch: New file, to fix mn_MN and sid_ET localedef breakage. (Closes: #321634) * debian/sysdeps/powerpc.mk: Enable PowerPC NPTL. (Closes: #246689, #307984) * debian/README: Add the description about dropping __ctype_* symbol support of static linked application/libraries in etch. (Closes: #324526) * debian/sysdeps/linux.mk: Check SETNJOBS environment variable to specify the number of parallel make by users. * debian/sysdeps/depflags.pl: Add Conflicts: e2fsprogs (<< 1.35-7) because new ldd cannot work with old e2fsprogs. (Closes: #324550) * debian/patches/glibc235-alpha-divqu.dpatch: New file, to fix alpha divqu/remqu that does not return the correct result when their dividend and divisor are the same and 63bit is 1. (Closes: #324455) * Hurd requires gcc-3.3 to compile instead of gcc-4.0. Requested by Michael Banck . - debian/sysdeps/hurd.mk: Change CC/BUILD_CC to gcc-3.3. - debian/control.in/main: Build-Depends falls back to gcc-3.3. - debian/control: Update. * Introduce bootstrap kernel version check script. - debian/debhelper.in/libc.preinst: Move detection script to... - debian/script.in/kernelcheck.sh: ...this, new file. - debian/local/etc_init.d/glibc.sh: New file, it includes kernelcheck.sh. - debian/debhelper.in/libc.postinst: Invoke /etc/init.d/glibc.sh as S01. - debian/rules.d/debhelper.mk: Add replacing KERNEL_VERSION_CHECK and EXIT_CHECK for libc.preinst and glibc.sh. - debian/debhelper.in/libc.dirs: Create etc/init.d. * Don't use absolute path name. - debian/debhelper.in/libc.dirs: Suppress the first slash. - debian/debhelper.in/libc-pic.dirs: Likewise. - debian/debhelper.in/nscd.dirs: Likewise. - debian/debhelper.in/locales.dirs: Likewise. * Michael Banck : - debian/patches/glibc235-gcc4-hurd.dpatch: New file, to build glibc on Hurd with gcc-4.0. (Closes: #324549) -- GOTO Masanori Sun, 21 Aug 2005 12:33:42 +0900 glibc (2.3.5-4) unstable; urgency=low * The "hppa is important to someone, really - LaMont" release. * GOTO Masanori * d-i wants to remove libnss-files-udeb and libnss-dns-udeb dependency from libc-udeb. Suggested by Joey Hess . (Closes: #322506) - debian/control.in/libc: Remove libnss-files-udeb libnss-dns-udeb dependency. - debian/control: Update. * Build-Depends fixes: - debian/control.in/main: Change gcc-* dependency from | to ,. Suggested by Andreas Jochens . - debian/control.in/main: Add gcc-4.0 (>= 4.0.1-5) [hppa], because prior versions cannot generate sane glibc binaries. - debian/control: Update. * Enable libnss upgrade guard again. (Closes: #321561, #321712, #321796, #322768, #323560) - debian/debhelper.in/libc.preinst: Change guard to 2.3.5-1. - debian/debhelper.in/libc.postinst: Likewise. - debian/debhelper.in/libc.postinst: Fix to invoke NSS check again. * debian/debhelper.in/nscd.dirs: Add /var/db/nscd. (Closes: #323352, #323487) * debian/debhelper.in/locales.prerm: Add purge to remove locale-archive. (Closes: #321719) * debian/patches/00list: Drop glibc234-hppa-remove-mallocdef.dpatch. It causes unconditional locking problem, because it was already replaced by Carlos' new patches. Reported by LaMont Jones . * Add Depends: lib64gcc1 and provide lib64c-dev for 64bit -dev packages. Suggested by Matthias Klose . (Closes: #323552) - debian/control.in/sparc64: Likewise. - debian/control.in/ppc64: Likewise. - debian/control.in/s390x: Likewise. - debian/control: Update. * debian/patches/glibc235-dl-execstack.dpatch: New file, to fix execstack failed to check on kernel <= 2.4.18. (Closes: #321717, #321718, #323409) * Roland Stigge : - debian/debhelper.in/glibc-doc.install: Install HTML documents correctly. (Closes: #321740) -- GOTO Masanori Sat, 6 Aug 2005 06:52:42 +0900 glibc (2.3.5-3) unstable; urgency=low * The "Keep Debconf5 speed" and the "Welcome back the recent glibc to unstable" release. * Glibc bumps up from 2.3.2.ds1 to 2.3.5 on etch. * GOTO Masanori * Localedata update: - debian/patches/cvs-localedata.dpatch: New file, to update localedata to the latest cvs. Reported by Safir Secerovic , Reviewed by Denis Barbier . (Closes: #312902) - debian/patches/locale-iso4217.dpatch: New file, to fix localedef breakage for tr_TR.ISO-8859-9. (Closes: #314855) * To make glibc-2.3.5 buidable with gcc-4.0: - debian/patches/00list: Drop glibc234-hppa-full-nptl-2004-12-20.dpatch line replaced by the new patches: glibc235-hppa-sysdeps.dpatch and glibc235-hppa-lt.dpatch. It'll be removed when hppa unstable works nicely. - debian/patches/glibc235-gcc4-sparc-inline.dpatch: Update the patch to compile sparc64. - debian/patches/glibc235-gcc4-s390-inline.dpatch: New file, fix s390 compilation breakage by changing static inline to auto inline for dl-machine.h. - debian/patches/glibc235-gcc4-alpha-profile.dpatch: New file, fix alpha compilation breakage by removing strong_alias. - debian/patches/glibc235-gcc4-hppa-profile.dpatch: New file, fix hppa compilation breakage by removing strong_alias. - debian/sysdeps/alpha.mk: Disabled __thread for static linked executables. - debian/control.in/main: Add Build-Depends: gcc-3.4 for powerpc and m68k. - debian/control: Regenerated. * To make glibc-2.3.5 buildable with gcc-3.4: - debian/sysdeps/m68k.mk: New file, to use gcc-3.4 as CC and BUILD_CC due to gcc-4.0 ICE. See #319312. - debian/patches/glibc235-gcc34-m68k-seccomment.dpatch: New file, fix m68k binutils comment parse error. * Introduce RUN_TESTSUITE for disabling make check, taken from Jeff Bailey : - debian/rules: Enable RUN_TESTSUITE in default. - debian/rules.d/build.mk: Check RUN_TESTSUITE before invoking tests. - debian/sysdeps/hppa.mk: Disable RUN_TESTSUITE because linuxthreads cannot work correctly. - debian/sysdeps/alpha.mk: Likewise. * Introduce loose locales version dependency to avoid locales version mismatch for FTBFS architectures, taken from Jeff Bailey (Closes: #204696, #308824): - debian/locales-depver: New file, describes minimum locales dependency version. It's renamed from locales-shlibver because it's not "shlib". - debian/rules.d/debhelper.mk: Use LOCALES_DEP_VER to generate locales dependency. - debian/rules: Include debian/locales-depver. * debian/rules.d/build.mk: Add --without-selinux for nscd. It should be removed after this version ASAP. * debian/sysdeps/depflags.pl: Drop Depends: libdb1-compat because it's until sarge stuff. Suggested by Colin Watson . (Closes: #318885) * debian/debhelper.in/nscd.dirs: New file, add /var/run/nscd dir to invoke nscd correctly. (Closes: #314892) * debian/local/manpages/locale.gen.5: Fix typo, charsets -> charmaps. (Closes: #312297, #318982) * debian/debhelper.in/libc.preinst: Remove dpkg --assert-support-predepends check like base-passwrd, suggested by Bastian Blank . (Closes: #316217) * debian/patches/locales-supported.dpatch: Don't apply to drop UTF-8@euro locales from SUPPORTED. (Closes: #274491) * debian/debhelper.in/libc.preinst: Fix typo. (Closes: #306136) * debian/debhelper.in/libc.postinst: Likewise. * Michael Banck : - debian/patches/hurd-enable-ldconfig.dpatch: New file, to build ldconfig again on Hurd. (Closes: #309489) - debian/sysdeps/gnu.mk: Hurd-i386 needs --without-tls option to build. - debian/patches/hurd-libpthread-indirect-loading.dpatch: New file, to make libpthread load indirectly on Hurd. (Closes: #312488) - debian/patches/hurd-ioctl-pfinet.dpatch: New file, to support part of SIOCGIFHWADDR for pfinet on Hurd. (Closes: #295117) * Jeff Bailey : - debian/patches/glibc235-hppa-sysdeps.dpatch: New file, to build hppa linuxthreads locking problem and sysdeps correctly again. - debian/patches/glibc235-hppa-lt.dpatch: New file, likewise. * Denis Barbier : - debian/debhelper.in/locales.config: Use LANG=C for locale-dependent commands. (Closes: #314717) - debian/debhelper.in/locales.postinst: Likewise. - debian/debhelper.in/locales.postinst: Fix repeated locale entry duplication when at least a locale is defined twice in /etc/locale.gen. (Closes: #271526) * Stephen Gildea : - debian/debhelper.in/nscd.init: Provides a "status" option, fix the exit status if the script is given an unsupported option. (Closes: #312404) * Serge Belyshev : - debian/patches/glibc235-execvp-fix.dpatch: Fix execvp segv caused by invalid free pointer. * This version fixes some bugs that are already marked as fixed-in-experimental and explained the reason in this changelog. (Closes: #144670, #185991, #258647, #276062, #279423, #280030, #298784) (Closes: #300806, #300842, #304963, #305400, #305662, #305666, #309618) (Closes: #311793, #313404, #314084, #315347, #315793) * This version fixes some bugs that are already confirmed as fixed (fixed-in-experimental) in the experimental glibc: - Can compile rpc/xdr.h with gcc-4.0. (Closes: #315198, #320963) - Support posix_fadvise64 correctly on 2.4 kernel. (Closes: #312406, #313219) - Can static link with the recent toolchain changed with TLS/non-TLS errno definition on amd64 and ia64. (Closes: #317674, #317946, #318956, #318963, #319115) - Fix mktime when setting a timezone value to AC_FUNC_MKTIME. (Closes: #177940) - Fix libc6-i686 to reexec init. (Closes: #270745) * This version fixes some bugs that are marked as fixed-upstream: - Fix ucontext.h failure with g++-4.0 on ia64. (Closes: #318429, #320240) - Missing icache flushing on PPC caused sometimes segv, and now cache management is reworked and fixed. (Closes: #146489) - Fix alpha atan() that gave wrong results for some operands. (Closes: #210613) - Fix PPC rint() that gave wrong result for negative arguments in the rounding toward -inf and +inf mode. (Closes: #216800) - Fix that the pmaplist frees the freed memory in xdr_pmaplist. (Closes: #230219) - Don't export unneeded symbol _fp_hw on s390. (Closes: #247681) - Set locale correctly for generated threads in static linked binaries. (Closes: #260221) - Make g++ compilation with nptl pthread.h by changing initializers. (Closes: #276309) - Fix a race condition with pthread_cond_broadcast. (Closes: #276312) - Fix re_exec() segv that caused on UTF-8 locales. (Closes: #175163, #237681, #290551, #299137, #310443) - Implement getcontext on alpha. (Closes: #293653) - Fix an incorrect value of ceill and floorl on amd64. (Closes: #302458) - Fix memory leaks in getaddrinfo/freeaddrinfo. (Closes: #304022) - Fix mips/mipsel incomplete clobbered registers for syscalls. (Closes: #304426) - Support working sched_setaffinity on powerpc. (Closes: #311053) - Support _SC_HOST_NAME_MAX in sysconf. (Closes: #314350) - Fix pthread_rwlock_wrlock hangs with NPTL on amd64. (Closes: #314408) - Check timezone changes for localtime and friends. (Closes: #48184) - Fix a race condition of sigaction and signal handler. (Closes: #136990) - Fix segmentation fault when invoking nscd -d. (Closes: #156923, 245208) - Support POSIX style strerror_r implementation. (Closes: #159298, #169370, #182542, #202209) - Enable to use short IPv4 address notation again. (Closes: #192091) - Fix broken pthread_cleanup_push on Alpha. (Closes: #197988) - Support POSIX message queues. (Closes: #202197, #280137) - Don't use ?: in bits/mathinline.h. (Closes: #206015, #304500) - Update Norwegian translation that fixes confusing text. (Closes: #207266) - Enable executable again for libc.so.*. (Closes: #215463, #264948) - Improve putchar and io performance by changes to pthread locking code. (Closes: #219205) - Update sys/vm86.h. (Closes: #219476) - Fix invalid __libc_dlclose() in nsswitch.c. (Closes: #222130) - Support backtrace on ia64 and x86_64. (Closes: #235876) - Fix nl_langinfo(ERA) returns NULL, not "". (Closes: #245836) - Libintl.h is ready for some g++ compilation option. (Closes: #252753) - Fix pthread_cond_timedwait and mutex hang with cancellation. (Closes: #253303) - Fix too long fraction digits handling in strtold(). (Closes: #260377) - Fix some regexec() segv in UTF-8 locales. (Closes: #261135) - Fix pthread_cond_timedwait with a outdated timespec destroys the pthread_cond_t variable. (Closes: #261237) - Declare EPOLLONESHOT in sys/epoll.h. (Closes: #261541) - Fix returning invalid pointer when freeing valloc()-ed memory. (Closes: #262782) - Replace gcc-3.4 option for ppc64. (Closes: #263959) - Fix zdump -v segv on ia64. (Closes: #266438) - Support pthread_create with attributes. (Closes: #266507) - Change __vector to __iovec for sys/io.h to prevent conflicts with altivec. (Closes: #267442) - Fix atan2 infinit loop on amd64. (Closes: #270823) - Avoid memory leak for some gconv encoding by calling gconv_end. (Closes: #274390) - Fix mplayerplug-in crash closed by mozilla. (Closes: #275240) - Fix invalid memory access of printf when its specifier combines parameter number specification and floating point values. (Closes: #277667, #312036) - Don't touch unrelated bits in __feclearexcept on i386. (Closes: #279294) - Don't invoke unneeded cancellation if PTHREAD_CANCEL_DISABLE is set. (Closes: #281775) - Fix a race condition between pthread_create and pthread_exit. (Closes: #282091, #292154) - Fix for setfacl to handle many files in ntfw64. (Closes: #288710) - Support large dev_t. (Closes: #289945, #299139) - Use the correct ifndef __GNUC_PREREQ. (Closes: #315345) - Fix the indended first line of ldd output. (Closes: #209145, #276223) - Fix misleading error message of ldd when kernel version is old. (Closes: #224665) - Fix typo of the language name in te_IN. (Closes: #276527) - Replace old --help message that indicated glibcbug script. (Closes: #315448) - Support IDN. (Closes: #181025) - Support O_NOATIME. (Closes: #284131, #297010, #298488) - The first day of a week in Finnish is Monday. (Closes: #288472) -- GOTO Masanori Sun, 17 Jul 2005 17:27:30 +0900 glibc (2.3.5-2) experimental; urgency=low * Debconf5 release. * GOTO Masanori * Merge glibc-2.3.4 branch to the main trunk for etch development. * These dpatches are removed from debian/patches because the similar patches are already applied in the latest version: - debian/patches/rtld-vdso-assertion.dpatch - debian/patches/glibc232-sigsetjmp.dpatch - debian/patches/hurd-weak-aliases.dpatch - debian/patches/sched-update.dpatch - debian/patches/glibc232-pthread-cancellation.dpatch - debian/patches/glibc232-clock_settime.dpatch * The New dpkg-architecture changes: - debian/rules: Replace DEB_HOST_BUILD_SYSTEM, use DEB_HOST_ARCH_OS. Reported by Arthur Marsh . (Closes: #315347, #315793) - debian/control.in/main: Bump up Build-Depends: dpkg-dev (>= 1.13.5). - debian/control: Updated. - debian/debhelper.in/libc.preinst: Replace "dpkg --print-installation-architecture", use "dpkg --print-architecture". - debian/debhlper.in/libc.postrm: Likewise. - debian/debhlper.in/libc.postinst: Likewise. - debian/sysdeps/depflags.pl: Change checks from i386 to i486. It also replaces -linux, use -linux-gnu. * Default compiler moves from gcc-3.3 to gcc-4.0: - debian/rules: Use gcc-4.0 instead of gcc-3.3. (Closes: #315198) - debian/control.in/main: Define Build-Depends: gcc-4.0. - debian/control: Updated. - debian/sysdeps/i386.mk: Replace depreciated "-mcpu", use "-mtune". * These dpatches are added to make glibc-2.3.5 buidable with gcc-4.0: - debian/patches/glibc235-gcc4-cvs.dpatch: Fix some bad defintion of internal for all architectures. - debian/patches/glibc235-gcc4-elf.dpatch: Remove elf_machine_rel* definitions for all architectures. - debian/patches/glibc235-gcc4-jis0208.dpatch: Fix compilation breakage for all architectures. - debian/patches/glibc235-gcc4-wcstol_l.dpatch: Fix wcstol_l.c compilation breakage for all 64bit architectures. - debian/patches/glibc235-binutils216-ia64.dpatch: Fix _init/_fini was not defined within procedure with binutils 2.16 for ia64. - debian/patches/glibc235-gcc4-ia64-profile.dpatch: Fix compilation breakage by removing strong_alias for ia64. - debian/patches/glibc235-gcc4-ppc-procfs.dpatch: Fix ppc32 compilation breakage by removing __uint128_t use. (Closes: #304963) - debian/patches/glibc235-gcc4-arm-inline.dpatch: Fix arm compilation breakage by changing static inline to auto inline for dl-machine.h. - debian/patches/glibc235-gcc4-sparc-inline.dpatch: Fix sparc compilation breakage by changing static inline to auto inline for dl-machine.h. - debian/patches/glibc235-gcc4-sparc-mv8.dpatch: Fix obsolete gcc option to replace newer standard one. - debian/patches/glibc235-gcc4-mips-inline.dpatch: Fix mips compilation breakage by changing static inline to auto inline for dl-machine.h. - debian/patches/glibc235-gcc4-mips-sysdeps.dpatch: Fix mips compilation breakage by changing large syscall arguments handling. * Move /etc/locale.alias to /usr/share/locale/locale.alias. Don't install locale.alias.5. (Closes: #144670, #185991, #298784) - debian/local/usr_sbin/locale-gen: Use /usr/share/locale/locale.alias instead of /etc/locale.alias. - debian/local/manpages/locale-gen.8: Delete reference to locale.alias.5. - debian/local/manpages/locale.gen.5: Likewise. - debian/debhelper.in/locales.links: Remove file, don't link to /etc. - debian/debhelper.in/locales.install: Install locale.alias under /usr/share/locale, not /etc/. - debian/debhelper.in/locales.manpages: Don't install locale.alias.5 * Add documents: - debian/debhelper.in/libc.docs: Add CONFORMANCE and NAMESPACE. * Fix messages to add a patience message. (Closes: #305400) - debian/local/usr_sbin/locale-gen * Move sprof from libc-prof to libc-dev. (Closes: #280030) - debian/sysdeps/depflags.pl: Add Replaces: libc-dev (<< 2.3.5-2). - debian/debhelper.in/libc-prof.install: Remove sprof install. - debian/debhelper.in/libc-dev.install: Install sprof moved from -prof. - debian/debhelper.in/libc-dev.install.hurd-i386: Likewise. - debian/debhelper.in/libc-dev.manpages: Add sprof.1 install. - debian/debhelper.in/libc-prof.manpages: Remove file, don't install sprof.1. * Remove Depends: lib64gcc1 from libc6-sparc64. (Closes: #258647) - debian/control.in/sparc64: Delete Depends: lib64gcc1. - debian/control: Likewise. * Small change for libc6 upgrade problem. - debian/debhelper.in/libc.postrm: Add plain messages and clean up. * Add conflicts to old initrd-tools for avoiding new glibc 2.3.4/5 ldd blocks to generate initrd images. Suggested by Goswin von Brederlow . - debian/sysdeps/depflags.pl: Add conflicts initrd-tools (<< 0.1.79). * Add support PowerPC64, based on patches and suggestions by Bastian Blank and Jeff Bailey : - debian/control.in/main: Add Build-Depends: gcc-3.4 [powerpc] because powerpc porting does not support gcc-4.0 currently. - debian/control: Updated. - debian/rules.d/control.mk: Add ppc64. - debian/sysdeps/powerpc.mk: Added to support ppc64 target. * debian/sysdeps/hppa.mk: Add /usr/hppa64-linux-gnu/include symlinks for dpkg-architecture changes. Reported by Matthias Klose . (Closes: #313404) * A Costa . (Closes: #305662, #305666) - debian/local/manpages/tzconfig.8: Fixed typo. - debian/local/manpages/ldconfig.8: Likewise. * Clytie Siddall : - debian/po/vi.po: Add the Vietnamese translation for locales. (Closes: #309618, 311793) * Jens Seidel : - debian/po/de.po: Fix typo. (Closes: #314084) -- GOTO Masanori Thu, 21 Apr 2005 16:52:36 +0900 glibc (2.3.5-1ubuntu17) dapper; urgency=low "Democracy is the process by which people choose the man who'll get the blame." - Bertrand Russell * Jeff Bailey * Fix FTBFS on sparc64 - debian/sysdeps/sparc.mk: Add --without-tls --without-__thread for sparc64. * Use 8-byte aligned buffers for doubleword transfer on HPPA - debian/patches/hppa-fenv-align.dpatch: New file. * Implement glibc part of https://wiki.ubuntu.com//LocalesThatDontSuck * Disable locales package - debian/control.in/main: Remove mention of locales package. - debian/rules (DEB_INDEP_REGULAR_PACKAGES): Don't define locales - debian/control: Regenerate. * Update locales binaries from Belocs locales packages. - debian/patches/belocs-locale-update.dpatch: New file. - debian/patches/belocs-test.dpatch: New file. -- Jeff Bailey Wed, 30 Nov 2005 10:41:50 -0500 glibc (2.3.5-1ubuntu16) dapper; urgency=low "A life without adventure is likely to be unsatisfying, but a life in which adventure is allowed to take whatever form it will is sure to be short." - Bertrand Russell * Jeff Bailey * Fix symbol problems on sparc32/sparc64. - debian/patches/ubuntu-new-binutils.dpatch: Same patch as needed for powerpc. * Fix stricted iitlbp handling on hppa: - debian/patches/hppa-iitlbp.dpatch: New file. - debian/patches/00list: Update. * Don't do parallel on hppa, it gets sad. - debian/sysdeps/hppa.mk: Force NJOBS to be 1. -- Jeff Bailey Thu, 24 Nov 2005 16:47:32 -0500 glibc (2.3.5-1ubuntu15) dapper; urgency=low * Jeff Bailey * Fix symbol problems on ia64. - debian/patches/ubuntu-new-binutils.dpatch: Backport HJ Lu's patch from CVS head for libm symbols. -- Jeff Bailey Wed, 23 Nov 2005 09:19:22 -0500 glibc (2.3.5-1ubuntu14) dapper; urgency=low * Jeff Bailey * Restore accidentally dropped amd64 patch. - debian/patches/ubuntu-new-binutils.dpatch: Drop versioned sem_trywait for amd64. -- Jeff Bailey Tue, 22 Nov 2005 13:24:30 +0000 glibc (2.3.5-1ubuntu13) dapper; urgency=low The "Where has all my time gone?" release. * Jeff Bailey Wed, 16 Nov 2005 21:39:17 -0500 glibc (2.3.5-1ubuntu12) breezy; urgency=low * Jeff Bailey * Add Serbian locale. - debian/patches/locale-sr_CS.dpatch: New file - debian/patches/00list: Update * Add Kurdish Locale. - debian/patches/ku_TR.dpatch: New file - debian/patches/00list: Update -- Jeff Bailey Thu, 6 Oct 2005 11:09:58 -0400 glibc (2.3.5-1ubuntu11) breezy; urgency=low * Jeff Bailey * Make langpacks less heavy to use. - debian/patches/ubuntu-altlocaledir.dpatch: Update Thanks to Martin Pitt for this patch! (Ubuntu# 11344) * Make sure services using NSS are restarted. - debian/debhelper.in/libc.postinst: Set guard to 2.3.5-1 (Ubuntu #13658) * Add Asturian locale from Spain - debian/patches/ast_ES.dpatch: New file - debian/patches/00list: Upate Thanks to Jordi Mallach for this locale! * Protect against macro expansion in __memset_1 - debian/patches/ubuntu-12864.dpatch: New file - debian/patches/00list: Update Thanks to Matthias Klose for this patch! (Ubuntu #12864) * Avoid segfault in initstate_r - debian/patches/ubuntu-10245.dpatch: New file - debian/patches/00list: Update Thanks to Alex Mauer for reporting this! (Ubuntu #10245) * The French weekday starts on Monday. - debian/patches/fr_FR.dpatch: New File - debian/patches/00list: Update Thanks to Sebastien Bacher for reporting this! (Ubuntu #12794) -- Jeff Bailey Thu, 1 Sep 2005 20:19:50 -0400 glibc (2.3.5-1ubuntu10) breezy; urgency=low * Jeff Bailey * Fix Missing Build Depend - debian/control.in/main: Build-dep on libc6-dev-amd64 [i386] - debian/control: Regenerate. -- Jeff Bailey Fri, 19 Aug 2005 17:48:47 +0000 glibc (2.3.5-1ubuntu9) breezy; urgency=low * Jeff Bailey * Make sure the header files for certain biarch setups are installed. - debian/rules.d/debhelper.mk: Add call to extra_debhelper - debian/sysdeps/i386.mk: Set extra_debhelper to cause the include files to be added. Add --includdir=/usr/include/x86_64-linux-gnu for amd64 pass. -- Jeff Bailey Fri, 19 Aug 2005 01:50:59 +0000 glibc (2.3.5-1ubuntu8) breezy; urgency=low * Jeff Bailey * Enable i386/amd64 biarch build. - debian/patches/00list: Move amd64-lib patch to ... - debian/patches/00list.amd64: ... here. This installs our linker in /lib against the abi spec. We need to install it in /lib64 in order for biarch to work. - debian/control.in/amd64: New file - debian/sysdeps/i386: Build amd64 pass. Use ldd from amd64 pass instead of i386 pass. - debian/rules.d/control.mk: Use amd64 - debian/control regenerate. * Fix HPPA bug: - debian/patches/00list: Disable glibc234-hppa-remove-mallocdef Thanks to LaMont Jones / Carlos O'Donnell -- Jeff Bailey Thu, 11 Aug 2005 03:15:58 +0000 glibc (2.3.5-1ubuntu7) breezy; urgency=low * Jeff Bailey * Fix hppa build - debian/sysdeps/hppa.mk: Make /usr/hppa64-linux-gnu before using it. * Make sure TLS information isn't stripped off - debian/control.in/main: Build-dep on binutils >= 2.16.1-0 (Fixes at least busybox-cvs, and possibly others) - debian/control: Regenerate * Run the testsuite on Sparc - debian/sysdeps/sparc.mk: Set libc_configure_build=sparcv9-linux set sparc64_configure_build=sparc64-linux * Make some garbage collectors happier on Sparc - debian/patches/glibc-235-sparc-datastart.dpatch: Define __data_start. - debian/patches/00list: Add it. -- Jeff Bailey Tue, 14 Jun 2005 14:13:33 +0000 glibc (2.3.5-1ubuntu6) breezy; urgency=low "Hold infinity in the palm of your hand..." -wb * Jeff Bailey * Fix ppc64 build - debian/control.in/main: Add dependancy on libc6-dev-ppc64 - debian/control: Regenerate -- Jeff Bailey Tue, 14 Jun 2005 10:11:54 +0000 glibc (2.3.5-1ubuntu5) breezy; urgency=low The " remember, it's c-h-a-i-n in toolchain :)" release. * Jeff Bailey * Update for binutils 2.16.1 - debian/patches/glibc-235-ia64-binutils.dpatch: New file - debian/patches/glibc-235-ppc-gcc34.dpatch: New file (Thanks to Charles Majola for helping with this patch) - 00list: Use them * More coping with dpkg-architecture changes - debian/sysdeps/hppa.mk: Provide /usr/hppa64-linux-gnu/include * Drop support for Neanderthal Sparc systems - debian/sysdeps/sparc.mk: Drop sparcv9 package Default to nptl for main build and sparcv9b - debian/control.in/opt: Drop sparcv9 package - debian/control: Regenerate * Disable testsuite on hppa - debian/rules.d/build.mk: Add check for RUN_TESTSUITE curpass variable. - debian/sysdeps/hppa: Set RUN_TESTSUITE to no. -- Jeff Bailey Mon, 13 Jun 2005 13:27:16 +0000 glibc (2.3.5-1ubuntu4) breezy; urgency=low The "Because the ppc build was just too fast..." Release. * Jeff Bailey * Enable ppc64 - debian/rules.d/control.mk: Merge in ppc64 into the control file. - debian/sysdeps/powerpc: Uncomment ppc64 lines. - debian/control.in/main: Require gcc-3.4 3.4.4-0ubuntu4 on ppc -- Jeff Bailey Fri, 27 May 2005 16:11:26 +0000 glibc (2.3.5-1ubuntu3) breezy; urgency=low The "Come out come out wherever you are!" Release. * Jeff Bailey * More copping with dpkg-architecture changes - debian/sysdeps/depflags.pl: Handle linux-gnu. - debian/README: Change linux.mk reference to linux-gnu.mk * Prune .svn directories that were added by accident. * HPPA Take N... - debian/sysdeps/hppa.mk: Disable TIMEOUTFACTOR for now, it seems to hang the testsuite. * Loosen dependancy of locales on glibc. - debian/locales-shlibver: New file based on shlibver ... - debian/rules: ... include it here. - debian/rules.d/debhelper.mk: Use LOCALES_DEP_VER to generate locales dependancy. * Bring back useful debugging information - debian/sysdeps/sparc.mk: Use -g2 rather than -g0 to work around bug. - debian/sysdeps/ia64.mk: Likewise - debian/sysdeps/linux-gnu.mk: Likewise - debian/sysdeps/i386.mk: Likewise - debian/sysdeps/amd64.mk: Likewise -- Jeff Bailey Thu, 19 May 2005 13:21:04 +0000 glibc (2.3.5-1ubuntu2) breezy; urgency=low The "Join us now and share the software" Release. * Jeff Bailey * Cope with changes to dpkg-architecture - debian/sysdeps/linux.mk: Rename to ... - debian/sysdeps/linux-gnu.mk: ... this * "Be relaxed in what you receive" - RIPJP1998 - debian/rules: Map older dpkg-architecture output from "linux" to "linux-gnu" -- Jeff Bailey Wed, 18 May 2005 14:14:20 +0000 glibc (2.3.5-1ubuntu1) breezy; urgency=low This is the " *WHAT*EVER* :-)" release... * Jeff Bailey * Merge changes from Debian. - Leave shlibver at 2.3.4-1, no new symbols were added. - glibc232-tls-crashfix replaces ubuntu-26 patch. - Provide nptl headers on systems where it's not the default in /usr/include/nptl (Ubuntu BZ#3182) * Build with gcc-3.4 on all archs. - debian/control.in/main: Set gcc-3.4 [!ia64], gcc-3.4 (>= 3.4.3-6ubuntu1)[ia64], g++-3.4 - debian/rules: Set BUILD_CC to gcc-3.4 Force g++ to g++-3.4 - debian/rules.d/build.mk: set CXX in configparms, pass it on the configure commandline. - debian/sysdeps/i386.mk: Enable bug work around for gcc-3.4 Use -mtune instead of -mcpu. - debian/sysdeps/hppa.mk: Likewise - debian/sysdeps/sparc.mk: Likewise - debian/sysdeps/amd64.mk: Remove gcc-3.4 hardcode - debian/sysdeps/powerpc.mk: Likewise - debian/sysdeps/ia64.mk: Likewise * Build on hppa again, welcome back! - debian/patches/glibc-235-hppa-configure.dpatch: New file. - debian/patches/glibc-235-hppa-lt.dpatch: New file. - debian/patches/glibc-235-hppa-sysdeps.dpatch: New file. - debian/patches/00list: Update, prune glibc234-hppa-linesep and glibc234-hppa-full-nptl-2004-12-20. - debian/sysdeps/hppa.mk: Force disable tls and __thread. set TIMEOUTFACTOR=10 to allow the testsuite to finish correctly. Thanks for Carlos O'Donell and LaMont Jones for helping with this. -- Jeff Bailey Tue, 17 May 2005 21:26:39 +0000 glibc (2.3.5-1) experimental; urgency=low * GOTO Masanori * New upstream release. - debian/shlibver: Bump up to 2.3.5-1. * Drop patches: - debian/patches/hurd-malloc.dpatch: Removed, it's already applied in the upstream source. * Merge with 2.3.2.ds1-21, added: - debian/patches/linuxthreads-sizefix.dpatch: Added. - debian/po/fi.po: Added. - debian/patches/glibc23-mips-lazy-eval.dpatch: Added, drop dl-machine.h because the recent upstream should not need such change. - debian/patches/glibc232-tls-crashfix.dpatch: Added, remove some parts that are applied in the recent version. * Merge with 2.3.2.ds1-21, changed: - debian/debhelper.in/libc.preinst: Fix typo, proofreading. - debian/debhelper.in/libc.preinst: Add export LC_ALL=C. - debian/patches/00list: Update. * Update linuxthreads size fix for not only ia64, but also alpha, amd64, i386, powerpc, s390, sh and sparc. - debian/patches/linuxthreads-sizefix.dpatch: Update. * Fix more libc6 upgrade problem from old <= 2.3.4-1: - debian/debhelper.in/libc.postinst: Don't use uname -m, use dpkg --print-installation-architecture. Hwcappkgs mechanism does not work on (ex:) install architecture: i386, kernel architecture: amd64. - debian/debhelper.in/libc.postrm: Likewise. * Support libc6-dev NPTL static libraries and headers into /usr/lib/nptl and /usr/include/nptl. (Closes: #276062, #279423) - debian/rules.d/build.mk: Add installation code from tmp-nptl to tmp-libc. - debian/debhelper.in/libc-dev.install: Add tmp-libc/usr/lib/nptl*. -- GOTO Masanori Sun, 10 Apr 2005 14:02:19 +0900 glibc (2.3.5-0ubuntu3) breezy; urgency=low * Jeff Bailey - debian/sysdeps/amd64.mk: Hardcode gcc-3.4 - debian/debhelper.in/libc.preinst: Fix pasto for ppc kernel check also add check for ia64 kernel. - debian/control.in/main: Build-dep on gcc-3.4 for amd64. -- Jeff Bailey Thu, 21 Apr 2005 10:39:41 -0400 glibc (2.3.5-0ubuntu2) breezy; urgency=low * Jeff Bailey * ia64 is now NPTL only - debian/control.in/main: Require gcc-3.4 for ia64 - debian/sysdeps/ia64.mk: Build only one pass, make it nptl. * Fix currency definition for Turkey, New Lira (Ubuntu BZ#9743) - debian/ubuntu-9743-tr_TR.dpatch: New file -- Jeff Bailey Thu, 21 Apr 2005 02:37:32 -0400 glibc (2.3.5-0ubuntu1) breezy; urgency=low * Jeff Bailey * Update to new version, merge updates from Debian. - debian/patches/00list: Remove hurd-malloc. - debian/control.in/main: Depend on linux-kernel-headers >= 2.6.11.2-0 - debian/sysdeps/depflags.pl: Likewise. - debian/sysdeps/powerpc: New file for ppc64 and nptl. - debian/control.in/ppc64: New file for ppc64. - debian/control.in/sparc64: Add trailing space to make control happy. - debian/rules.d/control.mk: Add in ppc64 control bits. - debian/rules.d/build.mk: Forcably disable selinux for now. - debian/debhelper.in/libc.preinst: Require 2.6 kernel for ppc. - debian/control.in/main: Require gcc-3.4 for powerpc. * Disable PPC64 bits, pending toolchain update. -- Jeff Bailey Thu, 14 Apr 2005 00:33:04 +0000 glibc (2.3.4-3) experimental; urgency=low * GOTO Masanori * The complete libc6 installation breakage is fixed when hwcap packages (libc6-i686 and libc6-sparcv9/sparcv9b) is installed. It introduced /etc/ld.so.hwcappkgs to track hwcap packages. - debian/debhelper.in/libc.postinst: Create /etc/ld.so.hwcappkgs if such file is not existed. Check hwcap packages and decide to keep /etc/ld.so.nohwcap. Put special ld.so.nohwcap string when the downgraded version does not support ld.so.hwcappkgs. - debian/debhelper.in/libc-otherbuild.postinst: When it's configured, check /etc/ld.so.hwcappkgs and decides to keep /etc/ld.so.nohwcap. - debian/debhelper.in/libc-otherbuild.postrm: When it's removed, check /etc/ld.so.hwcappkgs and search other hwcap package's version consistency. Then it decides to remove /etc/ld.so.nohwcap. - debian/rules.d/debhelper.mk: Include "libc-" into OPT string replacement. -- GOTO Masanori Tue, 29 Mar 2005 17:22:25 +0900 glibc (2.3.4-2) experimental; urgency=low * GOTO Masanori * Fix libc6 installation breakage when old libc6 and libc6-i686 was installed, and it's replaced with a new libc6. This fix is limited for i686 optimized package, not for sparc multiple opt packages. (Closes: #300806, #300842) - debian/debhelper.in/libc.postinst: Add check for the existence of multiple optimized packages. - debian/rules.d/debhelper.mk: Add the replace code from CURRENT_VER to $(DEB_VERSION) for libc.postinst. Install libc-otherbuild.postrm. - debian/debhelper.in/libc-otherbuild.postrm: Added to remove unneeded ld.so.nohwcap for single optimized package. -- GOTO Masanori Tue, 22 Mar 2005 11:17:32 +0900 glibc (2.3.4-1) experimental; urgency=low * GOTO Masanori * Reflect from glibc-snapshot package 2.3.4-0.3.snapshot20041220.2. * Add glibc-libidn package handling for the following files: - debian/sysdeps/gnu.mk - debian/sysdeps/linux.mk - debian/sysdeps/kfreebsd-gnu.mk - debian/rules * Add separated shlibver file: - debian/rules: Include debian/shlibver. - debian/shlibver: Bump up shlibver to 2.3.4-1. * Delete removed file info/libc-dir-add.info: - debian/debhelper.in/glibc-doc.install - debian/rules.d/build.mk * These dpatches are added in debian/patches/: - glibc234-alpha-xstat.dpatch: Fix alpha compilation failure when kernel headers < 2.6.4 is used. - glibc234-hppa-linesep.dpatch: Add to fix hppa compilation failure. - glibc234-hppa-remove-mallocdef.dpatch: Add to fix hppa compilation breakage until ldcw lock change is introduced. This patch will be removed when ldcw patch is revised to apply. - glibc234-m68k-linuxthreads-fPIC.dpatch: Add to fix m68k compilation warnings to remove linuxthreads o-iterator. - glibc234-hppa-full-nptl-2004-12-20.dpatch: Remove in-cvs parts, apply the remained stuff for hppa, except for ldcw lock change. This file is renamed from 50_glibc232-hppa-full-nptl-2003-10-22.dpatch. * These dpatches are modified/replaced with the newer patches in debian/patches/: - glibc-i686-timing.dpatch: Modify makefile. Fix i686 library breakage. - glibc23-cmov.dpatch: Drop additional TLS parts. - glibc23-sse-oldkernel.dpatch: Regenerated. - hppa-drop-utimes.dpatch: Regenerated. - ldconfig.dpatch: The previous patch seems being wrong because it supresses all warnings about error. The new patch I introduced should not warn during debootstrap, and works finely during normal operation. - ldd.dpatch: Regenerated. - ldso-disable-hwcap.dpatch: Regenerated. - locale-no_NO.dpatch: Drop locale.alias part which is already applied. - makeconfig.dpatch: Regenerated. - 50_glibc232-arm-dwarf2-buildfix.dpatch: Modify to fix sjlj compilation. - 50_glibc232-m68k-dwarf2-buildfix.dpatch: Likewise. * These dpatches are currently suspended to apply (those entries in 00list are commented out) with various reasons, they need update or confirmation: - 30_glibc232-base.dpatch: If this patch is needed, the another binutils related problem should be occured. It's disabled for a while, then remove iff no problem is reported. - alpha-pic.dpatch: #175511 said the upstream should have another different fix. After confirmation, it should be removed. - arm-output-format.dpatch: I believe the recent arm glibc should work without this patch. If arm still has problem, then enable it. - glibc232-globfree-clear.dpatch: The latest upstream has gl_pathv=NULL part, bug gl_pathc=0 part. I think the current code is harmless. It needs confirmation to Jeff Licquia. - translation-fr.dpatch: The upstream rejects this wishlist bug. After confirmation, it'll be removed. - mips-asm-unistd.dpatch: I need to look at the result of the current cvs unistd.h. - hurd-enable-ldconfig.dpatch: Disabled currently. * These dpatches are currently applied, but it may be removed from 00list as until sarge stuff: - libgcc-compat-all.dpatch: It'll be removed in future. - libgcc-compat-other.dpatch: Likewise. * These dpatches are currently suspended to apply from 00list because we plan to be removed after sarge release: - glibc23-ctype-compat.dpatch: Until sarge stuff. - glibc23-errno-hack.dpatch: Until sarge stuff. - glibc23-errno.dpatch: This patch should not be considered permanent; it may be one of until sarge stuff. - glibc23-function-compat.dpatch: Until sarge stuff. - locales-supported.dpatch: Debian specific, until sarge stuff. * This dpatch is not used currently: - 10_cvs.dpatch * These dpatches are removed from debian/patches/ because they are already in upstream cvs: - 11_cvs_locales.dpatch - 11_shlib-lds.dpatch - 51_glibc232-hppa-dist.dpatch - 51_glibc232-hppa-nopltrel.dpatch - 51_glibc232-hppa-profiling.dpatch - 52_glibc233-hppa-feupdateenv.dpatch - 90_glibc232-statvfs.dpatch - 90_glibc232-timezones.dpatch - alpha-crti.dpatch - alpha-rtsigaction-fix.dpatch - fno-unit-at-a-time.dpatch - glibc23-dlclose-l_opencount.dpatch - glibc23-libio-compat.dpatch - glibc23-powerpc-sigcontext.dpatch - glibc23-sparc-pread64.dpatch - glibc232-catchsegv-insecure-temp.dpatch - glibc232-hppa-unwindinfo.dpatch - glibc232-ia64-unwindinfo.dpatch - glibc232-iconv-ucs2-unalign.dpatch - glibc232-mips-dl-machine.dpatch - glibc232-misc-syslog.dpatch - glibc232-nptl-posix-timer.dpatch - glibc232-ppc32-nanosecond.dpatch - glibc232-remove-vsyscall.dpatch - glibc232-sparc64-softfp.dpatch - glibcbug.dpatch - hppa-syscall.dpatch - hurd-cleanup.dpatch - hurd-exit-attr-hidden.dpatch - hurd-i386-hwcap.dpatch - hurd-libc-lock.dpatch - hurd-utmp-file.dpatch - locale-byn_ER.dpatch - locale-et_EE.dpatch - locale-ro_RO.dpatch - locale-strfmon.dpatch - mips-sgidefs.dpatch - nptl-io-locking.dpatch - nptl-page-align.dpatch - nptl-pthread-c++.dpatch - nptl-pthread-create-attr.dpatch - nptl-pthread-once.dpatch - pthread-cleanup.dpatch - s390-backtrace.dpatch - s390-pthread-fpic.dpatch - syslog-locale.dpatch * Hurd update: - debian/patches/hurd-string.dpatch: Removed, it's already in cvs. - debian/patches/00list.hurd-i386: Removed. - debian/patches/hurd-malloc.dpatch: Add to fix Hurd build fix, patch from Michael Banck . -- GOTO Masanori Fri, 18 Mar 2005 09:41:49 +0900 glibc (2.3.2.ds1-21) unstable; urgency=low * GOTO Masanori - debian/debhelper.in/libc.manpages: Add tzconfig.8. Reported by Matthijs Mohlmann . (Closes: #182981) - debian/local/manpages/iconv.1: Escape hyphens for Unicode environments. Patched by Lars Wirzenius . (Closes: #292013) - debian/po/pl.po: Add Polish debconf translation. Patched by Emilian Nowak . (Closes: #294444) -- GOTO Masanori Mon, 14 Feb 2005 09:26:26 +0900 glibc (2.3.2.ds1-20ubuntu13) hoary; urgency=low * debian/rules.d/control.mk: Mark debian/control target as phony. -- Colin Watson Wed, 23 Mar 2005 18:56:07 +0000 glibc (2.3.2.ds1-20ubuntu12) hoary; urgency=low * Martin Pitt - debian/patches/ubuntu-altlocaledir.dpatch: Revert new time comparison result caching from 2.3.2.ds1-20ubuntu11 since this breaks if applications use several translation domains from both /usr/share/locale and /usr/share/locale-langpack/. Now just avoid to stat64() files when we already know that they don't exist. This reduces the number of stat calls at least a bit. (Ubuntu #7835) - debian/local/usr_sbin/remove-language-locales: Never remove the system default locale specified in /etc/environment. (Ubuntu #8000) * Jeff Bailey - debian/patches/ubuntu-7897-threading.dpatch: Take various patches from upstream to resolve subtle incompatabilities between linuxthreads headers and NPTL compiling. Thanks to Gerald Hochegger for narrowing the patch down. (Ubuntu #7897) - debian/patches/11_cvs_locales.dpatch: Update from CVS HEAD to get current locale information. - debian/patches/11_cvs_timezone.dpatch: Update from tzdata2005c. - debian/patches/ubuntu-26-tls.dpatch: Let xmms work on machines with nVidia binary drivers and tls. (Ubuntu #26) - debian/patches/ubuntu-5604-iso3166.dpatch: Serbia and Montenegro was Yugoslavia. (Ubuntu #5604) - debian/patches/00list: Disable locale-et_EE, provided by CVS update. Disable 90_glibc232-timezones, add 11_cvs_timezone Add ubuntu-26-tls, ubuntu-5604-iso3166. * Colin Watson - debian/debhelper.in/locales.config: Be careful to set LC_COLLATE=C while sorting locale lists. Sort/uniq locales read from locale.gen to avoid duplicate locales reproducing indefinitely. Avoid generating multiple identical UTF-8 locales for similar legacy locales. Write user-visible messages to stderr, not stdout; the latter belongs to debconf. -- Jeff Bailey Wed, 23 Mar 2005 13:08:26 +0000 glibc (2.3.2.ds1-20ubuntu11) hoary; urgency=low * debian/local/usr_sbin/install-language-locales: - Reworked updating of /etc/locale.gen to not sort the file, but only append not yet existing locales. - Use --keep-existing for locale-gen. * debian/patches/ubuntu-altlocaledir.dpatch: Cache time comparison result instead of stat()ing the files over and over again. (Ubuntu #7487) -- Martin Pitt Mon, 14 Mar 2005 23:22:54 +0000 glibc (2.3.2.ds1-20ubuntu10) hoary; urgency=low * debian/local/usr_sbin/locale-gen: Add --keep-existing option, so that successive calls to locale-gen (e.g. by language packs) don't take O(n^2) time. * debian/local/manpages/locale-gen.8.sgml: Document --keep-existing. * debian/local/usr_sbin/install-language-locales: Use locale-gen --keep-existing. -- Colin Watson Thu, 10 Mar 2005 17:11:40 +0000 glibc (2.3.2.ds1-20ubuntu9) hoary; urgency=low * debian/local/usr_sbin/install-language-locales: Fixed grepping of locales to install if /etc/locale.gen is not present. -- Martin Pitt Thu, 3 Mar 2005 18:44:16 +0000 glibc (2.3.2.ds1-20ubuntu8) hoary; urgency=low * Don't use parallel make, breaks from time to time. -- Matthias Klose Thu, 10 Feb 2005 13:23:48 +0000 glibc (2.3.2.ds1-20ubuntu7) hoary; urgency=low * debian/patches/ubuntu-multiarch.dpatch: Added Tollef Fog Heen's multiarch support. -- Martin Pitt Wed, 9 Feb 2005 11:50:25 +0100 glibc (2.3.2.ds1-20ubuntu6) hoary; urgency=low * Updated patch ubuntu-altlocaledir.dpatch: Also take the very first found domain into account when comparing timestamps. (Ubuntu #6048) -- Martin Pitt Tue, 8 Feb 2005 16:26:36 +0100 glibc (2.3.2.ds1-20ubuntu5) hoary; urgency=low * Updated patch ubuntu-altlocaledir.dpatch to fix some language pack bugs: - Fix domain lookup for the very first string, which did not look in all available /usr/share/locale-langpack/ locales before. (Ubuntu #6047) - Fix mtime timestamp comparison to actually pick the latest (not the last) one. (Ubuntu #6048) - Changed the looping over all translation domains to be consistent with the other code. - Changed stat() to stat64() to be consistent with the other code. -- Martin Pitt Tue, 1 Feb 2005 17:32:03 +0000 glibc (2.3.2.ds1-20ubuntu4) hoary; urgency=low * debian/patches/pthread-sigsetjmp.dpatch: Fix __sigsetmask function declaration. Triggered by gcc-4.0. -- Matthias Klose Tue, 1 Feb 2005 13:57:22 +0100 glibc (2.3.2.ds1-20ubuntu3) hoary; urgency=low * debian/local/usr_sbin/: Added scripts install-language-locales, remove-language-locales which generate/remove all supported UTF-8 locales (ignoring @euro ones) for a given language code. * debian/local/manpages/: Added install-language-locales.8, remove-language-locales.8 * debian/debhelper.in/locales.install, debian/debhelper.in/locales.manpages: install the scripts and manpages -- Martin Pitt Mon, 24 Jan 2005 16:24:08 +0100 glibc (2.3.2.ds1-20ubuntu2) hoary; urgency=low * debian/debhelper.in/locales.config: Don't attempt to trap ERR, which is not portable (closes: Ubuntu #5458). -- Colin Watson Wed, 19 Jan 2005 12:01:41 +0000 glibc (2.3.2.ds1-20ubuntu1) hoary; urgency=low * Merge 2.3.2.ds1-20 changes. Backout the change to move the amd64 lib64 symlinks from base-files to glibc. Requires more work. -- Matthias Klose Sat, 8 Jan 2005 20:27:52 +0100 glibc (2.3.2.ds1-20) unstable; urgency=high * GOTO Masanori - debian/patches/hppa-drop-utimes.dpatch: Fix sudo breakage because system call utimes() is not defined on hppa. Patched by Randolph Chung . (Closes: #284449) - Fix ia64 unwind FTBFS. Patched by Matthias Klose : - debian/patches/glibc232-ia64-unwindinfo.dpatch: Modify Makeconfig which unconditionally set the libunwind macro to -lunwind, until the it's safe again to regenerate the configure script, on advice of Jeff Bailey. (Closes: #284563) - debian/control.in/main: Tighten build dependency on ia64 to gcc-3.3_3.3.5-5. - debian/control: Likewise. - debian/patches/librt-mips.dpatch: Update to provide clock_{set,get}time with versioned symbol both GLIBC_2.0 and GLIBC_2.2. This patch should be applied until sarge+1 will be released. - debian/local/manpages/locale.1: Add the description about /usr/share/i18n/SUPPORTED. Requested by Guillermo S. Romero . (Closes: #284137) -- GOTO Masanori Wed, 15 Dec 2004 19:44:47 +0900 glibc (2.3.2.ds1-19ubuntu4) hoary; urgency=low * Add zoneinfo-udeb package containing time zone information tables for use in the installer. -- Colin Watson Fri, 31 Dec 2004 21:35:11 +0000 glibc (2.3.2.ds1-19ubuntu3) hoary; urgency=low * debian/debhelper.in/locales.config: Automatically generate UTF-8 locales corresponding to existing legacy locales. Note that this currently happens every time locales.config is run; suggestions for where to record that the migration is complete are welcome. -- Colin Watson Wed, 22 Dec 2004 04:27:46 +0000 glibc (2.3.2.ds1-19ubuntu2) hoary; urgency=low * ubuntu-altlocaledir.dpatch: fix FTBFS by including (brown paperbag...) -- Martin Pitt Fri, 17 Dec 2004 09:53:22 +0100 glibc (2.3.2.ds1-19ubuntu1) hoary; urgency=low * Added patch ubuntu-altlocaledir.dpatch: support an alternate gettext tree in /usr/share/locale-langpack/ -- Martin Pitt Fri, 10 Dec 2004 15:00:03 +0000 glibc (2.3.2.ds1-19) unstable; urgency=high * GOTO Masanori - debian/local/manpages/gencat.1: Use \fR instead of \fT for bold font, and use .TP instead of .PP for option usage. Patched by Lars Wirzenius . (Closes: #279685) - debian/local/manpages/iconvconfig.8: Likewise + fix typo. - debian/local/manpages/mtrace.1: Likewise. - debian/local/manpages/locale.1: Add "SEE ALSO" to the end of the manual. (Closes: #282128) - debian/sysdeps/linux.mk: Drop -fomit-frame-pointer from compiling option to build NPTL packages in order to get valid backtrace. -D__USE_STRING_INLINES is also dropped to consider about backtraces. Requested by David Mosberger . - debian/sysdeps/amd64.mk: Likewise. - debian/sysdeps/i386.mk: Likewise. - debian/sysdeps/s390.mk: Likewise. - debian/sysdeps/sparc.mk: Likewise. - debian/patches/glibc232-hppa-unwindinfo.dpatch: Add for unwind information for hppa plt fixup routine. Patched by Randolph Chung . (Closes: #281993) - debian/patches/glibc232-ia64-unwindinfo.dpatch: Add to work ia64 unwind info and libunwind properly. Requested by David Mosberger . (Closes: #278837) - debian/patches/glibc232-catchsegv-insecure-temp.dpatch: Add fix CAN-2004-0968: catchsegv creates insecure temporary file. (Closes: #278278) - debian/debhelper.in/libc.install: Remove glibcbug to fix CAN-2004-0968, and it's meaningless to include nowadays. (Closes: #205600) - debian/debhelper.in/libc.manpages: Remove glibcbug.1 from manpage. - debian/patches/glibcbug.dpatch: Add comment to be removed. - debian/make-cvs-patch.sh: Change like make-cvs-locales-patch.sh. - debian/patches/s390-pthread-fpic.dpatch: Add to fix lam build failure. It changes pthread_atfork in libpthread_nonshared.a is built with -fPIC, not -fpic, that is already applied in libc_nonshared.a. (Closes: #280445) - debian/control.in/libc: Add gcc | c-compiler to Recommends of libc-dev. This change avoids that aptitude tries to install various compiler packages if only c-compiler is specified. (Closes: #283668) - debian/control.in/main: Add Build-Depends: gcc-3.3 (>= 1:3.3.5-3) [ia64] | gcc-3.4 (>= 3.4.3-2) [ia64] because ia64 should be built with gcc which supports libunwind. Requested by Matthias Klose . - debian/control: Update. - debian/patches/nptl-pthread-c++.dpatch: Add to disable using C99 designators for nptl pthread.h to fix C++ breakage. Patched by Andreas Jochens and Matthias Klose . (Closes: #275997, #283461) -- GOTO Masanori Sat, 6 Nov 2004 19:04:26 +0900 glibc (2.3.2.ds1-18) unstable; urgency=high * GOTO Masanori - debian/patches/glibc232-sparc64-softfp.dpatch: Add to fix glibc build breakage on sparc with binutils 2.15. It's caused by the register misusage, that was allowed by the previous binutils. (Closes: #266598) - debian/debhelper.in/libc.postinst: Fix to execute NSS services correctly when file-rc is used. (Closes: #275403) - debian/patches/90_glibc232-timezones.dpatch: Update to tzdata2004e. - debian/debhelper.in/locales.prerm: Add to fix warning not to remove /usr/lib/locale/locale-archive. (Closes: #264020) - debian/debhelper.in/locales.postrm: Add to remove /etc/locale.gen when purge is specified. -- GOTO Masanori Tue, 5 Oct 2004 09:32:01 +0900 glibc (2.3.2.ds1-17) unstable; urgency=high * GOTO Masanori - debian/sysdeps/depflags.pl: Fix typo, from "kerberos4th-dev" to "kerberos4kth-dev". (Closes: #266637) - debian/patches/00list: Add locale-byn_ER.dpatch that was missing when I fixed. (Closes: #270998) - debian/patches/glibc23-dlclose-l_opencount.dpatch: Fix reference counter in dl that does not sometimes decrement correctly. (Closes: #233301, #259211) - debian/patches/glibc232-globfree-clear.dpatch: Workaround and to make sure that fix to enforce clear gl_pathc and gl_pathv in globfree() for sarge to conform LFS test, requested by Jeff Licquia. (Closes: #264884) - debian/local/manpages/tzselect.1: Fix typo. (Closes: #269747) - debian/debhelper.in/libc.preinst: Don't install glibc when kernel is not 2.6 on amd64. - debian/sysdeps/amd64.mk: Patch from Andreas Jochens: - Drop the 'nptl' pass from GLIBC_PASSES. - Use 'nptl' instead of 'linuxthreads' in the 'libc' pass (this requires kernel >= 2.6.0, but 2.4 is not supported by the amd64 port anyway). -- GOTO Masanori Thu, 19 Aug 2004 12:39:35 +0900 glibc (2.3.2.ds1-16) unstable; urgency=high * GOTO Masanori - debian/FAQ: Add note about errno + NPTL workaround. (Closes: #261035) - debian/patches/glibc232-mips-dl-machine.dpatch: Fix mips/mipsel compilation breakage with the recent binutils. (Closes: #262646) - debian/patches/glibc232-m68k-reloc.dpatch: Fix m68k compilation breakage with the recent binutils. (Closes: #263601) * Jeff Bailey - debian/debhelper.in/libc-dev.install.hurd-i386: Don't install getconf. -- GOTO Masanori Mon, 2 Aug 2004 11:53:54 +0900 glibc (2.3.2.ds1-15) unstable; urgency=high * Jeff Bailey - debian/sysdeps/depflags.pl: Replace ${libc}, not libc6. (Closes: #262669) - Marking urgency as high, last upload should have been marked this way for RC bug fix. -- Jeff Bailey Sun, 1 Aug 2004 08:50:13 -0400 glibc (2.3.2.ds1-14) unstable; urgency=low * GOTO Masanori - 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 . (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 . (Closes: #257840) - debian/patches/locale-sr_CS.dpatch: Add sr_CS and sr_CS@cyrillic. Patched by Christian Perrier . 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 . (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 . (Closes: #251732) - debian/debhelper.in/libc.postinst: Add apache-ssl and apache-perl to restart script. Suggested by Daniel Jacobowitz . (Closes: #208997) - debian/debhelper.in/libc.postinst: Add vsftpd to restart script. Suggested by Jeff Bailey . (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 . (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 - 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 - 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. -- GOTO Masanori Mon, 31 May 2004 23:43:29 +0900 glibc (2.3.2.ds1-13) unstable; urgency=low * Jeff Bailey - debian/control.in/main: Change to new email address. - debian/debhelper.in/libc-dev.install.hurd-i386: Add missing files. Thanks to Michael Banck (Closes: #246355) - debian/sysdeps/gnu.mk: Stub out kernel_check. Thanks to Michael Banck * GOTO Masanori - debian/debhelper.in/libc.preinst: Fixed to work when kernel version is x.y.zFOOz pattern. (Closes: #245643) - debian/patches/locale-ro_RO.dpatch: Fix Romania can't be built. (Closes: #245657) - debian/local/manpages/locale.1: Fix typo: LOC_PATH -> LOCPATH. (Closes: #246557) - debian/rules: Fix build correctly when we execute "debian/rules binary". Patched by Jurij Smakov . (Closes: #247241) - debian/patches/glibc232-misc-syslog.dpatch: Fix syslog segv under memory shortage. (Closes: #249559) - debian/patches/s390-backtrace.dpatch: Fix 900 test failures in the libjava testsuite in gcc-3.4 on s390. (Closes: #243394) - debian/sysdeps/linux.mk: Fix build failure when kernel headers directory in /usr/src has symlink asm direcotry. Patched by Wolfram Gloger . (Closes: #249408) - debian/debhelper.in/libc-udeb.install: Add libnss_files.so*, - debian/libnss-dns-udeb, libnss-dns-files: Update description. - debian/control: Update. * Colin Watson - debian/rules: Add libnss-dns-udeb and libnss-files-udeb. (Closes: #247430) - debian/.cvsignore: Likewise. - debian/control.in/libc: libc-udeb depends on libnss-dns-udeb and libnss-files-udeb. - debian/debhelper.in/libc-udeb.install: Remove libnss_dns and libnss_files. - debian/rules.d/control.mk: Likewise. - debian/control.in/libnss-dns-udeb: Update description. -- GOTO Masanori Wed, 26 May 2004 00:18:06 +0900 glibc (2.3.2.ds1-12) unstable; urgency=low * GOTO Masanori - debian/local/etc_init.d/mountkernfs: Fix typo. (Closes: #229340) - debian/local/etc_init.d/mountkernfs: Fix error if the kernel does not set CONFIG_TMPFS on 2.4. (Closes: #230758) - debian/local/etc_init.d/mountkernfs: Check each mount directory is actually directory or not. (Closes: #234813) - debian/local/etc_init.d/mountkernfs: remove "set -e". - debian/debhelper.in/libc.postinst: use invoke-rc.d to invoke mountkernfs when it's available, suggested by Junichi Uekawa . (Closes: #230008) - debian/debhelper.in/libc.install: drop installing three files: debian/local/etc_init.d/mountkernfs, debian/local/etc_default/devpts, and debian/local/etc_default/tmpfs. Because initscripts now provides those files. (Closes: #238963) - debian/debhelper.in/libc.preinst: devpts.sh should be actually replaced to mountkernfs. But by now mounting filesystems should be done with mountvirtfs in initscripts. Initscripts needs to remove devpts.sh and mountkernfs. - debian/debhelper.in/libc.postinst: likewise. - debian/debhelper.in/libc.postrm: likewise. - debian/debhelper.in/libc.preinst: Fix kernel version detection correctly. Patched by Goswin von Brederlow . (Closes: #241395). - debian/rules.d/debhelper.mk: Fix build failure in strip processing. - debian/patches/51_glibc232-hppa-nopltrel.dpatch: Do not process lezy relocations if no DT_PLTREL is present. Reported by Richard Hirst and Patched by Carlos O'Donell . (Closes: #228375) - debian/patches/glibc232-ppc32-nanosecond.dpatch: Fix ppc32 stat reports bogus nanosecond data. Patched by Anton Blanchard . (Closes: #231358) - debian/patches/nptl-io-locking.dpatch: Add stdio performance improvement for nptl. Dpatched by Michael Clark . (Closes: #238213) - debian/patches/52_glibc233-hppa-feupdateenv.dpatch: The newest compiler in unstable has caught a bug in the feupdateenv implementation for hppa. The code should not be using the constant input argument as temporary scratch. Patched by Carlos O'Donell . - debian/patches/localedef-fix-trampoline.dpatch: Fix localedef segv when run under exec-shield/PaX and so on due to trampoline issue. Dpatched by James Troup . (Closes: #231438, #198099, #215624, #215821, #221740) - debian/patches/alpha-rtsigaction-fix.dpatch: Fix alpha sigaction with SA_SIGINFO (rt_sigaction), keep program execution after exiting signal handler, with correctly calling rt_sigreturn. (Closes: #221969) - debian/patches/translation-fr.dpatch: Include fr.po translation patch. Patched by Petter Reinholdtsen . Related bug #243183 is currently suspended. - debian/patches/locale-et_EE.dpatch: Fix et_EE locale incorrect charset. Patched by Petter Reinholdtsen . (Closes: #208238) - debian/debhelper.in/libc.postinst: add rsync to NSS checking code. (Closes: #229196) - debian/debhelper.in/libc.preinst: add kernel version check code if real i386 is used. (Closes: #231538) - debian/po/da.po: added. Patched by Morten Brix Pedersen . (Closes: #230669) - debian/po/cs.po: added. Patched by Miroslav Kure . (Closes: #230969) - debian/po/el.po: added. Patched by Konstantinos Margaritis . (Closes: #230997) - debian/po/ru.po: added. Patched by Ilgiz Kalmetev . (Closes: #221657) - debian/po/uk.po: added. Patched by Eugeniy Meshcheryakov . (Closes: #235850) - debian/po/zh_CN.po: added. Patched by Hiei Xu and Carlos Z.F. Liu . (Closes: #231907) - debian/po/tr.po: added. Patched by Ercin EKER and Recai Oktas . (Closes: #240654) - debian/debhelper.in/glibc-doc.links: add manpages links for sem_*. - debian/patches/template.dpatch: split Author to Dpatch author and Patch author. - debian/sysdeps/hppa.mk: added to create symlink /usr/hppa64-linux/include to /usr/include for hppa64. (Closes: #239020) - debian/sysdeps/depflags.pl: added conflicts to gcc-3.3-hppa64 and gcc-3.4-hppa64. - debian/sysdeps/depflags.pl: Add replaces: kerberos4th-dev (<< 1.2.2-10) to avoid conflicting /usr/include/ifaddrs.h. (Closes: #234347) - debian/control.in/opt: made libc6-i686 description easier to understand from users' requests. (Closes: #218396, #239555, #242546) - debian/local/usr_sbin/locale-gen: Add code to write an error if the line doesn't satisfy the format. Patched by Petter Reinholdtsen . (Closes: #207199) * Jeff Bailey - debian/debhelper.in/libc.preinst: Don't use awk except in upgrade mode. (Closes: #229461) Also make sure that it doesn't trip on words being added to the upstream revision number. Thanks to James Troup for mentioning this. Thanks to Bastian Blank for the fix. - debian/debhelper.in/libc.postinst: Respect DEBIAN_FRONTEND=noninteractive for setting timezone. Default to UTC. (Closes: #196382) - debian/debhelper.in/libc.docs: Add TODO. Hopefully the last round of hurd-i386 fixes: - debian/debhelper.in/libc-dev.install.hurd-i386: New file. - debian/rules.d/debhelper.mk: Deal with the arch-specific install files. - debian/patches/hurd-cleanup.dpatch: New file for dl-procinfo.c and missing include in malloc.c (Both in upstream) - debian/patches/00list: Update Locales surgery, with many thanks to Petter Reinholdtsen: - debian/patches/glibc22-eo_EO.dpatch: Rename to ... - debian/patches/locale-eo_EO.dpatch: ... this. - debian/patches/11_cvs_locales.dpatch: New generated file from CVS. - debian/patches/locales-stuff.dpatch: Remove bogs code and split into .. - debian/patches/locale-de_CH.dpatch: ... this and ... - debian/patches/locale-ru_RU.dpatch: this. - debian/patches/locale-no_NO.dpatch: New file to keep no_NO around during the transition to nb_NO. - debian/patches/locale-strfmon.dpatch: New file from CVS needed for new locales formatting. (Closes: #226047) - debian/patches/00list: Update. - debian/patches/glibc22-locales.dpatch: Obsoleted by CVS update. - debian/patches/locale-es_AR.dpatch: Add template header. - debian/patches/locales-supported.dpatch: Remove entries provided by CVS. Add no_NO for transition. (Closes: #211607, #215466, #218424) - debian/patches/template.dpatch: Tweak to make it easier to generate patches. - debian/make-cvs-locales-patch.sh: New file. * Daniel Jacobowitz - Add separate-debug-info files to libc6-dbg to allow backtraces through optimized libraries (Closes: #227097, #219459) - debian/control.in/main: Bump build dependencies for binutils and debhelper. - debian/control.in/libc-dbg: Update package description. - debian/rules: Set NOSTRIP after loading sysdeps rules files, so that it actually gets set. - debian/rules.d/debhelper.mk: Generate separate debug info libraries. Touch stamp file for libc-udeb. - debian/sysdeps/i386.mk, debian/sysdeps/linux.mk, s390x_extra_cflags, debian/sysdeps/sparc.mk: Use -g1 instead of -g0 so that we get unwind information. - debian/wrapper/objcopy: Wrapper script to remove excess debug info, for now. - Remove tabs from debian/changelog, since they confuse dpkg-parsechangelog. - Add missing quotes in debhelper.mk NOSTRIP test. - Don't add libc-dir-add.info to info after all (Closes: #222171, #230765). (debhelper.in/glibc-doc.info, debhelper.in/glibc-doc.install) * Ben Collins - Added and enabled a sparc v9b target (UltraSPARC III). * Bastian Blank - Add libnss-dns-udeb package. - Rename udebs to match the real packages. (Closes: #183139) - Fix provides of udebs. (Closes: #183143) - Use debhelper udeb knowledge. -- GOTO Masanori Wed, 21 Apr 2004 00:40:55 +0900 glibc (2.3.2.ds1-11) unstable; urgency=low * Jeff Bailey - debian/control.in/s390x: Remove -dev dependency on gcc-3.2. - debian/sysdeps/s390.mk: Add missing ) - debian/rules: Fixes for cross-compiling - debian/patches/90_glibc233_tcsetaddr.dpatch: LSB Fix for tcgetattr (Closes: #218131) - debian/sysdeps/depflags.pl: Update wine conflicts. (Closes: #218717) - debian/sysdeps/depflags.pl: Update cyrus-imapd conflicts. (Closes: #220983) - debian/sysdeps/sparc.mk: Force -m32 when building sparcv9 - debian/patches/glibc-sparc-timing.dpatch: New file to let sparcv9 works. (Closes: #222886) - debian/patches/nptl-page-align.dpatch: New file to fix page alignment troubles. (Closes: #223241, #225466) - debian/patches/hurd-exit-attr-hidden.dpatch: New file to fix compilation on gcc-3.3 and hurd-i386 - debian/patches/hurd-i386-hwcap.dpatch: New file to give the needed i386 HWCAP defines on hurd-i386 - debian/patches/hurd-libc-lock.dpatch: New file to fix FTBFS on hurd-i386 - debian/patches/hurd-utmp-file.dpatch: New file to fix FTBFS on non-Linux. - debian/patches/glibc23-cmov.dpatch: Update for moved i386 HWCAP definitions. - debian/patches/glibc23-sse-oldkernel.dpatch: Updated for severelly munged sysdeps/unix/sysv/linux/i386/dl-procinfo.h Thanks to Barry deFreese for helping get these in order. - debian/patches/00list: Update - debian/debhelper.in/libc.preinst: For Linux kernels of the form x.y.z-n, fail the install if z >= 255. (Closes: #226688) Thanks to James Morrison and Kevin Everets for help on the wording of the error message. - debian/sysdeps/sparc.mk: Revert Ben's change of '-mcpu=v8 -mtune=ultrasparc'. This was misleading because it was always overridden by the glibc Makefile and had no effect. * Phil Blundell - Require linux-kernel-headers >= 2.5.999-test7-bk-9 to avoid module- related problems on ARM. * Ben Collins - Bump sparcv9 back to -mcpu=v8 -mtune=ultrasparc. Should fix sparcv9. * Daniel Jacobowitz - Pass CC to configure; should fix sparc64. - Suppress the errno warning message for now. Update to point to README.Debian.gz. - debian/patches/glibc23-errno-hack.dpatch, debian/FAQ - Redirect dpkg -s sysvinit's stderr to /dev/null (Closes: #225601). - Fix on MIPS targets. Thanks to Guido Guenther for testing and improvements to the patch (Closes: #223891, #226483). - debian/patches/mips-asm-unistd.dpatch - Fix for GCC changes from Thiemo Seufer (Closes: #224744). - debian/patches/mips-sgidefs.dpatch - Fix i386-linux build failure. - debian/patches/glibc23-sse-oldkernel.dpatch - Quote a backslash in libc.preinst * GOTO Masanori - debian/debhelper.in/glibc-doc.links: add missing links for pthread_mutex_*(), pthread_mutexattr_*(), pthread_cond_*(), and pthread_condattr_*(). - debian/control.in/main: remove Build-Depends-Indep: latex2html. (Closes: #221317) - debian/local/etc_init.d/devpts.sh: rename to mountkernfs. - debian/local/etc_init.d/mountkernfs: rename from devpts.sh, for adding to mount tmpfs(shmfs), sysfs, and usbfs. - debian/local/etc_default/tmpfs: add to control tmpfs upper limit size. - debian/debhelper.in/libc.dirs: add to make /sys. - debian/debhelper.in/libc.install: add mountkernfs and tmpfs, remove devpts.sh. - debian/debhelper.in/libc.postrm: rename devpts.sh to mountkernfs. - debian/debhelper.in/libc.postinst: likewise. - debian/local/etc_init.d/mountkernfs: fix devpts_mounted to check its pathname is exactly started from the top directory. - debian/debhelper.in/libc.preinst: fix preinst does not stop on mips even if it's kernel version is < 2.4.22. (Closes: #223769) - debian/po/pt_BR.po: Update pt_BR debconf template translation. Patched by Andre Luis Lopes . (Closes: #219839) - debian/po/nl.po: Update nl debconf template translation. Patched by cobaco . (Closes: #220693) * Carlos O'Donell - debian/patches/51_glibc232-hppa-dist.dpatch: Add entry.h to dist. - debian/patches/51_glibc232-hppa-profiling.dpatch: Fix profile support. (Closes: #221010) -- Daniel Jacobowitz Tue, 20 Jan 2004 09:41:48 -0500 glibc (2.3.2.ds1-10) unstable; urgency=low This is the "Swimming to the surface" release. * GOTO Masanori - debian/control.in/opt: Add more ix86 CPUs in the description. - debian/debhelper.in/libc.preinst: Ignore old libc4/5. (Closes: #218449) * Daniel Jacobowitz - Add a patch to automatically disable NPTL for programs which reference the old errno; and update the FAQ to match. (glibc23-errno-hack.dpatch). - Update make build dependency as reported by Mikko Kautto (Closes: #218595). - Update debian/po/nl.po with new translation from Bart Cornelis (Closes: #218642). - Update SSE disabling patch to work for static binaries too (Closes: #218524, #219025). - debian/debhelper.in/libc.preinst: Ignore ia32-libs also (Closes: #219176). - debian/control.in/main: Build depend on fixed linux-kernel-headers to get ia64 module syscalls (Closes: #218645). * Jeff Bailey Update to Standards-Version 3.6.1: - debian/changelog: Convert from Latin-1 to UTF-8. 1 Line affected. - debian/control.in/main: Update version number. Fix some lintian warnings: - debian/changelog: Remove obsolete user-emacs settings. - debian/control.in/libc: Remove trailing periods from synopis'. These aren't full sentences. - debian/local/manpages/gencat.1: New file. - debian/local/manpages/trace.1: New file. - debian/debhelper.in/libc-dev.manpages: Install them. - debian/local/manpages/iconvconfig.8: New file. - debian/debhelper.in/libc.manpages: Install it. - debian/patches/90_glibc232-statvfs.dpatch: Don't get confused on bad mtab. (Closes: #219271) - debian/patches/90_glibc232-timezones.dpatch: Update timezone information. * Phil Blundell - debian/patches/arm-ioperm.dpatch: Third time lucky? -- Jeff Bailey Wed, 5 Nov 2003 10:53:14 -0500 glibc (2.3.2.ds1-9) unstable; urgency=low * GOTO Masanori - debian/po/es.po: Update. Patched by Carlos Valdivia Yagüe . - debian/debhelper.in/libc.preinst: Replace s/libc6/glibc/ in messages, actually there are not only libc6, but also libc6.1, libc0.3, and so on. * Daniel Jacobowitz - Export libpthread symbols needed for thread debugging (glibc23-thread-debugging.dpatch). - Remove glibc23-thread-debugging.dpatch in response to upstream comments. Don't strip libpthread symbols needed for thread debugging. - Add version sanity check for kernels whose extraversion starts with a dot (Closes: #218546). - Disable SSE for pre-2.4 kernels (Closes: #218524). - Symlink asm-sparc and asm-sparc64 into debian/include if necessary. - Don't duplicate .so symlinks in libc6-s390x and libc6-dev-s390x. - Add a build fix for sparc64; pread syscall has been renamed to pread64. - Add a FAQ entry for unresolved errno (Closes: #218561). - Import patch from CVS to fix ucontext_t/mcontext_t on powerpc32 (Closes: #207806). - Patch from Randolph Chung for HPPA system calls (hppa-syscall.dpatch). -- Daniel Jacobowitz Sat, 1 Nov 2003 18:54:16 -0500 glibc (2.3.2.ds1-8) unstable; urgency=low * Daniel Jacobowitz - Don't use --enable-omitfp since we don't install libc_g.a. - Enable NPTL for S/390. - Fix the /lib/ld64.so.1 symlink for s390x. - Update maintainer scripts for fixes lost in the rewrite. - Enable NPTL for ia64. Thanks to Ian Wienand for testing. - Automatically cross-compile if the kernel is too old to build an optimized library. - Do not run make check if cross compiling. - Fix msqid_ds on MIPS. Dpatch from Guido Guenther, patch by Thiemo Seufer (Closes: #215273, #200215, #217593). - Check for old copies of glibc in a couple of places (Closes: #212224). - Fix a libio compatibility code bug which crashed the Citrix client (glibc23-libio-compat.dpatch). - Remove fuzzy markers from fr.po. Patch from Denis Barbier (Closes: #217865). - Re-add debian/patches/80_glibc232-locales-nb_NO-fix.dpatch, which had gotten lost. - Re-add typo fixes to iconv.1 and rpcgen.1. (Closes: #202161) - Merge iconv.1 fix to iconv.pod. - Re-add fix for locale-gen and POSIXLY_CORRECT. - Update ldso-disable-hwcap.dpatch and preinst/postinst scripts. - Update maintainer scripts not to use basename; dpkg invokes the scripts as tmp.ci/postinst, not libc6.postinst. - Add a patch for building shlib.lds which fixes a parse error when building without an existing -dev package installed. - debian/patches/11_shlib-lds.dpatch * Jeff Bailey - debian/sysdeps/linux.mk: Use getconf _NPROCESSORS_ONLN instead of /proc/cpuinfo to calculate NJOBS. The cpuinfo file format is not consistent between arch's. - debian/.cvsignore: New file. * GOTO Masanori - debian/debhelper.in/locales.dirs: Add /usr/lib/locale, because localedef stops to create locale data if this dir is not found. - debian/debhelper.in/libc-otherbuild.preinst: Fix typo which disturbs to install libc-otherbuild package. - Dan's checking code for old copies in libc6 preinst fixes installation breakage for example /usr/lib/debug is in /etc/ld.so.conf, or so on. (Closes: #165374, #212224). - debhelper.in/libc.preinst: add kernel version sanity check for sun4m arch which needs at least 2.4.21 due to hardware multiplication instruction is used by default. (Closes: #215010, #215012) - debian/debhelper.in/libc.preinst: fix check_dirs return value. -- Daniel Jacobowitz Tue, 28 Oct 2003 18:29:09 -0500 glibc (2.3.2.ds1-7) experimental; urgency=low * Daniel Jacobowitz - Fix TLS libraries, which belong in /lib/tls, not /libtls. - Fix -march for NPTL libraries on i386 - was i686, should have been i486. - Move i686 libraries to /lib/tls/i686/cmov. - Include make check output in the libc package. - S/390 perversely uses /lib/ld64.so.1 as the dynamic linker; include a symlink. - Leave /lib64/ld64.so.1 executable on S/390. - Generate SUPPORTED again. - Update ldconfig to prefer /lib/tls to /lib/i686/cmov. - Disable conflicts between optimized libraries and libsafe/memprof; they've worked for a while. - Switch the i686 optimized libraries to use NPTL, and update their description. - Fix dependencies for locales package. - Include SONAME symlinks in libc6-dbg. - Remove vestigial gconv-modules Provides. - Install more files for libc6 and locales packages. - Correct section for zdump.8 man page. - Install ld.so.8 in the right directory (debhelper thinks that .so is a language extension). - Install info menu entries for functions provided by libc, in glibc-doc. - Include changelog in glibc-doc also. - Re-add libc6-dev dependency on matching libc6. - Fix libc-udeb build. * Phil Blundell - debian/patches/arm-ioperm.dpatch: Try again. * Jeff Bailey Welcome back HPPA, Thanks to Carlos O'Donell - debian/patches/50_glibc232-hppa-full-nptl-2003-10-22.dpatch: New. - debian/patches/50_glibc23-hppa-entry.dpatch: Remove. - debian/patches/glibc23-00-hppa-pthreads.dpatch: Remove. - debian/patches/glibc23-01-hppa-dl-machine.dpatch: Remove. - debian/patches/glibc23-07-hppa-atomicity.dpatch: Remove. - debian/patches/glibc23-hppa-compat.dpatch: Remove. - debian/patches/glibc23-hppa-malloc8.dpatch: Remove. - debian/patches/00list: Update. - debian/rules: Define NJOBS as 1. - debian/sysdeps/linux.mk: Define NJOBS based on number of processors - debian/rules.d/build.mk: Use -j $(NJOBS) during build. Based on patch from Ian Wienand - debian/debhelper.in/libc.install: Install pt_chown - debian/rules.d/debhelper.mk: Don't clobber SUID on pt_chown - debian/debhelper.in/glibc-doc.docs: Install DEB_SRCDIR/ChangeLog* - debian/rules.d/build.mk: Don't run testsuite if DEB_BUILD_OPTIONS contains nocheck - debian/sysdeps/gnu.mk: Define slibdir. - debian/rules.d/build.mk: Only set slibdir in configparms if its set. - debian/debhelper.in/glibc-doc.doc-base: New file. - debian/debhelper.in/glibc-doc.install: New file. - debian/debhelper.in/glibc-doc.links: New file. - debian/rules.d/build.mk: Generate HTML files. - debian/rules.d/debhelper.mk: Map LIBC to $(libc) in generated files. - debian/debhelper.in/libc.install: Install Linuxthreads ChangeLog. - debian/debhelper.in/libc.docs: Install various docs. - debian/sysdeps/kfreebsd-gnu.mk: New file. Put in all the magic from the old packaging. - debian/sysdeps/kfreebsd.mk: Deleted. - debian/sysdeps/gnu.mk: Add in GLIBC_OVERLAYS to allow patching to work, create ld.so symlink at end of build. - debian/sysdeps/sparc.mk: Change MIN_KERNEL_REQUIRED to MIN_KERNEL_SUPPORTED. - debian/sysdeps/s390.mk: Likewise. - debian/rules: Define kernel_check macro. - debian/sysdeps/linux.mk: Override kernel_check for Linux. - debian/rules.d/build.mk: Call kernel_check macro when --build == --host * GOTO Masanori - debian/po/ru.po: Update. Patched by Ilgiz Kalmetev . (Closes: #214349) -- Daniel Jacobowitz Sat, 25 Oct 2003 15:09:02 -0400 glibc (2.3.2.ds1-6) experimental; urgency=low * Phil Blundell - debian/patches/arm-ioperm.dpatch: New. * Daniel Jacobowitz - Add debhelper build dependency. - Use linux-kernel-headers package for headers. - Add S/390 support. - Build libc6-dev-sparc64. -- Daniel Jacobowitz Mon, 20 Oct 2003 16:27:39 -0400 glibc (2.3.2.ds1-5) experimental; urgency=low * Daniel Jacobowitz - Fix a thinko in i686 timing patch for non-HP_TIMING architectures. - Add -k to make check. -- Daniel Jacobowitz Mon, 13 Oct 2003 10:53:31 -0400 glibc (2.3.2.ds1-4) experimental; urgency=low * Daniel Jacobowitz - Update i686 timing patch to fix clock_gettime. - Update glibc23-cmov patch to let ld load tls libraries from ld.so.cache. - Include symlinks in optimized library directories to placate dpkg-shlibdeps. - Fix shlibs files to include a version again. - Re-enable make check. - Update makeconfig.dpatch to fix a typo that broke make check. - Add glibc-make-check-perms.dpatch to fix an upstream make check problem. - Build some optimized libraries using appropriate --build options so that they can run make check. * Jeff Bailey - Build libraries for sparcv9 and sparc64. - Enable TLS for ia64. -- Daniel Jacobowitz Sun, 12 Oct 2003 19:42:11 -0400 glibc (2.3.2.ds1-3) experimental; urgency=low * Daniel Jacobowitz - Use ldd* in debhelper.in/libc6, because non-i386 arches don't have lddlibc4. - Include gconv-modules in libc6. - Don't include some unnecessary generated kernel headers. - Merge previous .dpatch files (Closes: #214470). - Run depflags.pl again (Closes: #214468). - Don't include profiled libraries in libc-dev (Closes: #214504). - Ship /usr/include/asm-generic (Closes: #214512). -- Daniel Jacobowitz Mon, 6 Oct 2003 21:18:28 -0400 glibc (2.3.2.ds1-2) experimental; urgency=low * Daniel Jacobowitz - Install the right headers in /usr/include/asm, instead of trying to replace the directory with a symlink (Closes: #214233). - Map DEB_HOST_GNU_CPU to a uname value for creating the asm symlink. - Move libc6-dev's postinst back to preinst. - Support multiple autoconf.h headers. - Add an ia64 autoconf.h, from Branden Robinson. -- Daniel Jacobowitz Sun, 5 Oct 2003 14:47:05 -0400 glibc (2.3.2.ds1-1) experimental; urgency=low * Essentially redo the debian/ packaging directory. Specifically, the following directories were changed: - debian/sysdeps/*: Redo into os-based and arch-based handling. - debian/debhelper.in/*: Use debhelper for all package management. - debian/rules.d/*: Split out rules file into logical pieces. - debian/local/*: Move all of the files that Debian provides to here. Update dpatch to more closely match the debian package: - debian/patches/0list: Rename to 00list to match dpatch update. - debian/rules.d/dpatch.mk: Sync with Debian package with the following four changes: 1) Support srcdir != builddir builds. 2) Support $(stampdir) 3) patch target depends on unpack 4) Use $(DEB_SOURCE_PACKAGE) instead of $(PACKAGE) Remove dependency on various kernel-headers packages, bring into the package: - linux-kernel-headers/: New directory, import from 2.6.0-test2 Add NPTL support on i386: - debian/sysdeps/i386.mk: Add NPTL patterns, set minimum kernel. Redo "DBS-Style" tarball support: - debian/rules.d/tarball.mk: New file - debian/sysdeps/linux.mk: Bring in linuxthreads and nptl overlays. - prep.sh: Remove. - version: Remove. Update to recent CVS snapshot to support NPTL: - debian/patches/10_cvs.dpatch: update This cleanup project is the result of several discussions between Jeff Bailey, GOTO Masanori, Daniel Jacobowitz, and Philip Blundell. The initial work here was done by Jeff Bailey, Branden Robinson, and Daniel Jacobowitz. -- Daniel Jacobowitz Thu, 2 Oct 2003 13:47:40 -0400 glibc (2.3.2-9) unstable; urgency=medium Urgency set to medium, because this version should bring HPPA alive again. * GOTO Masanori - debian/patches/82_glibc232-iconv-euc-jp-ms-fix.dpatch: Fix EUC-JP-MS does not work even if they are listed as available in iconv. Dpatched by Topia . (Closes: #212080) - debian/manpages/iconv.1: Fix typo in -o option. Patched by Max Vozeler . (Closes: #211733) - debian/manpages/rpcgen.1: Fix typo which cause some infos for the '-o' option are not shown, and add -Sm option description. Patched by Nicolas Francois . (Closes: #211984) - debian/libc/DEBIAN/preinst: Updated libc6 libnss restarting version from 2.2.94-1 to 2.3.2-2 in preinst. Postinst code was already fixed in 2.3.2-2. (Closes: #211825) - debian/locales/DEBIAN/template: There is no reason to set LANG=C in /etc/environment, so do not display this locale in the locales/default_environment_locale question. - debian/locales/DEBIAN/config: Likewise. - debian/locales/DEBIAN/postinst: If /etc/environment sets the LANG variable and a new configuration asks for not setting it, the line was not removed from this file. - debian/po/templates.pot: Update templates followed by above changes. - debian/po/fr.po: Update accordingly using debconf-updatepo with new translation. - debian/po/ja.po: Likewise. - debian/po/ca.po: Update accordingly using debconf-updatepo. - debian/po/de.po: Likewise. - debian/po/es.po: Likewise. - debian/po/fr.po: Likewise. - debian/po/ko.po: Likewise. - debian/po/pt_BR.po: Likewise. - debian/po/ru.po: Likewise. - debian/po/nl.po: Update accordingly using debconf-updatepo with fixing line invalid wrapping. All patched by Denis Barbier . - debian/patches/80_glibc232-locales-nb_NO-fix.dpatch: Added to fix nb_NO as real locale, not an alias. Patched by Petter Reinholdtsen . (Closes: #206474) * Jeff Bailey : - 20_glibc232-hppa-full-2003-10-20.dpatch: New HPPA patch. (Closes: #209253) Thanks to Carlos O'Donell - 50_glibc23-hppa-entry.dpatch: Remove. - 80_glibc232-locales-nb_NO-fix.dpatch: Remove. - glibc23-00-hppa-pthreads.dpatch: Remove. - glibc23-01-hppa-dl-machine.dpatch: Remove. - glibc23-07-hppa-atomicity.dpatch: Remove. - glibc23-hppa-compat.dpatch: Remove. - glibc23-hppa-malloc8.dpatch: Remove. - 0list: Update -- Jeff Bailey Wed, 22 Oct 2003 13:46:39 -0400 glibc (2.3.2-8) unstable; urgency=low * Phil Blundell - debian/control.in/main: add gawk to Build-Depends, since testsuite apparently requires it. - debian/patches/pthread-cleanup.dpatch: Vector __pthread_cleanup_push and __pthread_cleanup_pop through __libc_pthread_functions. (Closes: #205234) - debian/patches/arm-no-hwcap.dpatch: Admit HWCAP_FAST_MULT again, since we want to start using this for openssh. - debian/patches/arm-updates.dpatch: Add some miscellaneous arm changes taken from upstream. - debian/patches/arm-vfork.dpatch: Avoid bad interaction between vfork and libpthread. * GOTO Masanori - debian/patches/80_glibc232-fesetround-fix.dpatch: Fix fesetround static link time failure. (Closes: #211135) - debian/patches/lo_LA.UTF-8_not_supported.dpatch: Dropped, to support lo_LA.UTF-8 again. - debian/patches/80_glibc232-locales-lo_LA.dpatch: Added to support lo_LA.UTF-8 again. - debian/locales/usr/sbin/locale-gen: Fix locale-gen breaks with bash 2.03, unset POSIXLY_CORRECT iff it's previously defined. Patched by Daniel Verite . (Closes: #210301) -- Philip Blundell Wed, 17 Sep 2003 20:44:48 +0100 glibc (2.3.2-7) unstable; urgency=medium * GOTO Masanori - debian/patches/90_glibc232-mathinline_iso.dpatch: Fix inline math function complaints with gcc -pedantic -ffast-math. Patched by Thomas Richter . (Closes: #208016, #207221) - debian/patches/template.dpatch: Added DP: Related bugs: field. You can use it to put which bugs are related with this dpatch. * Daniel Jacobowitz - debian/control.in/main: Update binutils dependency for !s390. - debian/patches/linuxthreads-push-pop.dpatch: Add __libc_cleanup_push and __libc_cleanup_pop. - debian/patches/syslog-backrev.dpatch: Remove, no longer necessary. This should fix the crashes in syslog without libpthread loaded. - debian/patches/linuxthreads-jumptable-wine.dpatch: Move pthread_cond_timedwait out of the way, so that it doesn't break the way Wine pokes into this structure (Closes: #210347). - debian/patches/ia64-memccpy.patch: Fix a segfault on ia64 (Closes: #210441). -- Daniel Jacobowitz Fri, 12 Sep 2003 14:56:19 -0400 glibc (2.3.2-6) unstable; urgency=low * Phil Blundell - debian/control.in/main: require kernel-headers-2.4.20-m68k (>= 2.4.20-1) for m68k. Requested by Adam Conrad . - debian/patches/pthread_cond_timedwait.dpatch: avoid problem when pthread_cond_timedwait is used in code that doesn't link with -lpthread. (Closes: #209139) * GOTO Masanori - debian/sysdeps/kfreebsd-gnu.mk: Added to support kfreebsd-gnu. Patched by Robert Millan . (Closes: #206663) - debian/sysdeps/freebsd.mk: Dropped because of replacing kfreebsd-gnu.mk. - debian/sysdeps/soname.mk: Modified from freebsd to kfreebsd-gnu. -- Philip Blundell Mon, 8 Sep 2003 08:51:49 +0100 glibc (2.3.2-5) unstable; urgency=low * Phil Blundell - debian/control: change section for -pic, -dbg, -prof packages from devel to libdevel. - debian/control.in/main: add Build-Depends changes from 2.3.2-3 here as well. - debian/packages.d/*.mk: add md5sums for generated packages, thanks to Petr Konecny. (Closes: #158354) - debian/patches/80_glibc232-locales-header.dpatch: adjust filenames so patch applies correctly. - debian/locales/DEBIAN/config: The "Leave alone" option has been removed, but locale-gen crashes if it was set by a previous run, so really discard it. Patch by Denis Barbier (Closes: #204958) - debian/patches/lo_LA.UTF-8_not_supported.dpatch: remove this locale from SUPPORTED file; requested by Denis Barbier. (Closes: #205118) - debian/patches/nss_compat-shadow: fix problem with shadow passwords and NIS. Patch from Thorsten Kukuk. (Closes: #204711) * GOTO Masanori - debian/control.in/libc: Add more missing change section for -pic, -dbg, -prof packages from devel to libdevel. - debian/control.in/libc-dbg: likewise. - debian/patches/80_glibc232-locales-header.dpatch: Fix an_ES, wa_BE, yi_US localedata header. (Closes: #194289) - debian/locales/usr/sbin/locale-gen: Add "unset POSIXLY_CORRECT" because if user set POSIXLY_CORRECT, this script is interrupted. (Closes: #206784) - debian/patches/glibc22-ttyname-devfs.dpatch: Fix one byte leak in getttyname_r. Patched by Hunor Csordas . (Closes: #194637) - debian/sysdeps/freebsd.mk: Modified config-os from freebsd-gnu to kfreebsd-gnu. Patched by Robert Millan . (Closes: #206663) - debian/patches/80_glibc232-iconvdata-fix.dpatch: Fix cp932 does not work. (Closes: #205679) -- Philip Blundell Tue, 26 Aug 2003 22:51:03 +0100 glibc (2.3.2-4) unstable; urgency=low * Jeff Bailey - debian/locales/DEBIAN/postinst: Use tail -n 1 instead of tail -1. Thanks to Jurij Smakov (Closes: #206464) * Phil Blundell - debian/patches/glibc23-arm-waitpid.dpatch: deleted. - for arm, Build-Depend on kernel-headers 2.4.19-4 or newer. (Closes: #206895) - debian/patches/revert-old-libio.dpatch: back out changes causing problems with fseek in binaries linked with glibc 2.0. (Closes: #206839) - debian/libc/DEBIAN/postinst: also restart cucipop (Closes: #206783) - debian/patches/arm-output-format.dpatch: Very bad hack to avoid problem with libc.so on ARM until a proper fix is forthcoming. - debian/patches/81_glibc232-utimes-fix.dpatch: replace with version that applies cleanly to current sources. - debian/control: require sed 4.0.5-4 or later. * GOTO Masanori - debian/po/es.po: Updated Spanish (es) debconf template. Patched by Carlos Valdivia Yagüe . - debian/patches/81_glibc232-utimes-fix.dpatch: Fix utimes wrong time calculation. Patched by Paul Eggert . (Closes: #204728, #202243, #205110) -- Philip Blundell Tue, 26 Aug 2003 17:27:00 +0100 glibc (2.3.2-3) unstable; urgency=low * GOTO Masanori - debian/patches/80_glibc232-futimes-buildfix.dpatch: Fix build failure on arm, mips, mipsel, due to be missing #include . (Closes: #204768) - debian/libc/DEBIAN/preinst: Modified chown owner:group separater from `.' to `:', according to POSIX 1003.1-2001. (Closes: #205527) - debian/packages.d/glibc-doc.mk: likewise. - debian/packages.d/libc-dbg.mk: likewise. - debian/packages.d/libc-dev.mk: likewise. - debian/packages.d/libc-pic.mk: likewise. - debian/packages.d/libc-prof.mk: likewise. - debian/packages.d/libc-udeb.mk: likewise. - debian/packages.d/libc.mk: likewise. - debian/packages.d/locales.mk: likewise. - debian/packages.d/nscd.mk: likewise. - debian/packages.d/optimized.mk: likewise. - debian/packages.d/s390x.mk: likewise. - debian/packages.d/sparc64.mk: likewise. - debian/libc/DEBIAN/postinst: Restarting script supported dovecot. (Closes: #205566) - debian/po/pt_BR.po: Updated Brazilian Portuguese (pt_BR) debconf template. Patched by Andre Luis Lopes . (Closes: #195873) - debian/po/nl.po: Added nl.po debconf template. Patched by Bart Cornelis . (Closes: #205090) -- GOTO Masanori Fri, 8 Aug 2003 20:32:24 +0900 glibc (2.3.2-2) unstable; urgency=low This is the "fleeing to the horizon" release... * GOTO Masanori - debian/patches/glibc23-arm-waitpid.dpatch: Fix arm ld-linux failure due to sys_waitpid missing. Patched by Philip Blundell . - debian/patches/50_glibc232-arm-dwarf2-buildfix.dpatch: Avoid arm dwarf2 build failure. Patched by Philip Blundell . - debian/patches/50_glibc232-m68k-dwarf2-buildfix.dpatch: Avoid m68k dwarf2 build failure. Suggested by Philip Blundell , Andreas Schwab . - debian/libc/DEBIAN/postinst: Modified watermark of restarting NSS services from 2.1.94-1 to 2.3.2-2, because libnss_compat is changed in 2.3.2-1 (2003-06-17 Upstream change). - debian/patches/80_glibc232-wcsmbs-fix.dpatch: Added to fix wcsmbs bugs which is lacked in 2003-07-15 upstream cvs. (Closes: #202969) - These bugs are fixed in this update: * Bug in dlopen/dlclose leads to segfaults with kdecore is fixed in this version. (Closes: #201221) * Static linking adjtimex() on alpha failed to compile due to undefined reference to `__adjtimex_tv32'. It's fixed in this version. (Closes: #186331) * Jeff Bailey - debian/packages.d/s390x.mk: Remove gcc-3.2 hardcode * Phil Blundell - debian/patches/alpha-crti.dpatch: remove stray .prologue causing alpha build failure. - debian/patches/alpha-pwrite.dpatch: add missing __GI___pwrite64 alias. - debian/control: demand binutils 2.14.90.0.5-0.1 or later (required for .usepv on alpha) -- GOTO Masanori Sat, 19 Jul 2003 00:37:11 +0900 glibc (2.3.2-1) experimental; urgency=low ** UPLOADING THIS TO EXPERIMENTAL ** * Clint Adams - debian/control: build-dep on gcc-3.3 for sparc(64) - debian/rules: re-enable sparc64 build - debian/packages.d/sparc64.mk: use gcc-3.3 to build sparc64 - debian/sysdeps/linux.mk: re-enable sparc64 build * Jeff Bailey - debian/patches/hurd-enable-ldconfig.dpatch: New file - debian/packages.d/libc.mk: Install regular ldconfig, not debian/ldconfig-hurd.sh on hurd-i386 - debian/patches/0list: Add hurd-enable-ldconfig - debian/sysdeps/paths.mk: Comply with FHS, use $(prefix)/lib, not $(prefix)/libexec - debian/rules: Introduce "perfect_make_check_archs" concept - arch's listed in this variable must pass make check cleanly, or the build will fail. Start off with i386, powerpc, sparc, alpha and s390. - debian/control.in/main: Build-dep on gcc-3.3 - debian/sysdeps/tools.mk: Use gcc-3.3 - debian/patches/sparc32-buildfix.dpach: Prune after yet another CVS update - debian/patches/syslog-backrev.dpatch: New file * GOTO Masanori - Updated glibc 2.3.2. - debian/patches/cvs.dpatch: rename it to 10_cvs.dpatch. I plan to introduce <2digitnumber>_.dpatch filename. - debian/patches/10_cvs.dpatch: update 2003-07-15 upstream cvs. - version: bump up to 2.3.2. - rules.d/shlibs.mk: bump up to 2.3.2. - debian/sysdeps/sysdeps.mk: i386 optimization level is back to -O2. - These debian/patches/ are removed from cvs because they are no longer being used and were superceeded by CVS patches: * document-fix.dpatch * glibc23-cert-rpcxdr.dpatch * glibc23-getdents64-fix.dpatch * glibc23-getaddrinfo.dpatch * glibc23-hppa-shmlba.dpatch * glibc23-m68k-madv.dpatch * glibc23-malloc-check.dpatch * glibc23-regcomp.dpatch * signal-texi.dpatch * glibc23-ia64-strncpy.dpatch * elf-machine-rela-mips.dpatch * glibc23-linuxthreads-fix.dpatch * locales-monetary.dpatch - These debian/patches/ are removed from cvs because they are no longer being used and already fixed the previous versions: * rtsig.dpatch * crypt.dpatch * s390x-lib64.dpatch * hurd-fork-fix.dpatch - These debian/patches/ are fixed to apply for glibc 2.3.2 + cvs.dpatch. * alpha-pic.dpatch: Fix the diff conflict. * glibc23-hppa-Rminkernel.dpatch: likewise. * libgcc-compat-all.dpatch: remove reflected entries in glibc-2.3.2. * libgcc-compat-other.dpatch: likewise. * ldconfig.dpatch: modify to be enable to compile again - These bugs are fixed in this update: * glibc 2.3.2 can handle errno correctly if 32 bit uid or gid is used and errno=ENOSYS is defined before geteuid() is called. setfsuid(), setfsgid() and getgroups() are also fixed with my patch, bug reported by Fumihiko Kakuma. (Closes: #183694) * Submitter Neil's patch is applied in the upstream. (Closes: #181701) * cfmakeraw definition in manual terminal.texi is fixed with my patch. It can be reassign only to manpages-dev. * sparc and powerpc has O_DIRECT definition in fcntl.h. (Closes: #157142, #157143) * The definition both __bswap_16 and __bswap_32 in bits/byteswap.h is fixed and it can be ready for non-gcc C-compilers. (Closes: #181910) * BSD derived random functions are correctly braced into #if defined __USE_BSD with my patch. (Closes: #108619) * Dynamic loading problems with the recent OpenOffice.org, KDE, Wine/Mono, Quake3 Arena, Oracle, and NVidia libGL library, is fixed. Glibc TLS does not properly handle using dlopen() to access shared libraries which utilize some TLS models. (Closes: #171695, #184696, #167564, #192096, #200386) * Missing ntp_adjtime weak reference on alpha is defined. (Closes: #182654) * Sparc64 sysdep.h typo is fixed. (Closes: #185648) * stdio-common/sscanf.c for libc6-sparc64 with gcc-3.3 can become to be compiled. (Closes: #185649) * Timezone data is updated to tzdata2003a. (Closes: #140788, #149862, #186210, #164719, #190322) * /usr/bin/locale -a searches both /usr/lib/locale// and /usr/lib/locale/locale-archive in this release. (Closes: #166979) * Powerpc fpu_control.h is fixed to be enable to compile _FPU_SETCW macro. (Closes: #137020) * The IA-64 versions of __sigsetjmp() and getcontext failed to restore ar.unat before returning, is fixed in this version. (Closes: #186654) * regcomp() crashed with some regexp pattern is fixed. (Closes: #187475) * pthread_atfork() is removed from unistd.h. Including this definition in unistd.h is implementation dependent issue, and the upstream decided not to keep it. (Closes: #106254) * It's fixed that malloc_stats() segfaults if you don't first allocate memory. (Closes: #191295) * Typo in the symbol lookup code is fixed, which causes the loading of the oracle binary to fail (and possibly affects other apps as well). (Closes: #191952) * The abday values for de_DE is changed to two letters. (Closes: #115536) * IA64 umount needs to set second parameter for sys_umount. It's fixed in 2003-05-14 cvs. (Closes: #193327) * tmpfile64() is now available on hurd-i386. (Closes: #171022) * SIOCSIFNAME is added. (Closes: #164638) * cos() now correctly returns the cosine, not the sine, of values near 0.80 on machines lacking an optimised libm. (Closes: #153548) * ioperm() returns -ENODEV on ARM machines without ISA or PCI. (Closes: #199134) - debian/locales/usr/sbin/locale-gen: Fix the localedef invocation argument order, to run under POSIXLY_CORRECT=1 environment. (Closes: #185924) - debian/sysdeps/depflags.pl: add Suggests: manpages-dev in libc-dev package. (Closes: #158410) - debian/sysdeps/depflags.pl: Adding entry "Suggests: glibc-doc" into depflags.pl push. - debian/control.in/libc: Remove "Suggests: glibc-doc" in each -dev package entry. - debian/control: likewise. - debian/patches/s390-tls.dpatch: add to build glibc 2.3.2 on s390. The correct fix is to modify the kernel headers, but for the present we use it regardless of the kernel issue. Patched by Gerhard Tonn . - debian/packages.d/libc-dev.mk: s390 kernel-headers package does not have generate-asm.sh. The current libc-dev.mk assumes the existence of this script, but on s390 it's not existed. Now libc-dev.mk s390 asm setup part does not use generate-asm.sh, and has the generate-asm.sh functionality in its own. This makes s390 which has 32/64 bit multi libraries are much easier to build. Patched by Gerhard Tonn . - debian/packages.d/s390x.mk: likewise. - debian/locales/DEBIAN/postinst: add "rm -rf /usr/lib/locale/*" to remove all old locale dir and locale-archive in locales configuration time. Requested by Denis Barbier . - debian/locales/DEBIAN/config: /usr/lib/locale/* files are no more deleted when /etc/locale/gen is not managaed by debconf. Patched by Denis Barbier - debian/locales/DEBIAN/postinst: likewise. - debian/locales/DEBIAN/{config,postinst,templates}: Debconf must not be used to store configuration items; another even more important is that user changes in configuration files must be preserved. These files are now fixed with this issue. Patched by Denis Barbier . Some suggestions by Joey Hess . - debian/locales/DEBIAN/config: * Replace /bin/bash by /bin/sh on the shebang line. * Add support for backing up. * Parse configuration files and set debconf values. - debian/locales/DEBIAN/postinst: * Recreate configuration files from debconf values and run locale-gen * As explained by Joey Hess, this script should be safer because some border cases are now taken into account: configuration files might have no EOL at EOF, and line order is preserved. - debian/locales/DEBIAN/templates: * Apply patch from #117509 and another typo fix by Joey Hess (Closes: #117509) * In locales/locales_to_be_generated, Choices is no more translatable because it is set to Choices: ${locales} - debian/locales/usr/sbin/locale-gen: * Clean up /usr/lib/locale/ before generating locales - debian/po/{ca.po, de.po, es.po, fr.po, ja.po, ko.po, pt_BR.po, ru.po, templates.pot}: update with debconf-updatepo. - debian/control: Change Section: from devel to libdevel for packages: libc0.3-dev, libc6-dev, libc6-dev-s390x, libc6-dev-sparc64, libc6.1-dev and libc1-dev. - debian/control.in/libc: likewise. - debian/control.in/s390x: likewise. - debian/control.in/sparc64: likewise. - debian/control: Remove "Conflicts: php4" from libc1 and libc0.3. - debian/control: Add "Conflicts: gcc-3.0 (<< 1:3.0.4ds3-11), libgcc1 (<< 1:3.0.4ds3-11), fakeroot (<< 0.4.5-2.7)" to fix /usr/lib/64 vs /usr/lib64 issue with upgrading from woody for sparc64 (see bug 156947). Suggested by Dagfinn Ilmari Mannsaker . (Closes: #188383, #193331) - debian/control.in/sparc64: likewise. - debian/copyright: update the version and the year 2003. - debian/patches/locales-monetary.dpatch: add to change some locales LC_MONETARY symbols: ar_SD, sr_YU, sr_YU@cyrillic, and es_EC. And now this patch is merged into the upstream cvs, drop dpatch. (Closes: #160040, #173963, #185342, #187142, #188159, #190785, #193020) (Closes: #193508, #193509, #193510, #194791) - debian/manpages/localedef.1: remove "-h" from --help option entry. (Closes: #187621) - debian/debver2localesdep.pl: add clever version recognition for binary only NMU or source NMU/local packaging. Patched by Gerhard Tonn . - debian/patches/glibc23-linuxthreads-fix.dpatch: add to revert Jakub's change in 2003-04-02 to be enable to compile librt.so for the present. And this bug is fixed during the development, this patch is dropped now. Thanks to Jack Howarth . - debian/libc/etc/init.d/devpts.sh: Modify mounting devpts for 2.5.68 and later. As of 2.5.68, devpts is not automounted when using devfs. So even in that case, devpts needs to be mounted via the devpts.sh script as well as the case that devfs is not used. (Closes: #189792, #189879, #191785) - debian/libc/DEBIAN/postinst: Add code to remove a relic of the past /usr/doc/ symlinks. This script should keep at least until sarge release. (Closes: #189854) - debian/glibc-doc/DEBIAN/postinst: likewise. - debian/locales/DEBIAN/postinst: likewise. - debian/nscd/DEBIAN/postinst: likewise. - debian/libc/DEBIAN/postinst: Remove symlinks for libc-{dbg,dev,pic,prof}. - prep.sh: Add NPTL extract code. - version: Add NPTL version. - debian/packages.d/sparc64.mk: bumping up --enable-kernel version from 2.4.0 to 2.4.1. - debian/packages.d/s390x.mk: likewise. - debian/patches/50_glibc232-mips-buildfix.dpatch: add for building mips/mipsel correctly. Patched by Guido Guenther , Thiemo Seufer . - debian/packages.d/libc-udeb.mk: libc-udeb includes libnss_dns and libresolv. (Closes: #192577) - debian/patches/50_glibc23-hppa-entry.dpatch: added to fix funcptr (function descriptors) for _start on hppa, so we need a sysdeps/hppa/elf/entry.h (similar to ppc64, ia64, etc). Patched by Randolph Chung . (Closes: #193656) - debian/patches/30_glibc232-base.dpatch: add that binutils 2.14.90.0.2 has entered in sid, which contain the binutils portion of the base fix. Reported by Jack Howarth . - debian/patches/sparc32-buildfix.dpatch: added to fix sparc32 build. * Ben Collins - debian/contron.in/sparc64: Remove the superflous (and incorrect) dep on gcc-3.2 for libc6-dev-sparc64. Add lib64gcc1 as a dep for libc6-sparc64. - Use CC for building sparc64 libs. - Remove build-dep for gcc-3.3 on sparc. - Really fix devpts.sh so that it mounts devpts whenever devpts is available and not mounted. - sparcv8-target.dpatch: New patch that enables v8 optimizations for sparc-linux compiles. Debian specific. For some reason config.sub doesn't recognize sparcv8, else I'd just pass sparcv8-linux as the host target. - Change how things are passed to configure for optimized packages, so that we let glibc set all the optimizations for us. - Change how sparc64 and s390x are built. Before the binary stage would force the build of the packages. Now, the build/install phases dep on the same for sparc64 and s390x. Same way that the OPT packages are done. -- Jeff Bailey Tue, 15 Jul 2003 14:35:58 -0400 glibc (2.3.1-17) unstable; urgency=low * GOTO Masanori - debian/libc/DEBIAN/preinst: Add NSS restarting preinstallation service detection routine and messages. xdm, kdm, gdm, postgresql, xscreensaver needs user's hand restart. (Closes: #165258, #165915, #184036, #184495, #188724) - debian/libc/DEBIAN/postinst: Edit NSS restarting messages to adopt some preinst messages. - Cleanup optimized and sparc64 builds. -- GOTO Masanori Sat, 19 Apr 2003 22:01:40 +0900 glibc (2.3.1-16) unstable; urgency=high * GOTO Masanori - debian/patches/glibc23-cert-rpcxdr.dpatch: Fix "CERT Advisory CA-2003-10 Integer overflow in Sun RPC XDR library routines" (Closes: #185508). - debian/packages.d/glibc-doc.mk: Fix unneeded file '[' and ']' in /usr/share/man/man3. - These debian/patches/ are removed from cvs because they are no longer being used and were superceeded by CVS patches: - libgcc-compat-mips.dpatch - libgcc-compat-sparc.dpatch - debian/libc/DEBIAN/postinst: add spamassassin to restart during upgrade from 2.2 to 2.3. (Closes: #185275) - debian/control.in/opt: add one empty line at the end of file. This fix avoids opt packages to get mixed debian/control message with libc-udeb package. (Closes: #185688) -- GOTO Masanori Tue, 18 Mar 2003 00:04:13 +0900 glibc (2.3.1-15) unstable; urgency=low * GOTO Masanori - debian/packages.d/optimized.mk: drop configure --disable-static option, because it does not work. enable-kernel version bumps up to 2.4.1. - debian/manpages/nscd.8: Apply slightly improvement for the nscd(8), nscd_nischeck(8), and nscd.conf(5) man pages. Patched by Sebastian Rittau (Closes: #94058) - debian/manpages/nscd.conf.5: likewise. - debian/manpages/nscd_nischeck.8: likewise. - debian/manpages/zdump.1: add the description that zonename should be relative path name from /usr/share/zoneinfo. (Closes: #171017) - debian/manpages/locale.1: add the description for LOCPATH. (Closes: #176661) - debian/locales/DEBIAN/templates: Add a description "what is the locale?". (Closes: #119197) - debian/FAQ: Add description how to setup your own locale with debconf + locales. (Closes: #99763) - debian/locales/DEBIAN/templates: Introducing new templates format with po-debconf. Thanks to Denis Barbier . - debian/packages.d/locales.mk: likewise. - debian/po/*: likewise. - debian/control.in/main: Build-Depends-Indep: po-debconf. - debian/po/ja.po: Update translation data. - debian/po/fr.po: Update translation data. Translated by Denis Barbier . (Closes: #183652, #193083). - debian/sysdeps/depflags.pl: Remove conflicts: file-rc (<< 0.7.0) - debian/libc/DEBIAN/postinst: Use /usr/sbin/update-rc.d in updatercd(), suggested by Anthony Towns . - debian/libc/DEBIAN/postinst: Check /usr/{lib,share}/file-rc/ because file-rc >= 0.7.0 does not use /usr/lib/file-rc. - debian/patches/glibc23-hppa-compat.dpatch: add hppa libgcc-compat symbols patch, patched by Randolph Chung . - debian/patches/libgcc-compat-all.dpatch: update for mips and add for alpha, patched by Guido Guenther . - debian/patches/libgcc-compat-other.dpatch: add for arm, m68k, ia64 and s390. Patched by GOTO Masanori . - debian/locales/usr/sbin/locale-gen: add "set -e" in order to return value. (Closes: #183449) - debian/packages.d/libc-udeb.mk: contain libpthread.so to support installer using pthread. (Closes: #183155) - debian/sysdeps/depflags.pl: remove php4 conflicts from libc6. (Closes: #183477, #184091) - debian/libc/DEBIAN/postinst: add proftpd-{ldap,mysql,pgsql} to restart during upgrade from 2.2 to 2.3. (Closes: #184129) - debian/libc/DEBIAN/postinst: add cupsys. (Closes: #184257) - debian/patches/glibc23-m68k-madv.dpatch: add to fix build error for some MADV_* used software on m68k, pulled from the latest cvs. (Closes: #159723, #181661, #184589) - debian/patches/glibc23-00-hppa-pthreads.dpatch: add to improve linuxthreads on hppa. Pathced by Carlos O'Donell . His summary: LinuxThreads is now using a self-aligning lock. - debian/patches/glibc23-hppa-malloc8.dpatch: add to improve malloc on hppa. Patched by Carlos O'Donell . His summary: Malloc alignment has been moved back to 8 for optimal performance. - These debian/patches/ are removed from cvs because they are no longer being used and were superceeded by CVS patches: - glibc23-02-hppa-min-kern-unwind-fde.dpatch - glibc23-03-hppa-mcontext.dpatch - glibc23-04-hppa-fcntl64.dpatch - glibc23-05-hppa-buildhack.dpatch - glibc23-06-hppa-tests.dpatch - glibc23-08-hppa-configure.dpatch - Glibc 2.3 uses another regex engine: "sed: woody version more than 1000 times slower than potato version" should be fixed. (Closes: #155751) - en_CA can generate without warnings. In addition, we use debconf interface in these days, this kind of "manual edit /etc/locale.gen" bug should be avoided. (Closes: #151631) - libc6.postinst restarts samba in these days. (Closes: #168189) - _FPU_SETCW/_FPU_GETCW macro works fine on powerpc in these days. "Incorrect macro _FPU_SETCW in " should be fixed. (Closes: #137020) - hyper and unsigned hyper are supported in the current glibc. "rpcgen(1) doesn't handle 64 bit types" should be fixed. (Closes: #69041) -- GOTO Masanori Wed, 26 Feb 2003 18:44:08 +0900 glibc (2.3.1-14) unstable; urgency=low * GOTO Masanori - debian/patches/glibc23-cmov.dpatch: Fix hwcap condition code again, previous version did not work properly under some situation. - debian/sysdeps/depflags.pl: Fix libnss-db dependency from << 2.2-6 to <= 2.2-6.1.1, because the first version of libnss-db to work with libc6 2.3 is 2.2-6.1, and 2.2-6.2 works under all architectures correctly. Suggested by Ryan Murray . (Closes: #181834) - debian/sysdeps/depflags.pl: Fix libc6.postinst breakage with file-rc (<< 0.7.0), now libc6 conflicts them. (Closes: #181683, #182320) -- GOTO Masanori Fri, 21 Feb 2003 09:19:45 +0900 glibc (2.3.1-13) unstable; urgency=low * GOTO Masanori - debian/libc/DEBIAN/postinst: Replace from "/usr/lib/file-rc" to "/usr/share/file-rc" to follow up file-rc 0.7. (Closes: #181551, #181556, #181606) - debian/libc/etc/init.d/devpts.sh: Fix devpts.sh failure if $devfs_mounted is empty. (Closes: #181541, #181591) -- GOTO Masanori Wed, 19 Feb 2003 09:26:17 +0900 glibc (2.3.1-12) unstable; urgency=low * GOTO Masanori - debian/patches/glibc23-malloc-check.dpatch: Fix hppa MALLOC_CHECK_ invalid pointer problem. (Closes: #177242) - debian/patches/libgcc-compat-sparc.dpatch: Fix sparc libgcc compat symbol problem. Patched by Guido Guenther (Closes: #178645) - debian/patches/locales-supported.dpatch: This dpatch addes many locales especially for UTF-8 and ISO-8859-15, to display debconf locale menu using SUPPORTED.orig. (Closes: #135334, #154556, #177472, #99623, #130517) - debian/packages.d/glibc-doc.mk: add pthread_{getspecific, key_delete, setspecific} manpage symlinks to pthread_key_create. (Closes: #99530) - debian/manpages/ldconfig.8: Update from the redhat manpages. (Closes: #180916) - debian/patches/libgcc-compat-all.dpatch: Fix i386 libgcc compat symbol problem, this dpatch merges with libgcc-compat-{sparc,mips}.dpatch, patched by Guido Guenther . (Closes: #179781, #180330) - debian/locales/DEBIAN/{postinst,templates,config}: Fix default environment variable "Leave alone" does not affect its meaning. (Closes: #180040) * Daniel Jacobowitz - debian/libc/etc/init.d/devpts.sh: Update devpts.sh to work with the new grep package (Closes: #181409). -- GOTO Masanori Sat, 8 Feb 2003 22:08:59 +0900 glibc (2.3.1-11) unstable; urgency=low * GOTO Masanori - debian/libc/DEBIAN/preinst: Fix silly bug at parisc64 kernel version check, replace from $ver to $kernel_ver. (Closes: #178159, #178217) - debian/patches/glibc23-cmov.dpatch: Fix hwcap inappropriate handling not to load CMOV libraries (/*/lib/i686/cmov/) on VIA C3 architecture. - debian/patches/libgcc-compat-mips.dpatch: Fix undefined some symbols like __umoddi3 to export libgcc compat symbol. Patched by Guido Guenther . - debian/patches/0list: Disabled ldso-disable-hwcap.dpatch because (1) -opt is not provided currently, (2) disabling hwcap is not good way whether -opt package is installed or not. -- GOTO Masanori Wed, 22 Jan 2003 22:17:45 +0900 glibc (2.3.1-10) unstable; urgency=low * The "trudging the sludge" release. * GOTO Masanori - debian/packages.d/glibc-doc.mk: install linuxthreads/man/*.man manpages into glibc-doc package. (Closes: #155794) - debian/libc/DEBIAN/preinst: add kernel version check compared with 2.4.19-pa17 on parisc64. Suggested by Randolph Chung. - debian/libc/DEBIAN/preinst: add kernel version requirement for 2.5.53-pa3 in 2.5 series kernel on parisc64. - debian/locales/DEBIAN/config, debian/locales/DEBIAN/templates: add translated selection "Leave alone" and "None" because such strings were hardcoded and could not be localized in the templates file. Patched by Denis Barbier . (Closes: #171502) - debian/packages.d/glibc-doc.mk: Fix glibc-doc dangling symbolic link for /usr/share/doc/glibc-doc/html/index.html. (Closes: #169878, #176701) - debian/libc/DEBIAN/postinst: Fix to work $DEBIAN_FRONTEND value regardless its case insensitivity. See #176483. - debian/sysdeps/depflags.pl: Fix again to conflict against wine (<< 0.0.20021007-1) and php4 (<< 4:4.2.3-5). (Closes: #170385) - debian/control: Fix unneeded Conflicts: wine and php4, as denoted above. - debian/control.in/libc: likewise. - debian/patches/glibc23-cmov.dpatch: Add CMOV to hwcap, for VIA C3 which is i686 class processor, but does not have 686 optional instruction CMOV. - debian/patches/glibc23-regcomp.dpatch: Fix regex crash, if clearing buffer, clear allocated too. This patch is pulled from the current upstream glibc cvs. (Closes: #175529) * Daniel Jacobowitz - debian/patches/alpha-pic.dpatch: Fix errno reporting from syscalls on Alpha (Closes: #175511). -- GOTO Masanori Sun, 5 Jan 2003 09:13:22 +0900 glibc (2.3.1-9) unstable; urgency=low * Daniel Jacobowitz - debian/packages.d/s390x.mk: Don't try to install CVS directories (Closes: #174267). - debian/packages.d/optimized.mk, debian/packages.d/sparc64.mk: Likewise. - debian/patches/glibc23-errno.dpatch: Updated for "h_errno" and "_res" also. - Upload properly this time, with a .diff.gz (Closes: #174436). * GOTO Masanori - debian/patches/glibc23-hppa-shmlba.dpatch: Applied hppa SHMLBA definition. (Closes: #170507) - debian/libc/DEBIAN/postinst: add mysql-server in restarting service list. (Closes: #172123) - debian/patches/document-fix.dpatch: Applied patches sent by H. S. Teoh and GOTO Masanori. (Closes: #117680) - debian/patches/glibc23-asserth-decls.dpatch: Applied patches send by Jeroen T. Vermeulen . (Closes: #106253, #164571) - debian/libc/DEBIAN/postinst: Removed 'logind' from checking list because it does not exist. - debian/libc/DEBIAN/postinst: Replaced dpkg -s from apache2 to apache2-common correctly. - debian/libc/DEBIAN/postinst: Redirect dpkg stderr message to /dev/null, which is showed if there are not installed packages. (Closes: #168481) - debian/libc/DEBIAN/postinst: Message typo fixed as "successfully." (Closes: #168483) - debian/manpages/ldd.1: Updated newer version which is pulled from RedHat manpages. - debian/locales/usr/sbin/locale-gen: add '-A /etc/locale.alias' into localedef option to consult locale alias name when making archives. -- Daniel Jacobowitz Thu, 2 Jan 2003 12:02:13 -0500 glibc (2.3.1-8) unstable; urgency=high * Daniel Jacobowitz - debian/patches/glibc23-errno.dpatch: Temporarily re-enable linking to "errno" to fix compatibility with broken binaries (Closes: #174040, #174004). - debian/patches/glibc23-getaddrinfo.dpatch: Add getaddrinfo patch from CVS (Closes: #174027). - debian/control.in/main: Add myself to Uploaders. -- Daniel Jacobowitz Tue, 24 Dec 2002 12:35:39 -0500 glibc (2.3.1-7) unstable; urgency=high * The "Climb Ev'ry Mountain" release. * GOTO Masanori - debian/packages.d/s390x.mk: typo fixed, s390x-linux should be ok to rebuild. (Closes: #173874) - debian/patches/glibc23-getdents64-fix.dpatch: Fix getdents64 failure on linux kernel 2.2. (Closes: #173913) * Jeff Bailey - sysdeps/linux.mk: Finish disabling sparc64. -- GOTO Masanori Sun, 22 Dec 2002 01:35:43 +0900 glibc (2.3.1-6) unstable; urgency=low * The "I will not be thwarted" release. * Daniel Jacobowitz - Update glibc23-ctype-compat.patch to fix segfaults in old static binaries (Closes: #171451). - Allow building from the CVS checkout without getting CVS dirs in the resulting packages. Whew. * Jeff Bailey - debian/patches/cvs.dpatch: Update. (Closes: #171550, #170507) - debian/patches/0list: Update - debian/control.in/libc: Conflict against wine (<< 0.0.20021007-1) (Closes: #170385) Also conflict against php4 (<< 4:4.2.3-5) Thanks to Steve Langasek for hunting this down! - debian/rules: Disable sparc64 build targets for now. - debian/packages.d/s390x.mx: Setup the 64 bit build as a cross-compile, because 's390' cannot run binaries intended for 's390x' * GOTO Masanori - cvs.dpatch update resolve some bugs (Closes: #169919, #165603) - debian/patches/glibc23-hppa-Rminkernel.dpatch: Added hppa kernel version checking due to prevent people from installing unmatched version. Patched by Carlos O'Donell (Closes: #171804) - debian/libc/DEBIAN/preinst: likewise. - glibc23-function-compat.dpatch: Added for some bad application to keep running and not to resolve some symbols like __libc_wait, __libc_waitpid, so on. This patch will be removed when sarge will be relased apparently. (Closes: #165358, #173201) - debian/locales/DEBIAN/config: db_set is set if and only if locale.gen is existed. Patched by Masato Taruishi His note: The previous config script always set locales_to_be_generated even when /etc/locale.gen doesn't exist. So the question in dpkg-preconfigure time became empty in dpkg --configure locales time. This change resolves long outstanding locales bug. (Closes: #156386, #151784, #154244, #164523) -- Daniel Jacobowitz Mon, 2 Dec 2002 17:26:38 -0500 glibc (2.3.1-5) unstable; urgency=low * This is the "Leonids" release. * Jeff Bailey - debian/packages.d/libc-udeb.mk: Do not rename file to SONAME if it's a symlink. Needed for hurd-i386. - debian/patches/signal-texi.dpatch: New file to remove link to linuxthreads manual. Needed for hurd-i386. Welcome back, hppa: - debian/patches/glibc23-00-hppa-pthreads.dpatch - debian/patches/glibc23-01-hppa-dl-machine.dpatch - debian/patches/glibc23-02-hppa-min-kern-unwind-fde.dpatch - debian/patches/glibc23-03-hppa-mcontext.dpatch - debian/patches/glibc23-04-hppa-fcntl64.dpatch - debian/patches/glibc23-05-hppa-buildhack.dpatch - debian/patches/glibc23-06-hppa-tests.dpatch - debian/patches/glibc23-07-hppa-atomicity.dpatch - debian/patches/glibc23-08-hppa-configure.dpatch Thanks to Carlos O'Donell for these! - debian/control.in/libc-udeb: Remove missing trailing blank line. Thanks to Tollef Fog Heen. Closes: #169342 - debian/control.in/s390x: Remove missing trailing blank line. Thanks to Gerhard Tonn. - debian/libc/DEBIAN/postinst: Fix error in apache2 restart logic. Thanks to Carlos O'Donell. - debian/packages.d/libc-dev.mk: Fix missing tabs from s390x section. - debian/patches/s390-types.dpatch: New file to fix __ssize_t Thanks to Gerhard Tonn for these. - debian/packages.d/libc-udeb.mk: use DEB_HOST_ARCH, not DEB_BUILD_ARCH for determining package name. Fixes cross-compilation case. - debian/patches/0list: Update for above -- Jeff Bailey Mon, 18 Nov 2002 23:12:47 -0500 glibc (2.3.1-4) unstable; urgency=low * Daniel Jacobowitz - debian/patches/cvs.patch: Fix RCS ID tags. - debian/rules, debian/sysdeps/sysdeps.mk: Move i386 optimization hack out of the rules file and put debugging information back in libc6-dbg for i386 (Closes: #165892). - debian/patches/crypt.dpatch: Fix initialization in crypt_r (Closes: #163260). - debian/patches/rtsig.dpatch: Fix the value of SIGRTMIN in non-threaded applications (Closes: #165412). - debian/rules, debian/packages.d/libc-dev.mk, debian/packages.d/libc-udeb.mk: Don't use '{}' wildcards, to fix building with /bin/sh -> ash. * GOTO Masanori - debian/libc/DEBIAN/postinst: add more NSS services: samba, courier-authdaemon - debian/packages.d/sparc64.mk: fix build error. - debian/libc/DEBIAN/postinst: modify apache2 service, apache2 ships its init script in apache2-common, but the script is in apache2. So replace from apache2-common to apache2 is needed. Closes: #165959 - debian/patches/cvs.patch: Hurd trailing slash handling fixed. Closes: #162414 - debian/patches/locales-stuff.dpatch: Fixed error generating de_CH, it's caused by typo. Closes: #140054 * Jeff Bailey - debian/patches/cvs.dpatch: New file. - debian/patches/0list: Update - debian/sysdeps/depflags.pl: Conflict against libnss-db <= 2.2-6 Thanks to Ryan Murray for the patch. Closes: #168890 - debian/patches/s390x-lib64.dpatch: New file. - debian/control.in/s390x: New file. - debian/libc-s390x/postinst: New file. - debian/packages.d/libc-dev.mk: Handle asm-s390x - debian/packages.d/s390x.mk: New file. - debian/rules: Include s390x files. - debian/rules.d/control.mk: Add s390x to control_deps, and include control.in/s390x - debian/sysdeps/linux.mk: Add s390x support. Thanks to Gerhard Tonn. Closes: #169176, #166450. - debian/control.in/main: Update Standards-Version to 3.5.7.0 - debian/patches/glibc22-hppa-fcntl.dpatch: Remove File - debian/patches/glibc22-hppa-fcntl-lfs.dpatch: Remove File - debian/patches/glibc22-hppa-mcontext.dpatch: Remove File - debian/patches/glibc22-hppa-pthreads.dpatch: Remove File - debian/patches/glibc22-hppa-rela.dpatch: Remove File - debian/patches/glibc22-hppa-tests.dpatch: Remove File - debian/patches/glibc22-hppa-unwind.dpatch: Remove File - debian/patches/hurd-fork-fix.dpath: New File. Note: CVS patch disabled for this upload -- Daniel Jacobowitz Tue, 29 Oct 2002 13:14:51 -0500 glibc (2.3.1-3) unstable; urgency=low * GOTO Masanori - debian/patches/librt-mips.dpatch: librt is not worked on mips/mipsel architecture, we apply it until sarge will be released. Thanks to Guido Guenther . - debian/patches/glibc23-ctype-compat.dpatch: added. glibc 2.3.x changes some symbols (__ctype_b, __ctype_toupper, __ctype_tolower) as hidden attribute. These symbols that are crashing the old 2.2.x dynamic linking code in static binaries are now exported. This patch is originally pulled from RedHat patch, I modified it for current debian glibc. Closes: #165554 -- GOTO Masanori Sun, 20 Oct 2002 15:04:48 +0900 glibc (2.3.1-2) unstable; urgency=low * This is the "Why did everything stop working, mommy?" release * Jeff Bailey - debian/libc/DEBIAN/postinst: Warn about NSS changes if upgrading from older than 2.2.94-1. Add ssh-krb5 and apache2 to list of services that definetly need restarting. Add libc-udeb (closes: #158589) Thanks to Tollef Fog Heen. - debian/control.in/libc-udeb: New file - debian/packages.d/libc-udeb.mk: New file - debian/rules: Call udeb machinery. - debian/rules.d/control.mk: Call udeb machinery. - debian/sysdeps/build-options.mk: Strip libc on alpha - debian/control.in/main: 2.13.90.0.10-1 is broken on s390 require 2.13.90.0.4-1 for them. * GOTO Masanori - debian/patches/0list: disable ip6-fix.dpatch. Closes: #165287 - debian/packages.d/libc-udeb.mk: Clean up and fix indent crap. - debian/rules.d/shlibs.mk: bump up to 2.3.1-1. Closes: #165456 -- Jeff Bailey Fri, 18 Oct 2002 11:27:07 -0400 glibc (2.3.1-1) unstable; urgency=low * This is the "twilight" release... * Jeff Bailey - Upgrade tarballs to 2.3.1 - version: Update to 2.3.1 - debian/sysdeps/linux.mk: Do not build optimized libraries - debian/rules.d/control.mk: Likewise - debian/control.in/main: Require binutils 2.13.90.0.10-1 for ppc - debian/patches/elf-machine-rela-mips.dpatch: New file - debian/patches/0list: Update accordingly. - debian/rules: Use -O on i386. This should go somewhere else, but I want to get this release out. * XXX Below here was during the 2.3 development, and never released. * Jeff Bailey - Upgrade tarballs to 2.3 - version: Update to 2.3 - debian/patches/hppa-data-start.dpatch: Remove, incorporated upstream - debian/patches/various-lsb-fixes.dpatch: Remove, incorporated upstream - debian/patches/0list: adjust accordingly Also, prune ia64-reloc-none from the list. I can't tell from the code snippet if this has been incorporated or not. - .cvsignore: Add the stamp directories - debian/rules: Don't put CFLAGS in configparms, resolves ldconfig miscompile on i386 - debian/rules: Add freebsd-i386 support - debian/rules.d/control.mk: Add freebsd-i386 support - debian/sysdeps/freebsd.mk: New file to add freebsd-i386 support - debian/sysdeps/paths.mk: Add freebsd-i386 support - debian/sysdeps/soname.mk: Add freebsd-i386 support * XXX Below here was during the 2.2.94 development, and never released. * Jeff Bailey - Upgrade tarballs to 2.2.94 - version: Update to 2.2.94 - debian/patches/cvs: Remove - debian/patches/manual-texinfo4: Remove, incorporated upstream. - debian/patches/i386-mathinline.dpatch: Remove, glibc headers require ANSI compilers. - debian/patches/db1-addon-enabler.dpatch: Remove - debian/patches/0list: adjust accordingly - debian/patches/0list: Comment out string2-pointer-arith. This was originally created to fix #44697, but without this patch, 44697 is no longer reproducable. - debian/patches/fhs-linux-paths.dpatch: Update to new template format - .cvsignore: New file * XXX Below here was during the 2.2.93 development, and never released. * Jeff Bailey - Upgrade tarballs to 2.2.93 - version: Update to 2.2.93 The following important patches are still disabled: glibc22-hppa-pthreads, glibc22-hppa-rela, ia64-perf - debian/patches/0list: prune commented out patches that won't be needed anymore - debian/patches/ia64-reloc-none.dpatch: Updated, thank to Randolph Chung - debian/make-cvs-patch.sh: New file. - debian/patches/template.dpatch: Update headers to new format. - debian/patches/hurd-ioperms.dpatch - Deleted - debian/patches/hurd-lfs64.dpatch - Deleted - debian/patches/hurd-update.dpatch - Deleted - debian/patches/syserrlist.dpatch - Deleted - debian/README - More updates - debian/rules.d/control.mk: debian/control should Depend on debian/sysdeps/depflags.pl - debian/sysdeps/depflags.pl: Actually add the dependancy on libdb1-compat. This is an update to GOTO Masanori's change, Thanks to Ryan Murray for catching this. - debian/patches/mathpatch.dpatch: Prune - debian/rules.d/patch.mk: Add `setup' as an alias for `patch' to provide dbs compatability. - debian/patches/cvs.dpatch: Sync with CVS from September 14th. - debian/patches/0list: Updated * GOTO Masanori - debian/packages.d/glibc-doc.mk: change texi2html processed file from chapters.texi to libc.texinfo. Closes: #159417 - debian/packages.d/libc-{dbg,pic,prof}.mk: fix /usr/doc removal compilation failure. - debian/libc/DEBIAN/postinst: Fix 'grep -v' failure if the size of /etc/ld.so.nohwcap is 0. - debian/rules.d/control.mk: Generate libc-opt control information. - Updating 2.2.9x fixes LSB 1.2 compliance. Closes: #156821 - debian/control: add Depends: libdb1-compat. Until woody, libdb1 is included in libc6 package. However after sarge, libdb1 support is removed. libdb1-compat contains libdb1 which is formerly provided by libc6. Now libc6 depends on libdb1-compat, so upgrading from woody to sarge does not break any libdb1 issues. Closes: #155904 - debian/patches/glibc22-hppa-fcntl.dpatch: added, patched by Carlos O'Donell . - debian/patches/glibc22-hppa-fcntl-lfs.dpatch: added, patched by Randolph Chung . Closes: #160846 * Ben Collins - Make sparc64 build use gcc-3.2. - Update all config options to not use --disable-sanity-checks, since we are actually using gcc-3.2 for everything. - Patch cleanups. - Re-enable optimized libs. Includes a simple mechanism which should fix the conflicting symbols during libc/libc-opt upgrade scenarios. This means that libc6-v9, libc6-i586 and libc6-i686 are back in full swing. - Remove all references to /usr/doc symlink crap, which is deprecated. * XXX Below here was during the 2.2.92 development, and never released. * Jeff Bailey - Upgrade tarballs to 2.2.92 - version: Update to 2.2.92 - debian/control.in/main: Require gcc-3.2 for all archs - debian/patches/0list: prune glibc-cvs, glibc22-s390-resource, gmon-start, locales-de_CH, sh-sysdep, alpha-build-failure These are already included in the 2.3 series. - debian/patches/glibc22-misc.dpatch: Split into ... debian/patches/makeconfig.dpatch: ... this debian/patches/locale-es_AR.dpatch: ... and this debian/patches/i386-mathinline.dpatch: ... and this debian/patches/ldconfig.dpatch: ... and this. - debian/patches/makeconfig.dpatch: Update for 2.3 series - debian/patches/0list: Temporarily disable some other patches: glibc22-hppa-pthreads, glibc22-hppa-rela, ia64-perf - debian/rules: memset.S works on ppc now, so stop deleting it. Thanks to Jack Howarth for letting us know. - debian/sysdeps/gnu.mk: Remove --enable-libio, now set by default. Add NO_TEST = yes, make check does not run on i386-gnu. - debian/sysdeps/tools.mk: Hardcode gcc-3.2 for $(CC) and $(BUILD_CC) until gcc-defaults switches. - debian/rules: use CC=$(CC) when calling configure to get any changed definitions. - debian/control.in/main: Require binutils (>= 2.13.90.0.4-1) - debian/rules: Add time/date stamps to beginning and end of log files - db1-addon-2.1.3.tar.bz2: Delete - debian/ppc-memset.S: Delete - debian/README: Update * GOTO Masanori - debian/packages.d/libc-dbg.mk: update libpthread-0.9 -> 0.10. - packages.d/libc.mk: likewise. - packages.d/optimized.mk: likewise. - packages.d/sparc64.mk: likewise. - debian/patches/glibc22-hppa-mcontext.dpatch: Fix unmatched userland mcontext_t definition differed from kernel. Patched by Carlos O'Donell . Closes: #157374 * XXX Below here was during the 2.2.5 development, and never released. * GOTO Masanori - debian/patches/glibc-cvs.dpatch: Update from Glibc CVS. - debian/patches: Dropped applying below patches due to updating glibc-cvs.dpatch. hurd-update, hurd-ioperms, ia64-strncpy, sparc-misc, resolv-nss_dns, glibc-openoffice-fixes, xdr-array-security, hurd-lfs64, syserrlist, mathpatch - Fix gcc 3.1/3.2 compatibility building for glibc on ppc, with upstream patched by Jack Howarth and Franz Sirl . Closes: #155606 -- Jeff Bailey Thu, 17 Oct 2002 08:37:52 -0400 glibc (2.2.5-15) unstable; urgency=low * debian/patches/dl-procinfo-fix.dpatch: Fix libssl optimization problem occured by glibc dl-procinfo. Closes: #161700, #161717, #161720, #161740, #161773, #161774 Closes: #161786, #161788, #161813 -- GOTO Masanori Thu, 3 Oct 2002 09:56:46 +0900 glibc (2.2.5-14.3) unstable; urgency=low * NMU * debian/patches/glibc22-mips-mcontext.dpatch: delete. -- Ryan Murray Sun, 15 Sep 2002 14:21:21 -0700 glibc (2.2.5-14.2) unstable; urgency=medium * NMU * debian/patches/alpha-stxncpy.dpatch: keep testsuite patch (accepted upstream), but disable all use of stxncpy until a correct patch can be made. -- Ryan Murray Thu, 12 Sep 2002 13:04:47 -0700 glibc (2.2.5-14.1) unstable; urgency=low * NMU * sysdeps/depflags.pl: Make libc{6,6.1} depend on libdb1-compat (closes: #155904) * debian/patches/alpha-stxncpy.dpatch: Add patch from Daniel Jacobowitz for alpha stxncpy (closes: #159633) * debian/patches/glibc22-mips-msq.dpatch: Add sysdeps/unix/sysv/linux/mips/bits/msq.h for mips (closes: #159923) * debian/patches/glibc22-hppa-fcntl.dpatch: Add DN_* and F_NOTIFY definitions for hppa (closes: #159636) * debian/patches/glibc22-hppa-mcontext.dpatch: correct definition of mcontext to match kernel (closes: #157374) * debian/patches/glibc22-mips-mcontext.dpatch: correct definition of mcontext to match kernel (closes: #160462) * add build-depends on dpkg 1.10.8 to ensure we use the install-info that has the perl 5.8 workaround. -- Ryan Murray Tue, 10 Sep 2002 22:35:48 -0700 glibc (2.2.5-14) unstable; urgency=low * GOTO Masanori - debian/patches/sh-sysdep.dpatch: Added the patch to compile for sh[34] sh[34]eb. Closes: #156273 - debian/patches/glibc22-m68k-compat.dpatch: Newer m68k debian specific compatibility patch. Patched by Michael Fedrowitz . - debian/patches/malloc-security.dpatch: Applied malloc security patch Patched by Wolfram Gloger . - debian/patches/alpha-build-failure.dpatch: Fix alpha build failure. -- GOTO Masanori Wed, 7 Aug 2002 20:56:54 +0900 glibc (2.2.5-13) unstable; urgency=low * Ben Collins - Last maintainer upload for me. - Fix double getent listing for build of libc package. Closes: #154133, #152866 - Set maintainer to the debian-glibc mailing list. Set uploaders to myself and others. - Placed into CVS (this log entry is the first test commit). - ia64 build failure was fixed in last NMU. Closes: #151956 - This sshd/libc bug is long since gone. Closes: #72596, #82468 - ldconfig search order has also since been fixed. Closes: #105249 - Add patches that OpenOffice needs in order to build. Closes: #153107 - Bump min kernel supported to 2.2.0. Closes: #149529 - Remove db1 compat library. The only user I know of this is coda. Coda can include it's own version of the library now. I've emailed the coda maintainer. - Bump the shlibs ver because of the min-kernel change, and db1 removal. - Add xdr-array.c security patch, Closes: #154992 * GOTO Masanori - applied patches/locale-de_CH. - debian/control: fix my uploader address due to my obsolete gpg key. - debian/copyright: update copyright year. * Jeff Bailey - Add hurd-i386 patch for support LFS from CVS - Add patch to only declare sys_errlist and sys_nerr on Linux. This allows gcc to build cleanly on hurd-i386. - Require mig >= 1.3-2 (hurd-i386 only), and hurd-dev >= 20020608-1 (hurd-i386 only) - Prune hurd-ldflags from Hurd patch list. Noone is quite sure what it's for. With this change, all hurd-i386 patches are now upstream in CVS. - Add 'mathpatch' to fix a math testsuite failure. -- Ben Collins Thu, 25 Jul 2002 11:13:22 -0400 glibc (2.2.5-12) unstable; urgency=low * Non-maintainer upload to fix build problems on ia64 * replaces ia64-asm-fixes.dpatch with ia64-perf.dpatch, ia64-strncpy.dpatch -- Bdale Garbee Tue, 16 Jul 2002 17:09:24 -0600 glibc (2.2.5-11) unstable; urgency=low * Yet another NMU * Build with a -11 version to work around fragile logic that breaks locale dependencies when using NMU versioning. Closes: Bug#152968 -- Wichert Akkerman Sun, 14 Jul 2002 23:59:04 +0200 glibc (2.2.5-10.0) unstable; urgency=low * Non-maintainer upload by the security team * Rebuild, uploads to both testing and unstable are not allowed -- Wichert Akkerman Sun, 14 Jul 2002 04:48:50 +0200 glibc (2.2.5-9) testing-security unstable; urgency=low * Something fucked up. Not sure why the .diff.gz size didn't match the .changes/.dsc. Not sure why katie didn't reject the upload when it found that out aswell. -- Ben Collins Sat, 13 Jul 2002 10:08:51 -0400 glibc (2.2.5-8) testing-security unstable; urgency=low * Resolver security bug fix. -- Ben Collins Fri, 12 Jul 2002 18:24:28 -0400 glibc (2.2.5-7) unstable; urgency=low * Misc ia64 asm updates, and strncpy fix * Misc sparc patches from DaveM * Revert sparc64 back to lib64 from my rebelious lib/64 effort. Use gcc-3.1 now. -- Ben Collins Mon, 17 Jun 2002 22:33:39 -0400 glibc (2.2.5-6) unstable; urgency=low * Fix locales/config to be 755. * Add big fat note to default nscd.conf about how host cache is insecure, and disable it by default. This lowers the severity of #139879 for the time being. I'll close it when a proper fix is in. * Hurd patches from Jeff Bailey. Hurd goes to libc0.3! -- Ben Collins Sun, 28 Apr 2002 11:21:48 -0400 glibc (2.2.5-5) unstable; urgency=low * Fix missing LOCALES var in locale-gen. * Fix space before "]" in locales/postinst. Closes: #139902, #139977, #140048, #140464, #141408, #141515, #141558, #141617, #141786 * Generate list of locales directly in locales/DEBIAN/config, so that we have a working list during pre-inst. Closes: #76954, #141384 * Backout nice changes for now. -- Ben Collins Mon, 25 Mar 2002 21:05:44 -0500 glibc (2.2.5-4) unstable; urgency=low * Include s/ip6.arpa/ip6.int/ patch from Fabbione. Closes: #119773, #132310 * Fix perms on locales/DEBIAN/config. Closes: #134094, #139682 * Update from Glibc CVS: Lots of euro conversions and locales updates. Closes: #128181, #130259 Lots of other various fixes (please read the ChangeLog). Closes: #138094 * Upstream fixed ia64 ldd rewrite problem. Closes: #128451 * Upstream fixed nice return. Closes: #136815 * pt_BR translation is ok now, Closes: #128530 * Applied patch from Ganesan R to better handle some locale names. Closes: #128969 * Add ARM patch to disable hardware caps. * Fix typos in catalan template. Closes: #133247 * Add a "Leave alone" option for locales setting of /etc/environment. Make it the default. Closes: #133315, #133315 * HPPA patch from Randolph Chung. Closes: #133666 * Fix zh_HK date output, from Anthony Fok. * s/Noninteractive/noninteractive/ (hopefully for the last time). Closes: #134381, #137348 * Fix locales/config for when locale.gen doesn't exist. Closes: #135343, #134613, #139284 * Patch from Gary Hade (via Randolph Chung) to fix gmon-start. Closes: #135748, #129903 * Fix locale.1 - s/LC_PAPR/LC_PAPER/ Closes: #114174 * Add glibc22-hppa-tests patch from Randolph Chung. Closes: #137513 * Alistair McKinstry: - Added locale.alias(5) and locale.gen(5) man pages. Closes: #106117 - Patch for glibcbug to correctly handle bad EDITOR setting. Closes: #128699 - Include glibcbug.1 manpage. Closes: #128701 - Add patch to fix segv in localedef. - Patch for locale.1 and localedef.1 to add missing LC_* vars. Closes: #114174 - Fix for the d_fmt field in de_CH. Closes: #27397 - Fix locale.alias so Russion charset is KOI8-R instead of ISO-8859-5. Closes: #62586 - s/Jun/Juni/ s/Jul/Juli/ for sr_YU. Closes: #131846 - Typo in categories.def. Closes: #133379 - Update iso-4217.def Closes: #133380 - Re-enable el.po since we are using newer gettext. Closes: #133383 * nscd.conf.5: Clarification. server-user option cannot be used with -S/--secure. It will fail to start. Also note that using server-user other than root may break some lookup services. Closes: #139433 * Completely remove the pthread man pages. They are _way_ out of date (last updated in 1998 according to the ChangeLog). Use the info or html docs instead. Feel free to send me mucho patches for them, if you want them back. Closes: #139052, #139042 * Various LSB conformance patches from Joey Hess. Closes: #136815 * ia64 patch for R_IA64_NONE relocs. Closes: #135314 -- Ben Collins Sun, 24 Mar 2002 09:49:37 -0500 glibc (2.2.5-3) unstable; urgency=low * Fix logic in locales postinst which would fail on empty or missing /etc/environment. Closes: #132025, #131999, #132244 * Remove build-dep on gcc-3.0-sparc64 * Fix case where no locales are selected, so the only choices for LANG are C and None. This left a hangin comma which debconf doesn't seem to like. Closes: #132245 -- Ben Collins Sun, 3 Feb 2002 23:13:29 -0500 glibc (2.2.5-2) unstable; urgency=low * Remove glibc22-m68k-resource.dpatch. Patch is already included upstream. Closes: #130922 * Fix thinko in locales postinst. Also add a "None" option for LANG, and check for it in postinst. * HPPA correct unwind setting, from Matthew Wilcox. Also update patch splitting the linuxthreads and rel/rela changes. Closes: #131216 * Fix copyright shown for the GNU Libc Manual. Closes: #130866 * Fix problem where a binary-NMU rebuild of libc would provide a version that was incompatible with the current locales dep. * Fix atomic_lock_t decleration for hppa. Closes: #131367 * Fix logic in locales where LANG wasn't being set in /etc/environment. Closes: #131040 * Moved SUPPORTED list to /usr/share/i18n/, since policy says it can't be in /usr/share/doc/locales/. Fixup debconf scripts to notice this. * A few patches from CVS: - Fixes bad optimization in dynamic linker - Updates m68k and arm for unwind - tzdata2002b updates - Some irrelevant (for us) x86_64 updates * Patch from Gerhard Tonn for s390-32 for bits/resource.h. * libc6-sparc64-dev: Change dep to gcc-3.0 instead of gcc-3.0-sparc64. The packages are now merged. -- Ben Collins Fri, 1 Feb 2002 11:52:54 -0500 glibc (2.2.5-1) unstable; urgency=low * New upstream. Closes: #122980, #126441 * locales.postinst: Add a signature line to /etc/locale.gen so people can take over the file manually instead of through debconf. * Added -de template for locales. Closes: #114078 * Removed need for generate-config.mk. SUPPORTED list for debconf is now generated dynamically using SUPPORTED.gz. * Added debconf option in locales to choose LANG= default in /etc/environment based on contents of /etc/locale.gen. Closes: #117216, #120410 * Patched nscd init script. Patch supplied by Grant Bowman. Closes: #121942 * Do not install tzconfig(8), Closes: #123679 * Removed obsolete BSD license clause in debian/copyright. Closes: #123821 * Applied spelling patch for locales description. Closes: #125092 * Updated glibc-doc description to note that it includes html docs too. I am not, however, splitting info and html docs into seperate packages. Closes: #125825 * Check for the existence of libdb.so.3 before cat'ing it. Closes: #126459 * Added powerpc sysconf patch from David Schleef. Closes: #127560 * Added SuperH support. Closes: #127740 * No longer apply glibc-vs-gcc3 patch. Implementation merged upstream. * Last minute ARM patch to fix unwind. -- Ben Collins Thu, 24 Jan 2002 00:31:40 -0500 glibc (2.2.4-7) unstable; urgency=low * glibc22-hppa: Fix mips/pt-machine.h, so that it patches both the ISA-1 and ISA-2 cases of testandset(). Also add IPC updates from Willy. Closes: #120383 * glibc22-hppa: Updated, from Mathew Wilcox. -- Ben Collins Mon, 3 Dec 2001 12:09:26 -0500 glibc (2.2.4-6) unstable; urgency=low * glibc22-hppa.dpatch: Fix lock_held macro on non-hppa. This patch is now enabled by default for all archs. * Update patches for HPPA dynamic loader from. * m68k resource.h patch from Roman Zippel, Closes: #118909 -- Ben Collins Fri, 9 Nov 2001 21:20:59 -0500 glibc (2.2.4-5) unstable; urgency=low * Added patch from Ulrich to really fix the [x-] fnmatch() case. Closes: #96013 * Updated gcc3 compat patch. * Several changes to ldconfig: - Parse the config file before checking system directories. This is needed to make sure it is possible to override system directories. - Cleanup the config file parsing routine a bit. Make sure we open the config file with correct perms in case it gets created by this call. * Pulled from CVS as of Oct 27, 2001: - Includes fnmatch fix upstream. - strxfrm fix. - dlfcn fix for C++ program usage. - ENABLE_NLS fixes for various functions (doesn't affect us, since it is mainly meant for non-nls builds). - IPv6 reverse lookup fixes. - Lots of libm fixes. - Several language translation updates. - Several m68k setjmp fixes. - Some mips fixes merged. - Timezone updates. - S390 ucontext fixes. - Several hurd fixes. - ELFOSABI_* Updates. * Update the kernel headers on all the systems I build for (arm, ppc, i386, mips, sparc, sparc64, hppa). * Added "es" template for locales, from Carlos Valdivia. Closes: #117413 * Fixup ttyname patch for devfs, which broke some things. Closes: #117551 * Remove the errno.texi explanation for _GNU_SOURCE for two defines. The thing is, according to the libc manual conventions, this is not the correct way to handle it. In fact, it is already done according to the convention of the rest of the manual. The two items are tagged with the "GNU" comment, meaning they are GNU extensions. The libc manual explains in its introductory chapters that this means it needs the _GNU_SOURCE define. -- Ben Collins Mon, 29 Oct 2001 20:25:40 -0500 glibc (2.2.4-4) unstable; urgency=low * Hopefully fix the damn .html docs. Looks good to me. Closes: #84237, #89382 * Fix inttypes.h typo. Closes: #114483 * Disable sanity checks for gcc-3.0 archs, Closes: #114724 * Fix entry for locales depending on debconf. Closes: #115155 * Fix echo commands when generating locales.config. The -e option is not portable. * New hppa patch from several people. This, along with the .10 binutils, should fix all of hppa's problems. * Apply devfs compatibility patch for ttyname. Closes: #74911 * Add (modified) patch for ldconfig to create ld.so.conf if it doesn't exist. Original patch from David Whedon, Closes: #98763 * Clarify some errno.texi functions wrt _GNU_SOURCE. Patch from Jeremiah Savage. Closes: #99683 * Add conflicts/replaces for all the potato locales that cannot be installed with this glibc (and are actually supported now). Closes: #108015 * Fix comma in confnames.h to make all the -pedantic folks happy :). Closes: #113498, #113816, #114672 * Include a mips termios.h cleanup patch, sent by Ryan Murray, patch by Ralf Baechle. * Add Russion template for locales package, by Ilgiz Kalmetev. Closes: #114303 * Fix sed in ia64/ldd-rewrite.sh: Closes: #115784 * Add Brazilian Portuguese locales template from Andre Luis Lopes, closes: #116435 -- Ben Collins Wed, 24 Oct 2001 12:28:49 -0400 glibc (2.2.4-3) unstable; urgency=low * Apply patch to fix es_AR number formatting. Closes: #108373 * Fix SA_* defines on some archs. Patch sent upstream, and accepted. Closes: #113273 * Brought in dynamic module patch from CVS that fixes mozilla/galeon/konquerer. Closes: #113457, #113481, #113708 * Fixed libc postinst for the readlink call. Based on patch supplied by Branden Robinson. Closes: #113459 * Increase shlib dep to 2.2.4-2. Closes: #113731 -- Ben Collins Sat, 29 Sep 2001 23:38:11 -0400 glibc (2.2.4-2) unstable; urgency=low * Updates from CVS Head, includes some s390 fixes, closes: #109072 * Reincluded some missed patches (notable the fakeroot fix), closes: #109162 * Include the iconvconfig program in the libc6 package, closes: #109600 * Fixup locales/libc dep back to the old way, closes: #109850 * Apply patch for locale-gen.8, closes: #110554 * Apply patch to make /etc/locale.gen generated by debconf interface. Thanks to Ho-seok Lee, closes: #110980, #110661 * glibc22-fts.dpatch: Remove, fixes upstream now. * libc/DEBIAN/postinst: Before calling init u, make sure /proc/1/exe resolves to /sbin/init. This should help ensure we don't muck up debootstrap. closes: #110615 -- Ben Collins Fri, 7 Sep 2001 14:52:02 -0400 glibc (2.2.4-1) unstable; urgency=low * Final release of 2.2.4. Not much changed from 2.2.3-11. * Remove cruft from debian/patches/ -- Ben Collins Thu, 16 Aug 2001 09:29:14 -0400 glibc (2.2.3-11) unstable; urgency=low * Updated to HEAD of CVS as of Aug 11, 2001 - Misc fixes found in 2.2.4pre2 - This is basically 2.2.4pre3 * New glibc-vs-gcc3 patch, closes: #108408, #108364, #108415, #108364, #108454, #108476 -- Ben Collins Sun, 12 Aug 2001 10:02:12 -0400 glibc (2.2.3-10) unstable; urgency=low * Updated to HEAD of CVS, as of Aug 4, 2001 - Mostly arch specific bug fixes. - This is actually the same as 2.2.4-pre2 (releasing in a day or so) * Ok, I give up. I don't want any more bug reports, so I've added the nfs getdents fix. If it breaks anything, I will hunt down all of those who submitted the patch/bug. closes: #86877 * Added two more Q/A's to the Debian FAQ (AKA "The Overfiend Clause" :) This documents Debian's glibc following stable CVS, and also kernel-headers desync. * Added latex2html to build-dep-indep, closes: #101662 * Fix tzconfig so it handles ambiguous names correctly, closes: #105580 Patch by Martin Pool * Add copyright and license to tzconfig, closes: #105581 * Updated libc0.2 hurd dep to (>= 20010718-1), closes: #106291 * Include locale-gen.8 manpage from Eduard Bloch * Duh. We don't need to cat in the saved libdb.so.3 to the new location. Ldconfig does the work for us by creating a symlink to it. * Remove sysdeps/powerpc/memset.S so ppc gets the generic C version for now (which is actually faster on most machines anyway), until they get their memset.S fixed (especially for Power3). * Added updates for hppa patch from Matthew Wilcox. * debian/rules.d/control.mk: Added hppa to list of archs for libc6 -- Ben Collins Tue, 7 Aug 2001 10:11:22 -0400 glibc (2.2.3-9) unstable; urgency=low * Really fix the timezone problem this time. I moved the UTC check before the TZ check, and then reuse that to get the TZ date, instead of the other way around. That solves the problem. Using this method, I can get the UTC date first setting LC_ALL=C, and then allow the override for the real UTC0 and $TZ date, so we get lang support without breakage now. -- Ben Collins Tue, 24 Jul 2001 12:19:48 -0400 glibc (2.2.3-8) unstable; urgency=low * Use glibc- instead of glibc_ for the provides between libc and locales. Underscores are actually not allowed in package names. * CVS as of July 22, 2001 * Use LC_ALL instead of LANG in libc postinst, closes: #106043, #106078, #106081, #106187, #106215 * Use Noninteractive, not noninteractive in postinst's, closes: #105902 * SUPPORTED file ends in .gz...guess some people can't bother to add that themselves. Also, add notes about locale-gen closes: #105915 * Fix cp -L calls, use cat instead to make sure we avoid any command line problems, closes: #106120, #106096 * MIPS WARNING: The MAP_BASE_ADDR patch does not apply anymore, since it seems that whole bit of code was removed. MAKE SURE THIS DOESN'T BREAK ANYTHING! :) -- Ben Collins Sun, 22 Jul 2001 23:04:15 -0400 glibc (2.2.3-7) unstable; urgency=low * CVS as of 7-9-2001, closes: 101308, 103251, 100398, 100398 * New hppa patch, still not enabled by default since I got deadlocks in the linuxthreads tests (ex2 and ex10) on sparc. * Increased shlibdep to 2.2.3-7 * SUPPORTED locales list is now in doc dir, and locale.gen is a non-changing file (still a conffile, but it doesn't change when glibc changes). * Fix fts patch so it doesn't break Hurd, closes: 102826 * Make libc provide glibc_$DEBVERSION, and locales depend on it. This way we make sure everything matches up. closes: 100605, 100605, 101034, 100605, 99344 * Added some more UTF-8 locales, closes: 103742, 86372 * Fixed hurd's ldconfig, closes: #101691 * Already fixed ld_envlib_path, closes: 101622 * In libc preinst, detect if we are upgrading from a version where we used to provide our own libdb.so.3, and keep a copy. We reuse it during postinst. This way, we have no time where libdb.so.3 doesn't exist. closes: 101795, 103586 * Removed depends on libdb2 from libc6, since our hack above makes it pointless. Now, libc6 should get installed before libdb2 (since it depends on libc6), which will leave a working libdb.so.3. After libdb2 is upgraded, the new libdb.so.3 will be installed, which will work since the new libc6 that it depends on is also working. * Fixed calls for zoneinfo as per JoeyH's suggestion. closes: 100461 * Updated copyright notice since LGPL 2.1 is now used. -- Ben Collins Tue, 10 Jul 2001 14:00:59 -0400 glibc (2.2.3-6) unstable; urgency=low * CVS As of 6-9-2001, closes: #100055 * debian/sysdeps/depflags.pl: Fix typo where netbase/netkit-rpc wasn't being added to libc-dev control flags, closes: #98735, #99460, #99990, #100382 * Moved rpcinfo from /usr/sbin to /usr/bin... closes: #100279 * Added fts() security patch * Updated patch for HPPA, now also enabled per default -- Ben Collins Sat, 9 Jun 2001 16:35:29 -0400 glibc (2.2.3-5) unstable; urgency=low * CVS as of 5-28-2001 * Added fake ldconfig script for hurd, provided by Robert Bihlmeye, closes: #95189 * Add replaces for netbase (<< 4.0), closes: #98708, #98735 * Install rpcgen/rpcinfo manpages, closes: #98710 -- Ben Collins Mon, 28 May 2001 14:36:32 -0400 glibc (2.2.3-4) unstable; urgency=low * CVS as of 5-24-2001 * Add forgotten mips ld.so patch * Added s390 to arch lists, closes: #97718 * Add m68k fPIC patch for libc_nonshared, closes: #97663 * Add LD_LIBRARY_PATH to --library-path, closes: #98638 -- Ben Collins Thu, 24 May 2001 16:10:09 -0400 glibc (2.2.3-3) unstable; urgency=low * Upgraded to CVS as of 5-20-2001 * New HPPA patch (applies cleanly) * Fix prep.sh, closes: #97600 * Add rpcinfo to libc, and rpcgen to libc-dev. Add Conflicts/Replaces for both packages with netkit-rpc, closes: #93280 -- Ben Collins Mon, 21 May 2001 09:56:47 -0400 glibc (2.2.3-2) unstable; urgency=low * Enable threads for hppa * Updated to CVS as of May 10, 2001, closes: #96968, #94501 * Run locale-gen on upgrades from before 2.2.3-1, closes: #96767, #96913 * Should be fixed, old regex problems, closes: #86728, #88677 * This should be fixed now too, closes: #88662 * There were some regcomp related fixes that appear to have fixed this, closes: #93167 * Build-Depends-Indep: s/perl5/perl/, closes: #95782 * Updated eo_EO from Edmund GRIMLEY, closes: #78085 -- Ben Collins Thu, 10 May 2001 13:54:42 -0400 glibc (2.2.3-1) unstable; urgency=low * Were up to 2.2.3 now. * libc-dev: Conflict with older gcc's that do not have the weak-sym or pic-kludge patches. * ldd.dpatch: New and improved fix for the "no execute permissions" buglet. Now, ldd will not call the "file" command for every file. This should speed up dpkg-shlibdeps a lot. * Removed some obsolete db2 patches * Removed some other obsolete patches * Conflict with libnss-db that used db2 * Depends on current libdb2 which contains libdb.so.3...hopefully this wont make apt choke because of a dep loop * Use the new gcc-3.0 to build sparc64 64bit libc/libc-dev packages. * Build-Depend += gcc-3.0-sparc64 [sparc] -- Ben Collins Thu, 12 Apr 2001 21:08:33 -0400 glibc (2.2.2-4) unstable; urgency=low * Yeah! We can disable our libdb.so.3 (db2) interface in favor of the one in libdb2. That package now has a symboled version so we can start to migrate away from this cruft. However, we do still have the db1 support. -- Ben Collins Fri, 23 Mar 2001 19:17:39 -0500 glibc (2.2.2-3) unstable; urgency=low * Disable building of optimized libs for now. I did not forsee the problems involved with symbol skew between ld-linux.so.2 and the optmized libc.so.6. As of now, I can see no way around this. * Make libc6 conflict with the optimized libs for now, so we can get rid of them, closes: #90753, #90758, #90763, #90770, #90778, #90779 * RPC patch from Jakub Jelenik, probably closes: #90830 * Add build-dep for file, m4 not needed now that opt libs are gone. closes: #90773 -- Ben Collins Fri, 23 Mar 2001 10:31:24 -0500 glibc (2.2.2-2) unstable; urgency=low * Fix ld.so shlib output, closes: #87655 * Update to latest CVS, as of 2001-03-21 * manual/arith.texi: Fix documentation of fast and least integer typedef's. Patch sent upstream, closes: #84711 * glibc22-getaddrinfo.dpatch: Add fix from Hiroyuki YAMAMORI , closes: #85304 * i386/mathinlines.h: Fix non-ANSI ?: construct, closes: #85322 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add and fix some madvise declerations, closes: #86676 * Explicitly list inetd to be restarted, closes: #86715 * Updated Hurd SIOCS patch from Marcus Brinkman , closes: #87903 * Added eo_EO locale by Robert Thomson * Check to make sure any services actually need to be restarted, closes: #88440 * Conflict with old strace, which appears to break under new libc6, closes: #88775 * Make sure we remove any CVS cruft, closes: #90173 * Removed -O2 override for hppa, at Matt Taggart's request. * Build-Depend on latest gcc so we get the weak sym stuff right. * Made opt libs compiled specifically for 2.4.0+ kernels. This should make them even faster and smaller since it reduces the compatibility code. * libc-opt/DEBIAN/preinst: Check to make sure we are running under a 2.4.0 kernel, and under the correct cpu * libc/DEBIAN/{prerm,postinst}: Changed check for package name to use basename of $0 as opposed to uname. -- Ben Collins Fri, 23 Mar 2001 10:30:47 -0500 glibc (2.2.2-1) unstable; urgency=low * New upstream version * Updated to CVS as of 2001-02-16, should make alpha build now. -- Ben Collins Thu, 15 Feb 2001 23:55:24 -0500 glibc (2.2.1-4) unstable; urgency=low * Fixup section "disparities" between control and overrides on ftp-master -- Ben Collins Tue, 13 Feb 2001 11:47:22 -0500 glibc (2.2.1-3) unstable; urgency=low * Update CVS, should fix regex memleak, closes: #85788 -- Ben Collins Mon, 12 Feb 2001 22:57:56 -0500 glibc (2.2.1-2) unstable; urgency=low * Synced with CVS as of 2001-02-09, 2.2.2-pre1 * shlibs: s/libdb1/libdb/ * debian/rules (clean): remove shlibs file, since it is generated * move getaddrinfo patch to it's own .dpatch * Added some ia64 setups, closes: #82384 * clean target, remove debian/control.in/libc?*, since they are generated * debian/control.d/main (locales): Fix description to reflect recent merging of the i18ndata package, closes: #82347 * Added hppa patch from Matt Taggart * db/ndbm.h: s,db.h,db1/db.h, closes: #83171, #83443 * Added extra disclaimer to the locale postinst warning. closes: #83394 * libc/DEBIAN/postinst: change logic in check for init. closes: #84287 -- Ben Collins Mon, 29 Jan 2001 10:54:53 -0500 glibc (2.2.1-1) unstable; urgency=low * Upstream version 2.2.1 release, not many changes for us really, since we've been using CVS all along. * Included Hurd-SIOCS patch from Marcus Brinkman. * segfault.c: s/__access/access/. Patch sent upstream. closes: #82026 * Increase shlibdep version to 2.2.1 * Merged i18ndata package into locales package. closes: #81990 * Added snmpd to the restart list, closes: #81736 * Resynced bug list. Count is 57 now... -- Ben Collins Wed, 10 Jan 2001 08:55:08 -0500 glibc (2.2-11) unstable; urgency=high * Synced to CVS as of 2001-01-09 - 52 unique bugs and decrementing... This fixes the RESOLV_HOST_CONF security problem. * Included nscd(8), nscd_nischeck(8) and nscd.conf(5) man pages by Sebastian Rittau . closes: 66365 * /etc/init.d/nscd: Actually uncomment and use the nscd_nischeck to see if we want to start in secure mode. * debian/manpages/getconf.1: New manpage for getconf utility. closes: #63897 * debian/manpages/catchsegv.1: New manpage for catchsegv utility. closes: #70740 * debian/glibc-doc/usr/share/doc-base/glibc-manual: Fix for new html setup. * sysdeps/posix/getaddrinfo.c (gaih_inet): Try absolute lookups first. closes: #64192 * manual/conf.texi (File Minimums): make _POSIX_PATH_MAX match the posix1_lim.h value, patch sent upstream aswell. closes: #81628 -- Ben Collins Sun, 7 Jan 2001 16:15:34 -0500 glibc (2.2-10) unstable; urgency=low * Synced to CVS as of 2001-01-05 - 64 unique bugs and decrementing... * manual/stdio.texi: getline(): Clarify the return value if EOF is reached before a newline. Patch sent upstream aswell. closes: #14590 * manual/string.h: basename()/dirname(): Added documentation for these. Basename() required two definitions, one for the GNU version, the other for the XPG version. Included examples. Patch sent upstream. closes: #27586 * DISCLAIMER: All three of the above changelog entries did in fact change the state of the files in this source. It is the opinion of the maintainer (hereto after refered to as GOD), that the changes made do in fact make the package(s) better. GOD does not warantee that these changes will make your life (be it sex life, or no life) better. GOD does guarantee that you (hereto after refered to as NON-DIETY) will gain great wisdom simply by using this(these) package(s). The NON-DIETY shall not, in any event, hold GOD responsible for misreadings of these statements. -- Ben Collins Fri, 5 Jan 2001 10:46:42 -0500 glibc (2.2-9) unstable; urgency=low * CVS synced as of 2001-01-03. Happy freaking new year. * Remove FAKEROOT check, since we don't build locales now, we don't have to worry about it. * dlfcn/dlerror.c: dlerror(): Check for result->errstring being NULL, closes: #80991 * No offense, but I cannot be expected to debug fortran programs compiled with a commercial(?), non-GNU compiler. Talk to them about getting it to work. As for the "works on RH, but not Debian", most likely that didn't do anything to make it very portable. closes: #68510 * Tested with current NIS, and the test cases passes with no open fd's. closes: #52222 * Make note of AMD in libc6-i[56]86 descriptions. closes: #77791 * Make note about some commercial programs not liking our optimized libraries (IBM JDK for one). closes: #78656 NOTE: To the submitter of this bugreport, I'm pretty sure the JDK relies on frame-pointer to handle some special ass-backwards stuff, which wont work with these libraries since they are compiled without frame-pointer (making it hard to strace, and debug using these libs). * Yes, semget(2) refers to SEMMSL, but nothing I can find says it should be defined in userspace. closes: #11560 * This patch only applies to kernel-headers, and since they don't need to be used in userspace, it's ok to have some oddities, closes: #55578 * I was able to write an 90 byte "Hello World" .c, and compile it into an 800 byte static binary using -nostdlib and -Wl,-lc. closes: #21676 * Making an ar archive from one .o is just silly, closes: #58606 * Patch sent upstream. Might change a bit, but the result should be the same, closes: #73003 * I believe the reason the .pwd.lock file remains is to avoid a race condition, where something might be waiting for the lock, and unlinking it would cause something else to be able to obtain the lock, even though it isn't available. closes: #14093 * I tried to reproduce this, but glob kept working right for me. I think the user is misusing the function. Most likely they are passing the glob on the command line, which is in turn doing some escape processing, and not working right with glob() itself. closes: #67921 * In Debian, locales are not required to be installed. closes: #35875 * Could not reproduce in the latest glibc. Upstream seems to have fixed this. closes: #75163 * Bug report log says this is fixed in glibc 2.1.1, closes: #36775 * I think this was an issue with the gcc-2.95 compiler defaulting to 486 instruction sets. This was fixed by gcc some time ago. closes: #38998 * The "order" directive in host.conf is supposed to be a space seperated list of sources, not comma. This is a bug in host.conf(5), which has already been reported. I'm closing this one to avoid duplication. closes: #35731 * Appears to be related to #36775, but I checked the test case anyway, and it worked as expected. closes: #35035 * I tried the test program, and it worked fine. So either guile or glibc fixed the bug already. closes: #36030 * The locales package is not referenced by any other package ATM. closes: #38742 * Symlink /usr/share/zoneinfo/localtime to /etc/localtime for libc5 compat. closes: #48705 * SUSv2 defines putenv as "int putenv(char *)", closes: #60960 * From my understanding of of the SUSv2 definition, the pointer reference of inbuf may be incremented to the current position of translation. So in actuality, the object is not const. GLibc interprets this using the __restrict compiler option (defined in gcc's later than 2.92, e.g. egcs 1.1.2, and gcc 2.95). closes: #77312 * Fixed ambiguity problem in tzconfig, closes: #69045 * This was a netscape/libc5/plugin issue, closes: #50672 * User error. He is setting all of the fd's in the pollfd struct to -1, which returns POLLNVAL, which is the expected response. closes: #51877 * objstack_* does use const definitions now, closes: #68918 * This was the old xmms-segv's-on-exit bug, fixed by glibc 2.1.9X (can't remember which version exactly). closes: #74345 * leading zero makes sscanf determine the number as an octal, closes: #69278 * zic.8: zdump is section 1, not 8. closes: #72095 * Old libdb2 upgrade issue, fixed in during the 2.1.9x uploads. closes: #72663 * Update this changelog to include the revisions from the stable (potato) updates. * Patch sent upstream. Fixes timezone showing up as "/etc/localtime". closes: #71060 -- Ben Collins Tue, 2 Jan 2001 20:22:11 -0500 glibc (2.2-8) unstable; urgency=low * The one-liner fix for devpts.sh * Patch sent and accepted upstream, closes: #80485 * CVS synced as of 2000-12-30 -- Ben Collins Thu, 28 Dec 2000 09:49:30 -0500 glibc (2.2-7) unstable; urgency=low * Synced to CVS as of 2000-12-25 * Patches sent upstream, closes: #75334, #34550, #71928, #11839, #75349 closes: #38392, #68923, #77416, #39440 * TCPOPT_EOL, TCPOPT_NOP, TCPOPT_MAXSEG: not declared in glibc (was a libc5 thing), so they don't need to be documented, closes: #9888 * Use texi2html for .html output, which actually does split the file, closes: #61257, #76678 * Hmm, not sure I can fix hamm->slink upgrades for libc6-doc->glibc-doc, closes: #32792, #32801 * Fixed by upstream, closes: #62173, #10686, #37014, #54051, #57297 closes: #53786, #74611, #37162, #41388, #60255, #63569, #67204 closes: #67205, #60034, #42850, #60320, #39594, #59800, #48371 closes: #66803 * Could not reproduce. My test program showed that it resolved the libpthread properly. I am going to assume user error, or some funkiness on the user's system. closes: #78585 * This is reported as a kernel issue, and the submitter was asked to try a newer kernel, but never replied. I'm closing on the grounds that I believe it was a kernel issue, closes: #45693 * The iconv test program seems to work as expected in glibc 2.2, closes: #39762 * lt_LT uses ISO-8859-13 now, closes: #10358 * Things relying on sort to work correctly, should set LANG=C to get expected behavior, closes: #56195, #61746, #69544 * Fixed long long ago, closes: #58226, #58586, #35948, #76246, #53530 closes: #39584, #13800, #34452, #53894, #54096, #42490, #30683, #32468 closes: #29619, #34816, #35113, #39071, #35334, #35497, #42867, #36212 closes: #59316, #62826, #35131, #36952, #43659, #24090, #36076, #45041 closes: #54156, #37307, #27146, #34729, #47457, #34699, #35250, #34538 closes: #30054, #35389, #36655, #36762, #36932, #36933, #61163, #58954 * We no longer build locales at build time, but at install time, closes: #69172 * I don't see the problem in this testcase, works for me, closes: #73018 * debian/control.in/main: Show in description that nscd also handles host lookups, closes: #48716 * Unreproducable, probably fixed in 2.2, closes: #57026, #42726, #40768 closes: #45848, #58367, #62990, #40870, #67296, #38897, #60099, #66769 * nscd now has a --invalidate option, closes: #42727, #43729 * adduser now calls nscd -i, so works correctly, closes: #36080 * Hey, it's one of my bugs, and it isn't any good! closes: #34940 * Yeah, I agree with the bug report. If you don't want nscd to run on a particular system, just uh, don't install it, closes: #36621 * Setting Fixed to, closes: #47289 * Do not use UNIX_PATH_MAX, use SUN_LEN(ptr) (defined in sys/un.h), closes: #61963 * _PATH_DEFPATH is the bare minimum for linux. If you want more, use the PATH env, closes: #31983 * The man page is wrong. dlerror.c, and dlfnc.h both show that the return string is allocated, so it is not const. closes: #35694 * All together now, "Using kernel headers in userspace is BAD", closes: #12207, #19646, #43105 * Ran the test case with -O0, -O2, -O3, -O6 on sparc and i386, and did not see the problem reported, closes: #37154, #27516 * Seems perl has worked around this (or libc has), since perl modules are building fine, AFAICT, closes: #34110 * Linus does not suggest doing /usr/include/{linux,asm} symlinks anymore. closes: #24949 * This isn't a glibc bug, it was a gdb bug that is now fixed. closes: #27544 * lrint is defined with -D_ISOC99_SOURCE, closes: #43530 * No reference to which docs, nor is there a test case, so: closes: #63511 * Doh, this was already fixed by me in 2.2-6! closes: #79666 * User malfunction, not a bug. closes: #39648, #50261, #36075 * Including stdio.h only ensures that getline will work, it does not guarantee you that it's return type is defined, which you must do yourself. closes: #62511 * O_LARGEFILE is only usable when compiling with -D_LARGEFILE64_SOURCE, closes: #68873, #52455 * Ok, strcoll doesn't seem as slow now as shown in the bug report when LANG is set. The thing is, this function will always be slower when it has to take localization into account. closes: #62803 * Re bug #44093 a) I'm pretty sure there is no problem with libc translating errno from the kernel, else we'de have some serious problems. b) The ioctl() manpage cannot document all returns (and in fact it says that it does not document all ioctl types). c) I'm pretty sure the EIO return on this particular case is generated by the kernel. closes: #44093 * Tested this, and I was able to get 1022 temp files from mkstemp on a single run, using the same template, closes: #31415 * Ulrich Drepper, Re: sortlist in libresolv: >It never was and in general is not wanted. Beside, it is another poor >DNS feature which doesn't work with IPv6. Finally, the NSS gethost*() >functions don't have the supporting code. closes: #64327 * lpd should not be using internal glibc functions. closes: #33686 * makedb -V has no translation now, closes: #34702 * Checking printf returns is left to the programmer, closes: #28250 * Ok, the 51 pages of flaming in tis bug report leads me to believe that this will never be resolved in glibc. IMO, it is up to the programmer to be smart enough to check these things (where it matters). I am closing this bug report on the precedence that it is not really a bug because current functionality meets specs (and this bug report would break that compatibility). This entire bug report should be archived all on it's own. Hell, it should have it's own BTS just to track the conversation. closes: #28251 * mkstemp complies with SUSv2 and BSD 4.3. Changing it's bahvior would cause portability problems. closes: #34793 * Downgrading is not supported, closes: #36578 * The test case did not use pthread_detach(), which resolved the issue. closes: #25879 * Fix devpts regex for when to mount devfs. closes: #79830 * I believe Wichert found out that base-passwd did have a bug that was causing this, and fixed it. closes: #55367, #79043 * First of all, I do think tzconfig manpage needs to be in section 8. However, changing the execute permissions does very little. In fact it does nothing. Since normal users don't have perms to change the system tz, it doesn't matter if they can execute tzconfig. closes: #62397 * Added autofs to the services that need to be restarted. closes: #80453, #79926 * Use neat dpkg/awk one-liner from Adam Heath to get list of installed services for the daemon check. closes: #80454 * tzconfig allows you to choose UTC now. Just go to "12" (none of the above), and then choose UTC. closes: #38556, #35094 * Ok, my opinion on this is that you should check dlopen's return every time. The example program shows that they did not do this. closes: #37604 * Looks like a bug in haskell to me. closes: #37902 * IIRC, all the BSD code is gone. closes: #58270 * Bug report claims it is not a bug. closes: #42155 * We have optimized libs now, so that should solve this. closes: #44619 * I'm pretty sure this "large" wtmp file with only 3 entries is a sparse file (check with du). closes: #43950 * I seriously doubt that ld.so's LD_LIBRARY_PATH stopped working. closes: #59110 * I don't think this is a glibc bug. Sounds more like a cross-compiler bug. closes: #68424 * In Debian, 2.1.2 and 2.1.3 are binary compatible. closes: #60113 * To get i18n/charmaps, you need to install i18ndata. closes: #65132 * We don't need to mount shmfs anymore, closes: #65510 * Fixed by dpkg, closes: #66913, #64906 -- Ben Collins Mon, 25 Dec 2000 08:42:49 -0500 glibc (2.2-6) unstable; urgency=low * Added m68k lchown fixes, plus removed conflict for libstdc++2.10-dev on m68k. Bug/patch provided by Michael Fedrowitz , closes: #78937 * libc-opt: added memprof to the death list of packages that don't work with our optimized libraries, closes: #79224 * Added Provides: glibc2.2 to libc6/libc6.1/libc0.2 so I can make locales dep on it, closes: #78495 * CVS sync as of 2000-12-15 * Fixed previously: closes: #75865, #77170, #75473 * Added a "." counter while checking services for install, closes: #78881 * %hhn works as expected in i386 in this version of glibc, closes: #79221 * Looks like this is resolved, closes: #59429 * The libc info page says not to use fgets on streams that may have NULL char's, which sockets might, closes: #57729 * This is probably fixed, if not reopen it please, closes: #24414 * Well this bug report has no report in the BTS, I am going to assume from the age and type of the title, that it is fixed, closes: #21272 * Old ld.so issue, most likely resolved in hamm, closes: #46173 * This bug is a simple programming mistake. For one the child never * fills the buffer in certain cases, so it's contents are never flushed. If the program called fflush after every output, then it works fine, closes: #26226 * The new upgrade code in libc postint should resolve this, closes: #64074 * This is a compilation error. libc.so.6 does not contains fxstat (libc-nonshared.a does), so if you don't link properly (like with gcc), you will miss some symbols, closes: #36139 * Similar to the above, also resolved, closes: #30427 * Old ld.so bug, fixed, closes: #70658 * Current localedef doesn't seem to segv on improper input, closes: #65634, #64878 * YAOLDSOB (Yet Another LDSO Bug), closes: #42944 * Lack of useful info in the BTS ("I suspect glibc" doesn't cut it), closes: #36498 * Someone needs to read release notes, closes: #41455 * Uh, tzconfig works. Tzselect is not for changing timezones, but for querying what the available ones are. From tzselect(1): Note that tzselect will not actually change the timezone for you. Use the tzconfig(8) utility to achieve this. So you see, this is how it's meant to be, closes: #37409 * Fixed in glibc 2.2, closes: #42512 * a) all init scripts need to support restart b) postinst uses stop/start now anyway c) postinst fails much better now when things go wrong closes: #52914 * getaddrinfo does DNS lookups regardless because of the nature of the function. Also it handles ipv4/ipv6 better now, closes: #60743 * I don't see why libc6 needs to create /etc/rcS.d/ when dpkg does it so closes: #66138 * strstr seems pretty fast now, closes: #10689 * Latest emacs/libc6 is working fine, closes: #48476 * YAOLDSOB, closes: #42135 * libstdc++-v3/glibc2.2 compiles fine together, closes: #66757 * strerror() with maxerror+1 works as expected now, closes: #40184 * No other info, and no similar reports. Assuming user error, closes: #31465 * Old ssh-nonfree getting a sigsegv is not a bug in libc6, but sshd, closes: #41800 * Restarting woffle already, closes: #74164 * I believe this was due to some old nss1 issues, which are now resolved during upgrades, closes: #35089 * This is something libc6 itself cannot fix. Either way, rsh/rlogin is broken by nature, closes: #19168 * Well, I can't retroactively go back to hamm and add a stub for setresuid(), closes: #29675 * Fixed upstream a long time ago, closes: #39693 * From unix/getlogin.c: /* Get name of tty connected to fd 0. Return NULL if not a tty or if fd 0 isn't open. Note that a lot of documentation says that getlogin() is based on the controlling terminal---what they really mean is "the terminal connected to standard input". The getlogin() implementation of DEC Unix, SunOS, Solaris, HP-UX all return NULL if fd 0 has been closed, so this is the compatible thing to do. Note that ttyname(open("/dev/tty")) on those systems returns /dev/tty, so that is not a possible solution for getlogin(). */ So basically, closes: #17528 * Current nis/nss-compat code looks like it handles this right, closes: #33197 * libc6 cannot compensate for broken coding, closes: #42912 * nprocs is fixed in 2.2, closes: #57101 * libdb.so.2 does have shlibs now, closes: #39578 * getcwd now returns NULL in the case shown in this bug report, so there is no suprise if the program checks the return correctly, closes: #27227 * Adduser now restarts nscd as needed, closes: #37296 * getaddrinfo fixes for ipv4/ipv6 fixes this, closes: #58713 * Programs using libc5/libc6 at the same time via dynamically loading libc5 apps from a libc6 apps) simply does not work, closes: #42088 * getaddrinfo fix, closes: #70012 * libc-64 was never meant to work right, closes: #53748 * libNoVersion.so.1 is gone, closes: #37681 * libc/postinst is file-rc friendly now, closes: #40053 * libdb2 is no longer a reference for libdb stuff, closes: #61154 * ld.so/ldconfig now have man pages, closes: #41917 * Bah, libtricks is old and gone, closes: #39080 * /var/state/glibc is gone, closes: #39562, #39705 * glibc no longer includes db/db2, so look for docs in those seperate packages, closes: #23547 * scsi/scsi.h is there, closes: #31502 * linux/joystick.h is there, closes: #38028 * db.h is no longer in libc6-dev, closes: #39077, #74945 * nprocs works on sparc now, closes: #52420 * ldd now supports libc5 better, closes: #35644 * Unreproducable, closes: #39582, #25773, #35624, #35123 * /var/lib/misc/Makefile does not refer to /var/db, closes: #41947 * llseek is obsolete, use lseek64 now, closes: #20988 * Actually this looks like an error in the program, closes: #41952 * Hmm, I would guess that libc6/libc5.4.38 is correct, and libc5.4.17 is wrong, close: #21839 * Fixed in the Before Time, during the Great Long-Long Ago, closes: #39585, #34442, #59622, #24652 * That's all for now... -- Ben Collins Fri, 15 Dec 2000 15:30:16 -0500 glibc (2.2-5) unstable; urgency=low * Update to CVS as of 2000-11-27 - Includes hppa config stuff * Ok, libsafe seems to be broken with our optimized packages. I reassigned the bug report to that package. Most likely this wont be fixed in libsafe for a bit, so for now I am making the optimized packages conflict with it. The likely cause is the inline string functions (-D__USE_STRING_INLINES). * libc/postinst: added lprng and lpr to the list of daemons to restart, closes: #78132 -- Ben Collins Mon, 27 Nov 2000 11:33:25 -0500 glibc (2.2-4) unstable; urgency=low * Dear god! Who changed things to a symlink in the kernel-headers and didn't tell me of all people!? This must be a conspiracy! Some one is out to get me! Everyone, I am going to go underground until the security of my system is safe once again! (btw, I fixed the asm include problem before I took a vacation from my sanity...) -- Ben Collins Thu, 23 Nov 2000 18:19:24 -0500 glibc (2.2-3) unstable; urgency=low * Damn, really remove libc6 dep from locales this time * Include shlibs file with optimized libs, so dpkg-shlibdeps will be happy with people using them. * Added updates eo_EO locale -- Ben Collins Wed, 22 Nov 2000 15:40:12 -0500 glibc (2.2-2) unstable; urgency=low * Update to CVS to 2000-11-19 - Includes the ldconfig patch, so removed from local set - WOOHOO! Includes a patch to getaddrinfo, so that it only returns failure if both ipv4 AND ipv6 lookups fail for PF_UNSPEC. closes: #72764, #72905, #74692, #74692, #74367, #75388, #74692 - Now includes the USAGI ipv6 patch * control/locales: remove $(libc) dep...bad for a arch-all package, closes: #76830 * Move locales to binary-indep targets, closes: #76830 * Add another hppa patch for _setjmp. Also, make hppa build with -O for now. * libc-dbg: make debug/ld*.so executable * $(libc): suggests libnss-db * locale-gen: set umask to 022, closes: #77191 * etc/locale.gen: uncomment en_US as a default * debian/sysdeps/optimized.mk: New make snippet, which allows building optimized sets of runtime libraries. Right now, only sparc and i386 seem to support hwcap, so we only build i586, i686 and v9 optimized libraries. When other archs start supporting hwcap, then they too can join the club. * prep.sh: use ./version, so ash will work too * Fixed prior to this release: closes: #71938, #75295, #75488, #76168 -- Ben Collins Sun, 19 Nov 2000 16:32:27 -0500 glibc (2.2-1) unstable; urgency=low * ALL HAIL GLIBC 2.2 RELEASE! Please put seats in full upright position, remain seated until installed, and do not panic. The ride is almost over. Once you have installed Glibc 2.2, please procede to our new Debian-Rough-Ride, Xfree86-4.0.1, which is currently in progress. * glibc22-ipv6-USAGI.dpatch: New patch, brings some stability and compatibility to ipv6. This will most likely fix ipv6 issues with things like ssh (let me know). * Totally whack job on the locales package! We now do not provide *any* precompiled locales. Instead we allow the admin to selectively decide which ones to compile. * Start of support for future upgrades. A new patch that should make upgrades easier, post woody. This deals soley with the NSS module problem and daemons running during upgrade. * glibc22-hppa-config-fix: Fix config.{sub,guess} so hppa builds (From the nice Debian folks at HP). BTW, where's my HP/PA BOX!? :) * glibc22-ldconfig-fix: Fix bad allocation in ldconfig * Bugs closed by this release: closes: #74057, #74362, #74692, #75249, #75956, #76390, #76451 -- Ben Collins Fri, 10 Nov 2000 12:47:02 -0500 glibc (2.1.97-1) unstable; urgency=low * New upstream, + recent CVS - includes lockf fix now - fixes fmemopen issues - adds ja_JP.ujis alias, closes: #72686 - fixes for sparc mathinline.h - lots of locale related updates - mips patches are now included upstream * depflags.pl: added replaces ldso for libc6 too (ldd), closes: #76126 * Set --enable-kernel for Linux builds, so we can control how much backward compatibility we have. * Fix build-depends for gcc to include epoch * Up'd the shlibs deps to 2.1.97 * Removed static nss -- Ben Collins Tue, 7 Nov 2000 14:04:36 -0500 glibc (2.1.96-1) unstable; urgency=low * New upstream release (close to a final 2.2), closes: #73058 - fixes ld.so reference counting (fixes some obscure bugs with loadable modules, like NSS). - fixes for ppc - netinet/tcp.h fixes for uint8, closes: #74061 - fixes limits.h/LONG_MAX declerations, closes: #75720 * When running "$(MAKE) test" use -k so we complete as much as possible * db/Makefile: remove patch that inhibited the db1 headers. Now, db1 applications can be built again. This is temporary, to give poeple time to migrate (db2 maintainer can use this for db_dump185), closes: #72723 * shlibs.mk: Use $(objdir)/soversions.i for generating the shlibs file, which is more correct. Thanks to Marcus Brinkman for pointing this out, closes: #75685 * debian/glibc-doc/usr/share/doc-base/linuxthreads-faq: removed, no longer in upstream source, closes: #74046 * libc/postinst: added wu-ftpd, wu-ftpd-academ, slapd, openldapd and logind to list of daemons to to restart, closes: #74158 * libc/postinst: added support for filerc, thanks to Roland Rosenfeld , closes: #74290 * libc/postinst: check for existence of /sbin/init before restarting it, closes: #75310 * sysdeps/depflags.pl: Change g++ conflict to libstdc++-dev so we precludes the right package (i.e., we need a newer libstdc++-dev, not a new g++), closes: #75019 * sysdeps/depflags.pl: make libc6 depend on libdb2 from woody so we don't make apt act all weird with a three layer dependency of sorts (ask Jason, I'm not sure of all the issues, but it seems it is needed for now), closes: #75601, #75689 * sysdeps/generic/lockf.c: explicitly set l_type to F_RDLCK (help from Anton on this one) * dl-machine.h.mips-2: new patch from Florian Lohoff to fix ld.so segv on mips (I expect to see some .deb's in the official archive soon, my Indy is getting jealous :) -- Ben Collins Sun, 29 Oct 2000 16:39:12 -0500 glibc (2.1.95-1) unstable; urgency=low * New upstream release * debian/sysdeps/depflags.pl: Don't conflict/replace old libdb2, just conflict. * debian/libc/DEBIAN/postinst: Don't just check the service name with "dpkg -s" since we miss things like inetd, which isn't in a package named "inetd". Check for "installed" and "", then -x of the init.d file * debian/patches/ldd.dpatch: fixup so we don't get double output of libraries, closes: #72710 * debian/sysdeps/depflags.pl: Hmm...where did the libnss-db dep go anyway? There now. * debian/manpages/: Added man pages for ldd, ldconfig and ld.so to replace the ones removed from ld.so, closes: #72648, #72727 * locales fixed in -2, closes: #72752 -- Ben Collins Mon, 2 Oct 2000 11:18:48 -0400 glibc (2.1.94-3) unstable; urgency=low * updated CVS post-2.1.94 to 20000929 * Put db/db2 libs back in for runtime use only (not linkable and no headers). Closes a shitload of bugs, and makes everyone happy. Oh, let the sun shine down. * alpha-dwarf2-dl-machine: merged upstream * debian/sysdeps/depflags.pl: removed all the db2 cruft conflicts * debian/libc/DEBIAN/postinst: Use /etc/rc${rl}.d/ instead of /etc/init.d/ when restarting services. This way, we don't start any services that were meant to be off. Also, check for a non-zero exit when starting and report such failures. This will give people a heads up to any problems. -- Ben Collins Fri, 29 Sep 2000 16:29:59 -0400 glibc (2.1.94-2) unstable; urgency=low * Removed WANT_LDD, we now install it for every arch. This removes the need for the ldso package completely, on systems without libc5 (YAH!) * debian/sysdeps/depflags.mk: removed cruft * debian/sysdeps/depflags.pl: new script with a simplified control deps setup to replace depflags.mk. The former was getting too complex * debian/rules.d/shlibs.mk: fixed logic preventing it from actually installing the new shlibs file * debian/sysdeps/depflags.pl: Added lots of conflicts for NMU'd packages that fell prey to the db2 problems. * debian/contron.in/main: Fix nscd depend on libc6 -- Ben Collins Wed, 27 Sep 2000 10:09:51 -0400 glibc (2.1.94-1) unstable; urgency=low * New maintainer, "Lector, si monumentum requiris, circumspice" * New upstream version, pre 2.2 now - crypt is now in glibc source, so is not a seperate tarball - removed nss1 compat tarball - db2 is gone aswell - without db2, upstream split nss_db from main source (*sigh*) * Added inetd to list of services to restart * modfl/fmodl: documented in info pages, closes: #17874 * Just a quick list of bugs that I can verify do not exist any longer, closes: #45903, #26514, #46547, #32345, #30987, #48713 * fcloseall: in the case of stdio/fcloseall.c, yes, it only ever returns success. However, we use libio/fcloseall.c, who does in fact have a chance to return EOF, closes: #20973 * libio/libio.h: shows that the Stream Hooks do in fact take (void *) as the first argument as shown in the protos, closes: #61497 * trunc/floor: documented correctly in this release, closes: #65683, #65684 * Hurd maintainers say this can be closed, closes: #54154 * I'm pretty sure this isn't an issue anymore, else potato wouldn't be releasing, closes: #35049 * Sorry this isn't a glibc bug. The kernel handles error returns on a failed executable. Most likely this is bin_interp's problem, but I seriously doubt it will be fixed because of conventions, standards and the like, closes: #22301 * keyenvoy: no longer compiled for linux (it seems), closes: #47560 * infnan: is defined now, closes: #19264 * libc5 bug, no longer applies, closes: #11300 * Make sure we copy over asm-sparc for sparc aswell as "generate-asm.sh" script used to generate /usr/include/asm * Disable parallel build on sparc (broken for some reason, might not be sparc specific) * devpts.sh: used a more devfs friendly version from bug submitter, closes: #65276 * libc/postinst: cannot reproduce problem, appears to be user error, closes: #64865 * glibc-doc: this bug is no longer valid, closes: #33759 * We now use ldconfig from libc6 for all archs, ldso will conform. * Change build deps to just "kernel-headers" for non-Hurd archs. With mips and other coming down the pipe, this is bound to get ugly if we specify the particular version for each. * Add checks to automatically detect proper kernel-headers, error out otherwise. * hurd: add Depends: hurd (>= 20000803) for libc0.2 * libpthread: soname version is now 0.9 * debian/libc/DEBIAN/shlibs: bump to 2.1.94 * libc6: add temporary depend on libdb2 * debian/rules: check for FAKEROOTKEY, and fail if it's there. We cannot build under fakeroot, we need real rewt. Fear my hacking skillz. -- Ben Collins Mon, 25 Sep 2000 11:30:45 -0400 glibc (2.1.3-14) stable; urgency=low * Stable upload for some serious issues in potato * Patch to match glibc 2.2 to not set personality, closes: #72165 * Arm ld.so patch, closes: #75982 * Add check for FAKEROOTKEY, to $(checkroot) to make sure we build as real root, and not fakeroot. This is required for locale definitions to be generated properly. closes: #70806, #70876 * Backport the fix to lockf(F_TEST), which fixed this on alpha and sparc. -- Ben Collins Tue, 2 Jan 2001 17:15:44 -0500 glibc (2.1.3-13) stable; urgency=low * Damnit...used the 0824 patch set, now there's an 0827 :/ -- Ben Collins Fri, 1 Sep 2000 10:54:11 -0400 glibc (2.1.3-12) stable; urgency=low * Ugh, add three patches posted by Solar Designer which include the ldso bug (better patch), locales bug, and md5 fixups. -- Ben Collins Thu, 31 Aug 2000 11:10:46 -0400 glibc (2.1.3-11) stable; urgency=low * Security upload for ldso problem * Fix sparc headers too * Might aswell change the maintainer too (So long Joel, you are missed) -- Ben Collins Thu, 31 Aug 2000 11:10:36 -0400 glibc (2.1.3-10) frozen unstable; urgency=low * The "Ask not for whom the feep tolls" release. * zic -l will use hardlinks if /etc and /usr are on the same filesystem, so revert to ln -s. * Update Build-Depends to kernel-headers-2.2.15. -- Joel Klecker Fri, 28 Apr 2000 18:45:49 -0700 glibc (2.1.3-9) frozen unstable; urgency=low * The "Insert clever reference here" release. * debian/patches: - i386-sys-io-c++: Change '::' to ': :' to avoid confusing g++ + closes: Bug#57914 - zic-l: Fix -l in zic(8) (taken from OpenBSD) * Teach tzconfig to acquire current timezone from /etc/localtime symlink if necessary. * Use zic -l instead of ln to make /etc/localtime symlink. -- Joel Klecker Fri, 21 Apr 2000 13:30:47 -0700 glibc (2.1.3-8) frozen unstable; urgency=low * The "What's my name? Say my name, bitch!" release. * debian/patches: - i386-linux-ucontext: Don't use ERR. + closes: Bug#59962 - ldd: + Improve non-executable shared object handling. + Revert ${RTLD} --list stuff. (closes:Bug#60869) + alpha will break again, someone needs to fix ld.so. * debian/control.in/main: locales: Depends: @libc@ (= ${Source-Version}) This will insulate us from data format changes. * Fix tzconfig man page (closes:Bug#61610,#61613). * Revert /etc/localtime to a symlink (closes:Bug#60744). -- Joel Klecker Mon, 3 Apr 2000 08:40:07 -0700 glibc (2.1.3-7) frozen unstable; urgency=low * The "Light my Alpha fire with a SPARC" release. * debian/patches: - libc-pr-fixes: Fixes for post-2.1.3 PRs + closes: Bug#59802,#59257 - tzdata2000c: Includes AR timezone correction + closes: Bug#59790,#59806 - sparc-linux-getsysstats: Update so it actually works. - alpha-dwarf2-dl-machine: Fix for unaligned traps from C++ EH code + closes: Bug#59789 -- Joel Klecker Tue, 7 Mar 2000 10:31:42 -0800 glibc (2.1.3-6) frozen unstable; urgency=low * The "Smash Everything with a _Huge Steamroller_!" release. * debian/sysdeps/gnu.mk: Define WANT_LDD (closes:Bug#59165). * debian/libc/DEBIAN/preinst: Make this as /bin/bash script (closes:Bug#59613). * debian/libc/DEBIAN/postinst: - Only make /var/mail symlink on upgrades. - Make this a /bin/bash script. * debian/sysdeps/depflags.mk: (libc_control_flags) C/R/P gconv-modules where necessary, Replace locales (<< 2.1.3-5). * debian/control.in/main: Build-Indep-Depends: perl5 (closes:Bug#59350). * debian/libc/etc/init.d/devpts.sh: Remove version check, checking for the filesystems alone should be sufficient (closes:Bug#59576). -- Joel Klecker Sat, 4 Mar 2000 09:28:08 -0800 glibc (2.1.3-5) frozen unstable; urgency=high * The "Down, not across" release. * 2.1.3 final. * Pre-Depends were a bad idea - quit using readlink. - removed pre-depends on debianutils. * Add devpts.sh again, this time not as a conffile. * Build-Depends: gcc (>= 2.95.2-6) [alpha], remove sharutils [alpha]. * Move /usr/lib/gconv to $(libc). -- Joel Klecker Sat, 26 Feb 2000 00:14:34 -0800 glibc (2.1.3-4) frozen unstable; urgency=low * The "Pain as bright as steel squared" release. * glibc 2.1.3pre4. * Remove debian/patches/po-it-po.dpatch, debian/patches/powerpc-linux-sys-procfs.h.dpatch, and debian/patches/powerpc-linux-syscalls.list-mmap64.dpatch; Integrated upstream. * Add back debian/patches/linuxthreads-lock.dpatch now that I know what it's for (closes:Bug#58385). * Bugs closed since devpts.sh is gone (closes:Bug#57584,#57698,#57580). * debian/libc/DEBIAN/preinst: - Save a copy of /etc/timezone in /etc/timezone.save. - Convert /etc/localtime from link to file. * debian/libc/DEBIAN/postinst: - Use /etc/timezone.save if necessary. (closes:Bug#57885,#57922). - Remove some unnecessary timezone code that caused some odd behavior (closes:Bug#57456). * tzconfig: /etc/localtime is a file, not a link. * $(libc): Pre-Depend on debianutils (>= 1.13.1) for readlink. -- Joel Klecker Fri, 18 Feb 2000 17:35:19 -0800 glibc (2.1.3-3) frozen unstable; urgency=low * The "Pain as bright as steel" release. * Move iconv, locale, localedef to $(libc). * Remove devpts.sh. * debian/patches/po-it-po.dpatch: Add "portable object" for Italian (closes:Bug#57031). * $(libc): Replaces: locales (closes:Bug#57482). * Add Build-Depend for gettext (closes:Bug#57797). -- Joel Klecker Fri, 11 Feb 2000 13:02:13 -0800 glibc (2.1.3-2) frozen unstable; urgency=low * The "Dark, Naughty Evil" release. * debian/patches/powerpc-linux-sys-procfs.h.dpatch: Fix sys/procfs.h for powerpc-linux. -- Joel Klecker Mon, 7 Feb 2000 17:38:54 -0800 glibc (2.1.3-1) frozen unstable; urgency=low * The "From now on all of my world-killing weapons will be kept a TOTAL SECRET!" release. or the "Brown Paper Bag" release. * Really fix devpts.sh (closes:Bug#56659,#56687,#56726,#56770,#56782,#56893,#56941,#56850,#56659,#57049,#57005,#57156,#57183). * Give up and call it 2.1.3. * CVS as of 2000-01-31. * Move some docs from glibc-doc back to $(libc). * Make /etc/init.d/devpts.sh and /etc/default/devpts conffiles (closes:Bug#57081). * Reenable libnss1-compat.. -- Joel Klecker Sun, 6 Feb 2000 08:55:41 -0800 glibc (2.1.2-13) frozen unstable; urgency=low * The "@!%$&! you, I use Debian" release. * debian/patches/powerpc-linux-syscalls.list-mmap64.dpatch: Fix mmap and stuff (closes:Bug#56343). * Add sharutils [alpha] to Build-Depends, drop gcc dep. * $(libc): conflict with locales (<< 2.1.2-12). * locales: replaces $(libc)-bin (closes:Bug#56540,#56536,#56534). * Fix devpts.sh (closes:Bug#56487,#56507,#56559). * Update to CVS as of 2000-01-29. * Restore HTML to glibc-doc (closes:Bug#56609). -- Joel Klecker Sun, 30 Jan 2000 01:14:05 -0800 glibc (2.1.2-12) frozen unstable; urgency=low * The "Cardboard Messiah" release. * debian/rules: Form arch_packages and indep_packages using += instead of $(filter-out ...). * debian/package-rules/locales.mk: Remove cross-compiling kluges. * debian/package-rules/libc-dbg.mk: Fix libthread_db (closes:Bug#55439). * debian/control.in/main: - locales: Architecture all -> any. - Build-Depends: + add make (>= 3.78) due to use of new warning and error make functions. + add gcc (>= 2.95.2-5) for alpha. * Merge gconv-modules back into locales. * Move locale and localedef programs back into locales. * Put devpts.sh init script back in $(libc). (closes:Bug#50913,#53842) * Add Replaces for timezones back into $(libc). * Kill $(libc)-bin. * Restore `tzselect' script, which slipped out of $(libc) (closes:Bug#55377) * Bugs fixed in -11.0.1 (closes:Bug#53705,#53659,#53680,#53754 * Update to CVS as of 2000-01-26. * Eliminate obsoleted patches. -- Joel Klecker Wed, 26 Jan 2000 16:44:12 -0800 glibc (2.1.2-11.0.1) unstable; urgency=low * Binary-only upload of locales. -- Joel Klecker Wed, 29 Dec 1999 11:45:56 -0800 glibc (2.1.2-11) unstable; urgency=low * The "If it ain't broke, you're not tryin'" release. * Split out $(libc)-bin and libnss1-compat. * Split debian/rules into debian/package-rules/*. $(libc-bin): - Install db_* programs as glibcdb_*. - Move zic, zdump, locale, localedef, getent here. - Use alternatives for db_*. (closes:Bug#50311,#50341) * debian/mk/rules-* -> debian/rules.d/*. * debian/ now resembles $(tmpdir) tree for . * Improve setperms rule, so debian/perms can specify fewer files. * New source unpacking system, see prep.sh. * Remove devpts.sh, the init script is now in sysvinit. * Improve debian/libc/DEBIAN/shlibs rule (debian/rules.d/shlibs.mk). * debian/sysdeps/soname.mk: Bump shlib_depend. * Add sysdeps files for $(DEB_HOST_GNU_CPU). * Add debian/patches/glibc-mega.dpatch: Selected patches from CVS (closes:Bug#48120,#52195). * Add debian/patches/linuxthreads-mega.dpatch: Selected patches from CVS. * Add debian/patches/alpha-pt-machine.h.dpatch: Fix pt-machine.h so that linuxthreads compiles on Alpha. * Add debian/patches/db2-alpha-powerpc-mutex.dpatch: Alpha and PowerPC implementations for db2 spinlocks. (patches by David Huggins-Daines ) (db2 patch slightly modified) * Add debian/patches/powerpc-plt.dpatch: 1999-10-07 Geoffrey Keating * sysdeps/powerpc/dl-machine.c: Many minor formatting changes. (OPCODE_LWZU): New macro. (OPCODE_ADDIS_HI): New macro. (OPCODE_LIS_HI): New macro. (__elf_machine_runtime_setup): Change PLT code-generation scheme for thread safety even with very large PLTs, better efficiency, and to fix a cache-flushing bug. (__elf_machine_fixup_plt): Likewise. (__process_machine_rela): Don't use elf_machine_fixup_plt. * Add debian/patches/sparc64-linux-lib64.dpatch: Use /lib/64 and /usr/lib/64 instead of /lib64 and /usr/lib64. * Add debian/patches/sparc64-linux-execve.dpatch: Add __syscall_execve to sparc64 syscalls.list. * Add automatic parallel build support for SMP systems. * Fix broken parsing of DEB_BUILD_OPTIONS. * Add framework to build libc6-64 and libc6-64-dev packages for sparc (not enabled for potato). * Split locales into `locales' and `i18ndata'. -- Joel Klecker Sat, 25 Dec 1999 09:54:29 -0800 glibc (2.1.2-10) unstable; urgency=low * The "Omigod! I overdosed on heroin!" release. * debian/devpts.init: Create /dev/ptmx unconditionally. * Restore correct nscd DEBIAN dir. * Revamp rules a bit (split more parts into debian/mk/rules-*). * debian/mk/sysdeps.mk: Split into pieces and include them. * debian/patches/tzcode1999h.dpatch: Update timezone data to 1999h release. * Add stub for support for libc6-64 packages for sparc. * Add one more last timezone sanity check to libc postinst (closes:Bug#49539). * Always unpack linuxthreads add on and pass --enable-add-ons=crypt to configure for hurd (closes:Bug#49459). -- Joel Klecker Mon, 8 Nov 1999 09:47:28 -0800 glibc (2.1.2-9) unstable; urgency=low * The "Service with a capital 'Bugger Off'" release. * debian/copyright: Update for 2.1.2. * debian/rules: Make each binary package depend on setperms (closes:Bug#48914). * Move debian/libc-doc to debian/glibc-doc and eliminate the need for postinst and prerm to be generated files. (closes:Bug#48786). -- Joel Klecker Sun, 31 Oct 1999 09:23:16 -0800 glibc (2.1.2-8) unstable; urgency=low * The "Can't Start a Fire Without a SPARC" release. * Build with unstable dpkg. * debian/patches/sparc-various.dpatch: Various sparc-specific patches from Jakub Jelinek and David S. Miller . -- Joel Klecker Sat, 30 Oct 1999 06:55:33 -0700 glibc (2.1.2-7) unstable; urgency=high * The "Fuck Me Harder" release. * sparc-linux: Replaces: ldso (<< 1.9.11-6). * debian/{libc.postinst.in,libc/prerm}: Add /usr/doc symlink stuff (closes:Bug#48324). * debian/control.in-main: Adjust locales depends. Correct Build-Depends: field. * debian/mk/source-rules.mk: Split unpack-source, source, and orig-source targets from debian/rules. * debian/patches/manual-texinfo4.dpatch: Use @ifnottex instead of @ifinfo. * Use makeinfo --html to generate HTML version of glibc manual. * Remove texi2html from debian/scripts. * Fix debian/scripts/Makefile for cross-compiling. * Correct debian/patches/string2-pointer-arith.dpatch for archs that don't support unaligned memory accesses. -- Joel Klecker Fri, 29 Oct 1999 09:06:27 -0700 glibc (2.1.2-6) unstable; urgency=low * The "Evil Bitch Monster of Death" release. * debian/rules: Move debian/control targets to... debian/mk/debian-control.mk. * Move debian/*.mk to debian/mk/. * Use debian//* for control archive items. Adjust debian/rules for this. * Add setperms target to set modes of debian//*. Make unpack-source and clean depend on it. * Don't compile with -g when DEB_HOST_GNU_CPU is alpha. * debian/patches/string2-pointer-arith: New file. Fix "/usr/include/bits/string2.h:419: warning: pointer of type `void *' used in arithmetic" (closes:Bug#45824,#44491,#44697) * Change maintainer back to "Joel Klecker ". * Update to CVS sources as of 1999-10-24. * debian/patches/{linuxthreads-signals.c-ucontext,cs-po}.dpatch: Fixes for source tree brokenness. * Adjust clean target for new generated files. * Add libresolv to $(libc)-pic. * Add readlink.c and texi2html to debian/scripts to eliminate tetex-bin dependency. * nscd: Install nscd_nischeck. Sync nscd.init with upstream. * Implement /usr/doc symlinks. * $(libc): strip libpthread with --strip-debug. -- Joel Klecker Sun, 24 Oct 1999 20:50:58 -0700 glibc (2.1.2-5) unstable; urgency=low * The "One more week to go" release. * debian/patches/localedata-SUPPORTED: Oops, this patch wasn't actually being applied. eo_EO, zh_TW.Big5, and es_AR should be [back] in locales now. Back out zh_CN, the definition is broken. * Remove sparc from HAVE_LIBC{4,5}, we want to install our ldd. * debian/patches/sparc-linux-ldd.dpatch: New file. Restore missing patch (in ChangeLog, not in source). * debian/sysdeps.mk: Tighten alpha shlib_depend to libc6.1 (>= 2.1.2-1). -- Joel Klecker Tue, 28 Sep 1999 04:55:35 -0700 glibc (2.1.2-4) unstable; urgency=low * The "Perl Sucks" release. * debian/libc.postinst: Steal updatercd shell function from sysvinit postinst. Use it for devpts.sh. (closes:Bug#45867,#45879,#45880,#45885,#45895) Bitch-slap perl maintainers. :) * debian/rules: nscd: run nscd.conf through sed 's/adm/log/'. * debian/patches/sparc-llnux-chown.dpatch: Update from Ben Collins. * debian/sysdeps.mk: Drop sparc-linux depends back to libc6 (>= 2.0.105). -- Joel Klecker Fri, 24 Sep 1999 12:39:26 -0700 glibc (2.1.2-3) unstable; urgency=low * The "Pot-smoking Pikachu" release. * debian/rules: Don't install ldd man page on i386/m68k (closes:Bug#45421). check: Don't depend on build. Symlink db_dump185 manpage to db_dump manpage (closes:Bug#42322). $(libc)-pic: Install map file for libm. Install map files as $(libdir)/libfoo_pic.map. * debian/patches/zh_TW.Big5-locale.dpatch: Split into localedata-charmap-BIG5_1984 and localedata-zh_TW.Big5. * debian/patches/eo_EO-locale.dpatch: Rename to... localedata-eo_EO. * debian/patches/localedata-SUPPORTED.dpatch: New file. Add eo_EO, es_AR (closes:Bug#37162), zh_CN.GB2312 (closes:Bug#38553), zh_TW.Big5. * debian/patches/pthread_create-manpage.dpatch: New file. Correct pthread_create manpage to match texinfo documentation (closes:Bug#22119). -- Joel Klecker Wed, 22 Sep 1999 19:16:01 -0700 glibc (2.1.2-2) unstable; urgency=low * The "Bite Me" release. * debian/rules: $(libc): strip pt_chown. Don't install ldd on i386/m68k. Query dpkg-architecture variables individually. Use bunzip2 -c ... | tar xf - instead of tar yxf. $(libc)-pic: Add libm_pic.a. check: New target; run test suite. Call make with SHELL=/bin/bash, as the test suite seems to rely on bash behavior. Use --strip-unneeded (closes:Bug#40467). * debian/sysdeps.mk: reorganize. * debian/patches/generic-getenv.dpatch: New file. 1999-09-10 Andreas Schwab * sysdeps/generic/getenv.c (getenv): Fix lookup for single character variable on bigendian platforms without unaligned memory access. -- Joel Klecker Thu, 16 Sep 1999 14:41:28 -0700 glibc (2.1.2-1) unstable; urgency=low * The "Gone Evil" release. * glibc 2.1.2 final. - Properly free mmaps for archs without spinlocks in db2 (closes:Bug#43786). * debian/rules: configure: Fix hurd part (missing \). Add frame.o hack for alpha. Use CFLAGS instead of default_cflags. Create srcdir for each arch. Remove arch/indep patch split. New directory layout (build/foo- -> build//foo). Use bz2 tarballs. * debian/patches/sparc-linux-types.dpatch: Remove, applied upstream. * devpts.sh never used any bashisms (closes:Bug#43296). -- Joel Klecker Tue, 7 Sep 1999 05:00:58 -0700 glibc (2.1.2-0pre12) unstable; urgency=low * The "Espy's Birthday" release. * debian/rules: (libc-pic) strip debugging symbols from *_pic.a. interp.o is no longer needed. * debian/patches/sparc-linux-types.dpatch: New file. 1999-07-25 Jakub Jelinek * sysdeps/unix/sysv/linux/sparc/bits/types.h: Define always __qaddr_t. __ino64_t should be 32bit unsigned type on sparc32. Define __off64_t to __quad_t instead of __int64_t. Make __pic_pid_t unsigned on sparc32. * Really change maintainer name to Debian GNU C Library Maintainers. * debian/control.in-libc: s/m@archs@/many/ (closes:Bug#43657). * debian/devpts.init: Check if devpts is already mounted before trying to mount it. (closes:Bug#43658,#43659). Remove exit 0 from end (closes:Bug#42541) * Fixed upstream: db_dump185 now linked with libdb1 (closes:Bug#42898). -- Joel Klecker Sun, 29 Aug 1999 07:51:16 -0700 glibc (2.1.2-0pre11) unstable; urgency=high * The "Lesbian Seagull" release. * glibc 2.1.2pre3. -- Joel Klecker Wed, 25 Aug 1999 15:33:23 -0700 glibc (2.1.2-0pre10) unstable; urgency=low * The "Crack-smoking Squirrel" release. * CVS as of 1999-08-21. * Change maintainer name to Debian GNU C Library Maintainers. -- Joel Klecker Sat, 21 Aug 1999 10:57:42 -0700 glibc (2.1.2-0pre9) unstable; urgency=low * The "Son of Drunken Iceweasel" release. * Compile with gcc 2.95.1. * CVS as of 1999-08-18. -- Joel Klecker Wed, 18 Aug 1999 11:11:29 -0700 glibc (2.1.2-0pre8) unstable; urgency=low * The "Drunken Iceweasel" release. * Compile with gcc 2.95.1-0pre1. * Remove explicit -march=i386 on i386, it's no longer needed. -- Joel Klecker Sun, 15 Aug 1999 08:34:55 -0700 glibc (2.1.2-0pre7) unstable; urgency=low * The "Evil Mastermind" release. * CVS as of 1999-08-09. * debian/patches/arm-osabi.dpatch: "...and another patch bites the dust" (functionality integrated upstream). * Add -march=i386 on i386 to work around gcc lossage. -- Joel Klecker Tue, 10 Aug 1999 01:54:57 -0700 glibc (2.1.2-0pre6) unstable; urgency=low * The "Stoned Monkey" release. * More adjustments for multi-arch build tree. * Split patch rules into debian/patch-rules.mk. * Divide patch system into indep and arch patches. * Update sources to CVS as of 1999-08-08 (closes:Bug#42579,#42343). - I think perhaps this will fix the StarOrifice problem too. -- Joel Klecker Sun, 8 Aug 1999 21:11:12 -0700 glibc (2.1.2-0pre5) unstable; urgency=low * The "Chainsaw Psycho" release. * Install zdump in $(bindir). * Fix 3l33t control frags system for "weird" architectures. ;) * Avoid using DEB_*_ARCH variables, for they are evil. :) -- Joel Klecker Fri, 6 Aug 1999 05:34:55 -0700 glibc (2.1.2-0pre4) unstable; urgency=low * 2.1.2pre2. * Run testsuite in build target. * $(libc)-pic: Provides: glibc-pic. * Logging is back. * Update copyright file. -- Joel Klecker Sun, 1 Aug 1999 17:58:49 -0700 glibc (2.1.2-0pre3) unstable; urgency=low * CVS as of 19990730. * Implement new debian/control-frags system. * $(libc)-pic is back. * {gconv-modules,$(libc)-{pic,dev,dbg,prof}}: doc dirs are directories again. -- Joel Klecker Fri, 30 Jul 1999 10:52:06 -0700 glibc (2.1.2-0pre2) unstable; urgency=low * debian/rules: Fix typo that prevented all the linux-specific patches from being applied. -- Joel Klecker Mon, 26 Jul 1999 14:44:46 -0700 glibc (2.1.2-0pre1) unstable; urgency=low * New upstream pre-release 2.1.2pre1. * debian/depflags.mk. - (libc_dev_control_flags): Add conflicts to alpha/i386/m68k for libncurses4-dev (<< 4.2-3.1) and libreadlineg2-dev (<< 2.1-13.1). - (libc_control_flags): Add conflicts to alpha/i386/m68k for libglib1.2 (<< 1.2.1-2). * devpts.init: - Cope with EXTRAVERSION in uname -r (closes:Bug#41064,#41389). - Don't worry about /dev/ptmx anymore, glibc now checks for a mounted devpts filesystem as well as an existing /dev/ptmx. * debian/patches/{ieee754_y0,linux-mmap64,libio-oldiopopen}.dpatch: Removed; applied upstream. * debian/patches/arm-{dynamiclinker,tftp}.dpatch: Removed; applied upstream. * debian/patches/arm-string.dpatch: Remove string/endian.h part (applied upstream) and rename to arm-ieee754. * Disable building of $(libc)-pic, the boot-floppies library reduction hack doesn't work anyway. * Adjusted rules for dpkg-architecture and reworked source unpacking to handle snapshot upstream versions better. * Use suidmanager for pt_chown. * More fully adopt dpkg-architecture system. * Correct libc.preinst for sparc. * Set sparc shlib_depend to $(libc) (>= 2.1) per request. -- Joel Klecker Sat, 24 Jul 1999 12:35:05 -0700 glibc (2.1.1-13) unstable; urgency=low * debian/devpts.init: Revise again. * debian/rules: debian/shlibs: Add special case for libdb1. * debian/sysdeps.mk: Add cflags variable and i386 hack (hopefully this will allow the library to run on 386es again). * Use 2.2.10 kernel headers by default on *-linux targets. * Docs in /usr/share/doc. * debian/control.in: Update Standards-Version to 3.0.0. * debian/fhs.dpatch: Adjust for FHS 2.1pre2 /var/mail wording. * debian/libc.postinst: Symlink /var/mail to /var/spool/mail. * Integrate changes from Jim Pick's NMUs for arm (closes:#40927,#40479,#40691). * debian/patches/ieee754_y0.dpatch: Upstream fix for yn() issue. * debian/patches/linux-mmap64.dpatch: Fix for mmap64() on powerpc (maybe others too). * debian/patches/libio-oldiopopen.dpatch: Fix for glibc 2.0 compat popen(). * debian/copyright: - Update URLs - Add libio license - s%/usr/doc/copyright%/usr/share/common-licenses% -- Joel Klecker Wed, 7 Jul 1999 17:36:23 -0700 glibc (2.1.1-12.3) unstable; urgency=low * Non-maintainer upload. * Oops, messed up tftp patch for ARM. -- Jim Pick Wed, 7 Jul 1999 00:15:48 -0700 glibc (2.1.1-12.2) unstable; urgency=low * Non-maintainer upload. * Another patch for ARM to fix tftp struct alignment problem. -- Jim Pick Thu, 1 Jul 1999 09:38:02 -0700 glibc (2.1.1-12.1) unstable; urgency=low * Non-maintainer upload. * Include patch for ARM to fix dynamic linker. -- Jim Pick Thu, 17 Jun 1999 21:11:59 -0700 glibc (2.1.1-12) unstable; urgency=low * debian/rules: Use /var/lib/misc here too. * debian/tzconfig: Fix #! line. * debian/libc.postinst: Minor adjustments. -- Joel Klecker Tue, 15 Jun 1999 09:24:49 -0700 glibc (2.1.1-11) unstable; urgency=low * debian/patches/glibcbug.dpatch: New file. - Fixes glibcbug to use `sensible-editor' * debian/patches/fhs.dpatch: Deal with _PATH_VARDB. * debian/patches/m68k-chown.dpatch: Fix paths (closes:Bug#37933). * $(libc): Add HTML version of glibc FAQ. * tzselect is crap, restore old version of tzconfig. * Use 2.2.9 kernel headers by default on *-linux targets. -- Joel Klecker Sun, 13 Jun 1999 09:34:41 -0700 glibc (2.1.1-10) unstable; urgency=low * debian/libc.postinst: Redirect stdout/stderr to /dev/null when restarting services (closes:Bug#38413). * debian/patches/fhs.dpatch: Alter slightly for FHS 2.1 draft. -- Joel Klecker Mon, 31 May 1999 01:45:27 -0700 glibc (2.1.1-9) unstable; urgency=low * 2.1.1 final (closes:Bug#38178). * -7 was accidentally/intentionally compiled with gcc 2.95pre. * -8 was a local build. -- Joel Klecker Mon, 24 May 1999 22:10:01 -0700 glibc (2.1.1-8) unstable; urgency=low * Rebuild with egcs 1.1.2. (/me hides) -- Joel Klecker Sun, 23 May 1999 21:28:29 -0700 glibc (2.1.1-7) unstable; urgency=low * Make sure all patches get applied (closes:Bug#37951,Bug#37974). * Fixes for m68k via Roman Hodek - (debian/rules): Add new m68k-chown patch (closes:Bug#38048). - (debian/depflags.mk): Fix m68k case (closes:Bug#37933). * There were some localedata changes in format between -5 and -6 (closes:Bug#37850,Bug#37822,Bug#37829). * Add patch to fix install-locales target when localedata is not installed. * Build locales in the `locales' target (no sense building them in the arch-indep install target). -- Joel Klecker Thu, 20 May 1999 14:02:15 -0700 glibc (2.1.1-6) unstable; urgency=low * 2.1.1pre3. * (debian/rules): Set BASH and KSH to /bin/bash in configparms. * (debian/libc.preinst): sparc fix (closes:Bug#37415,Bug#37616). * (debian/nscd.prerm): Stop nscd before removing it (closes:Bug#37416). -- Joel Klecker Mon, 17 May 1999 19:29:12 -0700 glibc (2.1.1-5) unstable; urgency=low * CVS as of 1999-05-08. -- Joel Klecker Sat, 8 May 1999 19:31:52 -0700 glibc (2.1.1-4) unstable; urgency=low * Fix logic errors in tzconfig. -- Joel Klecker Sat, 8 May 1999 00:07:44 -0700 glibc (2.1.1-3) unstable; urgency=low * 2.1.1pre2. * glibc-compat 2.1.0. * debian/copyright: Update URLs for upstream source locations. * debian/devpts.init: Rewrite for more sensible handling of devfs. * debian/libc.postinst: Be more paranoid about /etc/timezone, and always remake /etc/localtime symlink. * debian/sysdeps.mk: Add sparc to HAVE_LIBC4 to deal with lddlibc4. * debian/rules: Don't apply sparc32-ldd patch. * debian/patches/sparc32-ldd.dpatch: delete. -- Joel Klecker Fri, 7 May 1999 10:40:11 -0700 glibc (2.1.1-2) unstable; urgency=low * $(libc): replace locales << 2.1.1-1 * debian/depflags.mk: clean up * debian/control.in: locales: remove depend on @libc@ (closes:Bug#36654). * debian/devpts.sh: Remove bashisms (closes:Bug#36552). * debian/libc.postinst: - Use ln -sf instead of zic -l (closes:Bug#36305). - If upgrading from glibc 2.0, restart services potentially affected by libnss_* upgrade. * debian/libc.preinst: Add kernel version sanity check for sparc. * debian/rules: - Fix reverse-patches target (closes:Bug#36574). - Fix libexecdir handling (closes:Bug#36673). - locales is binary-all, so build it in binary-indep, not binary-arch. * debian/sysdeps.mk: $(shlib_depend): >= 2.0.105 for sparc. * locales: Add eo_EO (Esperanto) locale definition. -- Joel Klecker Sat, 1 May 1999 22:22:22 -0700 glibc (2.1.1-1) unstable; urgency=low * Using maintainer versions now; 2.1.1 is still in pre-release. * CVS as of 1999-04-19. * Upgrade glibc-compat addon. * Add kernel version sanity check to nscd init script. * Slight tweaks to devpts.sh init script. * Remove hurd-fcntl patch, it is applied upstream. * Fix libc.preinst libnss code. * Symlink /var/db to /var/state/glibc for backward compatibility. * Add zh_TW.Big5 locale and BIG5_1984 charmap. * Revert to ln -sf instead of zic -l in tzconfig (closes:Bug#36305). * Add latest version of sparc32-chown patch. * Move architecture-dependant parts of locales to other packages and make it Architecture: all. * Move locale and localedef to $(libc); and split gconv-modules into its own package. -- Joel Klecker Tue, 20 Apr 1999 15:09:18 -0700 glibc (2.1.1-0.2) unstable; urgency=low * Upgrade to latest CVS sources. - Fixes ttyname problem which affected screen (closes:Bug#35695). - libio backward compatibility fixes. - Many other fixes. * Put manpages in /usr/share/man, info in /usr/share/info. * Add devpts.sh init script and /etc/default/devpts to configure it. * Better FHS compliance. - /var/db -> /var/state/glibc. - --libexecdir=/usr/lib (my reading of the FHS seems to allow executables directly in /usr/lib). -- Joel Klecker Wed, 7 Apr 1999 14:47:08 -0700 glibc (2.1.1-0.1) unstable; urgency=low * Now using NMU-style versions for prereleases. * Don't start utmpd. * Somehow the old nss modules (libnss_*.so.1) slipped out of the last release, put them back. * Let libc keep its x bit. (executing it presents some interesting output) -- Joel Klecker Wed, 17 Mar 1999 00:44:44 -0800 glibc (2.1.1-0pre1.3) unstable; urgency=low * Fix source package. * $(libc)-dbg: Install libpthread (closes:Bug#34461). * $(libc): Add note about devpts and services to postinst. - Recreate databases in /var/db if upgrading from glibc 2.0.x (closes:Bug#34442) - i386, alpha, m68k: Conflict with libtricks, apt (<< 0.1.10.1). * Change default_cflags to -O2 -g. * Allow make check to fail. -- Joel Klecker Sat, 13 Mar 1999 15:14:50 -0800 glibc (2.1.1-0pre1.2) unstable; urgency=low * strip shared libs with --strip-debug instead of --strip-unneeded. * Loosened shlibs depend. -- Joel Klecker Fri, 12 Mar 1999 22:33:01 -0800 glibc (2.1.1-0pre1.1) unstable; urgency=low * Fix $(libc) replaces on i386. -- Joel Klecker Fri, 12 Mar 1999 14:47:28 -0800 glibc (2.1.1-0pre1) unstable; urgency=low * New upstream release. * Really release this one to unstable. -- Joel Klecker Wed, 10 Mar 1999 09:14:29 -0800 glibc (2.1-4) unstable; urgency=low * First release for unstable. * Add glibc-compat addon. * $(libc): Conflict with libwcsmbs - Start utmpd and touch /var/run/utmpx, /var/log/wtmpx. * $(libc)-dbg: Install unstripped shared libs in /usr/lib/glibc_dbg. * $(libc)-prof: Strip libraries. * glibc-doc: Remove cruft from top-level of info dir. * Split nscd into separate package. * Fixed $KERNEL_SOURCE handling. * Bugs fixed: 19264, 22788, 26148, 26306, 30609, 30773, 31415 (will elaborate later :) -- Joel Klecker Fri, 5 Mar 1999 11:29:44 -0800 glibc (2.1-3) unstable; urgency=low * (debian/depflags.mk): - Correct typo - Add libc_dev_control_flags for Conflicts -- Joel Klecker Mon, 8 Feb 1999 03:22:27 -0800 glibc (2.1-2) unstable; urgency=low * Get shlibs file dependencies correct. -- Joel Klecker Sat, 6 Feb 1999 22:56:22 -0800 glibc (2.1-1) unstable; urgency=low * New upstream release. * (debian/control.in): Update maintainer address. * (debian/depflags.mk): $(libc): conflict and replace timezone, timezones; replace libdb2 * (debian/rules): $(libc)-dev: copy subdirectories from $(KERNEL_HEADERS)/linux too. timezones: remove $(libc): Put timezone data, and the zic and zdump utils here * Sync with HURD again. * Removed hurd-utimes patch, it is integrated upstream. -- Joel Klecker Sat, 6 Feb 1999 12:26:10 -0800