[packages/openssh] include limits.h
glen
glen at pld-linux.org
Tue May 13 16:28:22 CEST 2014
commit 51f3c37aa92fcb40961989a5b8e3782e1aef896c
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue May 13 17:28:12 2014 +0300
include limits.h
ldap-helper-sigpipe.patch | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ldap-helper-sigpipe.patch b/ldap-helper-sigpipe.patch
index 7c51100..cfa2018 100644
--- a/ldap-helper-sigpipe.patch
+++ b/ldap-helper-sigpipe.patch
@@ -81,8 +81,16 @@ script. i don't like this solution, but it makes the problem go away:
/usr/lib/openssh/ssh-ldap-helper -s "$1"
exit 0
---- openssh-6.3p1/ldap-helper.c~ 2013-11-02 17:14:48.000000000 +0200
-+++ openssh-6.3p1/ldap-helper.c 2013-11-02 18:39:15.740402594 +0200
+--- openssh-6.6p1/ldap-helper.c~ 2014-05-13 17:04:22.258162978 +0300
++++ openssh-6.6p1/ldap-helper.c 2014-05-13 17:14:08.398824417 +0300
+@@ -31,6 +31,7 @@
+ #include "ldapbody.h"
+ #include <string.h>
+ #include <unistd.h>
++#include <signal.h>
+
+ static int config_debug = 0;
+ int config_exclusive_config_file = 0;
@@ -137,6 +137,8 @@
ldap_checkconfig();
ldap_do_connect();
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/51f3c37aa92fcb40961989a5b8e3782e1aef896c
More information about the pld-cvs-commit
mailing list