Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/files/
Date: Sat, 26 Feb 2022 03:02:34
Message-Id: 1645844512.0a95f1e46d021f8442f644c8c0bbec4cf6ade090.sam@gentoo
1 commit: 0a95f1e46d021f8442f644c8c0bbec4cf6ade090
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 03:01:52 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 03:01:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a95f1e4
7
8 net-misc/openssh: drop duplicate patch hunk
9
10 Already applied in other patch file.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch | 14 --------------
15 1 file changed, 14 deletions(-)
16
17 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
18 index 98c87ecf5f47..9e08b2a553c2 100644
19 --- a/net-misc/openssh/files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch
20 +++ b/net-misc/openssh/files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch
21 @@ -11,17 +11,3 @@ index b5d4bb2d..00e3d118 100644
22 gss_release_oid_set(&status, &oidset);
23 return (-1);
24 }
25 -diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
26 -index 2e065ba3..4ce80cb2 100644
27 ---- a/sandbox-seccomp-filter.c
28 -+++ b/sandbox-seccomp-filter.c
29 -@@ -276,6 +276,9 @@ static const struct sock_filter preauth_insns[] = {
30 - #ifdef __NR_ppoll
31 - SC_ALLOW(__NR_ppoll),
32 - #endif
33 -+#ifdef __NR_ppoll_time64
34 -+ SC_ALLOW(__NR_ppoll_time64),
35 -+#endif
36 - #ifdef __NR_poll
37 - SC_ALLOW(__NR_poll),
38 - #endif