[openssh-commits] [openssh] branch master updated (8aa3455b -> 011052de)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Feb 17 22:56:52 AEDT 2020


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

dtucker pushed a change to branch master
in repository openssh.

      from  8aa3455b  upstream: openssh-8.2
       new  d4860ec4  Check if getpeereid is actually declared.
       new  41a2e64a  Prevent unused variable warning.
       new  290c9943  Check if TILDE is already defined and undef.
       new  31c9348c  Constify aix_krb5_get_principal_name.
       new  011052de  Remove unused variable warning.

The 5 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 011052de73f3dbc53f50927ccf677266a9ade4f6
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Feb 17 22:55:51 2020 +1100

    Remove unused variable warning.

commit 31c9348c5e4e94e9913ec64b3ca6e15f68ba19e5
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Feb 17 22:53:24 2020 +1100

    Constify aix_krb5_get_principal_name.
    
    Prevents warning about discarding type qualifiers on AIX.

commit 290c994336a2cfe03c5496bebb6580863f94b232
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Feb 17 22:51:36 2020 +1100

    Check if TILDE is already defined and undef.
    
    Prevents redefinition warning on AIX.

commit 41a2e64ae480eda73ee0e809bbe743d203890938
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Feb 17 22:51:00 2020 +1100

    Prevent unused variable warning.

commit d4860ec4efd25ba194337082736797fce0bda016
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Feb 17 22:48:50 2020 +1100

    Check if getpeereid is actually declared.
    
    Check in sys/socket.h (AIX) and unistd.h (FreeBSD, DragonFLy and OS X).
    Prevents undeclared function warning on at least some versions of AIX.

Summary of changes:
 configure.ac                    |  3 ++-
 openbsd-compat/bsd-misc.c       |  2 ++
 openbsd-compat/glob.c           |  4 ++++
 openbsd-compat/openbsd-compat.h |  2 +-
 openbsd-compat/port-aix.c       | 10 ++++++----
 openbsd-compat/port-aix.h       |  2 +-
 sshlogin.c                      |  5 ++++-
 7 files changed, 20 insertions(+), 8 deletions(-)

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


More information about the openssh-commits mailing list