diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-06 23:19:17 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-06 23:19:17 +0800 |
| commit | 78add225eb7007dfdbc4de1b9cb8b5b8a1ee1c58 (patch) | |
| tree | 6f547db9706e9b4994788066caf901b6803d77ae /repos/xorg | |
| parent | cccc85b9ff9705c9cac306c17e07d134dbde909a (diff) | |
| download | alicelinux-78add225eb7007dfdbc4de1b9cb8b5b8a1ee1c58.tar.gz alicelinux-78add225eb7007dfdbc4de1b9cb8b5b8a1ee1c58.zip | |
openssh: updated to 9.9p1
Diffstat (limited to 'repos/xorg')
| -rw-r--r-- | repos/xorg/openssh/.checksum | 2 | ||||
| -rw-r--r-- | repos/xorg/openssh/.files | 18 | ||||
| -rw-r--r-- | repos/xorg/openssh/abuild | 2 |
3 files changed, 20 insertions, 2 deletions
diff --git a/repos/xorg/openssh/.checksum b/repos/xorg/openssh/.checksum index 862f7e2b..473a69bb 100644 --- a/repos/xorg/openssh/.checksum +++ b/repos/xorg/openssh/.checksum @@ -1,2 +1,2 @@ -3916a6fe028dce304e9e7c17e92f31085b183d235033cef3877d9018521aeea8 openssh-9.8p1.tar.gz +4cb4d97b991b5593df23d723d455d89e86608df39454d6a734bbf06478130984 openssh-9.9p1.tar.gz 4012d0f90ad02ef57f7688b61d249061b7065e0b0fe7fcb7dd2d519cc9541a3c sshd.run diff --git a/repos/xorg/openssh/.files b/repos/xorg/openssh/.files index 34f5576f..70968087 100644 --- a/repos/xorg/openssh/.files +++ b/repos/xorg/openssh/.files @@ -25,5 +25,23 @@ drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/sshd drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/scp.1.gz +-rw-r--r-- root/root usr/share/man/man1/sftp.1.gz +-rw-r--r-- root/root usr/share/man/man1/ssh-add.1.gz +-rw-r--r-- root/root usr/share/man/man1/ssh-agent.1.gz +-rw-r--r-- root/root usr/share/man/man1/ssh-keygen.1.gz +-rw-r--r-- root/root usr/share/man/man1/ssh-keyscan.1.gz +-rw-r--r-- root/root usr/share/man/man1/ssh.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/moduli.5.gz +-rw-r--r-- root/root usr/share/man/man5/ssh_config.5.gz +-rw-r--r-- root/root usr/share/man/man5/sshd_config.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/sftp-server.8.gz +-rw-r--r-- root/root usr/share/man/man8/ssh-keysign.8.gz +-rw-r--r-- root/root usr/share/man/man8/ssh-pkcs11-helper.8.gz +-rw-r--r-- root/root usr/share/man/man8/ssh-sk-helper.8.gz +-rw-r--r-- root/root usr/share/man/man8/sshd.8.gz drwxr-xr-x root/root var/ drwxr-xr-x root/root var/empty/ diff --git a/repos/xorg/openssh/abuild b/repos/xorg/openssh/abuild index 8f217c50..46314c92 100644 --- a/repos/xorg/openssh/abuild +++ b/repos/xorg/openssh/abuild @@ -1,5 +1,5 @@ name=openssh -version=9.8p1 +version=9.9p1 release=1 source="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd.run" |