[openssh-commits] [openssh] branch master updated (a1cc637 -> adab758)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Aug 17 13:44:21 AEST 2016


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  a1cc637   add a --with-login-program configure argument
       new  a8fc0f4   Test multiplying two long long ints.
       new  560c006   Add a section for compiler specifics.
       new  adab758   Remove now-obsolete CVS $Id tags from text files.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit adab758242121181700e48b4f6c60d6b660411fe
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Wed Aug 17 13:40:58 2016 +1000

    Remove now-obsolete CVS $Id tags from text files.
    
    Since -portable switched to git, the CVS $Id tags are no longer being
    updated and are becoming increasingly misleading.  Remove them.

commit 560c0068541315002ec4c1c00a560bbd30f2d671
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Wed Aug 17 13:38:30 2016 +1000

    Add a section for compiler specifics.
    
    Add a section for compiler specifics and document the runtime requirements
    for clang's integer sanitization.

commit a8fc0f42e1eda2fa3393d1ea5e61322d5e07a9cd
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Wed Aug 17 13:35:43 2016 +1000

    Test multiplying two long long ints.
    
    When using clang with -ftrapv or -sanitize=integer the tests would pass
    but linking would fail with "undefined reference to __mulodi4".
    Explicitly test for this before enabling -trapv.

Summary of changes:
 CREDITS         |  3 ---
 INSTALL         | 10 ++++++----
 README          |  2 --
 README.platform |  3 ---
 README.privsep  |  2 --
 TODO            |  2 --
 aclocal.m4      |  8 ++++----
 7 files changed, 10 insertions(+), 20 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list