Commit Graph

62 Commits

Author SHA1 Message Date
Michael Forney b01029a60b openssh: Enable VLAs for pq-safe sntrup761x25519
cproc now supports VLAs so no reason to keep it disabled.
2026-04-03 03:58:05 -07:00
Michael Forney 6148f9915e openssh: Update to 10.3p1 2026-04-03 03:49:44 -07:00
Michael Forney 6bf2b32754 openssh: Fix build
This object is only used by sshd-common.a, and no other rule builds
the object.
2025-06-03 12:52:16 -07:00
Michael Forney 7b0cb105f5 openssh: Update to 10.0p2 2025-04-30 12:33:46 -07:00
Michael Forney c07852df81 openssh: Update to 9.0 2022-09-08 09:31:18 -07:00
Michael Forney 6361cda4db openssh: Update to 8.9p1 2022-03-13 13:30:53 -07:00
Michael Forney e63c2f974f openssh: Update to 8.8p1 2021-11-17 13:46:31 -08:00
Michael Forney 80ad9f758b openssh: Update to 8.7p1 2021-08-24 12:21:55 -07:00
Michael Forney 89a6e7eeef openssh: Update to latest bearssl branch
Fixes PEM buffer allocation to account for null terminator, as well
as signature verification for -sk keys, and switches to BearSSL for
X25519.
2021-05-14 23:25:12 -07:00
Michael Forney 4a14aaf457 openssh: Update to latest bearssl branch 2021-04-28 02:53:46 -07:00
Michael Forney ff670cfc52 openssh: Minor tweak in RSA key parsing 2021-04-25 19:35:07 -07:00
Michael Forney 5ebb2bf1f7 openssh: Update to 8.6p1 2021-04-18 20:46:57 -07:00
Michael Forney d9e823c1a0 openssh: Update to 8.5p1 2021-03-03 22:12:21 -08:00
Michael Forney b51f440d5e openssh: Install sshd_config.5 2021-01-21 02:19:11 -08:00
Michael Forney ceb251f15a openssh: Update to 8.4p1 2020-09-27 11:27:01 -07:00
Michael Forney 195d6e586d openssh: Enable warnings 2020-09-22 15:00:17 -07:00
Michael Forney 7f8f57fc65 openssh: Update to latest git 2020-09-22 15:00:17 -07:00
Michael Forney d4297a13c8 Use -isystem to include library headers
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.

To make sure we still track dependencies, use -MD instead of -MMD.
2020-06-05 03:01:44 -07:00
Michael Forney fbf438704e openssh: Update to 8.3p1 2020-05-27 14:16:06 -07:00
Michael Forney 14936509db openssh: Update to latest git 2020-05-11 21:02:08 -07:00
Michael Forney bcb8887e6c openssh: Update to latest git
This adds ECDH key exchange through BearSSL.
2020-05-04 00:37:00 -07:00
Michael Forney e6e1b93d0f openssh: Update to latest git
This adds support for AES implemented with BearSSL.
2020-04-27 16:04:31 -07:00
Michael Forney e8e894d214 openssh: Build ssh-keyscan 2020-04-22 22:55:05 -07:00
Michael Forney d36ce79317 openssh: Update to latest git and port to BearSSL 2020-04-22 22:55:05 -07:00
Michael Forney 60636d3b1a openssh: Include missing header, broken by libfido2 bearssl conversion 2020-04-14 22:55:39 -07:00
Michael Forney aea11e0e4a Use our own linux-headers 2020-02-20 20:10:31 -08:00
Michael Forney e990b00d28 openssh: Update to 8.2p1 2020-02-20 18:00:49 -08:00
Michael Forney 1e081a9e9c openssh: Update to latest git 2020-02-05 18:08:40 -08:00
Michael Forney 9cdabf26b5 openssh: Install ssh_config.5 2020-01-29 22:14:33 -08:00
Michael Forney 08cca5431f Move toolchain config into config.lua 2020-01-29 22:14:33 -08:00
Michael Forney f0f7231136 openssh: Fix a few more portability issues 2020-01-29 22:14:33 -08:00
Michael Forney 051963c7fe Add support for building multiple configurations
Now, you can build in separate directories per configuration:

	mkdir foo
	(cd foo && ../setup.lua)
	samu -C foo
2020-01-29 22:14:33 -08:00
Michael Forney 6ea0397d98 openssh: Update to latest git 2019-11-26 20:56:25 -08:00
Michael Forney 114db52015 openssh: Update to latest git 2019-11-25 20:41:40 -08:00
Michael Forney b45c19b8f6 openssh, libfido2: Update to latest git
This enables support for ed25519-sk keys.

Support for building in sk provider is now in upstream openssh.
2019-11-14 23:39:31 -08:00
Michael Forney 2e9b607d05 openssh: Update to latest git and enable security key support 2019-11-03 13:13:44 -08:00
Michael Forney e06fcb803e openssh: Add missing version bump for 91d3dd65 2019-10-18 20:37:17 -07:00
Michael Forney 91d3dd6504 openssh: Update to 8.1p1 2019-10-18 00:44:32 -07:00
Michael Forney a7f7ca5a1a openssh: Fix a few portability issues 2019-06-19 22:27:00 -07:00
Michael Forney 160bfb3476 openssh: Build sftp 2019-04-28 01:05:31 -07:00
Michael Forney 85e3a87683 openssh: Update to 8.0p1 2019-04-28 01:05:12 -07:00
Michael Forney 4332740046 Rename rev to ver, and keep track of package versions as well 2019-03-19 00:14:12 -07:00
Michael Forney 5a0f00b6c1 openssh: Use readpassphrase from libbsd 2018-11-07 13:52:58 -08:00
Michael Forney dfc0a22e4f openssh: Update config.h for musl 1.1.20 getrandom 2018-11-06 00:00:25 -08:00
Michael Forney d19e6b823b Use musl 1.1.20 getentropy 2018-11-06 00:00:25 -08:00
Michael Forney b1090608e6 openssh: Update to 7.9p1 2018-11-06 00:00:25 -08:00
Michael Forney f724d54482 libressl: Update to 2.8.2 2018-11-06 00:00:25 -08:00
Michael Forney 934734de95 openssh: Fall back to SANDBOX_RLIMIT when SANDBOX_SECCOMP_FILTER is not supported 2018-10-18 15:27:53 -07:00
Michael Forney ff7645c6d4 openssh: Update to 7.8p1 2018-08-27 16:01:43 -07:00
Michael Forney 35713503bc openssh: Update to 7.7p1 2018-04-10 12:09:21 -07:00