diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-08 10:15:11 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-08 10:15:11 +0800 |
| commit | abc5dd5605693803ae5fb37f88ddc6247656d3eb (patch) | |
| tree | d322007bccfebc4f47326091b4d6bb0cf65cf3ab | |
| parent | 14ceb890e239ead4d33d44f471d6990c612fd056 (diff) | |
| download | alicelinux-abc5dd5605693803ae5fb37f88ddc6247656d3eb.tar.gz alicelinux-abc5dd5605693803ae5fb37f88ddc6247656d3eb.zip | |
openssh: updated to 9.8p1
| -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" |