diff options
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/xorg/openssh/.files | 1 | ||||
| -rw-r--r-- | repos/xorg/openssh/abuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/repos/xorg/openssh/.files b/repos/xorg/openssh/.files index 1c92dc81..70968087 100644 --- a/repos/xorg/openssh/.files +++ b/repos/xorg/openssh/.files @@ -20,6 +20,7 @@ drwxr-xr-x root/root usr/libexec/ -rws--x--x root/root usr/libexec/ssh-keysign -rwxr-xr-x root/root usr/libexec/ssh-pkcs11-helper -rwxr-xr-x root/root usr/libexec/ssh-sk-helper +-rwxr-xr-x root/root usr/libexec/sshd-session drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/sshd drwxr-xr-x root/root usr/share/ diff --git a/repos/xorg/openssh/abuild b/repos/xorg/openssh/abuild index 3d67e42e..8f217c50 100644 --- a/repos/xorg/openssh/abuild +++ b/repos/xorg/openssh/abuild @@ -1,7 +1,8 @@ name=openssh -version=9.7p1 +version=9.8p1 release=1 source="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd.run" sv="sshd.run" build_opt="--without-zlib-version-check --with-privsep-user=nobody --with-privsep-path=/var/empty" +export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types" |