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-12


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  3c16fc6d6e8fbde9c57e50ded94e8c0213ec22de (commit)
       via  2b7f0f786d1348729e0ce8a2784b48f67e116d2a (commit)
       via  4a1377672ca5472fac9096b4da72d26226b4aa59 (commit)
       via  5192104773c6d2f0bee47fe55872ad12b77034a5 (commit)
       via  9663bb3e2cdbf63a187386ba5e94a6c4705c4377 (commit)
       via  bd03a1afa2445e5942e49c28ae1f7920b7f38a45 (commit)
       via  52ec0eb3dbe78d18a4ef70021389b2e1493b47cb (commit)
       via  22d94a7bc924396108537d9f8467b0500dffe20c (commit)
       via  e4143e7a06455b073c41a6025fcd28fc5c134211 (commit)
       via  66ae9e50a336d87f943cc6314a0d405820fcdf8b (commit)
       via  6f6f1215f68e5ae15ad18373234815fe7b2acc9e (commit)
       via  1877ea16ca0714abd715d6ce0aa1b840c3850241 (commit)
       via  5b938b2543c991be88a06fd7438f804d05358ac1 (commit)
       via  57dbdb9f07fb20d5dd765c5dc91e31cb67d08b7e (commit)
       via  da97dfdcfa0ecbbf2d455c54a08bb9223ce1fc18 (commit)
       via  98b1e6c8668259044a20a016a5a5957b226ce04b (commit)
       via  8e80581787d2342824d9b70d238e646326776c31 (commit)
       via  07df80996944b95a238be755eb4957a83a5e4762 (commit)
       via  85d9d2f3a089f747177895b115ca2186f34b0122 (commit)
       via  a9a04420818e1ab0a49838e2eb83ebb66baaeaac (commit)
       via  5ead9ce5c788e7dbb0bd01888c4bcb37a8bc2ff1 (commit)
       via  2dec6007d183aa51abedbbb048382973129f3935 (commit)
      from  50f823e4993cf6853caaa74fb1a6cd65b93688aa (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=3c16fc6d6e8fbde9c57e50ded94e8c0213ec22de

commit 3c16fc6d6e8fbde9c57e50ded94e8c0213ec22de
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Aug 3 11:01:41 2009 +0200

    2.10.90-12

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 45c4e3f..2c34936 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: 11
+Release: 12
 # 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
@@ -1034,6 +1034,10 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Aug  3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-12
+- Update from master.
+  - fix fortify failure with longjmp from alternate stack (#512103)
+
 * Thu Jul 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-11
 - Update from master.
 - Don't package debuginfo files in glibc-devel.

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

commit 2b7f0f786d1348729e0ce8a2784b48f67e116d2a
Merge: 50f823e 4a13776
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Aug 3 11:00:03 2009 +0200

    Merge commit 'origin/master' into fedora/master


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

Summary of changes:
 ChangeLog                                          |   71 ++++++++++++
 debug/Makefile                                     |    5 +-
 debug/tst-longjmp_chk2.c                           |  114 ++++++++++++++++++++
 fedora/glibc.spec.in                               |    6 +-
 malloc/Makefile                                    |    1 +
 nptl/ChangeLog                                     |    4 +
 nptl/descr.h                                       |   16 ++--
 nptl/sysdeps/x86_64/configure                      |   48 +++++++--
 sysdeps/i386/____longjmp_chk.S                     |   46 +--------
 sysdeps/i386/__longjmp.S                           |   31 +-----
 sysdeps/i386/configure                             |  100 ++++++++++--------
 sysdeps/i386/configure.in                          |    7 ++
 sysdeps/i386/i686/Makefile                         |    4 +
 sysdeps/i386/i686/cacheinfo.c                      |    8 ++
 sysdeps/i386/i686/multiarch/Makefile               |    4 +
 .../i686}/multiarch/ifunc-defines.sym              |    0
 sysdeps/i386/i686/multiarch/init-arch.c            |    3 +
 sysdeps/i386/i686/multiarch/init-arch.h            |    1 +
 sysdeps/i386/i686/multiarch/sched_cpucount.c       |    1 +
 sysdeps/ia64/backtrace.c                           |   10 ++-
 sysdeps/unix/sysv/linux/i386/____longjmp_chk.S     |  106 ++++++++++++++++++
 sysdeps/unix/sysv/linux/i386/i686/sysconf.c        |    1 +
 sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S   |  109 +++++++++++++++++++
 sysdeps/x86_64/____longjmp_chk.S                   |   43 +-------
 sysdeps/x86_64/__longjmp.S                         |    6 +-
 sysdeps/x86_64/cacheinfo.c                         |   79 +++++++-------
 sysdeps/x86_64/multiarch/init-arch.c               |   18 ++--
 sysdeps/x86_64/multiarch/init-arch.h               |    6 +
 sysdeps/x86_64/multiarch/sched_cpucount.c          |    2 +-
 29 files changed, 620 insertions(+), 230 deletions(-)
 create mode 100644 debug/tst-longjmp_chk2.c
 mode change 100644 => 100755 nptl/sysdeps/x86_64/configure
 create mode 100644 sysdeps/i386/i686/cacheinfo.c
 create mode 100644 sysdeps/i386/i686/multiarch/Makefile
 copy sysdeps/{x86_64 => i386/i686}/multiarch/ifunc-defines.sym (100%)
 create mode 100644 sysdeps/i386/i686/multiarch/init-arch.c
 create mode 100644 sysdeps/i386/i686/multiarch/init-arch.h
 create mode 100644 sysdeps/i386/i686/multiarch/sched_cpucount.c
 create mode 100644 sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
 create mode 100644 sysdeps/unix/sysv/linux/i386/i686/sysconf.c
 create mode 100644 sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S


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]