[openssh-commits] [openssh] branch V_9_9 updated (7cf4dc41 -> 66878e12)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 25 11:34:00 AEST 2024


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

djm pushed a change to branch V_9_9
in repository openssh.

    from 7cf4dc41 Remove non-9.9 branch statuses.
     new c7fda601 fix utmpx ifdef
     new 2c12ae8c build construct_utmp() when USE_BTMP is set
     new ff2cd1dd gss-serv.c needs sys/param.h
     new 66878e12 upstream: fix regression introduced when I switched the "Match"

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


Detailed log of new commits:

commit 66878e12a207fa9746dee3e2bdcca29b704cf035
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Sep 25 01:24:04 2024 +0000

    upstream: fix regression introduced when I switched the "Match"
    
    criteria tokeniser to a more shell-like one. Apparently the old tokeniser
    (accidentally?) allowed "Match criteria=argument" as well as the "Match
    criteria argument" syntax that we tested for.
    
    People were using this syntax so this adds back support for
    "Match criteria=argument"
    
    bz3739 ok dtucker
    
    OpenBSD-Commit-ID: d1eebedb8c902002b75b75debfe1eeea1801f58a

commit ff2cd1dd5711ff88efdf26662d6189d980439a1f
Author: Damien Miller <djm at mindrot.org>
Date:   Wed Sep 25 11:15:45 2024 +1000

    gss-serv.c needs sys/param.h
    
    From Void Linux

commit 2c12ae8cf9b0b7549ae097c4123abeda0ee63e5b
Author: Damien Miller <djm at mindrot.org>
Date:   Wed Sep 25 11:13:05 2024 +1000

    build construct_utmp() when USE_BTMP is set
    
    Fixes compile error on Void Linux/Musl

commit c7fda601186ff28128cfe3eab9c9c0622de096e1
Author: Christoph Ostarek <christoph at zededa.com>
Date:   Wed Jul 3 12:46:59 2024 +0200

    fix utmpx ifdef
    
    02e16ad95fb1f56ab004b01a10aab89f7103c55d did a copy-paste for
    utmpx, but forgot to change the ifdef appropriately

Summary of changes:
 gss-serv.c |  1 +
 loginrec.c |  8 ++++----
 misc.c     | 23 ++++++++++++++++++++++-
 misc.h     |  3 ++-
 readconf.c | 28 +++++++++++++++++++++++-----
 servconf.c | 57 ++++++++++++++++++++++++++++++++++++++++++---------------
 6 files changed, 94 insertions(+), 26 deletions(-)

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


More information about the openssh-commits mailing list