termux-packages/packages/openssh
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
..
Makefile.in.patch openssh: Just link sshd to libtermux-auth 2018-11-23 00:58:14 +01:00
auth.c.patch
auth2-passwd.c.patch openssh: enable password auth 2018-11-23 00:33:02 +01:00
build.sh packages: standardize values of several control variables for build.sh 2019-08-12 18:49:13 +03:00
fix-hardcoded-paths.patch
hostfile.c.patch openssh: Replace some link(2) with rename(2) 2018-09-29 10:40:18 +02:00
misc_c.patch
mux.c.patch
no_loginrec.patch
no_tty_chmod.patch
openbsd-compat-explicit_bzero.c.patch
openbsd-compat-xcrypt.c.patch
servconf.c.patch
session.c.patch openssh: Update from 7.9p1 to 8.0p1 2019-04-18 09:07:15 +02:00
sftp-server.c.patch
sftp-with-agent.sh Change permissions 2019-02-09 21:06:31 +02:00
source-ssh-agent.sh No backticks 2019-02-15 18:01:09 +02:00
ssh-agent.c.patch Don't use setresgid or setgid in ssh-agent 2018-08-09 23:03:48 +02:00
ssh-keygen.c.patch openssh: Replace some link(2) with rename(2) 2018-09-29 10:40:18 +02:00
ssh-with-agent.sh Change permissions 2019-02-09 21:06:31 +02:00
sshd.c.patch openssh: Update from 7.9p1 to 8.0p1 2019-04-18 09:07:15 +02:00
sshd_config.5.patch