Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [CFT,PATCH] bump openssh version
@ 2007-07-07 10:00 Bernhard Fischer
  2007-07-13 15:23 ` Ralph Siemsen
  0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Fischer @ 2007-07-07 10:00 UTC (permalink / raw)
  To: buildroot

Hi,

Can you please test the attached patch which bumps the version of ssh
and report back?

TIA,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: br2.openssh-bump-version.00.patch
Type: text/x-diff
Size: 10812 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070707/5c270ab7/attachment.bin 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] [CFT,PATCH] bump openssh version
  2007-07-07 10:00 [Buildroot] [CFT,PATCH] bump openssh version Bernhard Fischer
@ 2007-07-13 15:23 ` Ralph Siemsen
  0 siblings, 0 replies; 2+ messages in thread
From: Ralph Siemsen @ 2007-07-13 15:23 UTC (permalink / raw)
  To: buildroot

On Sat, Jul 07, 2007 at 12:00:38PM +0200, Bernhard Fischer wrote:
> Hi,
> 
> Can you please test the attached patch which bumps the version of ssh
> and report back?
> 
> TIA,

Patch required minor massaging against current SVN to apply.
(Seems there was some cleaning of *_SITE and *_VERSION variables).

Builds ok for powerpc cross-compiler target.

Very quick testing, the executables do run on the target, and
I can establish ssh connections and transfer files with scp.

However one oddity, if I run with no arguments or --version,
I get a segmentation fault.  I haven't looked into this...

[root at mybox /tmp]# ./ssh
usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]
           [-D [bind_address:]port] [-e escape_char] [-F configfile]
           [-i identity_file] [-L [bind_address:]port:host:hostport]
           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
           [-R [bind_address:]port:host:hostport] [-S ctl_path]
           [-w local_tun[:remote_tun]] [user@]hostname [command]
Segmentation fault
[root at mybox /tmp]# ./scp
usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
           [-l limit] [-o ssh_option] [-P port] [-S program]
           [[user@]host1:]file1 [...] [[user@]host2:]file2
Segmentation fault


The binaries from the "previous" version work fine though:

[root at mybox /tmp]# /usr/bin/scp
usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
           [-l limit] [-o ssh_option] [-P port] [-S program]
           [[user@]host1:]file1 [...] [[user@]host2:]file2
[root at mybox /tmp]# /usr/sbin/ssh
usage: ssh [-1246AaCfghkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]
           [-D port] [-e escape_char] [-F configfile] [-i identity_file]
           [-L port:host:hostport] [-l login_name] [-m mac_spec] [-o option]
           [-p port] [-R port:host:hostport] [-S ctl] [user@]hostname [command]

-R.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-13 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-07 10:00 [Buildroot] [CFT,PATCH] bump openssh version Bernhard Fischer
2007-07-13 15:23 ` Ralph Siemsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox