summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-26 03:01:52 +0000
committerSam James <sam@gentoo.org>2022-02-26 03:01:52 +0000
commit0a95f1e46d021f8442f644c8c0bbec4cf6ade090 (patch)
treea56befb97e9003158956081e3e0e8b2d34f1ee79
parentsys-apps/bat: add 0.18.3-r1 (diff)
downloadgentoo-0a95f1e4.tar.gz
gentoo-0a95f1e4.tar.bz2
gentoo-0a95f1e4.zip
net-misc/openssh: drop duplicate patch hunk
Already applied in other patch file. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-misc/openssh/files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch14
1 files changed, 0 insertions, 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