Re: git: 384966798240 - main - security/openssh-portable: Update to 8.8p1
Date: Tue, 12 Oct 2021 20:55:40 UTC
On 10/12/21 11:07 AM, Bryan Drewery wrote: > The branch main has been updated by bdrewery: > > URL:https://cgit.FreeBSD.org/ports/commit/?id=384966798240c189323385c19fed055d686be27a > > commit 384966798240c189323385c19fed055d686be27a > Author: Bryan Drewery<bdrewery@FreeBSD.org> > AuthorDate: 2021-10-12 18:06:52 +0000 > Commit: Bryan Drewery<bdrewery@FreeBSD.org> > CommitDate: 2021-10-12 18:06:52 +0000 > > security/openssh-portable: Update to 8.8p1 > > Changelog:https://www.openssh.com/txt/release-8.8 > Security: CVE-2021-41617 This doesn't build for me with LIBEDIT unset (build error appended). I'm not sure if it's the right fix but removing files/patch-sftp.c solves the issue. Craig =================================================== --- 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 make[1]: stopped in /wrkdirs/usr/ports/security/openssh-portable/work-default/openssh-8.8p1 1 error make[1]: stopped in /wrkdirs/usr/ports/security/openssh-portable/work-default/openssh-8.8p1