From 2f8df6641cf7068d5c51d83ce6c893943864c841 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 26 Sep 2020 00:37:00 +0300 Subject: openssh: switch to bearssl --- community/openssh/build | 9 +++++++-- community/openssh/checksums | 2 +- community/openssh/depends | 4 ++-- community/openssh/sources | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) (limited to 'community') diff --git a/community/openssh/build b/community/openssh/build index 6ddefd0b..a70f97a3 100755 --- a/community/openssh/build +++ b/community/openssh/build @@ -2,7 +2,13 @@ # Adds optional libedit support cpt-list libedit >/dev/null 2>&1 && - libedit="--with-libedit" + libedit="--with-libedit" && LIBS="$(pkgconf --static --libs libedit)" + +export LIBS + +export LDFLAGS="$LDFLAGS -static" + +autoreconf -fi ./configure \ --prefix=/usr \ @@ -14,7 +20,6 @@ cpt-list libedit >/dev/null 2>&1 && --with-mantype=doc \ --without-rpath \ --disable-strip \ - --with-ssl-engine \ --with-pid-dir=/run \ --disable-wtmp \ --disable-utmp \ diff --git a/community/openssh/checksums b/community/openssh/checksums index a33ef353..cae2d98b 100644 --- a/community/openssh/checksums +++ b/community/openssh/checksums @@ -1,2 +1,2 @@ -f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2 openssh-8.3p1.tar.gz +27c2766cc5adcaf260ad8d3c4d0dc28c86568c5d3ae823999e76e4b8f7c31342 7e9f1c87501d3abf13893a346633e3208d0abcd0.tar.gz 5d32a817344ac444424063d75e49afd95d7eb76d972ef5c5cfad355c8e8b1ff1 sshd.run diff --git a/community/openssh/depends b/community/openssh/depends index 9ee911ae..bc8550fe 100644 --- a/community/openssh/depends +++ b/community/openssh/depends @@ -1,2 +1,2 @@ -libressl -zlib +bearssl make +zlib make diff --git a/community/openssh/sources b/community/openssh/sources index 4880c516..78565afe 100644 --- a/community/openssh/sources +++ b/community/openssh/sources @@ -1,2 +1,2 @@ -https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.3p1.tar.gz +https://github.com/oasislinux/openssh/archive/7e9f1c87501d3abf13893a346633e3208d0abcd0.tar.gz files/sshd.run -- cgit v1.2.3