diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /net-misc/tinyssh | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'net-misc/tinyssh')
| -rw-r--r-- | net-misc/tinyssh/Manifest | 2 | ||||
| -rw-r--r-- | net-misc/tinyssh/files/tinyssh-makekey.service | 8 | ||||
| -rw-r--r-- | net-misc/tinyssh/files/tinyssh.confd | 7 | ||||
| -rw-r--r-- | net-misc/tinyssh/files/tinyssh.initd | 30 | ||||
| -rw-r--r-- | net-misc/tinyssh/files/tinyssh.service | 9 | ||||
| -rw-r--r-- | net-misc/tinyssh/files/tinyssh.socket | 13 | ||||
| -rw-r--r-- | net-misc/tinyssh/metadata.xml | 40 | ||||
| -rw-r--r-- | net-misc/tinyssh/tinyssh-20260301.ebuild | 60 | ||||
| -rw-r--r-- | net-misc/tinyssh/tinyssh-20260401.ebuild | 60 | ||||
| -rw-r--r-- | net-misc/tinyssh/tinyssh-99999999.ebuild | 60 |
10 files changed, 0 insertions, 289 deletions
diff --git a/net-misc/tinyssh/Manifest b/net-misc/tinyssh/Manifest deleted file mode 100644 index 76663e6db9bf..000000000000 --- a/net-misc/tinyssh/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST tinyssh-20260301.tar.gz 421650 BLAKE2B 646dcd8c552c1c6b81b8cd985ccd269142fc12daaea726f75beeda2e48b5ba4b939f39827d9f88828c188df93e5d3ed4748aa318b8c45f3e6c787196ea4f1f43 SHA512 09a84783fcc9cfa35491396d98a67cb38f88dfcc534a708f00b13549cd2ac98f27e56d3b42a418cd89164afef969deeae7a52ced075b450cfea8d500d21e0d4f -DIST tinyssh-20260401.tar.gz 421859 BLAKE2B cdc6eb2ae16d8156ecab74321f7c591b329799ed4104d11367d7ed587d7c28982451c283063f9ba4c38c6b551301fd5ac6f0b14efc673e95d418a350427bb681 SHA512 be8d2fc6b5c660eb4ab5113dbb81199204f754dd654f1943d79bc71f1169cd6e8654094522df9f25c70c7506aa31cb601694d2e8564f6f12392931c9a21ce7d3 diff --git a/net-misc/tinyssh/files/tinyssh-makekey.service b/net-misc/tinyssh/files/tinyssh-makekey.service deleted file mode 100644 index 841a516ce390..000000000000 --- a/net-misc/tinyssh/files/tinyssh-makekey.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=TinySSH Key Generation -ConditionPathIsDirectory=!/etc/tinyssh/keys - -[Service] -ExecStart=/usr/sbin/tinysshd-makekey /etc/tinyssh/keys -Type=oneshot -RemainAfterExit=true diff --git a/net-misc/tinyssh/files/tinyssh.confd b/net-misc/tinyssh/files/tinyssh.confd deleted file mode 100644 index d1aefde2be9f..000000000000 --- a/net-misc/tinyssh/files/tinyssh.confd +++ /dev/null @@ -1,7 +0,0 @@ -# TinySSH config file for /etc/init.d/tinyssh - -#TINYSSH_PORT="22" -#TINYSSH_IP="0.0.0.0" -#TINYSSH_CONFDIR="/etc/tinyssh" -#TINYSSH_KEYDIR="${TINYSSH_CONFDIR}/keys" -#TINYSSH_OPTS="-l -v" diff --git a/net-misc/tinyssh/files/tinyssh.initd b/net-misc/tinyssh/files/tinyssh.initd deleted file mode 100644 index 095a7f4e1056..000000000000 --- a/net-misc/tinyssh/files/tinyssh.initd +++ /dev/null @@ -1,30 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -TINYSSH_CONFDIR="${TINYSSH_CONFDIR:-/etc/tinyssh}" -TINYSSH_KEYDIR="${TINYSSH_KEYDIR:-${TINYSSH_CONFDIR}/keys}" - -TINYSSHD="/usr/sbin/tinysshd" -MAKEKEY="${TINYSSHD}-makekey" -PRINTKEY="/usr/bin/tinysshd-printkey" - -command="/usr/bin/tcpserver" -command_args="-HRDl0 ${TINYSSH_IP:-0.0.0.0} ${TINYSSH_PORT:-22} - ${TINYSSHD} ${TINYSSH_OPTS:--l -v} ${TINYSSH_KEYDIR}" -command_background=yes -pidfile="/run/${RC_SVCNAME}.pid" -start_stop_daemon_args="${SSD_OPTS}" - -depend() { - use net -} - -start_pre() { - if [ "${RC_CMD}" != "restart" ]; then - checkpath -d "${TINYSSH_CONFDIR}" - if ! ${PRINTKEY} "${TINYSSH_KEYDIR}" >/dev/null 2>&1; then - ${MAKEKEY} "${TINYSSH_KEYDIR}" || return 1 - fi - fi -} diff --git a/net-misc/tinyssh/files/tinyssh.service b/net-misc/tinyssh/files/tinyssh.service deleted file mode 100644 index f0fe93be778b..000000000000 --- a/net-misc/tinyssh/files/tinyssh.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=TinySSH Per-Connection Daemon -Documentation=https://tinyssh.org -After=tinyssh-makekey.service - -[Service] -ExecStart=/usr/sbin/tinysshd /etc/tinyssh/keys -StandardInput=socket -StandardError=journal diff --git a/net-misc/tinyssh/files/tinyssh.socket b/net-misc/tinyssh/files/tinyssh.socket deleted file mode 100644 index 9ca2b16b3fa4..000000000000 --- a/net-misc/tinyssh/files/tinyssh.socket +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=TinySSH service (socket-activated) -Documentation=https://tinyssh.org -Wants=tinyssh-makekey.service - -[Socket] -ListenStream=%i -Accept=true -KeepAlive=true -IPTOS=low-delay - -[Install] -WantedBy=sockets.target diff --git a/net-misc/tinyssh/metadata.xml b/net-misc/tinyssh/metadata.xml deleted file mode 100644 index bc7ccfa9ef4b..000000000000 --- a/net-misc/tinyssh/metadata.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>contact@hacktivis.me</email> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/janmojzis/tinyssh/issues</bugs-to> - </upstream> - <longdescription lang="en"> -Features - - easy auditable - TinySSH has less than 100000 words of code - no dynamic memory allocation - TinySSH has all memory statically allocated (less than 1MB) - simple configuration - TinySSH can’t be misconfigured - reusing code - TinySSH is reusing libraries from CurveCP implementation - reusing software - TinySSH is using tcpserver/systemd socket/inetd for TCP connection - limited amount of features - TinySSH doesn’t have features such: SSH1 protocol, compression, … - no older cryptographic primitives - rsa, dsa, classic diffie-hellman, hmac-md5, hmac-sha1, 3des, arcfour, … - no copyright restrictions - TinySSH is in the public domain (see the licence) - no dependency on OpenSSL - TinySSH has its own crypto library compatible with NaCl, Libsodium - speed - TinySSH can be also compiled using high-speed NaCl library instead of internal. - -Security features - - cryptographic library (minimum 128-bit security, side-channel attack resistant, state-of-the-art crypto, …) - public-key authentication only (no password or hostbased authentication) - -Crypto primitives - - State-of-the-art crypto: ssh-ed25519, curve25519-sha256@libssh.org, chacha20-poly1305@openssh.com - Older standard: ecdsa-sha2-nistp256, ecdh-sha2-nistp256, aes256-ctr, hmac-sha2-256 removed in version 20190101 - Postquantum crypto: sntrup4591761x25519-sha512@tinyssh.org, chacha20-poly1305@openssh.com - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/net-misc/tinyssh/tinyssh-20260301.ebuild b/net-misc/tinyssh/tinyssh-20260301.ebuild deleted file mode 100644 index 44ee48761bd4..000000000000 --- a/net-misc/tinyssh/tinyssh-20260301.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit systemd toolchain-funcs - -DESCRIPTION="A small SSH server with state-of-the-art cryptography" -HOMEPAGE="https://tinyssh.org" -if [[ "${PV}" == "99999999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/janmojzis/tinyssh.git" -else - SRC_URI="https://github.com/janmojzis/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="|| ( CC0-1.0 0BSD MIT-0 MIT )" -SLOT="0" - -RDEPEND=" - ${DEPEND} - sys-apps/ucspi-tcp -" - -src_prepare() { - default - - echo 'gentoo-autoheaders: $(AUTOHEADERS)' >> Makefile || die -} - -src_configure() { - tc-export CC - - emake gentoo-autoheaders - - local i - for i in has*.log - do - einfo "$i" - cat "$i" - done -} - -src_install() { - einstalldocs - emake install DESTDIR="${D}" PREFIX=/usr - - newinitd "${FILESDIR}/${PN}.initd" "${PN}" - newconfd "${FILESDIR}/${PN}.confd" "${PN}" - - systemd_newunit "${FILESDIR}/${PN}.service" "${PN}@.service" - systemd_newunit "${FILESDIR}/${PN}.socket" "${PN}@.socket" - systemd_dounit "${FILESDIR}/${PN}-makekey.service" -} - -pkg_postinst() { - einfo "TinySSH is in beta stage, and ready for production use." - einfo "See https://tinyssh.org for more information." -} diff --git a/net-misc/tinyssh/tinyssh-20260401.ebuild b/net-misc/tinyssh/tinyssh-20260401.ebuild deleted file mode 100644 index 67d45e15b959..000000000000 --- a/net-misc/tinyssh/tinyssh-20260401.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit systemd toolchain-funcs - -DESCRIPTION="A small SSH server with state-of-the-art cryptography" -HOMEPAGE="https://tinyssh.org" -if [[ "${PV}" == "99999999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/janmojzis/tinyssh.git" -else - SRC_URI="https://github.com/janmojzis/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm64 x86" -fi - -LICENSE="|| ( CC0-1.0 0BSD MIT-0 MIT )" -SLOT="0" - -RDEPEND=" - ${DEPEND} - sys-apps/ucspi-tcp -" - -src_prepare() { - default - - echo 'gentoo-autoheaders: $(AUTOHEADERS)' >> Makefile || die -} - -src_configure() { - tc-export CC - - emake gentoo-autoheaders - - local i - for i in has*.log - do - einfo "$i" - cat "$i" - done -} - -src_install() { - einstalldocs - emake install DESTDIR="${D}" PREFIX=/usr - - newinitd "${FILESDIR}/${PN}.initd" "${PN}" - newconfd "${FILESDIR}/${PN}.confd" "${PN}" - - systemd_newunit "${FILESDIR}/${PN}.service" "${PN}@.service" - systemd_newunit "${FILESDIR}/${PN}.socket" "${PN}@.socket" - systemd_dounit "${FILESDIR}/${PN}-makekey.service" -} - -pkg_postinst() { - einfo "TinySSH is in beta stage, and ready for production use." - einfo "See https://tinyssh.org for more information." -} diff --git a/net-misc/tinyssh/tinyssh-99999999.ebuild b/net-misc/tinyssh/tinyssh-99999999.ebuild deleted file mode 100644 index 3ff059060c0b..000000000000 --- a/net-misc/tinyssh/tinyssh-99999999.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit systemd toolchain-funcs - -DESCRIPTION="A small SSH server with state-of-the-art cryptography" -HOMEPAGE="https://tinyssh.org" -if [[ "${PV}" == "99999999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/janmojzis/tinyssh.git" -else - SRC_URI="https://github.com/janmojzis/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="|| ( CC0-1.0 0BSD MIT-0 MIT )" -SLOT="0" - -RDEPEND=" - ${DEPEND} - sys-apps/ucspi-tcp -" - -src_prepare() { - default - - echo 'gentoo-autoheaders: $(AUTOHEADERS)' >> Makefile || die -} - -src_configure() { - tc-export CC - - emake gentoo-autoheaders - - local i - for i in has*.log - do - einfo "$i" - cat "$i" - done -} - -src_install() { - einstalldocs - emake install DESTDIR="${D}" PREFIX=/usr - - newinitd "${FILESDIR}/${PN}.initd" "${PN}" - newconfd "${FILESDIR}/${PN}.confd" "${PN}" - - systemd_newunit "${FILESDIR}/${PN}.service" "${PN}@.service" - systemd_newunit "${FILESDIR}/${PN}.socket" "${PN}@.socket" - systemd_dounit "${FILESDIR}/${PN}-makekey.service" -} - -pkg_postinst() { - einfo "TinySSH is in beta stage, and ready for production use." - einfo "See https://tinyssh.org for more information." -} |
