[Pkg-owncloud-commits] [SCM] ocsync.git branch, master, updated. upstream/0.70.3-34-g38c1875

Sandro Knauß bugs at sandroknauss.de
Sat Feb 9 11:59:28 UTC 2013


The following commit has been merged in the master branch:
commit 38c187588ff5531b0a4c2841a6c544f5436bcf5d
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Sat Feb 9 12:58:59 2013 +0100

    adding typo, that came up by lintian (fixed already by upstream)

diff --git a/debian/patches/series b/debian/patches/series
index d39ebf4..ebcb191 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 update_manpage
 0001-csync_config-Drop-iniparser-dependency.patch
+typos
diff --git a/debian/patches/typos b/debian/patches/typos
new file mode 100644
index 0000000..c523794
--- /dev/null
+++ b/debian/patches/typos
@@ -0,0 +1,14 @@
+Index: ocsync/modules/csync_sftp.c
+fixing typo, that came up by lintian (already fixed to upstream).
+===================================================================
+--- ocsync.orig/modules/csync_sftp.c	2013-01-30 22:43:19.901608227 +0100
++++ ocsync/modules/csync_sftp.c	2013-02-09 12:56:15.600069886 +0100
+@@ -304,7 +304,7 @@
+       break;
+     case SSH_SERVER_FOUND_OTHER:
+       fprintf(stderr, "csync_sftp - the host key for this server was not "
+-          "found but an other type of key exists.\n");
++          "found but another type of key exists.\n");
+       fprintf(stderr, "csync_sftp - an attacker might change the default "
+           "server key to confuse your client into thinking the key does not "
+           "exist\n");

-- 
ocsync.git



More information about the Pkg-owncloud-commits mailing list