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-3-5-gc8647a5


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  c8647a518bd942c7ca5ef2a7e6618efc39db6d33 (commit)
       via  e0c138de048c1f0bc57285bb82787b044e0a356e (commit)
       via  c87c885303b406c5f636841b8289425062f3c7c6 (commit)
       via  a7800930627c2ee5d4d3b373f62c897e0c321c19 (commit)
       via  a584fc6a6b81183ed6ce1724237c6744cdd6559e (commit)
      from  fce03b8c5b5984f18d17d452352dcf82e56f000e (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=c8647a518bd942c7ca5ef2a7e6618efc39db6d33

commit c8647a518bd942c7ca5ef2a7e6618efc39db6d33
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Aug 4 11:06:40 2009 +0200

    2.10.1-4

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 40044e5..dbc2a4a 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: 3
+Release: 4
 # 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
@@ -619,7 +619,7 @@ grep -v '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist.full |
 
 grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
 #grep '%{_prefix}/lib/locale' < rpm.filelist | grep -v /locale-archive.tmpl >> common.filelist
-grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
+#grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
 grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
 grep '%{_prefix}/share' < rpm.filelist | \
   grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
@@ -967,6 +967,7 @@ rm -f *.filelist*
 %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
 %dir %attr(755,root,root) /etc/default
 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
+%attr(4711,root,root) %{_prefix}/libexec/pt_chown
 %doc documentation/*
 
 %files -f devel.filelist devel
@@ -1012,6 +1013,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Tue Aug  4 2009 Andreas Schwab <schwab@redhat.com> - 2.10.1-4
+- Reenable setuid on pt_chown.
+
 * Wed Jul 31 2009 Andreas Schwab <schwab@redhat.com> - 2.10.1-3
 - Update from release/2.10/master.
   - handle missing NSS modules (#513698)

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

commit e0c138de048c1f0bc57285bb82787b044e0a356e
Merge: fce03b8 c87c885
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Aug 4 11:04:53 2009 +0200

    Merge branch 'release/2.10/master' into fedora/2.10/master


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

Summary of changes:
 ChangeLog                     |   16 ++++++++++++++
 Makeconfig                    |   16 ++++++++++++++
 elf/Makefile                  |    9 +-------
 fedora/glibc.spec.in          |    8 +++++-
 login/Makefile                |   20 +++++++++++++++++-
 login/programs/pt_chown.c     |   45 ++++++++++++++++++++++++++++++++++------
 nscd/Makefile                 |   11 +--------
 sysdeps/generic/pty-private.h |    5 ++-
 sysdeps/unix/grantpt.c        |    5 +++-
 9 files changed, 105 insertions(+), 30 deletions(-)


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]