|
|
|
|
Changelog for glibc-2.2.4-32.23.i686.rpm :
Wed Feb 22 23:00:00 2006 Jakub Jelinek 2.2.4-32.23 - rebuilt
Fri Feb 10 23:00:00 2006 Roland McGrath - 2.2.4-32.22 - update timezone database to tzdata2006a (#178190) - changes for Indiana, Canada, Palestine, Georgia, Azerbaijan, Jordan, Cuba, Nicaragua, Kyrgyzstan and Uruguay - SystemV timezone changes
Mon Feb 6 23:00:00 2006 Roland McGrath - 2.2.4-32.21 - update timezone database to tzdata2005m (#178190) - changes for USA (extending DST by 4 weeks since 2007), Argentina, Australia, Azerbaijan, Brazil, Cuba, Haiti, Iran, Israel, Kazakhstan, Nicaragua, Paraguay, Tunisia, and Uruguay - historical timezone data changes for Japan, Poland, Northern Ireland and Mali - timezone name change for East Timor - leap seconds update
Wed Mar 2 23:00:00 2005 Jakub Jelinek 2.2.4-32.20 - fix temp file vulnerability in catchsegv (CAN-2004-0968, #140068)
Tue Feb 15 23:00:00 2005 Jakub Jelinek 2.2.4-32.19 - remove glibcbug script (CAN-2004-1382) - fix poll on ia64 (#140487) - change ldd script to handle suid binaries - disregard LD_SHOW_AUXV if __libc_enable_secure - disregard LD_DEBUG if __libc_enable_secure in normal mode if /suid-debug doesn\'t exist (CAN-2004-1453, #146402) - don\'t reinitialize __environ in __libc_start_main, so that effects of setenv/putenv done in DSO initializers are preserved (#144037, IT#57403) - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
Thu Oct 7 00:00:00 2004 Jakub Jelinek 2.2.4-32.18 - always try both TCP and UDP reporting for syslog (#132814, BZ #108)
Sat Jul 31 00:00:00 2004 Jakub Jelinek 2.2.4-32.17 - Fix CAN-2002-0029 (getnetby{name,addr} buffer overflow)
Tue May 25 00:00:00 2004 Jakub Jelinek 2.2.4-32.16 - backport ELF relocation dependency handling and related ld.so changes from CVS glibc (#122569) - fix IA-64 umount (#120907)
Sat Apr 3 00:00:00 2004 Jakub Jelinek 2.2.4-32.15 - add SERVICES_AUTHORITATIVE setting to /etc/default/nss
Fri Apr 2 00:00:00 2004 Jakub Jelinek 2.2.4-32.14 - for getservbyname{,_r}, do yp_match on name instead of name/tcp, followed by name/udp before fallback if protocol is NULL - add NETID_AUTHORITATIVE support (#118338)
Wed Mar 31 00:00:00 2004 Jakub Jelinek 2.2.4-32.13 - fix a bug in getservbyport{,_r} - if protocol is NULL for getservby *, first search for \"tcp\", then \"udp\" protocol by yp_match and then fallback to sequential scanning
Wed Mar 31 00:00:00 2004 Jakub Jelinek 2.2.4-32.12 - speed up getservby{name,port}{,_r} (arg, NULL) when using NIS (#103576)
Fri Oct 31 23:00:00 2003 Jakub Jelinek 2.2.4-32.11 - provide some inline math functions in only if -ffast-math (#88422)
Tue Oct 7 00:00:00 2003 Jakub Jelinek 2.2.4-32.10 - grab IO list lock around killing of threads during process exit (Wolfram Gloger)
Tue Sep 30 00:00:00 2003 Jakub Jelinek 2.2.4-32.9 - update IA-64 bits/sigcontext.h (#101344) - fix IA-64 getcontext/setcontext - fix getnetgrent_r (#104105) - assorted NIS fixes (#103142) - update timezone database to tzdata2003c (with additions for Brazil; #103152)
Tue Aug 12 00:00:00 2003 Jakub Jelinek 2.2.4-32.8 - fix IA-64 pthread_spin_{,try}lock (#101998) - fix buffer overrun in getgrouplist (#101691)
Thu Jul 10 00:00:00 2003 Jakub Jelinek 2.2.4-32.7 - add write memory barrier to malloc arena code, define MEMORY_BARRIER() on IA-64 (H.J.Lu, #90672)
Sun Jun 8 00:00:00 2003 Roland McGrath 2.2.4-32.6 - finish linuxthreads_db fixes (#82640)
Thu Apr 10 00:00:00 2003 Jakub Jelinek 2.2.4-32.3 - fix debugging of threaded programs broken by the move of __pthread_handles to .bss (Ulrich Drepper, Roland McGrath, - back out .save rp, r0 idiom from the IA-64 unwind info patch, it does not work in libgcc unwinder older than 2003-04-09
Mon Mar 31 00:00:00 2003 Jakub Jelinek 2.2.4-32.2 - restore ar.unat on IA-64 before returning from getcontext (David Mosberger) - some IA-64 unwind info fixes (David Mosberger) - use generic memccpy on IA-64 (#86439)
Mon Mar 10 23:00:00 2003 Jakub Jelinek 2.2.4-32.1 - fix overflows in xdrmem (Paul Eggert, Roland McGrath) - fix /etc/hosts handling with too many hosts (Thorsten Kukuk, #83227)
Wed Dec 11 23:00:00 2002 Jakub Jelinek 2.2.4-31.7 - add exit 0 at end of find_provides.sh
Wed Dec 11 23:00:00 2002 Jakub Jelinek 2.2.4-31.6 - fix readv too - don\'t use the same cache for gethostbyaddr and gethostbyname (PR libc/4317)
Tue Dec 10 23:00:00 2002 Jakub Jelinek 2.2.4-31.5 - fix string ops testsuite
Tue Dec 10 23:00:00 2002 Jakub Jelinek 2.2.4-31.4 - fix a linuxthreads race (Andreas Schwab) - hopefully last IA-64 strncpy fix - added string ops testsuite
Fri Dec 6 23:00:00 2002 Jakub Jelinek 2.2.4-31.3 - fix IA-64 ldd (#77878) - fix writev, grantpt, ftw
Thu Nov 7 23:00:00 2002 Jakub Jelinek 2.2.4-31.2 - yet another IA-64 strncpy fix (#76952)
Sun Oct 27 23:00:00 2002 Jakub Jelinek 2.2.4-31.1 - fix resolver buffer overflows - increase PTHREAD_THREADS_MAX to 8192 and move __pthread_handles to end of .bss (#66548) - fix IA-64 profiling (#65816, #76245) - support large IA-64 statically linked apps (#76591) - change IA-64 {,MIN}SIGSTKSZ (#74742) - fix *wprintf - don\'t muck with RLIMIT_STACK in FLOATING_STACKS linuxthreads (#73694) - another IA-64 strncpy fix - don\'t call free in pthread_onexit_process (#63934) - fix *printf %.S (#70463)
Thu Aug 8 00:00:00 2002 Jakub Jelinek 2.2.4-29.1 - fix the calloc patch so that calloc (131072, 0) doesn\'t crash
Sat Aug 3 00:00:00 2002 Jakub Jelinek 2.2.4-28.1 - fix xdr_array buffer overflow - fix calloc overflow (both patches by Solar Designer) - fix IA-64 pthread signal wrapper (#69269)
Thu Jul 25 00:00:00 2002 Jakub Jelinek 2.2.4-27.1 - fix sysconf(_SC_TZNAME_MAX) for standards compliance (#69092) - fix *pathconf(_PC_PATH_MAX) for standards compliance (#69081) - fix nice(2) for standards compliance (#69082) - fix readdir errno setting for standards compliance (#69076) - fix IA-64 strncpy (David Mosberger) - fix buffer overflows in getnetby * (if nsswitch.conf network: line includes dns) and gethostby * for apps compiled against glibc 2.0.
Wed Apr 24 00:00:00 2002 Jakub Jelinek 2.2.4-26 - use uninterposable sendto/recvfrom/recvmsg in RPC when working on sockets opened through uninterposable socket (#63382) - fix zh_TW sorting (#63692) - run make check during build process
Wed Apr 10 00:00:00 2002 Jakub Jelinek 2.2.4-25 - rebuilt with kernel aio
Wed Apr 3 00:00:00 2002 Jakub Jelinek 2.2.4-24 - remove nice(2) return value fix - too many apps broken, so it is not appropriate for errata - add an s390 fix
Fri Mar 29 23:00:00 2002 Jakub Jelinek 2.2.4-23 - bug fixes from CVS HEAD, including - fix nis from closing already closed fd (#61492) - fix mutexes on IA-64 (#60674) - fix ftime (#60350) - fix tzset (#59951, #60747) - rebuilt with gcc-2.96-108.1 to fix accesses bellow sp on ia32 (#60763, #60745) - remove /lib/i686/ libraries in glibc_post_upgrade when performing i386 glibc install
Sat Jan 26 23:00:00 2002 Jakub Jelinek 2.2.4-19.4 - use kernel aio in /lib/i686/librt *
Sat Dec 8 23:00:00 2001 Jakub Jelinek 2.2.4-19.3 - fix inttypes.h typo (#57268)
Tue Dec 4 23:00:00 2001 Jakub Jelinek 2.2.4-19.2 - fix glob buffer overflow
Wed Nov 28 23:00:00 2001 Jakub Jelinek 2.2.4-19.1 - add selected changes from CVS - handle DT_RUNPATH properly (#55865) - fix *scanf nan/inf handling - fix strndup - fix fnmatch - handling at end of bracket expr - allow dlfcn.h to be used in C++ - fix IPv6 reverse lookups - avoid SPARC warnings in bits/mathinline.h
Thu Oct 4 00:00:00 2001 Jakub Jelinek 2.2.4-19 - fix strsep
Sat Sep 29 00:00:00 2001 Jakub Jelinek 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
Thu Sep 27 00:00:00 2001 Jakub Jelinek 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
Sat Sep 22 00:00:00 2001 Jakub Jelinek 2.2.4-16 - update from CVS to fix DT_SYMBOLIC - prelinking support for Alpha and Sparc
Wed Sep 19 00:00:00 2001 Jakub Jelinek 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)
Tue Sep 11 00:00:00 2001 Jakub Jelinek 2.2.4-14 - fix build on sparc32 - 2.2.4-13 build for some reason missed some locales on alpha/ia64
Tue Sep 4 00:00:00 2001 Jakub Jelinek 2.2.4-13 - fix iconvconfig
Tue Sep 4 00:00:00 2001 Jakub Jelinek 2.2.4-12 - add fam to /etc/rpc (#52863) - fix for C++ (#52960) - fix perror
Tue Aug 28 00:00:00 2001 Jakub Jelinek 2.2.4-11 - fix strnlen(x, -1)
Tue Aug 28 00:00:00 2001 Jakub Jelinek 2.2.4-10 - doh, should only define __libc_rwlock_t if __USE_UNIX98.
Tue Aug 28 00:00:00 2001 Jakub Jelinek 2.2.4-9 - fix bits/libc-lock.h so that gcc can compile - fix s390 build
Sat Aug 25 00:00:00 2001 Jakub Jelinek 2.2.4-8 - kill stale library symlinks in ldconfig (#52350) - fix inttypes.h for G++ < 3.0 - use DT_REL *COUNT
Thu Aug 23 00:00:00 2001 Jakub Jelinek 2.2.4-7 - fix strnlen on IA-64 (#50077)
Fri Aug 17 00:00:00 2001 Jakub Jelinek 2.2.4-6 - glibc 2.2.4 final - fix -lpthread -static (#51672)
Sat Aug 11 00:00:00 2001 Jakub Jelinek 2.2.4-5 - doh, include libio/tst-swscanf.c
Sat Aug 11 00:00:00 2001 Jakub Jelinek 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
Fri Aug 10 00:00:00 2001 Jakub Jelinek 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.
Tue Aug 7 00:00:00 2001 Jakub Jelinek - fix strtod and *scanf (#50723, #50724)
Sun Aug 5 00:00:00 2001 Jakub Jelinek - 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)
Thu Jul 26 00:00:00 2001 Jakub Jelinek - move iconvconfig from glibc-common into glibc subpackage, call it from glibc_post_upgrade instead of common\'s post.
Wed Jul 25 00:00:00 2001 Jakub Jelinek - turn off debugging printouts in iconvconfig
Wed Jul 25 00:00:00 2001 Jakub Jelinek - update from CVS - fix IA-32 makecontext - make fflush(0) thread-safe (#46446)
Tue Jul 24 00:00:00 2001 Jakub Jelinek - adjust prelinking DT_ * and SHT_ * values in elf.h - update from CVS - iconv cache - make iconv work in SUID/SGID programs (#34611)
Sat Jul 21 00:00:00 2001 Jakub Jelinek - 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)
Tue Jul 17 00:00:00 2001 Jakub Jelinek - make /lib/i686 directory owned by glibc *.i686.rpm
Tue Jul 10 00:00:00 2001 Jakub Jelinek - remove rquota.[hx] headers which are now provided by quota (#47141) - add prelinking patch
Fri Jul 6 00:00:00 2001 Jakub Jelinek - require sh-utils for nscd
Tue Jun 26 00:00:00 2001 Jakub Jelinek - update from CVS (#43681, #43350, #44663, #45685) - fix ro_RO bug (#44644)
Thu Jun 7 00:00:00 2001 Jakub Jelinek - 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)
Wed May 23 00:00:00 2001 Jakub Jelinek - fix #include with -D_XOPEN_SOURCE=500 on ia64 (#35968) - fix a dlclose reldeps handling bug - some more profiling fixes - fix tgmath.h
Fri May 18 00:00:00 2001 Jakub Jelinek - make ldconfig more quiet - fix LD_PROFILE on i686 (#41030)
Thu May 17 00:00:00 2001 Jakub Jelinek - fix the hardlink program, so that it really catches all files with identical content - add a s390x clone fix
Thu May 17 00:00:00 2001 Jakub Jelinek - 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
Sat May 12 00:00:00 2001 Jakub Jelinek - 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)
Sat Apr 28 00:00:00 2001 Jakub Jelinek - glibc 2.2.3 release - fix strcoll (#36539) - add BuildPreReqs (#36378)
Thu Apr 26 00:00:00 2001 Jakub Jelinek - update from CVS
Sat Apr 21 00:00:00 2001 Jakub Jelinek - update from CVS - fix sparc64, ia64 - fix some locale syntax errors (#35982)
Thu Apr 19 00:00:00 2001 Jakub Jelinek - update from CVS
Thu Apr 12 00:00:00 2001 Jakub Jelinek - update from CVS
Sat Apr 7 00:00:00 2001 Jakub Jelinek - support even 2.4.0 kernels on ia64, sparc64 and s390x - include UTF-8 locales - make gconv-modules %config(noreplace)
Fri Mar 23 23:00:00 2001 Jakub Jelinek - back out sunrpc changes
Wed Mar 21 23:00:00 2001 Jakub Jelinek - update from CVS - fix ia64 build - fix pthread_getattr_np
Fri Mar 16 23:00:00 2001 Jakub Jelinek - 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 23:00:00 2001 Jakub Jelinek - 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 7 23:00:00 2001 Jakub Jelinek - fix gencat (#30894) - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
Tue Mar 6 23:00:00 2001 Jakub Jelinek - 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 23:00:00 2001 Preston Brown - glib-common doesn\'t require glibc, until we can figure out how to get out of dependency hell.
Sat Feb 17 23:00:00 2001 Jakub Jelinek - make glibc require particular version of glibc-common and glibc-common prerequire glibc.
Fri Feb 16 23:00:00 2001 Jakub Jelinek - glibc 2.2.2 release - fix regex REG_ICASE bug seen in ksymoops
Sat Feb 10 23:00:00 2001 Jakub Jelinek - fix regexec leaking memory (#26864)
Fri Feb 9 23:00:00 2001 Jakub Jelinek - update from CVS - fix ia64 build with gnupro - make regex 64bit clean - fix tgmath make check failures on alpha
Tue Feb 6 23:00:00 2001 Jakub Jelinek - update again for ia64 DF_1_INITFIRST
Fri Feb 2 23:00:00 2001 Jakub Jelinek - update from CVS - fix getaddrinfo (#25437) - support DF_1_INITFIRST (#25029)
Wed Jan 24 23:00:00 2001 Jakub Jelinek - 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 23:00:00 2001 Jakub Jelinek - remove %lang() flags from %{_prefix}/lib/locale files temporarily
Sun Jan 14 23:00:00 2001 Jakub Jelinek - 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 23:00:00 2001 Bernhard Rosenkraenzer - devel requires glibc = %{version} - noreplace /etc/nscd.conf
Wed Jan 10 23:00:00 2001 Jakub Jelinek - 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 8 23:00:00 2001 Jakub Jelinek - 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 23:00:00 2000 Jakub Jelinek - fix ftw and nftw
Wed Dec 13 23:00:00 2000 Jakub Jelinek - fix fcvt (#22184) - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197) - fix gencat
Mon Dec 11 23:00:00 2000 Jakub Jelinek - fix alpha htonl and alphaev6 stpcpy
Sat Dec 9 23:00:00 2000 Jakub Jelinek - 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 23:00:00 2000 Jakub Jelinek - update to CVS to fix getaddrinfo
Fri Nov 17 23:00:00 2000 Jakub Jelinek - update to CVS to fix freopen - remove all alpha workarounds, not needed anymore
Wed Nov 15 23:00:00 2000 Jakub Jelinek - fix dladdr bug on alpha/sparc32/sparc64 - fix Makefiles so that they run static tests properly
Tue Nov 14 23:00:00 2000 Jakub Jelinek - update to CVS to fix ldconfig
Thu Nov 9 23:00:00 2000 Jakub Jelinek - update to glibc 2.2 release
Mon Nov 6 23:00:00 2000 Jakub Jelinek - update to CVS to: - export __sysconfAATTAATTGLIBC_2.2 (#20417)
Fri Nov 3 23:00:00 2000 Jakub Jelinek - merge to 2.1.97
Mon Oct 30 23:00:00 2000 Jakub Jelinek - 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)
Fri Oct 20 00:00:00 2000 Jakub Jelinek - 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
Fri Aug 11 00:00:00 2000 Adrian Havill - added ja ujis alias for backwards compatibility
|
|
|