Skip to content

Commit

Permalink
openssh: update to 9.9p1
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Dec 10, 2024
1 parent 0c4fde6 commit f39074d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openssh/run
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
NAME="openssh"
RELEASE="2"
VERSION="9.6p1"
VERSION="9.9p1"
SOURCES="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$VERSION.tar.gz"
DEPENDS="shadow zlib"
BUILD_DEPENDS="gmake"
SHA256SUM="910211c07255a8c5ad654391b40ee59800710dd8119dd5362de09385aa7a777c"
SHA256SUM="b343fbcdbff87f15b1986e6e15d6d4fc9a7d36066be6b7fb507087ba8f966c02"
DESCRIPTION="ssh tools"
build() {
kpkgConfigure --without-zlib-version-check --prefix=/usr
Expand Down

0 comments on commit f39074d

Please sign in to comment.