Tom Yan
a263cc6bc3
openssh: keep TMPDIR and PS1
7 years ago
Fredrik Fornwall
e18c260e49
dropbear: Add back scp
Make openssh conflict with dropbear as it also contains scp.
7 years ago
Fredrik Fornwall
1ff10e5c36
openssh: Update from 7.6 to 7.7
7 years ago
Fredrik Fornwall
6eeaf55131
Avoid hard-coded paths in some more places
The plan is to allow other apps to build packages by changing the
prefix.
7 years ago
Leonid Plyushch
bbfa4e7a8b
openssh: update to 7.6p1 ( #1613 )
7 years ago
Fredrik Fornwall
da5a358623
openssh: Configure with --with-mantype=man
8 years ago
Fredrik Fornwall
87566986d2
openssh: Verify that we have packaged up man pages
8 years ago
Fredrik Fornwall
683caaa166
openssh: Rebuild to get man pages ( #1538 )
8 years ago
Fredrik Fornwall
8773737eac
openssh: Remove showing motd
8 years ago
Fredrik Fornwall
9c0b9e8910
openssh: Bump revision after getpwd() patch update
8 years ago
Leonid Plyushch
7504beccfd
openssh: fix hardcoded paths
8 years ago
its-pointless
aa605e8901
put shebang in scripts
8 years ago
Fredrik Fornwall
68db79daf2
openssh: Bump revision after package changes
8 years ago
deed02392
d8425dcd52
Set up home structure for authorized_keys
Since password auth is disabled by default, we depend on keys in our home dir but they're not created for us and the perms are wrong by default. This commit sets it up correctly for the user to simply add their key to the empty authorized_keys file
8 years ago
Fredrik Fornwall
2173f7301d
Drop -D_FILE_OFFSET_BITS=64 support for now
32-bit android uses 32-bit off_t by default. When building with
-D_FILE_OFFSET_BITS=64 with unified headers off_t are promoted
to 64-bit, but there are bugs in the toolchain and spotty support
for it in the platform (not all functions are available until
android-24, and the platform zlib is compiled with 32-bit off_t).
Also, unless every library&program is rebuilt with 64-bit off_t,
including user-built ones, we risk a mismatch between programs and
libraries which can cause serious (but sometimes subtle) runtime
failures.
As -D_FILE_OFFSET_BITS=64 is not that important for most users
(with mariadb requiring it as an exception), we drop the support
for now by patching it away in <sys/cdefs.h>.
8 years ago
Fredrik Fornwall
bfd13ca3dd
openssh: Bump revision with unified headers
Fixes #902 as _FILE_OFFSET_BITS=64 is now supported in the unified
headers.
8 years ago
Fredrik Fornwall
c7ce60b78b
openssh: Fix building with unified headers
8 years ago
Fredrik Fornwall
ca7699c169
Stand in srcdir for termux_step_pre_configure
8 years ago
Fredrik Fornwall
1ee955a142
openssh: Enable libedit in sftp
8 years ago
Fredrik Fornwall
b79434aa72
openssh: Disable privilege separation by patching
The UsePrivilegeSeparation option is no longer supported, so we
need to disable privilege separation by a code patch.
8 years ago
Fredrik Fornwall
cff3a76b91
openssh: Update from 7.4 to 7.5
8 years ago
Fredrik Fornwall
52192d2e5e
ldns: Update from 1.6.17 to 1.7.0
8 years ago
Fredrik Fornwall
7b1f1bd35d
build-package.sh: Cleanup a bit
- Put everything into shell functions.
- Start fixing shellcheck warnings.
- Run a hostbuild before setting up an android toolchain (fixes #657 ).
It was quite a hasty rewrite, so things could be broken. Let me know!
8 years ago
Fredrik Fornwall
a8b61adf91
openssh: Update from 7.3p1 to 7.4p1
8 years ago
Fredrik Fornwall
955627f667
openssh: Bump build revision, new source-ssh-agent
8 years ago
Fredrik Fornwall
2f5fc7139b
openssh: Update the source-ssh-agent script
8 years ago
Fredrik Fornwall
7ce5638519
Cleanup of more packages
9 years ago
Fredrik Fornwall
e239964bac
Make it possible to specify checksum for src
9 years ago
Fredrik Fornwall
fd2a269e6a
openssh: Update from 7.2p2 to 7.3p1
9 years ago
Fredrik Fornwall
194d5509d7
openssh: Keep PREFIX environment variable
9 years ago
Fredrik Fornwall
7edb3deecb
openssh: Retain LANG in sshd ( closes #343 )
9 years ago
Fredrik Fornwall
dd9da8b3ad
openssh: Fix sshd env setup
The previous patched session.c just took the existing environment
and kept it. The new copies over a few specific variables needed
but otherwise does the normal setup.
Fixes #341 (TERM being ignored).
Fixes #290 (SSH_CONNECTION/SSH_CLIENT/SSH_TTY not setup).
Fixes https://github.com/termux/termux-app/issues/108 (SSH agent
forwarding not working).
9 years ago
Fredrik Fornwall
d8052afc19
openssh: Disable password auth in sshd_config
Password authentication is not supported, so no point in prompting
for a password.
See #315 .
9 years ago
Fredrik Fornwall
98c7df17fe
openssh: Do not try link(2) for sftp-server rename
Hard links are not supported on Android from 6.0 on.
Fixes #293 .
9 years ago
Fredrik Fornwall
3e10e2182a
openssh: Bump after paths.h ndk patch
9 years ago
Germán L. Osella Massa
1d9054468f
Wrong _PATH_PRIVSEP_CHROOT_DIR: "/var/empty"
The default directory used for privilege separation is not inside the
Termux file system.
9 years ago
Fredrik Fornwall
24cdd7d1fc
Build bash&openssh with the NDK r12 beta on i686
This allows exploring the Android N preview in the emulator a bit.
Fixes #223 .
9 years ago
Fredrik Fornwall
ba991d9ad2
openssh: Update from 7.2p1 to 7.2p2
9 years ago
Fredrik Fornwall
8c37ff6bd0
openssh: Update from 7.1p2 to 7.2p1
9 years ago
Nicholas Penree
88a11b0e8a
Enable SFTP subsystem in openssh package
9 years ago
Fredrik Fornwall
bfde043371
openssh: Update from 7.1p1 to 7.1p2
9 years ago
Fredrik Fornwall
b6cc859c74
openssh: Avoid linking to libutil
9 years ago
Fredrik Fornwall
6bbba8f22a
openssh: Make ControlMaster feature work
The ControlMaster feature for multiplexing used hard links, which
does not work on Android starting in Android 6.0. Replace this
with a non-atomic check-then-rename for now. Fixes #91 .
9 years ago
Fredrik Fornwall
b0c457ae91
openssh: Install the ssh-copy-id script
9 years ago
Fredrik Fornwall
a014091fd2
openssh: Drop old patch
10 years ago
Fredrik Fornwall
2ea84722cf
openssh: Update from 7.0 to 7.1
Also remove sftp patch which is no longer necessary.
10 years ago
Fredrik Fornwall
62c37b9710
openssh: Update to 7.0 from 6.9
10 years ago
Fredrik Fornwall
4b74af2c3b
busybox: Handle ash as symlink and re-enable wget
10 years ago
Fredrik Fornwall
02b55df699
Use bash as login shell by default
10 years ago
Fredrik Fornwall
a22720a010
Bump revision for tmux and openssh after updated pwd.h patch
10 years ago