mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:37:44 +00:00
Ports: Add auth_type verification to all package.sh files
This commit is contained in:
parent
6c618eb072
commit
a206ab2211
68 changed files with 135 additions and 65 deletions
|
@ -2,7 +2,8 @@
|
|||
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"
|
||||
files="https://github.com/openssh/openssh-portable/archive/9ca7e9c861775dd6c6312bc8aaab687403d24676.tar.gz openssh-8.3-9ca7e9c.tar.gz 9ddfeabac11b59a1c5670a6905463ce2"
|
||||
auth_type=md5
|
||||
depends="zlib openssl"
|
||||
useconfigure=true
|
||||
configopts="--prefix=/usr/local --disable-utmp --sysconfdir=/etc/ssh --with-ssl-dir=${SERENITY_BUILD_DIR}/Root/usr/local/lib"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue