Commit Graph

102 Commits

Author SHA1 Message Date
Leonid Pliushch 4308559d20 openssh: bump revision 2020-03-29 23:04:06 +03:00
Günther Noack 78b3381ef8 Indirect explicit_bzero through memset pointer.
The original comment indicates that using `bzero()` directly may result in dead store elimination, so they explicitly avoided calling `bzero()` as you do now. `explicit_bzero` is used in cryptographic software to clear keys from process memory after use, even if that memory is not read any more afterwards.

Maybe it would be safer like this? (I copied the approach from https://android.googlesource.com/platform/external/openssh/+/refs/tags/android-6.0.1_r70/openbsd-compat/explicit_bzero.c, so that should work on Android.)

Caveat, I was hand-editing the diff and did not find time to set up the toolchain to build this; but the general approach should work?
2020-03-29 23:03:21 +03:00
Leonid Pliushch 2f09e83274 openssh: update list of env variables to keep
See https://github.com/termux/termux-api/issues/301.
2020-03-08 20:53:27 +02:00
Henrik Grimler 836bc0ceb9 openssh: remove hardcoded prefix 2020-02-28 06:47:26 +01:00
Leonid Pliushch d99291f812 openssh: rebuild 2020-02-23 14:16:04 +02:00
Fredrik Fornwall 38ce11a18b openssh: Fix zsh 5.8 incompatible check in source-ssh-agent 2020-02-23 10:46:58 +01:00
Fredrik Fornwall 2ba9974d99 openssh: Update from 8.1 to 8.2 2020-02-15 23:04:18 +01:00
Henrik Grimler f4a4f86316 openssh: use termux_step_install_service_scripts for service script
This also fixes faulty shebang (#!/bin/sh) in service script
2020-01-05 15:13:15 +01:00
Fredrik Fornwall 5d7a32bfcc Get rid of more liblog linkage 2019-12-30 01:05:41 +01:00
Leonid Pliushch 4f437b43de get rid of TERMUX_EXPOSE_FILE_OFFSET64 2019-12-29 21:00:28 +02:00
Leonid Pliushch dd3d25aee2 openssh: fix typo in build.sh 2019-11-02 12:39:27 +02:00
Fredrik Fornwall 590ad7f6f8 openssh: Remove enabling ssh-dss by default 2019-11-01 13:29:22 +01:00
Fredrik Fornwall bd612e1556 openssh: Update from 8.0p1 to 8.1p1 2019-10-13 12:03:47 +02:00
Leonid Pliushch b5e9d1ee89 openssh: bump revision 2019-09-23 00:43:13 +03:00
Leonid Pliushch f75ed291d1 openssh: force use 64bit off_t
Fixes https://github.com/termux/termux-packages/issues/3233.
2019-09-23 00:43:13 +03:00
Leonid Pliushch 4d3a6658d4 termux-tools: do not print motd on OpenSSH login when config PrintMotd=no
Now OpenSSH will not print motd on its own which may result in duplicate.
Instead it will control the login script via environment variable.

Fixes https://github.com/termux/termux-packages/issues/3941.
2019-09-06 01:59:07 +03:00
Henrik Grimler 9151e2908c transmission: mark service scripts as config files 2019-08-22 21:57:06 +02:00
Henrik Grimler 295796d20c openssh: mark service scripts as config files 2019-08-22 21:48:44 +02:00
Henrik Grimler 70bc6884e0 openssh: fix faulty symlink for termux-services script 2019-08-17 21:15:51 +02:00
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
Henrik Grimler b6a636b876 Merge pull request #3460 from Neo-Oli/termux-services
Proposal: Termux-Services
2019-08-11 21:39:07 +02:00
Leonid Pliushch c81d4c8698 add stubs to prevent on-device building packages with dangerous operations in build.sh
%ci:no-build
2019-08-08 16:58:34 +03:00
Oliver Schmidhauser 63761bafd2 bump changed packages 2019-07-27 12:05:08 +02:00
Oliver Schmidhauser f8ccb086a1 add sshd service 2019-07-27 12:01:51 +02:00
Fredrik Fornwall 90ef6f9cef openssh: Update from 7.9p1 to 8.0p1 2019-04-18 09:07:15 +02:00
Leonid Pliushch 11200afa32 add zlib to dependencies where needed 2019-04-14 16:00:23 +03:00
Leonid Pliushch c9b80cf42d libutil: remove package - replaced by libc from Android 7 or newer 2019-03-10 15:42:58 +02:00
Leonid Pliushch 2d0fe0b02b openssh: fix path for /tmp/sshauth.XXXXXXXXXXXXXXX 2019-03-02 14:52:55 +02:00
Wetitpig 7ddcce5701 No backticks 2019-02-15 18:01:09 +02:00
Wetitpig d50c847f11 Shell script compliance 2019-02-15 18:01:09 +02:00
Leonid Pliushch 9970423aeb openssh: use 'install' instead of 'cp' when installing executables 2019-02-09 21:16:01 +02:00
Wetitpig 5f07ac4eb9 Change permissions 2019-02-09 21:06:31 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch 06103e0f4b openssh: add script "sftpa" - works similary to "ssha"
SFTP with SSH agent.
2019-02-03 23:48:46 +01:00
Fredrik Fornwall eda2429656 openssh: Fix build with compressed man pages 2019-01-29 09:25:09 +01:00
Fredrik Fornwall 89fb794b96 Revision-bump more packages 2019-01-27 15:47:16 +01:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Pavel Vondruška 50b0630a8c Package Openssh: Enable Kerberos5 support 2018-12-10 00:58:57 +01:00
Fredrik Fornwall 744d139e90 openssh: Just link sshd to libtermux-auth 2018-11-23 00:58:14 +01:00
Leonid Pliushch c7442155d4 openssh: enable password auth 2018-11-23 00:33:02 +01:00
Fredrik Fornwall d30a2287ec openssh: Update from 7.8p1 to 7.9p1 2018-10-20 21:59:11 +02:00
Fredrik Fornwall 2b61e3a317 openssh: Replace some link(2) with rename(2)
OpenSSH uses a link to take a backup while replacing the known_hosts
file:

(1) link known_hosts to known_hosts.old
(2) move new file to known_hosts (overwriting the link there)

Since links are not allowed we replace link with rename:

(1) rename known_hosts to known_hosts.old
(2) move new file to known_hosts

This means that there is a window between (1) and (2) where the
known_hosts file is not available, but that is a really short window
and is hopefully acceptable here.

Fixes #2909.
2018-09-29 10:40:18 +02:00
Fredrik Fornwall 618e7bdddd openssh: Mark ssh(d)_config as configuration
This avoids silently overwriting any local changes. Fixes #2866.
2018-09-20 23:08:52 +02:00
Fredrik Fornwall fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall cf46ae580a openssh: Update from 7.7p1 to 7.8p1 2018-08-25 23:37:40 +02:00
Fredrik Fornwall 69500d577a openssh: Bump revision after set(res)gid patch 2018-08-09 23:28:37 +02:00
Gerben Meijer d1a4764e08 Don't use setresgid or setgid in ssh-agent
Fixes it for Android Pie, see #2714
2018-08-09 23:03:48 +02:00
Fredrik Fornwall 86ddbcc87c openssh: Bump revision after 'SendEnv LANG' 2018-07-03 13:26:49 +02:00
Lauri Tirkkonen 4849877625 openssh: SendEnv LANG by default
many distributions use "AcceptEnv LANG LC_*" by default for sshd. this
fixes UTF-8 output from such servers that do not happen to set LANG or
LC_CTYPE to UTF-8 by default server-side (termux env already sets
LANG=en_US.UTF-8)
2018-07-03 11:56:47 +02:00
Tom Yan 5d3ef9ba0c make PS1 dynamic and shell-specific
PS1 is not supposed to be an environment variable (i.e. will not
be listed in `printenv` but only in `set`). Its value should also
be shell-specific.

With this commit we can stop exporting a static PS1 as env var on
the java side.

The prompt would now indicate whether the current user is root.
2018-06-22 01:11:37 +02:00