From 10f79967625e3f1817ddce98d3f7cc06b1391c47 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Wed, 31 Jul 2019 07:03:00 -0400 Subject: Commit patch queue (exported by git-debrebase) [git-debrebase make-patches: export and commit patches] --- debian/patches/workaround_EINVAL_on_kfreebsd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/workaround_EINVAL_on_kfreebsd (limited to 'debian/patches/workaround_EINVAL_on_kfreebsd') diff --git a/debian/patches/workaround_EINVAL_on_kfreebsd b/debian/patches/workaround_EINVAL_on_kfreebsd new file mode 100644 index 0000000..7b63368 --- /dev/null +++ b/debian/patches/workaround_EINVAL_on_kfreebsd @@ -0,0 +1,21 @@ +From: James McCoy +Date: Wed, 1 Aug 2018 20:44:36 -0400 +Subject: workaround_EINVAL_on_kfreebsd + +--- + subversion/bindings/swig/ruby/test/util.rb | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/subversion/bindings/swig/ruby/test/util.rb b/subversion/bindings/swig/ruby/test/util.rb +index 4f54992..d61b715 100644 +--- a/subversion/bindings/swig/ruby/test/util.rb ++++ b/subversion/bindings/swig/ruby/test/util.rb +@@ -371,6 +371,8 @@ exit 1 + TCPSocket.new(@svnserve_host, port).close + rescue Errno::ECONNREFUSED + sleep(n < 10 ? 0.2 : 0.5) ++ rescue Errno::EINVAL ++ sleep(n < 10 ? 0.2 : 0.5) + else + return true + end -- cgit v1.2.3