pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-Pyro/patches py-Pyro: remove patch that is no...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c0e2e13a393
branches: trunk
changeset: 370558:0c0e2e13a393
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 19 06:19:18 2017 +0000
description:
py-Pyro: remove patch that is not in distinfo
diffstat:
devel/py-Pyro/patches/patch-ab | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
diffs (21 lines):
diff -r 36c7d2a6ba3e -r 0c0e2e13a393 devel/py-Pyro/patches/patch-ab
--- a/devel/py-Pyro/patches/patch-ab Wed Oct 18 21:32:35 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2013/12/04 16:41:01 drochner Exp $
-
-avoid sender block
-
---- tests/PyroTests/test_socket.py.orig 2013-08-26 18:54:16.000000000 +0000
-+++ tests/PyroTests/test_socket.py
-@@ -268,8 +268,10 @@ class TestSocketutil(unittest.TestCase):
-
- def testMsgWaitallProblems(self):
- ss=SU.createSocket(bind=("localhost",0), timeout=2)
-+ ss.setsockopt(SU.socket.SOL_SOCKET, SU.socket.SO_SNDBUF, 100000)
- port=ss.getsockname()[1]
- cs=SU.createSocket(connect=("localhost",port), timeout=2)
-+ cs.setsockopt(SU.socket.SOL_SOCKET, SU.socket.SO_SNDBUF, 100000)
- a=ss.accept()
- # test some sizes that might be problematic with MSG_WAITALL
- for size in [1000,10000,32000,32768,32780,41950,41952,42000,65000,65535,65600,80000]:
Home |
Main Index |
Thread Index |
Old Index