From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irker/files/
Date: Wed, 31 May 2023 16:37:47 +0000 (UTC) [thread overview]
Message-ID: <1685551048.99e3aacd8f3abf2e3eb08f9f89117899b6f61db1.conikost@gentoo> (raw)
commit: 99e3aacd8f3abf2e3eb08f9f89117899b6f61db1
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon May 29 19:21:47 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed May 31 16:37:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e3aacd
net-irc/irker: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31220
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-irc/irker/files/irker-2.22-fix-tcpserver.patch | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/net-irc/irker/files/irker-2.22-fix-tcpserver.patch b/net-irc/irker/files/irker-2.22-fix-tcpserver.patch
deleted file mode 100644
index 1848a4430cc7..000000000000
--- a/net-irc/irker/files/irker-2.22-fix-tcpserver.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://gitlab.com/esr/irker/-/merge_requests/29
-
-From da933d5188d88ef0557bda59f02188f164ad427c Mon Sep 17 00:00:00 2001
-From: "Frank Ch. Eigler" <fche@elastic.org>
-Date: Mon, 11 Apr 2022 15:43:22 +0000
-Subject: [PATCH] irkerd: correct typo to our internal TCP/UDP ipv6 server
- classes
-
---- a/irkerd
-+++ b/irkerd
-@@ -1131,8 +1131,8 @@ if __name__ == '__main__':
- tcpserver = socketserver.TCPServer((args.host, PORT), IrkerTCPHandler)
- udpserver = socketserver.UDPServer((args.host, PORT), IrkerUDPHandler)
- # pylint: disable=undefined-variable
-- tcp6server = TCPServer((args.host6, PORT), IrkerTCPHandler)
-- udp6server = UDPServer((args.host6, PORT), IrkerUDPHandler)
-+ tcp6server = TCP6Server((args.host6, PORT), IrkerTCPHandler)
-+ udp6server = UDP6Server((args.host6, PORT), IrkerUDPHandler)
- for server in [tcpserver, udpserver, tcp6server, udp6server]:
- server = threading.Thread(target=server.serve_forever)
- server.setDaemon(True)
-GitLab
next reply other threads:[~2023-05-31 16:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-31 16:37 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-11 6:13 [gentoo-commits] repo/gentoo:master commit in: net-irc/irker/files/ Sam James
2021-03-11 6:12 Sam James
2018-05-05 1:26 Aaron Bauman
2016-03-09 17:27 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1685551048.99e3aacd8f3abf2e3eb08f9f89117899b6f61db1.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox