diff options
author | David Seifert <soap@gentoo.org> | 2023-10-13 13:28:49 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-10-13 13:28:49 +0200 |
commit | 9024643ba0d8cc35557123d3ad34f978906ae96b (patch) | |
tree | deee04f17e0de89a8fcf6b9b76395fc7b76002e9 /net-misc/openssh | |
parent | sys-devel/gcc: add 11.4.1_p20231012 (diff) | |
download | gentoo-9024643ba0d8cc35557123d3ad34f978906ae96b.tar.gz gentoo-9024643ba0d8cc35557123d3ad34f978906ae96b.tar.bz2 gentoo-9024643ba0d8cc35557123d3ad34f978906ae96b.zip |
net-misc/openssh: drop GSSAPI patch
* This patch is far too large for Gentoo to carry without any upstream
guidance and this leads to breakage every few releases.
* Every distro has a different patch for this issue. In particular,
the patches carried by Debian and Fedora are more comprehensive.
* Upstream doesn't seem to care about the actual issue, seeing there
hasn't been any progress in the last 10 years or so:
http://bugzilla.mindrot.org/show_bug.cgi?id=1008
Bug: https://bugs.gentoo.org/165444
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/openssh-9.5_p1-r2.ebuild (renamed from net-misc/openssh/openssh-9.5_p1-r1.ebuild) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-9.5_p1-r1.ebuild b/net-misc/openssh/openssh-9.5_p1-r2.ebuild index 8ab790480184..1bfec7fcc267 100644 --- a/net-misc/openssh/openssh-9.5_p1-r1.ebuild +++ b/net-misc/openssh/openssh-9.5_p1-r2.ebuild @@ -81,7 +81,6 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}/${PN}-9.3_p1-GSSAPI-dns.patch" #165444 integrated into gsskex "${FILESDIR}/${PN}-9.3_p1-disable-conch-interop-tests.patch" "${FILESDIR}/${PN}-9.3_p1-fix-putty-tests.patch" "${FILESDIR}/${PN}-9.3_p1-deny-shmget-shmat-shmdt-in-preauth-privsep-child.patch" |