diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-02 15:48:35 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-02 15:48:35 +0000 |
| commit | 65fed54b2100afea77f67b84e18476b3b54c602b (patch) | |
| tree | 0131d9ae104bc9f6f32c583a727095ad301e8f17 /repos/extra/openssh/abuild | |
| parent | 077ee982fa5e8e2ddfc94a3f115019ad0e1e6ab7 (diff) | |
| download | alicelinux-65fed54b2100afea77f67b84e18476b3b54c602b.tar.gz alicelinux-65fed54b2100afea77f67b84e18476b3b54c602b.zip | |
openssh: updated to 10.0p1
Diffstat (limited to 'repos/extra/openssh/abuild')
| -rw-r--r-- | repos/extra/openssh/abuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repos/extra/openssh/abuild b/repos/extra/openssh/abuild index 12b65e92..06f10cfa 100644 --- a/repos/extra/openssh/abuild +++ b/repos/extra/openssh/abuild @@ -1,8 +1,8 @@ name=openssh -version=9.9p2 +version=10.0p1 release=1 -source="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz +source="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/${name}-${version}.tar.gz sshd.run" sv="sshd.run" build_opt="--without-zlib-version-check --with-privsep-user=nobody --with-privsep-path=/var/empty" -export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types" +#export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types" |