[Bug 259113] security/openssh-portable: build fail

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 12 Oct 2021 21:12:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259113

            Bug ID: 259113
           Summary: security/openssh-portable: build fail
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bdrewery@FreeBSD.org
          Reporter: rozhuk.im@gmail.com
          Assignee: bdrewery@FreeBSD.org
             Flags: maintainer-feedback?(bdrewery@FreeBSD.org)

...
--- sftp.o ---
sftp.c:2213:33: error: use of undeclared identifier 'read_interrupt'; did you
mean 'cmd_interrupt'?
                sa.sa_handler = interactive ? read_interrupt : killchild;
                                              ^~~~~~~~~~~~~~
                                              cmd_interrupt
sftp.c:245:1: note: 'cmd_interrupt' declared here
cmd_interrupt(int signo)
^
1 error generated.
*** [sftp.o] Error code 1
...

Only PAM option is set.

-- 
You are receiving this mail because:
You are the assignee for the bug.