[Pkg-ocaml-maint-commits] [SCM] unison packaging branch, 2.27.57/master, updated. debian/unison2.27.57-2.27.57-4-12-g8bd404c

Stephane Glondu steph at glondu.net
Fri Feb 10 05:43:15 UTC 2012


The following commit has been merged in the 2.27.57/master branch:
commit f033272767a4f070ff6dbc089bccbd542cbac17e
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Apr 3 10:48:27 2011 +0100

    Add Fix-bad-interaction-with-OpenSSH-5.6.patch

diff --git a/debian/patches/0007-Fix-bad-interaction-with-OpenSSH-5.6.patch b/debian/patches/0007-Fix-bad-interaction-with-OpenSSH-5.6.patch
new file mode 100644
index 0000000..c839105
--- /dev/null
+++ b/debian/patches/0007-Fix-bad-interaction-with-OpenSSH-5.6.patch
@@ -0,0 +1,23 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sun, 3 Apr 2011 11:44:19 +0200
+Subject: Fix bad interaction with OpenSSH 5.6
+
+Origin: https://bugs.archlinux.org/task/20877
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620031
+---
+ terminal.ml |    1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/terminal.ml b/terminal.ml
+index 657f3d2..aafa425 100644
+--- a/terminal.ml
++++ b/terminal.ml
+@@ -191,7 +191,6 @@ let create_session cmd args new_stdin new_stdout new_stderr =
+             exit 127
+           end
+       | childPid ->
+-          Unix.close slaveFd;
+           (Some masterFd, childPid)
+       end
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index df58182..797030c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-Fix-silent-behaviour.patch
 0005-Fix-build-with-OCaml-3.12.patch
 0006-Fix-build-with-ld-as-needed.patch
+0007-Fix-bad-interaction-with-OpenSSH-5.6.patch

-- 
unison packaging



More information about the Pkg-ocaml-maint-commits mailing list