summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-clientloop_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-05 12:15:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-05 12:15:12 +0100
commit65b27b644c5817eb63fe7b8392236c37e0386f9b (patch)
tree31dcf3f300443fae37ed57c6c86fec960e3de9da /package/openssh/patches/patch-clientloop_c
parent9230fde0381a7dcc7e3d86e954382a01a8fcfd63 (diff)
update some packages to latest upstream
- openssh, aircrack-ng, autoconf, lighttpd - use mplayer svn version
Diffstat (limited to 'package/openssh/patches/patch-clientloop_c')
-rw-r--r--package/openssh/patches/patch-clientloop_c8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/openssh/patches/patch-clientloop_c b/package/openssh/patches/patch-clientloop_c
index 1da1d31c9..cdd0615d6 100644
--- a/package/openssh/patches/patch-clientloop_c
+++ b/package/openssh/patches/patch-clientloop_c
@@ -1,6 +1,6 @@
---- openssh-5.2p1.orig/clientloop.c 2009-02-14 06:28:21.000000000 +0100
-+++ openssh-5.2p1/clientloop.c 2009-09-18 12:28:59.000000000 +0200
-@@ -487,7 +487,7 @@ client_global_request_reply(int type, u_
+--- openssh-5.3p1.orig/clientloop.c 2009-08-28 03:21:07.000000000 +0200
++++ openssh-5.3p1/clientloop.c 2009-12-05 12:10:19.000000000 +0100
+@@ -488,7 +488,7 @@ client_global_request_reply(int type, u_
gc->cb(type, seq, gc->ctx);
if (--gc->ref_count <= 0) {
TAILQ_REMOVE(&global_confirms, gc, entry);
@@ -9,7 +9,7 @@
xfree(gc);
}
-@@ -768,7 +768,7 @@ process_cmdline(void)
+@@ -769,7 +769,7 @@ process_cmdline(void)
int cancel_port;
Forward fwd;