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/master, updated. fedora/glibc-2.10.90-14-13-g9aadad6


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/master has been updated
       via  9aadad69ed7b1a24947f8d5cf878f94096317f81 (commit)
       via  255acd161cc2d7752a4e79234dcba5d929c3e0a4 (commit)
       via  a0e25a886a9128b280b4c05bc9c6dd12377ea868 (commit)
       via  8a7cea019947a68e641e9201813fe01ba35cfd1a (commit)
       via  52db8039f54672abe6a6da5fb107fa52aca42547 (commit)
       via  bdc7f5d76b4f284475595dddc79f0e0f9720ec20 (commit)
       via  2d094b739598d2e1718d3cc4c5af7e95787bd463 (commit)
       via  c6b6723e6b756d36d9912a1c430459634e15758b (commit)
       via  003c9895a89e71767ad64bafac1ca99622be2eb7 (commit)
       via  659a63fb7ba0b2c9bc45034283a302afe56a6ebe (commit)
       via  cd16986ee3a4fa92c7e6b3f5a601a635a7cdd21a (commit)
       via  15efafdf07789322219cc8f938ac758f932fe208 (commit)
       via  464dc022eb0be4950e2f3a90fe4de6a17dc3d7d7 (commit)
      from  593eff0f9e5bed517e0a8434507ee9f3f4d45b87 (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=9aadad69ed7b1a24947f8d5cf878f94096317f81

commit 9aadad69ed7b1a24947f8d5cf878f94096317f81
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Aug 24 10:25:12 2009 +0200

    2.10.90-15

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 5e9ee70..d85f2a3 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -21,7 +21,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 14
+Release: 15
 # 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
@@ -62,12 +62,14 @@ BuildRequires: gcc >= 3.2
 %else
 %define nptl_target_cpu %{_target_cpu}
 %endif
-# Need AS_NEEDED directive
-# Need --hash-style=* support
 %ifarch %{multiarcharches}
 # Need STT_IFUNC support
 BuildRequires: binutils >= 2.19.51.0.10
+# Earlier releases have broken support for IRELATIVE relocations
+Conflicts: prelink < 0.4.2
 %else
+# Need AS_NEEDED directive
+# Need --hash-style=* support
 BuildRequires: binutils >= 2.17.50.0.2-5
 %endif
 BuildRequires: gcc >= 3.2.1-5
@@ -1023,6 +1025,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Aug 24 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-15
+- Update from master.
+  - fix fortify failure with longjmp from alternate stack (#512103).
+- Add conflict with prelink (#509655).
+
 * Mon Aug 17 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-14
 - Update from master.
   - fix pthread_cond_signal (#516469)

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

commit 255acd161cc2d7752a4e79234dcba5d929c3e0a4
Merge: 593eff0 a0e25a8
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Aug 24 10:15:51 2009 +0200

    Merge commit 'origin/master' into fedora/master
    
    Conflicts:
    	sysdeps/powerpc/powerpc64/____longjmp_chk.S
    	sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S

diff --cc ChangeLog
index 4eadfbb,9f63c4d..1b11dd1
--- a/ChangeLog
+++ b/ChangeLog
@@@ -660,16 -691,6 +696,11 @@@
  	out common code into new function get_common_indeces. Determine
  	extended family and model for Intel processors.
  
 +2009-06-26  Andreas Schwab  <aschwab@redhat.com>
 +
 +	* timezone/zic.c (stringzone): Don't try to generate a POSIX TZ
 +	string when the timezone ends in DST.
 +
- 	* sysdeps/powerpc/powerpc32/____longjmp_chk.S (CHECK_SP): Save lr
- 	before call.
- 	* sysdeps/powerpc/powerpc64/____longjmp_chk.S (CHECK_SP):
- 	Likewise.
- 
  2009-06-26  Ulrich Drepper  <drepper@redhat.com>
  
  	* resolv/resolv.h: Define RES_SNGLKUPREOP.

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

Summary of changes:
 ChangeLog                                          |   41 ++++++-
 fedora/glibc.spec.in                               |   13 ++-
 locale/locale.h                                    |    2 +-
 nptl/ChangeLog                                     |    4 +
 nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h      |   10 +-
 nptl_db/ChangeLog                                  |    7 +
 nptl_db/td_ta_map_lwp2thr.c                        |   14 +-
 posix/Makefile                                     |    1 +
 posix/bug-regex29.c                                |   15 +++
 posix/regcomp.c                                    |    2 +-
 posix/unistd.h                                     |   40 +++++-
 stdio-common/printf_fp.c                           |    9 +-
 stdio-common/printf_fphex.c                        |    4 +-
 stdio-common/tstdiomisc.c                          |  132 +++++++++++++++++---
 sysdeps/generic/elf/backtracesyms.c                |   71 +++++++----
 sysdeps/generic/elf/backtracesymsfd.c              |   58 ++++++---
 sysdeps/powerpc/powerpc32/__longjmp-common.S       |   15 ++-
 sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S   |   15 ++-
 .../linux}/powerpc/powerpc32/____longjmp_chk.S     |   33 ++++-
 .../linux}/powerpc/powerpc64/____longjmp_chk.S     |   30 ++++-
 20 files changed, 396 insertions(+), 120 deletions(-)
 create mode 100644 posix/bug-regex29.c
 rename sysdeps/{ => unix/sysv/linux}/powerpc/powerpc32/____longjmp_chk.S (74%)
 rename sysdeps/{ => unix/sysv/linux}/powerpc/powerpc64/____longjmp_chk.S (70%)


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]