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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3908415808B for ; Sat, 26 Feb 2022 03:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6834DE0817; Sat, 26 Feb 2022 03:02:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 47C0EE0817 for ; Sat, 26 Feb 2022 03:02:33 +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 15A2E342F1A for ; Sat, 26 Feb 2022 03:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59C90287 for ; Sat, 26 Feb 2022 03:02:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645844512.0a95f1e46d021f8442f644c8c0bbec4cf6ade090.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openssh/files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch X-VCS-Directories: net-misc/openssh/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a95f1e46d021f8442f644c8c0bbec4cf6ade090 X-VCS-Branch: master Date: Sat, 26 Feb 2022 03:02:30 +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: 6812435e-f856-4f99-a2c9-938e7d50e967 X-Archives-Hash: 5716bb19f20d1747dadc70ec4b7144a8 commit: 0a95f1e46d021f8442f644c8c0bbec4cf6ade090 Author: Sam James gentoo org> AuthorDate: Sat Feb 26 03:01:52 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 26 03:01:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a95f1e4 net-misc/openssh: drop duplicate patch hunk Already applied in other patch file. Signed-off-by: Sam James gentoo.org> .../files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/net-misc/openssh/files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch b/net-misc/openssh/files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch index 98c87ecf5f47..9e08b2a553c2 100644 --- a/net-misc/openssh/files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch +++ b/net-misc/openssh/files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch @@ -11,17 +11,3 @@ index b5d4bb2d..00e3d118 100644 gss_release_oid_set(&status, &oidset); return (-1); } -diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c -index 2e065ba3..4ce80cb2 100644 ---- a/sandbox-seccomp-filter.c -+++ b/sandbox-seccomp-filter.c -@@ -276,6 +276,9 @@ static const struct sock_filter preauth_insns[] = { - #ifdef __NR_ppoll - SC_ALLOW(__NR_ppoll), - #endif -+#ifdef __NR_ppoll_time64 -+ SC_ALLOW(__NR_ppoll_time64), -+#endif - #ifdef __NR_poll - SC_ALLOW(__NR_poll), - #endif