[openssh-commits] [openssh] branch master updated (3adc47e16 -> a4e404a64)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Oct 14 18:53:25 AEDT 2025


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

dtucker pushed a change to branch master
in repository openssh.

    from 3adc47e16 don't leak PAM handle on repeat invocations
     new 3ccdd9841 bsd-misc: include sys/ioctl.h
     new 2b1761dea gitignore: ignore all *~ files
     new 45e2d8861 mdoc2man: support `Ns` inside `Ic`
     new a4e404a64 mdoc2man: process `Dl` macros

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 a4e404a64b117a15453075ee26eb061d416e58cd
Author: Arnout Engelen <arnout at bzzt.net>
Date:   Sat Jun 21 09:47:28 2025 +0200

    mdoc2man: process `Dl` macros
    
    `Dl` marks a single line as 'literal'. Since we don't output single
    lines differently in literal vs regular mode (we only insert line
    breaks for multi-line blocks in literal mode), we can just skip it.

commit 45e2d8861bb724cfced1bf0693a6418a0cba6ab2
Author: Arnout Engelen <arnout at bzzt.net>
Date:   Fri Jun 20 21:36:44 2025 +0200

    mdoc2man: support `Ns` inside `Ic`
    
    When encountering an `Ns` mdoc macro ('no space') inside an `Ic` block
    ('command'), such as for 'lines=number' in ssh-keygen.1, `mdoc2man`
    just output the macro instead of processing it.
    
    This adds processing for `Ns` when seen inside an `Ic` block.

commit 2b1761dea36c120417d8b73db8310dc09a781e6f
Author: Mike Frysinger <vapier at gentoo.org>
Date:   Mon Oct 13 11:29:36 2025 -0400

    gitignore: ignore all *~ files
    
    This is a common backup style.

commit 3ccdd9841f48e7d660f8b60c996965e9dde0a3a9
Author: Mike Frysinger <vapier at gentoo.org>
Date:   Mon Oct 13 12:49:24 2025 -0400

    bsd-misc: include sys/ioctl.h
    
    This file uses ioctl() to implement some fallback functions, but
    doesn't include sys/ioctl.h for it.

Summary of changes:
 .gitignore                | 3 +--
 mdoc2man.awk              | 8 ++++++++
 openbsd-compat/bsd-misc.c | 1 +
 3 files changed, 10 insertions(+), 2 deletions(-)

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


More information about the openssh-commits mailing list