From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EA54158089 for ; Fri, 13 Oct 2023 11:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA5522BC013; Fri, 13 Oct 2023 11:28:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C235D2BC013 for ; Fri, 13 Oct 2023 11:28:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08FA4335C34 for ; Fri, 13 Oct 2023 11:28:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A623ECB for ; Fri, 13 Oct 2023 11:28:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1697196529.9024643ba0d8cc35557123d3ad34f978906ae96b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openssh/openssh-9.5_p1-r1.ebuild net-misc/openssh/openssh-9.5_p1-r2.ebuild X-VCS-Directories: net-misc/openssh/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9024643ba0d8cc35557123d3ad34f978906ae96b X-VCS-Branch: master Date: Fri, 13 Oct 2023 11:28:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e4f6be4e-def4-44d1-9a44-e717a125b3c3 X-Archives-Hash: 8656e5529fc834ed651c99c15173bb3d commit: 9024643ba0d8cc35557123d3ad34f978906ae96b Author: David Seifert gentoo org> AuthorDate: Fri Oct 13 11:28:49 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Oct 13 11:28:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9024643b 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 gentoo.org> net-misc/openssh/{openssh-9.5_p1-r1.ebuild => openssh-9.5_p1-r2.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/net-misc/openssh/openssh-9.5_p1-r1.ebuild b/net-misc/openssh/openssh-9.5_p1-r2.ebuild similarity index 99% rename from net-misc/openssh/openssh-9.5_p1-r1.ebuild rename to 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"