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 ibm/2.22/master updated. glibc-2.22-61-g0f00603


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, ibm/2.22/master has been updated
       via  0f0060399a67ae13cd83208733251e7792e78e37 (commit)
       via  fc58942b399b240b939e160e164ce95da3cefd10 (commit)
       via  883dceebc8f11921a9890211a4e202e5be17562f (commit)
       via  5a1a5f0dd2744044801c91bf2588444c29cda533 (commit)
       via  de905d1487a6d1d1667ae1346e4f2629dce9485f (commit)
       via  e5d560e0e7f621b5cde4bcbbac424f8b2742395a (commit)
       via  2b8ab5c3f618e4d9e0a9147c24f8cf6bbf35a1d8 (commit)
       via  c95a56e2a8b16eeb911eed5c1bdc8fd26f337f4d (commit)
       via  d6778fc4b0039b2116f88218212618ca357fee2f (commit)
       via  425c48c217ef93c2c4f81f9f3bb2fdba096877a2 (commit)
       via  21ab483c6ab94dee43c5db7278a0373be09f122c (commit)
      from  3237210aa69f35cb7476c7dee454578e6765fdbe (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=0f0060399a67ae13cd83208733251e7792e78e37

commit 0f0060399a67ae13cd83208733251e7792e78e37
Merge: 3237210 fc58942
Author: Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Date:   Fri Apr 1 16:15:39 2016 -0300

    Merge branch 'release/2.22/master' into ibm/2.22/master

diff --cc ChangeLog
index e2a9a4a,c262784..cd52953
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,15 -1,61 +1,71 @@@
+ 2016-04-01  Florian Weimer  <fweimer@redhat.com>
+ 
+ 	[BZ #19879]
+ 	CVE-2016-3075
+ 	* resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Do not
+ 	copy name.
+ 
+ 2016-03-25  Florian Weimer  <fweimer@redhat.com>
+ 
+ 	[BZ #19791]
+ 	* resolv/res_send.c (close_and_return_error): New function.
+ 	(send_dg): Initialize *resplen2 after reopen failure.  Call
+ 	close_and_return_error for error returns.  On error paths without
+ 	__res_iclose, initialze *resplen2 explicitly.  Update comment for
+ 	successful return.
+ 
+ 2016-03-21  Dylan Alex Simon  <dylan-sourceware@dylex.net>
+ 
+ 	[BZ #19822]
+ 	* math/Makefile ($(inst_libdir)/libm.so): Write output to $@.tmp and
+ 	move it to the final $@ location.
+ 
+ 2016-03-15  Andreas Schwab  <schwab@suse.de>
+ 
+ 	[BZ #19257]
+ 	* resolv/res_init.c (__res_iclose): Use statp->nscount instead of
+ 	statp->_u._ext.nscount as loop count.
+ 
+ 2016-02-17  Andrew Senkevich  <andrew.senkevich@intel.com>
+ 	    H.J. Lu  <hongjiu.lu@intel.com>
+ 
+ 	[BZ #19590]
+ 	* sysdeps/x86_64/fpu/svml_finite_alias.S (ALIAS_IMPL): Use PIC
+ 	relocation.
+ 
+ 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
+ 
+ 	[BZ #19003]
+ 	* sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma4.c): Add
+ 	$(config-cflags-nofma).
+ 
+ 2016-03-07  Hongjiu Zhang  <noctuorare@gmail.com>
+ 
+ 	* elf/sln.c (makesymlink): Change struct stat to stat64, and lstat
+ 	to lstat64.
+ 
+ 2016-03-02  Stefan Liebler  <stli@linux.vnet.ibm.com>
+ 
+ 	[BZ #19682]
+ 	* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:
+ 	Remove socketcall syscalls.
+ 
+ 2016-03-01  Aurelien Jarno  <aurelien@aurel32.net>
+ 
+ 	* sysdeps/alpha/fpu/libm-test-ulps: Update ULPs.
+ 
  2016-02-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
  
 +	* sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
 +	(__lll_trylock_elision): Fix setting of adapt_count.
 +	* sysdeps/unix/sysv/linux/powerpc/htm.h
 +	(_ABORT_PERSISTENT): Define to clarify persistent aborts.
 +	(_ABORT_NESTED_TRYLOCK): Renumber, and make persistent.
 +	(_ABORT_SYSCALL): Renumber, and clarify definition.
 +	(_ABORT_LOCK_BUSY): Renumber, make non-persistent.
 +
 +2016-02-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
 +
  	* sysdeps/unix/sysv/linux/powerpc/htm.h	(__libc_tbegin): Remove
  	semicolon.
  	(__libc_tend): Likewise.

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

Summary of changes:
 ChangeLog                                          |   56 +++++++++++++
 NEWS                                               |    8 ++-
 elf/sln.c                                          |    4 +-
 math/Makefile                                      |    3 +-
 resolv/nss_dns/dns-network.c                       |    5 +-
 resolv/res_init.c                                  |    2 +-
 resolv/res_send.c                                  |   63 +++++++++------
 sysdeps/alpha/fpu/libm-test-ulps                   |   84 ++++++++++++++++++--
 sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list |   19 -----
 sysdeps/x86_64/fpu/multiarch/Makefile              |    2 +-
 sysdeps/x86_64/fpu/svml_finite_alias.S             |    3 +-
 11 files changed, 189 insertions(+), 60 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]