summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATHMike Gilbert2023-10-314-4/+4
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/openssh-contrib: add 9.5_p1Patrick McLean2023-10-052-0/+510
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-misc/openssh-contrib: Add patch for zlib-1.3 (bug #912767)Patrick McLean2023-08-212-0/+2
| | | | | Closes: https://bugs.gentoo.org/912767 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-misc/openssh-contrib: Revbump, X509 14.2.1, zlib patch (bug #912767)Patrick McLean2023-08-213-4/+27
| | | | | Bug: https://bugs.gentoo.org/912767 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-misc/openssh-contrib: add 9.4_p1Patrick McLean2023-08-142-0/+509
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-misc/openssh-contrib: unkeyword 9.3_p1 for ~amd64Patrick McLean2023-07-241-1/+1
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-misc/openssh-contrib: add 9.3_p2Patrick McLean2023-07-242-0/+511
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-misc/openssh-contrib: drop libc_Cygwin cruftSam James2023-06-261-1/+1
| | | | | | | Support is already gone. Closes: https://bugs.gentoo.org/909191 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh-contrib: tweak config file namesSam James2023-05-111-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh-contrib: revoke github.com's compromised RSA host keySam James2023-05-111-0/+9
| | | | | | | | | | | | | | See https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/. It's necessary for the old github.com key to be explicitly removed (or revoked) rather than just selecting a new key, i.e. it's possible for users to be silently affected but not see the error because github.com may not serve them an RSA key. Revoke the old github.com key as part of the ebuild to help users out. Closes: https://github.com/gentoo/gentoo/pull/30327 Closes: https://github.com/gentoo/gentoo/pull/30897 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh-contrib: use /etc/ssh/ssh_config.d and ↵Sam James2023-05-111-22/+29
| | | | | | | | | | | | | /etc/ssh/sshd_config.d for config dropinsa Debian patches this into their config already and we found ourselves wanting it when looking at handling the github.com SSH key change/rotation. /etc/ssh/ssh_config.d and /etc/ssh/sshd_config.d both become directories where users can add their own configuration files, but we also install the Gentoo snippets formerly in ssh_config and sshd_config in there instead. Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh-contrib: new package, add 9.3_p1David Seifert2023-05-1121-0/+1388
This package will include the three big third-party patch series for HPN/SCTP/X509 functionality in OpenSSH. Historically, these patches have caused numerous issues for users in the OpenSSH package and they are of questionable quality. By maintaining these patches in a separate package, we can minimize the effect of them on the garden path, which should be to provide our users with a minimally patched OpenSSH experience. Furthermore, since vanilla OpenSSH package will not require a large chunk of rebasing for these patches, we can more easily bump OpenSSH for new releases. Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>