Index index by Group index by Distribution index by Vendor index by creation date index by Name Feedback Help Search

nscd-2.2.93-5 RPM for i386

From Contributed RPMs / RPMS

Name: nscd Distribution: Red Hat Linux
Version: 2.2.93 Vendor: Red Hat, Inc.
Release: 5 Build date: Thu Sep 5 19:09:21 2002
Group: System Environment/Daemons Build host: astest.test.redhat.com
Size: 34605 Source RPM: glibc-2.2.93-5.src.rpm
Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary: A Name Service Caching Daemon (nscd).
Nscd caches name service lookups and can dramatically improve
performance with NIS+, and may help with DNS as well. Note that you
can't use nscd with 2.0 kernels because of bugs in the kernel-side
thread support. Unfortunately, nscd happens to hit these bugs
particularly hard.

Provides

Requires

Copyright

LGPL

Signatures

internal MD5: 7a40451a43b80872e417cdfec7b62a76
GPG

Changelog

* Fri Sep 06 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
  - fix wcsmbs functions with invalid character sets (or malloc
    failures)
  - make sure __ctype_b etc. compat vars are updated even if
    they are copy relocs in the main program
* Thu Sep 05 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
  - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
    leading to unresolved __set_h_errno symbol)
* Wed Sep 04 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
  - security fix - increase dns-network.c MAXPACKET to at least
    65536 to avoid buffer overrun. Likewise glibc-compat
    dns-{host,network}.c.
* Tue Sep 03 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
  - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
    libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
    from libc.so - we have still lots of .a libraries referencing
    __ctype_{b,tolower,toupper} out there...
* Tue Sep 03 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
  - update from CVS
    - 2.2.93 release
    - use double instead of single indirection in isXXX macros
    - per-locale wcsmbs conversion state
* Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
  - update from CVS
    - fix newlocale/duplocale/uselocale
  - disable profile on x86_64 for now
* Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
  - update from CVS
    - 2.2.92 release
    - fix gettext after uselocale
    - fix locales in statically linked threaded programs
    - fix NSS
* Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
  - update from CVS
    - 2.2.91 release
    - fix fd leaks in locale-archive reader (#72043)
  - handle EROFS in build-locale-archive gracefully (#71665)
* Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
  - update from CVS
    - fix re_match (#72312)
  - support more than 1024 threads
* Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
  - update from CVS
    - fix i386 build
* Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
  - update from CVS
    - fix locale-archive loading hang on some (non-primary) locales
      (#72122, #71878)
    - fix umount problems with locale-archives when /usr is a separate
      partition (#72043)
  - add LICENSES file
* Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
  - update from CVS
    - only mmap up to 2MB of locale-archive on 32-bit machines
      initially
    - fix fseek past end + fread segfault with mmaped stdio
  - include <sys/debugreg.h> which is mistakenly not included
    in glibc-devel on IA-32
* Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
  - don't return normalized locale name in setlocale when using
    locale-archive
* Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
  - update from CVS
    - optimize for primary system locale
  - localedef fixes (#71552, #67705)
* Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
  - fix path to locale-archive in libc reader
  - build locale archive at glibc-common %post time
  - export __strtold_internal and __wcstold_internal on Alpha again
  - workaround some localedata problems
* Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
  - update from CVS
  - patch out set_thread_area for now
* Fri Aug 09 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
  - update from CVS
  - GB18030 patch from Yu Shao
  - applied Debian patch for getaddrinfo IPv4 vs. IPv6
  - fix regcomp (#71039)
* Sun Aug 04 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
  - update from CVS
  - use /usr/sbin/prelink, not prelink (#70376)
* Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
  - update from CVS
* Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
  - update from CVS
    - ungetc fix (#69586)
    - fseek errno fix (#69589)
    - change *etrlimit prototypes for C++ (#68588)
  - use --without-tls instead of --disable-tls
* Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
  - set nscd user's shell to /sbin/nologin (#68369)
  - fix glibc-compat buffer overflows (security)
  - buildrequire prelink, don't build glibc's own copy of it (#67567)
  - update from CVS
    - regex fix (#67734)
    - fix unused warnings (#67706)
    - fix freopen with mmap stdio (#67552)
    - fix realloc (#68499)
* Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
  - update from CVS
    - fix argp on long words
    - update atime in libio
* Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
  - update from CVS
    - a thread race fix
    - fix readdir on invalid dirp
* Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
  - update from CVS
    - don't use __thread in headers
  - fix system(3) in threaded apps
  - update prelink, so that it is possible to prelink -u libc.so.6.1
    on Alpha
* Fri Jun 07 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
  - update from CVS
    - fix __moddi3 (#65612, #65695)
    - fix ether_line (#64427)
  - fix setvbuf with mmap stdio (#65864)
  - --disable-tls for now, waiting for kernel
  - avoid duplication of __divtf3 etc. on IA-64
  - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
* Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
  - update from CVS
    - fix Alpha pthread bug with gcc 3.1
* Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
  - fix nice
* Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
  - add relocation dependencies even for weak symbols (#63422)
  - stricter check_fds check for suid/sgid binaries
  - run make check at %install time
* Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
  - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
  - back out do-lookup.h change (#63261, #63305)
  - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
    since lots of compilers break on it
  - fix sparc build with gcc 3.1
  - fix spec file for athlon
* Tue Apr 09 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
  - fix debugging of threaded apps (#62804)
  - fix DST for Estonia (#61494)
  - document that pthread_mutexattr_?etkind_np are deprecated
    and pthread_mutexattr_?ettype should be used instead in man
    pages (#61485)
  - fix libSegFault.so undefined externals
* Fri Apr 05 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
  - temporarily disable prelinking ld.so, as some statically linked
    binaries linked against debugging versions of old glibcs die on it
    (#62352)
  - fix <semaphore.h> for -std=c99 (#62516)
  - fix ether_ntohost segfault (#62397)
  - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
    /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
    version (#61633)
  - prelink -r on alpha too
* Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
  - update GB18030 iconv module (Yu Shao)
* Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
  - features.h fix
* Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
  - update from CVS
    - fix nscd with huge groups
    - fix nis to not close fds it shouldn't
  - rebuilt against newer glibc-kernheaders to use the correct
    PATH_MAX
  - handle .athlon.rpm glibc the same way as .i686.rpm
  - add a couple of .ISO-8859-15 locales (#61922)
  - readd temporarily currencies which were superceeded by Euro
    into the list of accepted currencies by localedef to make
    standard conformance testsuites happy
  - temporarily moved __libc_waitpid back to make Sun JDK happy
  - use old malloc code
  - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
* Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
  - update from CVS
    - fix DST handling for southern hemisphere (#60747)
    - fix daylight setting for tzset (#59951)
    - fix ftime (#60350)
    - fix nice return value
    - fix a malloc segfault
  - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
    back to what they used to be exported at
  - censorship (#60758)
* Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
  - update from CVS
  - use __attribute__((visibility(...))) if supported, use _rtld_local
    for ld.so only objects
  - provide libc's own __{,u}{div,mod}di3
* Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
  - switch back to 2.2.5, mmap stdio needs work
* Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
  - fix two other mmap stdio bugs (#60228)
* Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
  - fix yet another mmap stdio bug (#60145)
* Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
  - fix mmap stdio bug (seen on ld as File truncated error, #60043)
  - apply Andreas Schwab's fix for pthread sigwait
  - remove /lib/i686/ libraries in glibc_post_upgrade when
    performing i386 glibc install
* Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
  - update to CVS
  - added glibc-utils subpackage
  - disable autoreq in glibc-debug
  - readd %lang() to locale files
* Thu Feb 07 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
  - update to CVS
  - move glibc private symbols to GLIBC_PRIVATE symbol version
* Wed Jan 09 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
  - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
    symbol in libm
* Tue Jan 08 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
  - add debug-static package
* Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
  - update from CVS
  - remove -D__USE_STRING_INLINES
  - add debug subpackage to trim glibc and glibc-devel size
* Wed Oct 03 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
  - fix strsep
* Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
  - fix a ld.so bug with duplicate searchlists in l_scope
  - fix erfcl(-inf)
  - turn /usr/lib/librt.so into linker script
* Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
  - fix a ld.so lookup bug after lots of dlopen calls
  - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
  - prelinking support for Sparc64
* Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
  - update from CVS to fix DT_SYMBOLIC
  - prelinking support for Alpha and Sparc
* Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
  - update from CVS
    - linuxthreads now retries if -1/EINTR is returned from
      reading or writing to thread manager pipe (#43742)
  - use DT_FILTER in librt.so (#53394)
    - update glibc prelink patch so that it handles filters
  - fix timer_* with SIGEV_NONE (#53494)
  - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
* Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
  - fix build on sparc32
  - 2.2.4-13 build for some reason missed some locales
    on alpha/ia64
* Mon Sep 03 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
  - fix iconvconfig
* Mon Sep 03 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
  - add fam to /etc/rpc (#52863)
  - fix <inttypes.h> for C++ (#52960)
  - fix perror
* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
  - fix strnlen(x, -1)
* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
  - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
    if __USE_UNIX98.
* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
  - fix bits/libc-lock.h so that gcc can compile
  - fix s390 build
* Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
  - kill stale library symlinks in ldconfig (#52350)
  - fix inttypes.h for G++ < 3.0
  - use DT_REL*COUNT
* Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
  - fix strnlen on IA-64 (#50077)
* Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
  - glibc 2.2.4 final
  - fix -lpthread -static (#51672)
* Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
  - doh, include libio/tst-swscanf.c
* Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
  - don't crash on catclose(-1)
  - fix wscanf %[] handling
  - fix return value from swprintf
  - handle year + %U/%W week + week day in strptime
* Thu Aug 09 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
  - update from CVS to
    - fix strcoll (#50548)
    - fix seekdir (#51132)
    - fix memusage (#50606)
  - don't make gconv-modules.cache %config file, just don't verify
    its content.
* Mon Aug 06 2001 Jakub Jelinek <jakub@redhat.com>
  - fix strtod and *scanf (#50723, #50724)
* Sat Aug 04 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
    - fix iconv cache handling
  - glibc should not own /usr/share/info, /usr/share/man nor /usr/share/man/man3 (#50673)
  - add gconv-modules.cache as emtpy config file (#50699)
  - only run iconvconfig if /usr is mounted read-write (#50667)
* Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
  - move iconvconfig from glibc-common into glibc subpackage,
    call it from glibc_post_upgrade instead of common's post.
* Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
  - turn off debugging printouts in iconvconfig
* Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
    - fix IA-32 makecontext
    - make fflush(0) thread-safe (#46446)
* Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
  - adjust prelinking DT_* and SHT_* values in elf.h
  - update from CVS
    - iconv cache
    - make iconv work in SUID/SGID programs (#34611)
* Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
    - kill non-pic code in libm.so
    - fix getdate
    - fix some locales (#49402)
  - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
    properly in libBrokenLocale.so, libNoVersion.so and libanl.so
  - add floating stacks on IA-64, Alpha, Sparc (#49308)
* Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
  - make /lib/i686 directory owned by glibc*.i686.rpm
* Mon Jul 09 2001 Jakub Jelinek <jakub@redhat.com>
  - remove rquota.[hx] headers which are now provided by quota (#47141)
  - add prelinking patch
* Thu Jul 05 2001 Jakub Jelinek <jakub@redhat.com>
  - require sh-utils for nscd
* Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS (#43681, #43350, #44663, #45685)
  - fix ro_RO bug (#44644)
* Wed Jun 06 2001 Jakub Jelinek <jakub@redhat.com>
  - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
  - make rpc headers -ansi compilable (#42390)
  - remove alphaev6 optimized memcpy, since there are still far too many
    broken apps which call memcpy where they should call memmove
  - update from CVS to (among other things):
    - fix tanhl bug (#43352)
* Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
  - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
  - fix a dlclose reldeps handling bug
  - some more profiling fixes
  - fix tgmath.h
* Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
  - make ldconfig more quiet
  - fix LD_PROFILE on i686 (#41030)
* Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
  - fix the hardlink program, so that it really catches all files with
    identical content
  - add a s390x clone fix
* Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
  - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
  - fix nss compatibility DSO versions for alphaev6
  - add a hardlink program instead of the shell 3x for plus cmp -s/link
    which takes a lot of time during build
  - rework BuildPreReq and Conflicts with gcc, so that
    it applies only where it has to
* Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
  - fix locale name of ja_JP in UTF-8 (#39783)
  - fix re_search_2 (#40244)
  - fix memusage script (#39138, #39823)
  - fix dlsym(RTLD_NEXT, ) from main program (#39803)
  - fix xtrace script (#39609)
  - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
    libc_nonshared.a has atexit)
  - fix getconf LFS_CFLAGS on 64bitters
  - recompile with gcc-2.96-84 or above to fix binary compatibility problem
    with __frame_state_for function (#37933)
* Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
  - glibc 2.2.3 release
    - fix strcoll (#36539)
  - add BuildPreReqs (#36378)
* Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
* Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
    - fix sparc64, ia64
    - fix some locale syntax errors (#35982)
* Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
* Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
* Fri Apr 06 2001 Jakub Jelinek <jakub@redhat.com>
  - support even 2.4.0 kernels on ia64, sparc64 and s390x
  - include UTF-8 locales
  - make gconv-modules %config(noreplace)
* Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
  - back out sunrpc changes
* Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
    - fix ia64 build
    - fix pthread_getattr_np
* Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
    - run atexit() registered functions at dlclose time if they are in shared
      libraries (#28625)
    - add pthread_getattr_np API to make JVM folks happy
* Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
  - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
  - fix ldd behaviour on unresolved symbols
  - remove nonsensical ldconfig warning, update osversion for the most
    recent library with the same soname in the same directory instead (#31703)
  - apply selected patches from CVS
  - s390x spec file changes from Florian La Roche
* Wed Mar 07 2001 Jakub Jelinek <jakub@redhat.com>
  - fix gencat (#30894)
  - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
* Tue Mar 06 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
  - make pthread_attr_setstacksize consistent before and after pthread manager
    is started (#28194)
  - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
    far, #28493)
  - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
    make ld.so pick the right one
* Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
  - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
* Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
  - make glibc require particular version of glibc-common
    and glibc-common prerequire glibc.
* Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
  - glibc 2.2.2 release
    - fix regex REG_ICASE bug seen in ksymoops
* Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
  - fix regexec leaking memory (#26864)
* Fri Feb 09 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
    - fix ia64 build with gnupro
    - make regex 64bit clean
    - fix tgmath make check failures on alpha
* Tue Feb 06 2001 Jakub Jelinek <jakub@redhat.com>
  - update again for ia64 DF_1_INITFIRST
* Fri Feb 02 2001 Jakub Jelinek <jakub@redhat.com>
  - update from CVS
    - fix getaddrinfo (#25437)
    - support DF_1_INITFIRST (#25029)
* Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
  - build all auxiliary arches with --enablekernel 2.4.0, those wanting
    to run 2.2 kernels can downgrade to the base architecture glibc.
* Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
  - remove %lang() flags from %{_prefix}/lib/locale files temporarily
* Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
  - update to 2.2.1 final
    - fix a pthread_kill_other_threads_np breakage (#23966)
    - make static binaries using dlopen work on ia64 again
  - fix a typo in glibc-common group
* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  - devel requires glibc = %{version}
  - noreplace /etc/nscd.conf
* Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
  - some more security fixes:
    - don't look up LD_PRELOAD libs in cache for SUID apps
      (because that bypasses SUID bit checking on the library)
    - place output files for profiling SUID apps into /var/profile,
      use O_NOFOLLOW for them
    - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
  - hardlink identical locale files together
  - add %lang() tags to locale stuff
  - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
* Mon Jan 08 2001 Jakub Jelinek <jakub@redhat.com>
  - add glibc-common subpackage
  - fix alphaev6 memcpy (#22494)
  - fix sys/cdefs.h (#22908)
  - don't define stdin/stdout/stderr as macros for -traditional (#22913)
  - work around a bug in IBM JDK (#22932, #23012)
  - fix pmap_unset when network is down (#23176)
  - move nscd in rc.d before netfs on shutdown
  - fix $RESOLV_HOST_CONF in SUID apps (#23562)
* Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
  - fix ftw and nftw
* Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
  - fix fcvt (#22184)
  - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
  - fix gencat
* Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
  - fix alpha htonl and alphaev6 stpcpy
* Sat Dec 09 2000 Jakub Jelinek <jakub@redhat.com>
  - update to CVS to:
    - fix getnameinfo (#21934)
    - don't stomp on memory in rpath handling (#21544)
    - fix setlocale (#21507)
  - fix libNoVersion.so.1 loading code (#21579)
  - use auxarches define in spec file for auxiliary
    architectures (#21219)
  - remove /usr/share directory from filelist (#21218)
* Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
  - update to CVS to fix getaddrinfo
* Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
  - update to CVS to fix freopen
  - remove all alpha workarounds, not needed anymore
* Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
  - fix dladdr bug on alpha/sparc32/sparc64
  - fix Makefiles so that they run static tests properly
* Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
  - update to CVS to fix ldconfig
* Thu Nov 09 2000 Jakub Jelinek <jakub@redhat.com>
  - update to glibc 2.2 release
* Mon Nov 06 2000 Jakub Jelinek <jakub@redhat.com>
  - update to CVS to:
    - export __sysconf@@GLIBC_2.2 (#20417)
* Fri Nov 03 2000 Jakub Jelinek <jakub@redhat.com>
  - merge to 2.1.97
* Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
  - update to CVS, including:
    - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
    - fix hesiod (#19375)
    - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
    - fix LFS fcntl when used with non-LFS aware kernels (#19730)
* Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
  - fix alpha semctl (#19199)
  - update to CVS, including:
    - fix glibc headers for Compaq non-gcc compilers
    - fix locale alias handling code (#18832)
    - fix rexec on little endian machines (#18886)
  - started writing changelog again
* Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
  - added ja ujis alias for backwards compatibility

Files

/etc/nscd.conf
/etc/rc.d/init.d/nscd
/usr/sbin/nscd


Generated by rpm2html 1.9.2

webmaster@wesmo.com, Wed Mar 21 12:13:11 2007