openssh: use https

This commit is contained in:
Tim Biermann 2021-12-13 12:02:19 +01:00
parent 3d9c273b45
commit 1bcc61eb06
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 4 deletions

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqvXhuWnKQg6Imo8wlm29mnljWaFOCiIKcnlbYiINvtxrqRoZ55d/aaacCtouekdMJXyQGtIJwLTpgP27ajN4RQY=
SHA256 (Pkgfile) = 845f0745c8106b50a5dc51670ccfd2c882219d37927f68914cdc4df1d257cebc
RWRJc1FUaeVeqnODk3ubx6nlslN9TbAr4AEPEOIDE4mO2sNmI6+jOCfS+XSUdg7JLakE5YRmlUfCMzG8GN9rLsUI+1zWkDZcwwo=
SHA256 (Pkgfile) = 45f9ee75ebf5b885ecd710a8e59e3f3afb4607e81f3cc0c1b61cd19748bf33aa
SHA256 (.footprint) = 99f794239faa72eb1bf13505e50d7d846e78bdbd1338a8bcd0975953921855cb
SHA256 (openssh-8.8p1.tar.gz) = 4590890ea9bb9ace4f71ae331785a3a5823232435161960ed5fc86588f331fe9
SHA256 (sshd.rc) = 59cb8cff9890e9f5c617c5bd4e5a15e5e4bcc4bf35eb73a80322825db60bbfd4

@ -1,12 +1,12 @@
# Description: Secure SHell server and client tools
# URL: http://www.openssh.org/
# URL: https://www.openssh.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: linux-pam openssl zlib
name=openssh
version=8.8p1
release=1
source=(http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz
source=(https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz
sshd.rc sshd.pam)
build() {