mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump OpenSSH version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
6c0ec9a4ab
commit
3432245e78
2 changed files with 3 additions and 1953 deletions
File diff suppressed because it is too large
Load diff
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue