This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, fedora/2.10/master, updated. fedora/glibc-2.10.1-5-34-gb005db4


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, fedora/2.10/master has been updated
       via  b005db41b616f139902b36654630287a236741e1 (commit)
       via  82e87e05c7ba3748c7f64b7a887908cd6ac9e40c (commit)
       via  ed26dd532e36429cbc6e60ae3be41719be9a5b89 (commit)
       via  dacc52e1922491a3b0e613a8be2d488871315114 (commit)
       via  56ddc4bb74c8ab22c93f6e1a75d93afd9782ebce (commit)
       via  6c7deb9def4134856b0aded540bfe2eec9fded4b (commit)
       via  710cfbb02e47ad5d2fafb0403b1d2cadb91ac35d (commit)
       via  44dbdf3777dae622641840855ca22888beb8115c (commit)
       via  2efa76efeb80664784e51b5b7eea1fd4af6db49b (commit)
       via  d636be38ab3161d59704bb507165bbd8f089b146 (commit)
       via  36157661ee779a91b90b9ebd850c40604d3c1be2 (commit)
       via  a4a10e2d63991e462c9c6111d98ddf1fb03dd637 (commit)
       via  290e2ca5da07e0b9c3a48306f624412e19e77cb4 (commit)
       via  c2c83ab3c062d57de42b35b69b302bae1151a952 (commit)
       via  ebe5fd942feccba4e9f831baccf3778393f90d1c (commit)
       via  f771e5b84d8418ce44b88feabfeb64c248248347 (commit)
       via  70fb5f24b65f5db5a9858313de8bcdddfe4bd915 (commit)
       via  f603960ee089375f669788c30375aefc1f5f40b6 (commit)
       via  ccdf9fd82b5b4588d1c9d7ee479fd991d72e371d (commit)
       via  18655a1455b049792f971abb2f1f8c29fad62b0e (commit)
       via  f9ec44fb98801bb6fa72f18b922f08c41dec0e36 (commit)
       via  a5b9372e3d5055b5c049945aeab236d9a867789e (commit)
       via  a4a88a24a91dcfdc5c8816404cfdb68572f5bf95 (commit)
       via  68941973fa567cd79aedcdc90367d217107dd8a7 (commit)
       via  3262a69480e933fd7e7ae8cf46eac258fe66c6a9 (commit)
       via  c4ae002d9d590d24cda7bb3cd4e1a80e2227aca1 (commit)
       via  03cb6a1e3939a039bcd53bf862fa93f487e35488 (commit)
       via  bf1f1f4e4ab4bc44c2e3205d9d869b7c20a33d32 (commit)
       via  969cfcda4c6ed4a2eda59360946fa7e91883ad59 (commit)
       via  4701db37e543284856507b521a9f9c4f3d87c482 (commit)
       via  4deedd0948c2321836b699d0fa7ed9f77476b026 (commit)
       via  d0575953ec8a57442a901b94cbad4d512407202e (commit)
       via  01d137496b4b6df9a92139708ce43c54dc63ba93 (commit)
       via  b1cc14cb09c03318a0c1ce2a29519999fde7b7c0 (commit)
      from  b049214c5e4e0b3d4d4e3aee4f67dbab659ab890 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b005db41b616f139902b36654630287a236741e1

commit b005db41b616f139902b36654630287a236741e1
Author: Andreas Schwab <schwab@redhat.com>
Date:   Fri Nov 20 11:57:55 2009 +0100

    2.10.2-1

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index f8dd34e..356a986 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -20,7 +20,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 5
+Release: 1
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -1006,6 +1006,18 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Fri Nov 20 2009 Andreas Schwab <schwab@redhat.com> - 2.10.2-1
+- Update to glibc-2.10.2 release.
+  - Correct readahead syscall wrapper on powerpc32
+  - Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64 (#533063)
+  - Fix endless loop in localedef
+  - Handle POSIX2_LINE_MAX in getconf
+  - Fix timer_create to initialize timer_t properly
+  - Fix lookup of group names in hesiod initgroups
+  - Fix fsetpos on wide streams
+  - Fix overflow handling in fdim
+  - Recognize ill-formed { } expressions in regcomp
+
 * Wed Aug 19 2009 Andreas Schwab <schwab@redhat.com> - 2.10.1-5
 - Update from release/2.10/master.
   - handle missing nss module for biarch systems (#512309)

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=82e87e05c7ba3748c7f64b7a887908cd6ac9e40c

commit 82e87e05c7ba3748c7f64b7a887908cd6ac9e40c
Merge: ed26dd5 dacc52e
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Nov 16 18:07:33 2009 +0100

    Merge commit 'glibc-2.10.2' into fedora/2.10/master


http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=ed26dd532e36429cbc6e60ae3be41719be9a5b89

commit ed26dd532e36429cbc6e60ae3be41719be9a5b89
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Nov 2 15:45:40 2009 +0100

    No longer try to use separate libidn addon

diff --git a/fedora/Makefile b/fedora/Makefile
index 51df058..5fb82a7 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -121,8 +121,7 @@ $(tar-name)-$(branch-name).tar.bz2: glibc.spec Makefile
 $(tar-name).tar.bz2: $(dep-upstream-branch) Makefile
 	@if $(upstream-pristine); then \
 	   echo 'Fetching from $(releases-url)...'; \
-	   curl $(addprefix -C - -O $(releases-url),\
-			    $@ $(@:glibc-%=glibc-libidn-%)); \
+	   curl -C - -O $(releases-url)/$@; \
 	 else \
 	   $(call git-tar,$(merge-base-id)); \
 	 fi
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index c28feb9..f8dd34e 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -30,13 +30,7 @@ License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
 Group: System Environment/Libraries
 URL: http://sources.redhat.com/glibc/
 Source0: %{?glibc_release_url}%{glibcsrcdir}.tar.bz2
-%if 0%{?glibc_release_url:1}
-%define glibc_libidn_srcdir %(echo %{glibcsrcdir} | sed s/glibc-/glibc-libidn-/)
-Source1: %{glibc_release_url}%{glibc_libidn_srcdir}.tar.bz2
-%define glibc_release_unpack -a1
-%define glibc_release_setup mv %{glibc_libidn_srcdir} libidn
-%endif
-Source2: %{glibcsrcdir}-fedora.tar.bz2
+Source1: %{glibcsrcdir}-fedora.tar.bz2
 Patch0: %{name}-fedora.patch
 Patch1: %{name}-ia64-lib64.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -223,8 +217,7 @@ package or when debugging this package.
 %endif
 
 %prep
-%setup -q -n %{glibcsrcdir} %{?glibc_release_unpack} -b2
-%{?glibc_release_setup}
+%setup -q -n %{glibcsrcdir} -b1
 %patch0 -E -p1
 %ifarch ia64
 %if "%{_lib}" == "lib64"

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |  112 +++
 Makefile                                           |   63 +-
 Makerules                                          |    3 +-
 configure                                          |    4 +-
 configure.in                                       |    4 +-
 fedora/Makefile                                    |    3 +-
 fedora/glibc.spec.in                               |   25 +-
 hesiod/nss_hesiod/hesiod-grp.c                     |    8 +-
 libio/Makefile                                     |    2 +-
 libio/bug-wsetpos.c                                |   75 ++
 libio/wfileops.c                                   |  103 +--
 locale/programs/ld-collate.c                       |   59 +-
 malloc/Makefile                                    |    1 +
 malloc/malloc.c                                    |  900 ++++++++++----------
 math/s_fdim.c                                      |   12 +-
 math/s_fdimf.c                                     |   12 +-
 math/s_fdiml.c                                     |   12 +-
 misc/sys/uio.h                                     |    4 +-
 nptl/ChangeLog                                     |   28 +
 nptl/sysdeps/pthread/bits/libc-lock.h              |    2 +-
 nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S     |   18 +-
 nptl/sysdeps/unix/sysv/linux/timer_create.c        |    3 +-
 .../unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S |    4 +-
 .../unix/sysv/linux/x86_64/pthread_rwlock_unlock.S |    5 +-
 .../unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S |    4 +-
 nptl_db/ChangeLog                                  |    7 +
 nptl_db/td_ta_map_lwp2thr.c                        |   14 +-
 posix/Makefile                                     |    1 +
 posix/bug-regex29.c                                |   22 +
 posix/getconf.c                                    |    1 +
 posix/regcomp.c                                    |    2 +-
 posix/unistd.h                                     |   40 +-
 stdlib/longlong.h                                  |    7 +-
 sysdeps/ia64/backtrace.c                           |   10 +-
 sysdeps/powerpc/powerpc32/power6/memcpy.S          |    2 +-
 sysdeps/unix/sysv/linux/i386/bits/fcntl.h          |    4 +-
 sysdeps/unix/sysv/linux/ia64/bits/fcntl.h          |    4 +-
 sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h       |    4 +-
 .../sysv/linux/powerpc/powerpc32/syscalls.list     |    3 +
 sysdeps/unix/sysv/linux/s390/bits/fcntl.h          |    4 +-
 sysdeps/unix/sysv/linux/sh/bits/fcntl.h            |    4 +-
 sysdeps/unix/sysv/linux/sparc/bits/fcntl.h         |    4 +-
 sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h        |    4 +-
 version.h                                          |    2 +-
 44 files changed, 941 insertions(+), 664 deletions(-)
 create mode 100644 libio/bug-wsetpos.c
 create mode 100644 posix/bug-regex29.c


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]