1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-24 12:10:13 +02:00

Bump OpenSSH version

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-11-03 17:32:50 +01:00
parent 6c0ec9a4ab
commit 3432245e78
2 changed files with 3 additions and 1953 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,12 +1,12 @@
VERSION="7.8p1"
VERSION="7.9p1"
SRCDIR="openssh-${VERSION}"
TARBALL="${SRCDIR}.tar.gz"
URL="https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable"
SHA256SUM="1a484bb15152c183bb2514e112aa30dd34138c3cfb032eee5490a66c507144ca"
SHA256SUM="6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad"
DEPENDS="openssl zlib"
prepare() {
apply_patches
return
}
build() {