pass ARCH down to uClibc
[buildroot.git] / package / openssh / openssh.patch
blob0484be33eb5eb5b43d249f5fcfa49065d641bf4b
1 --- openssh-3.6.1p1/Makefile.in.orig 2003-03-20 17:34:34.000000000 -0700
2 +++ openssh-3.6.1p1/Makefile.in 2003-04-25 17:09:00.000000000 -0600
3 @@ -27,7 +27,7 @@
4 RAND_HELPER=$(libexecdir)/ssh-rand-helper
5 PRIVSEP_PATH=@PRIVSEP_PATH@
6 SSH_PRIVSEP_USER=@SSH_PRIVSEP_USER@
7 -STRIP_OPT=@STRIP_OPT@
8 +STRIP_OPT=
10 PATHS= -DSSHDIR=\"$(sysconfdir)\" \
11 -D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
13 --- openssh-4.6p1.oorig/sshd_config 2006-07-24 06:06:47.000000000 +0200
14 +++ openssh-4.6p1/sshd_config 2007-06-28 15:58:49.000000000 +0200
15 @@ -83,9 +83,11 @@
16 #AllowTcpForwarding yes
17 #GatewayPorts no
18 #X11Forwarding no
19 +X11Forwarding yes
20 #X11DisplayOffset 10
21 #X11UseLocalhost yes
22 #PrintMotd yes
23 +PrintMotd no
24 #PrintLastLog yes
25 #TCPKeepAlive yes
26 #UseLogin no
27 @@ -102,8 +104,12 @@
28 # no default banner path
29 #Banner /some/path
31 +ClientAliveInterval 15
32 +ClientAliveCountMax 4
33 +AcceptEnv LANG LC_*
35 # override default of no subsystems
36 -Subsystem sftp /usr/libexec/sftp-server
37 +Subsystem sftp /usr/sbin/sftp-server
39 # Example of overriding settings on a per-user basis
40 #Match User anoncvs