glibc-devel-32bit-2.9-2.10.1.x86_64.rpm

  • Package Type: rpm
  • Architecture: x86_64
  • Distribution: openSUSE 11.1 Updates

Detailed Informations

Package Nameglibc-devel-32bit
File Nameglibc-devel-32bit-2.9-2.10.1.x86_64.rpm
DistributionopenSUSE 11.1 Updates
Version2.9
Architecturex86_64
Release2.10.1
File Size3.67 mb
Build Date2009/Jan/22 20:22:28
Package Size17.93 mb
Coypright
DonwloadDownload
Packagerhttp://bugs.opensuse.org
VendoropenSUSE
Changelog* Wed Jan 21 2009
- Re-enable the DNS fixpack, add real fix for bnc#441947
- nscd: Fix gc he_data overflow and turn of alloca usage [bnc#387202]
- Normalize the patch queue
* Fri Jan 16 2009
- Disable the DNS fixpack from CVS, breaks nscd resolving [bnc#441947]
* Fri Jan 09 2009
- Fix unsetenv() crashing after clearenv()
- Backport various DNS-related fixes from CVS
- Disable parallel A-AAAA queries - revert to the glibc-2.9 behaviour
of sending the queries sequentially [bnc#442572]
- Fix fp register protection on power6 setcontext() [bnc#464738]
* Mon Dec 08 2008
- Fix crash when parsing NIS hosts file [bnc#448702]
* Thu Dec 04 2008
- Fix nscd gc-cacheadd and prune-invalidate races [bnc#446233]
- Remove obsolete and disabled nscd patch
- Fix /etc/bindresvport.blacklist parsing [bnc#439146]
- Fix en_GB and csb_PL locales having weeks start on Tuesdays [bnc#449186]
* Sun Nov 23 2008
- clean up patch filenames
* Fri Nov 21 2008
- fix check-build.sh to actually allow building on ppc* again
* Fri Nov 21 2008
- do not run compiled binaries with cputuned libraries [bnc#445911]
the buildhost only generates them, but must not execute them
* Mon Nov 17 2008
- Update to glibc-2.9 final
* Thu Nov 06 2008
- Added patch to fix s390x 64bit stack frame problem
* Fri Oct 31 2008
- Fix atomics on s390/s390x, leading to failures in pthread mutexes.
* Tue Oct 28 2008
- Restore alignment patch.
* Tue Oct 28 2008
- symlink power5/power5+ to power4 on ppc32
* Thu Oct 23 2008
- only do obsoletes for XXbit packages on ppc, not on x86
* Thu Oct 23 2008
- Deactivate unwind tables for initfini.c.
* Thu Oct 23 2008
- obsolete glibc{,-devel,-locale,-profile} -XXbit packages [bnc#437293]
- update last change to handle empty rpmspec defines
* Tue Oct 21 2008
- update glibc_post_upgrade to handle power7 and ppc-cell-be
- remove libs unconditionally on powerpc to handle libs in
subdirectories for which we do not ship optimized versions [bnc#437209]
* Thu Oct 16 2008
- enable cpu-tuned libraries for power4, power6 and ppc-cell-be
on ppc32 [fate#304000,bnc#408808]
* Mon Oct 13 2008
- Update to trunk from 20081013, no longer export paccept,
obsoletes some patches (lowlevellock and res_send).
Fix overflow in nscd patch.
* Sun Oct 12 2008
- also strip .comment.SUSE.OPTs from the static libs
- add missing-include-build-fix.diff
* Tue Oct 07 2008
- Fix alignment in resolver.
* Tue Sep 30 2008
- symlink tuned libs because rpmlint is unable to handle hardlinks
* Mon Sep 29 2008
- enable cpu-tuned libraries for power6 and ppc-cell-be [fate#304000,bnc#408808]
- remove -mtune G4/RS64 from CFLAGS on ppc/ppc64
* Thu Sep 18 2008
- Change .comment.SuSE.OPTs to .comment.SUSE.OPTs. Also strip from
crti.o and crtn.o.
- Adjust getgroups fortify check. [bnc#426958]
* Thu Sep 18 2008
- Fix alignment in resolver.
* Mon Sep 15 2008
- do not run glibc_post_upgrade in XEN builds
* Sat Sep 13 2008
- strip .note.gnu.build-id from crt1.o.
* Sat Sep 13 2008
- only strip comment from crt1.o
* Fri Sep 12 2008
- block baselibs generation for i586 (use i686 instead)
* Fri Sep 12 2008
- strip suse opts comments from crt.o (fate #300498)
* Mon Sep 08 2008
- Add a patch to fix wrong asm constraints in the i386 lowlevel
futex lock implementation.
* Thu Sep 04 2008
- Update to current trunk snapshot (2008-09-04), makes s390 build.
* Wed Aug 27 2008
- Add a patch to use RTLD_DEEPBIND to load nss modules. [bnc #157078]
* Mon Aug 25 2008
- Update to current trunk snapshot (2008-08-25).
* Fri Aug 22 2008
- enabled SELinux support [Fate#303662]
* Fri Aug 15 2008
- Fix nscd init script for new checks.
- package empty ld.so.cache.
* Fri Jul 25 2008
- Add directory /var/cache/ldconfig to filelist.
* Wed Jun 25 2008
- Fix strptime() %EY era support [bnc#355887]
* Wed Jun 25 2008
- Add patch to fix unwinding through clone for x86_64 and i386.
[bnc#290807, bnc#403464]
* Fri May 30 2008
- Fix ppc atomic ops.
* Fri Apr 25 2008
- Update to glibc-2.8 CVS branch as of 2008042513 (post-glibc-2.8):
* Faster sqrt and sqrtf implemention for some PPC variants.
* Thu Apr 10 2008
- Build fix after the revert
* Thu Apr 10 2008
- Temporarily revert a namespace leakage cleanup in glibc-2.8 since
it causes a lot of build failures
* Thu Apr 10 2008
- Update to CVS HEAD as of 2008041002 (almost glibc-2.8):
* New locales: bo_CN, bo_IN.
* New encoding: HP-ROMAN9, HP-GREEK8, HP-THAI8, HP-TURKISH8.
* Sorting rules for some Indian languages (Devanagari and Gujarati).
Implemented by Pravin Satpute.
* IPV6 addresses in /etc/resolv.conf can now have a scope ID
* nscd caches now all timeouts for DNS entries
Implemented by Ulrich Drepper.
* nscd is more efficient and wakes up less often.
Implemented by Ulrich Drepper.
* More checking functions: asprintf, dprintf, obstack_printf, vasprintf,
vdprintf, and obstack_vprintf.
Implemented by Jakub Jelinek.
* Faster memset for x86-64.
Implemented by Harsha Jagasia and H.J. Lu.
* Faster memcpy on x86.
Implemented by Ulrich Drepper.
* ARG_MAX is not anymore constant on Linux. Use sysconf(_SC_ARG_MAX).
Implemented by Ulrich Drepper.
- memset() implementation from AMD replaced by new upstream
implementation
- Enable stackguard randomization
* Thu Apr 10 2008
- added baselibs.conf file to build xxbit packages
for multilib support
* Thu Mar 13 2008
- don't try to use ipv6 in getaddrinfo() unconditionally (bnc#361697)
* Sat Jan 26 2008
- Add fixes from 2.8 branch for string.h and headers. The string.h
changes should fix sysvinit compilation.
- Fix some rpmlint warnings:
* Add versioned provides and obsoletes.
* Use %check section.
* Fri Jan 18 2008
- Fix use of fnstsw.
* Wed Nov 21 2007
- Update to CVS branch glibc_2.7 as of today
- Remove the ::1 hack again
- Fix nscd race condition between mempool_alloc() and gc() [#288910]
- Fix nscd stack overflow in gc() when the number of cache entries
gets too large [#288910]
- Fix sunrpc udp client [#257745]
- Fix initgroups() crash in nss_compat [#310544]
* Thu Sep 27 2007
- Remove broken x86_64 bcopy function. [#328486]
* Sun Sep 16 2007
- Install gai.conf on all archs.
* Thu Sep 13 2007
- Install the default gai.conf to /etc instead of docdir
- Do not return ::1 /etc/hosts records for 127.0.0.1 queries [#288879]
* Wed Sep 05 2007
- Fix pthread_mutex_unlock() internal lock handling for incorrectly
written applications
- Fix nscd assertion failure when opening persistent db failed [#288910]
* Mon Sep 03 2007
- fix typos in mdns patch [#206247], [#256690]
* Fri Aug 31 2007
- Add /usr/share/locale-bundle/ as fallback directory for usage
with bundle-lang packages (see bug #302270).
* Tue Aug 21 2007
- Reintroduce errorneously omitted AMD64 optimizations
(and fix them to compile again)
* Thu Aug 16 2007
- Fix static linking (#233835).
- Silence rpmlint for profile package.
- Add Short-Description to nscd init script.
* Mon Aug 13 2007
- Backport:
* Update kernel-features.h.
* Fix sched_getcpu error path on x86-64.
* Use upstreamed version of ldconfig cache speed ups.
* Fri Aug 03 2007
- Remove the dynamic linker support for direct bindings (-Bdirect);
according to Michael Meeks, the performance improvement is too small
- Split timezone package to a separate physical package
- Update glibc to version 2.6.1
* Fri Jul 27 2007
- Use fdupes to reduce timezone data size.
* Fri Jul 13 2007
- Update to head of glibc-2.6 branch.
- Fix update on ppc.
* Thu Jun 28 2007
- Add a provide for "rtld(GNU_HASH)".
* Sun Jun 17 2007
- Fix section selection in crt objects.
* Thu Jun 07 2007
- Backport fix for crashing printf() of some invalid ldouble values
* Wed May 30 2007
- Added few fixes from 2.6 CVS before 2.6.1 gets released
* Fri May 18 2007
- Update glibc to version 2.6
- Update tzdata to version 2007f
* Fri May 04 2007
- Update build checks.
* Fri Apr 20 2007
- only keep symtab for libpthread*
* Thu Apr 19 2007
- Fix strtod() exponent limit calculations [#230909]
- Fix random nscd crashes under very heavy passwd/group queries
load [#192391]
- Add some enums from CVS to sys/personality.h [#253710]
- Fix pthread_atfork()-induced hangs in threaded programs [#256237]
- Fix llrintl() on ppc64 [#241183]
- Fix makecontext() segfault [#249780]
- Fix potential dladdr() breakage [#241464]
- Fix some races in client programs with nscd garbage collection [#252138]
* Fri Mar 30 2007
- Update localtime during timezone update [#239888]
* Sun Mar 25 2007
- temporary disable powerpc cputuned libs to reduce turnaround time
* Fri Feb 09 2007
- Update to the latest upstream timezone data [#231833]
* Fri Feb 02 2007
- Remove -ffortify.
* Thu Feb 01 2007
- Remove -fstack-protector.
* Mon Jan 29 2007
- Removed references to /opt/gnome.
* Thu Jan 25 2007
- link power4 to ppc970, link power6 to power6x
- Update the powerpc cpu-tuned environment to v0.05
* Mon Jan 22 2007
- Update ppc build check.
* Fri Nov 24 2006
- Fix for Brazilian and Wester Australia timezone DSTs [#213375,#223196]
* Thu Nov 16 2006
- Disable power6 optimization for 10.2, not all pieces are there
[#219962]
* Wed Oct 25 2006
- Change ld.so madvise() call to posix_fadvise()
- Fix mallopt(M_MXFAST,0) behaviour [#198760]
- Update the powerpc cpu-tuned environment to v0.04 [#215117]
* Sun Oct 22 2006
- Update the powerpc cpu-tuned environment to v0.03 [#212549]
- Improve glibc powerpc optimization [#212548,#212580,#214282]
* Tue Oct 17 2006
- add ldconfig-old-cache patch to speed up ldconfig
* Sat Oct 14 2006
- dont use uninitialized (and wrong) variable in glibc-2.4.90-bdirect.diff
[#212470]
* Thu Oct 12 2006
- Update to the latest 2.5 CVS
- More friendly -Bdirect behaviour in case of missing libraries
- Fix 2.4.90-nscd patch wrt. new gcc
* Mon Oct 02 2006
- Fix warnings in testsuite (patch from CVS).
* Fri Sep 29 2006
- Update to 2.5 CVS - official release (only minimal changes in CVS
since the last update)
- Fix a thinko in the -Bdirect patch
* Fri Sep 29 2006
- fix devel requires
* Fri Sep 29 2006
- Make the dynamic linker support direct bindings (Michael Meeks'
Solaris-like -Bdirect with minor changes by me)
- Split the kernel headers to a new package (linux-kernel-headers)
* Wed Sep 27 2006
- Fix broken assertion [#208189].
* Tue Sep 26 2006
- Fix mistake when removing some patches
* Mon Sep 25 2006
- Update to current CVS
* Sat Sep 23 2006
- Fix 64bit-cleanliness gcc warnings
* Thu Sep 21 2006
- Add /usr/lib{,64}/Xaw3d to /etc/ld.so.conf (by
from original STABLE) [#205169]
- Fix chown() instead of lchown() called in fchownat() emulation
[#201751]
- Fix glob() overflowing stack when producing massive number of
matches [#190458]
- Update to current CVS
* Wed Sep 20 2006
- Fix cut'n'paste error in a last-minute change
* Wed Sep 20 2006
- Update to current CVS
- Fix powerpc-cpu tarball extension
- Move crypt-blowfish to a patch so that quilt works on the tree
* Sat Sep 02 2006
- Use asm-powerpc for ppc and ppc64.
- Fix chroot check in glibc_post_upgrade.
* Mon Aug 28 2006
- Update to current CVS, should fix false positive heap overflow
trigger from malloc() causing gcc to hang [#201724]
* Wed Aug 23 2006
- Update the powerpc cpu-tuned environment to v0.02 [#199274]
- Update to current CVS
- Drop pthread_mutexattr_getprioceiling() out of range fix
* Thu Aug 10 2006
Ported from STABLE:
- Remove libc5 reference from /etc/ld.so.conf, shlibs5 is no longer
supported [#181947]
- Fix name of a dummy ia64 header from offsets.h to asm-offsets.h
[#191394]
* Sun Jul 30 2006
- Update to current CVS snapshot (highlight: support for .gnu.hash
fast linking support)
* Wed Jul 12 2006
- pthread_mutexattr_getprioceiling() was returning prioceiling out
of range [#182782]
* Wed Jul 12 2006
- Fix the HTML documentation missing an index [#190585]
back
SummaryInclude Files and Libraries Mandatory for Development
DescriptionThese libraries are needed to develop programs which use the standard C
library.
Files
  • /usr/include/gnu
  • /usr/include/gnu/stubs-32.h
  • /usr/lib/Mcrt1.o
  • /usr/lib/Scrt1.o
  • /usr/lib/crt1.o
  • /usr/lib/crti.o
  • /usr/lib/crtn.o
  • /usr/lib/gcrt1.o
  • /usr/lib/libBrokenLocale.a
  • /usr/lib/libBrokenLocale.so
  • /usr/lib/libanl.a
  • /usr/lib/libanl.so
  • /usr/lib/libbsd-compat.a
  • /usr/lib/libc.a
  • /usr/lib/libc.so
  • /usr/lib/libc_nonshared.a
  • /usr/lib/libcidn.so
  • /usr/lib/libcrypt.a
  • /usr/lib/libcrypt.so
  • /usr/lib/libdl.a
  • /usr/lib/libdl.so
  • /usr/lib/libg.a
  • /usr/lib/libieee.a
  • /usr/lib/libm.a
  • /usr/lib/libm.so
  • /usr/lib/libmcheck.a
  • /usr/lib/libnsl.a
  • /usr/lib/libnsl.so
  • /usr/lib/libnss_compat.so
  • /usr/lib/libnss_dns.so

  • This package contains 15 files more
    Show all files