aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-26 00:37:36 +0300
committerCem Keylan <cem@ckyln.com>2020-09-26 00:37:36 +0300
commit69aecbc935d022d46574adeca984ee0bdc6cdcb1 (patch)
tree968f20f7476058e1750b1f3b14d2256b8a1c5bf9 /community
parent2f8df6641cf7068d5c51d83ce6c893943864c841 (diff)
downloadrepository-69aecbc935d022d46574adeca984ee0bdc6cdcb1.tar.gz
openssh and sftp: move to extra, remove sftp
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/openssh/build39
-rw-r--r--community/openssh/checksums2
-rw-r--r--community/openssh/depends2
-rw-r--r--community/openssh/files/sshd.run3
-rw-r--r--community/openssh/message14
-rw-r--r--community/openssh/sources2
-rw-r--r--community/openssh/version1
7 files changed, 0 insertions, 63 deletions
diff --git a/community/openssh/build b/community/openssh/build
deleted file mode 100755
index a70f97a3..00000000
--- a/community/openssh/build
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh -e
-
-# Adds optional libedit support
-cpt-list libedit >/dev/null 2>&1 &&
- libedit="--with-libedit" && LIBS="$(pkgconf --static --libs libedit)"
-
-export LIBS
-
-export LDFLAGS="$LDFLAGS -static"
-
-autoreconf -fi
-
-./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-pid-dir=/run \
- --disable-wtmp \
- --disable-utmp \
- "$libedit"
-
-make
-make DESTDIR="$1" install
-
-install -m 755 contrib/ssh-copy-id "$1/usr/bin/ssh-copy-id"
-install -m 644 contrib/ssh-copy-id.1 "$1/usr/share/man/man8/ssh-copy-id.1"
-
-# Install runit service.
-install -Dm755 sshd.run "$1/etc/sv/sshd/run"
-ln -s /run/runit/supervise.sshd "$1/etc/sv/sshd/supervise"
-
-# Install sysmgr service.
-install -Dm755 sshd.run "$1/etc/sysmgr/sshd"
diff --git a/community/openssh/checksums b/community/openssh/checksums
deleted file mode 100644
index cae2d98b..00000000
--- a/community/openssh/checksums
+++ /dev/null
@@ -1,2 +0,0 @@
-27c2766cc5adcaf260ad8d3c4d0dc28c86568c5d3ae823999e76e4b8f7c31342 7e9f1c87501d3abf13893a346633e3208d0abcd0.tar.gz
-5d32a817344ac444424063d75e49afd95d7eb76d972ef5c5cfad355c8e8b1ff1 sshd.run
diff --git a/community/openssh/depends b/community/openssh/depends
deleted file mode 100644
index bc8550fe..00000000
--- a/community/openssh/depends
+++ /dev/null
@@ -1,2 +0,0 @@
-bearssl make
-zlib make
diff --git a/community/openssh/files/sshd.run b/community/openssh/files/sshd.run
deleted file mode 100644
index 04f7adbb..00000000
--- a/community/openssh/files/sshd.run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-ssh-keygen -A >/dev/null 2>&1 # Will generate host keys if they don't already exist.
-exec /usr/bin/sshd -D
diff --git a/community/openssh/message b/community/openssh/message
deleted file mode 100644
index f7ad71e9..00000000
--- a/community/openssh/message
+++ /dev/null
@@ -1,14 +0,0 @@
-If you are updating openssh, and you are running
-a daemon, do not forget to restart the daemon or
-you will not be able to make any more connections.
-
-runit:
-
- sv restart sshd
-
-
-sysmgr:
-
- svctl restart sshd
-
-
diff --git a/community/openssh/sources b/community/openssh/sources
deleted file mode 100644
index 78565afe..00000000
--- a/community/openssh/sources
+++ /dev/null
@@ -1,2 +0,0 @@
-https://github.com/oasislinux/openssh/archive/7e9f1c87501d3abf13893a346633e3208d0abcd0.tar.gz
-files/sshd.run
diff --git a/community/openssh/version b/community/openssh/version
deleted file mode 100644
index e7af434a..00000000
--- a/community/openssh/version
+++ /dev/null
@@ -1 +0,0 @@
-8.3p1 1