Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#15160 closed update (fixed)

sshfs 1.9

Reported by: jmroot (Joshua Root) Owned by: kballard (Lily Ballard)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port:

Description

Attached patch updates sshfs to version 1.9, which fixes a serious bug. The patch from macfuse 1.5 is used, but the resulting sshfs works fine with macfuse 1.3 in my testing. I removed the -DSSH_NODELAY_WORKAROUND since this version automatically enables that workaround when needed. I also added an explicit dependency on the openssh port, since it is used by sshfs if present.

Attachments (1)

sshfs-1.9.diff (2.1 KB) - added by jmroot (Joshua Root) 16 years ago.

Download all attachments as: .zip

Change History (6)

Changed 16 years ago by jmroot (Joshua Root)

Attachment: sshfs-1.9.diff added

comment:1 Changed 16 years ago by raimue (Rainer Müller)

sshfs does not link against openssh, so adding this to depends_lib is wrong. Adding bin:ssh:openssh to depends_run would be more appropriate.

Also, port:pkgconfig should be in depends_build, as it is not needed any more after building.

comment:2 in reply to:  1 Changed 16 years ago by jmroot (Joshua Root)

Replying to raimue@macports.org:

sshfs does not link against openssh, so adding this to depends_lib is wrong. Adding bin:ssh:openssh to depends_run would be more appropriate.

It checks the openssh version in configure (which is how it decides whether to use the NODELAY workaround), so depends_lib is correct.

comment:3 Changed 16 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

Updated in r37608.

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementupdate

comment:5 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

Note: See TracTickets for help on using tickets.