[openssh-commits] [openssh] branch master updated (3377df00 -> fbfa6f98)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Feb 11 21:25:48 AEDT 2018


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

dtucker pushed a change to branch master
in repository openssh.

      from  3377df00  Add checks for Spectre v2 mitigation (retpoline)
       new  bc02181c  Fix test for -z,retpolineplt linker flag.
       new  24d2a33b  Include headers for linux/if.h.
       new  fbfa6f98  Move signal compat code into bsd-signal.{c,h}

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 fbfa6f980d7460b3e12b0ce88ed3b6018edf4711
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Feb 11 21:25:11 2018 +1300

    Move signal compat code into bsd-signal.{c,h}

commit 24d2a33bd3bf5170700bfdd8675498aa09a79eab
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Feb 11 21:20:39 2018 +1300

    Include headers for linux/if.h.
    
    Prevents configure-time "present but cannot be compiled" warning.

commit bc02181c24fc551aab85eb2cff0f90380928ef43
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Feb 11 19:45:47 2018 +1300

    Fix test for -z,retpolineplt linker flag.

Summary of changes:
 configure.ac                                       |  8 ++-
 openbsd-compat/Makefile.in                         |  2 +-
 openbsd-compat/bsd-misc.c                          | 37 ------------
 openbsd-compat/bsd-misc.h                          | 10 ----
 .../bsd-signal.c                                   | 69 ++++++++++++----------
 platform-misc.c => openbsd-compat/bsd-signal.h     | 36 ++++++-----
 openbsd-compat/openbsd-compat.h                    |  1 +
 openbsd-compat/readpassphrase.c                    |  8 ---
 8 files changed, 65 insertions(+), 106 deletions(-)
 copy regress/setuid-allowed.c => openbsd-compat/bsd-signal.c (50%)
 copy platform-misc.c => openbsd-compat/bsd-signal.h (65%)

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


More information about the openssh-commits mailing list