diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-26 00:37:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-26 00:37:36 +0300 |
commit | 69aecbc935d022d46574adeca984ee0bdc6cdcb1 (patch) | |
tree | 968f20f7476058e1750b1f3b14d2256b8a1c5bf9 | |
parent | 2f8df6641cf7068d5c51d83ce6c893943864c841 (diff) | |
download | repository-69aecbc935d022d46574adeca984ee0bdc6cdcb1.tar.gz |
openssh and sftp: move to extra, remove sftp
-rwxr-xr-x | extra/openssh/build (renamed from community/openssh/build) | 0 | ||||
-rw-r--r-- | extra/openssh/checksums (renamed from community/openssh/checksums) | 0 | ||||
-rw-r--r-- | extra/openssh/depends (renamed from community/openssh/depends) | 0 | ||||
-rw-r--r-- | extra/openssh/files/sshd.run (renamed from community/openssh/files/sshd.run) | 0 | ||||
-rw-r--r-- | extra/openssh/message (renamed from community/openssh/message) | 0 | ||||
-rw-r--r-- | extra/openssh/sources (renamed from community/openssh/sources) | 0 | ||||
-rw-r--r-- | extra/openssh/version (renamed from community/openssh/version) | 0 | ||||
-rwxr-xr-x | extra/sftp/build | 29 | ||||
l--------- | extra/sftp/checksums | 1 | ||||
-rw-r--r-- | extra/sftp/depends | 5 | ||||
l--------- | extra/sftp/files | 1 | ||||
l--------- | extra/sftp/sources | 1 | ||||
l--------- | extra/sftp/version | 1 |
13 files changed, 0 insertions, 38 deletions
diff --git a/community/openssh/build b/extra/openssh/build index a70f97a3..a70f97a3 100755 --- a/community/openssh/build +++ b/extra/openssh/build diff --git a/community/openssh/checksums b/extra/openssh/checksums index cae2d98b..cae2d98b 100644 --- a/community/openssh/checksums +++ b/extra/openssh/checksums diff --git a/community/openssh/depends b/extra/openssh/depends index bc8550fe..bc8550fe 100644 --- a/community/openssh/depends +++ b/extra/openssh/depends diff --git a/community/openssh/files/sshd.run b/extra/openssh/files/sshd.run index 04f7adbb..04f7adbb 100644 --- a/community/openssh/files/sshd.run +++ b/extra/openssh/files/sshd.run diff --git a/community/openssh/message b/extra/openssh/message index f7ad71e9..f7ad71e9 100644 --- a/community/openssh/message +++ b/extra/openssh/message diff --git a/community/openssh/sources b/extra/openssh/sources index 78565afe..78565afe 100644 --- a/community/openssh/sources +++ b/extra/openssh/sources diff --git a/community/openssh/version b/extra/openssh/version index e7af434a..e7af434a 100644 --- a/community/openssh/version +++ b/extra/openssh/version diff --git a/extra/sftp/build b/extra/sftp/build deleted file mode 100755 index d2a9aa39..00000000 --- a/extra/sftp/build +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# Standalone sftp client crashes without -# libedit, so it is mandatory. - -./configure \ - --prefix=/usr \ - --sbindir=/usr/bin \ - --datadir=/usr/share/openssh \ - --sysconfdir=/etc/ssh \ - --without-selinux \ - --with-privsep-user=nobody \ - --with-mantype=doc \ - --without-rpath \ - --disable-strip \ - --with-ssl-engine \ - --with-pid-dir=/run \ - --disable-wtmp \ - --disable-utmp \ - --with-libedit \ - -make sftp sftp-server - -mkdir -p "$1/usr/bin" "$1/usr/libexec" - -cp sftp "$1/usr/bin" -cp sftp-server "$1/usr/libexec" - -chmod 755 "$1/usr/bin/sftp" "$1/usr/libexec/sftp-server" diff --git a/extra/sftp/checksums b/extra/sftp/checksums deleted file mode 120000 index d249955b..00000000 --- a/extra/sftp/checksums +++ /dev/null @@ -1 +0,0 @@ -../../community/openssh/checksums
\ No newline at end of file diff --git a/extra/sftp/depends b/extra/sftp/depends deleted file mode 100644 index d9675ded..00000000 --- a/extra/sftp/depends +++ /dev/null @@ -1,5 +0,0 @@ -dropbear -libedit -libressl -ncurses -zlib diff --git a/extra/sftp/files b/extra/sftp/files deleted file mode 120000 index 918a11a9..00000000 --- a/extra/sftp/files +++ /dev/null @@ -1 +0,0 @@ -../../community/openssh/files
\ No newline at end of file diff --git a/extra/sftp/sources b/extra/sftp/sources deleted file mode 120000 index c18d53af..00000000 --- a/extra/sftp/sources +++ /dev/null @@ -1 +0,0 @@ -../../community/openssh/sources
\ No newline at end of file diff --git a/extra/sftp/version b/extra/sftp/version deleted file mode 120000 index 646eeacb..00000000 --- a/extra/sftp/version +++ /dev/null @@ -1 +0,0 @@ -../../community/openssh/version
\ No newline at end of file |