summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-05 16:40:55 +0100
committerSam James <sam@gentoo.org>2023-03-07 07:57:02 +0000
commit86ceb32adb08d39ff090fd2f7c7eaac1c3aa91a9 (patch)
tree92f3a2f9fcca3b3b42993c08b1dd0d1afdf00dde
parentsys-apps/portage: remove unused patch (diff)
downloadgentoo-86ceb32adb08d39ff090fd2f7c7eaac1c3aa91a9.tar.gz
gentoo-86ceb32adb08d39ff090fd2f7c7eaac1c3aa91a9.tar.bz2
gentoo-86ceb32adb08d39ff090fd2f7c7eaac1c3aa91a9.zip
net-misc/dropbear: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29939 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-misc/dropbear/files/dropbear-2022.82-x11.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-misc/dropbear/files/dropbear-2022.82-x11.patch b/net-misc/dropbear/files/dropbear-2022.82-x11.patch
deleted file mode 100644
index 82cb9c812ebe..000000000000
--- a/net-misc/dropbear/files/dropbear-2022.82-x11.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 0292aacdf0aa57d03f2a3ab7e53cf650e6f29389 Mon Sep 17 00:00:00 2001
-From: Matt Johnston <matt@ucc.asn.au>
-Date: Sat, 23 Apr 2022 22:33:31 +0800
-Subject: [PATCH] Fix X11 build failure, use DROPBEAR_PRIO_LOWDELAY
-
----
- svr-x11fwd.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/svr-x11fwd.c b/svr-x11fwd.c
-index 353cb12e..5d9e6a96 100644
---- a/svr-x11fwd.c
-+++ b/svr-x11fwd.c
-@@ -206,7 +206,7 @@ void x11cleanup(struct ChanSess *chansess) {
- }
-
- static int x11_inithandler(struct Channel *channel) {
-- channel->prio = DROPBEAR_CHANNEL_PRIO_INTERACTIVE;
-+ channel->prio = DROPBEAR_PRIO_LOWDELAY;
- return 0;
- }
-