1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 08:07:34 +00:00

Ports: Update openssh to 9.0

This commit is contained in:
Patrick Meyer 2022-04-30 10:58:10 +00:00 committed by Brian Gianforcaro
parent 6020364476
commit 7b76bc2b49
8 changed files with 129 additions and 127 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=openssh
workdir=openssh-portable-9ca7e9c861775dd6c6312bc8aaab687403d24676
version=8.3-9ca7e9c
files="https://github.com/openssh/openssh-portable/archive/9ca7e9c861775dd6c6312bc8aaab687403d24676.tar.gz openssh-8.3-9ca7e9c.tar.gz 78e3051cd76e505b1c9ea4fdcc108f47c64d4db058dad4f776908ed0229f6234"
workdir=openssh-portable-94eb6858efecc1b4f02d8a6bd35e149f55c814c8
version=9.0-94eb685
files="https://github.com/openssh/openssh-portable/archive/94eb6858efecc1b4f02d8a6bd35e149f55c814c8.tar.gz openssh-9.0-94eb685.tar.gz 8a6bfb4c21d32f4e82d6d7734cd68585337cdd57428a2799295e1b1e72c332b5"
auth_type=sha256
depends=("zlib" "openssl")
useconfigure=true