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 master updated. glibc-2.26-312-g85bec0f


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, master has been updated
       via  85bec0f2a03bc0a1623b69622005ea4af9331395 (commit)
      from  5c23ee6eb8aad96e2761b8478a61e28faebfb9f0 (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=85bec0f2a03bc0a1623b69622005ea4af9331395

commit 85bec0f2a03bc0a1623b69622005ea4af9331395
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Sep 7 14:50:32 2017 +0000

    Use MPFR 3.1.6 in build-many-glibcs.py.
    
    	* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
    	version to 3.1.6.

diff --git a/ChangeLog b/ChangeLog
index 9ac1d4a..c9d1d84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-09-07  Joseph Myers  <joseph@codesourcery.com>
 
+	* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
+	version to 3.1.6.
+
 	* sysdeps/gnu/netinet/tcp.h (TCP_ULP): New macro.
 	(TCP_MD5SIG_EXT): Likewise.
 	(TCP_MD5SIG_FLAG_PREFIX): Likewise.
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 4c3ac25..8ce1c6f 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -688,7 +688,7 @@ class Context(object):
                             'gmp': '6.1.2',
                             'linux': '4.13',
                             'mpc': '1.0.3',
-                            'mpfr': '3.1.5'}
+                            'mpfr': '3.1.6'}
         use_versions = {}
         explicit_versions = {}
         for v in versions:

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

Summary of changes:
 ChangeLog                    |    3 +++
 scripts/build-many-glibcs.py |    2 +-
 2 files changed, 4 insertions(+), 1 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]