#11367 closed enhancement (duplicate)
curl: add libssh2 support
Reported by: | franco.ricci@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | franco.ricci@…, yeled@… | |
Port: |
Description
With curl 7.16.1 was added support for SCP and SFTP (powered by libssh2). When you try to upgrade o to install the new curl version it wants to locate libssh2. To avoid this I edit curl portfile adding configure option --without-libssh2. I ask if it's possible to insert a new curl variants to support ssh2 functionality and to create a libssh2 port to add ssh2 support to php5.
Change History (8)
comment:1 Changed 18 years ago by markd@…
Summary: | curl 7.16.1 → BUG: curl 7.16.1 needs libssh |
---|
comment:2 Changed 18 years ago by pipping@…
Milestone: | → Port Bugs |
---|
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | franco.ricci@… yeled@… added |
---|---|
Priority: | Important → Normal |
comment:4 Changed 17 years ago by nox@…
Version: | 1.3.2 |
---|
comment:5 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Milestone: | Port Bugs → Port Enhancements |
---|---|
Owner: | changed from yeled@… to ryandesign@… |
Summary: | BUG: curl 7.16.1 needs libssh → curl: add libssh2 support |
Type: | defect → enhancement |
comment:6 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:7 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
I forgot to add that a --without-libssh2
option was added to the curl portfile in r21960.
comment:8 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
A port for libssh2 was added in r25850.
A patch adding an SFTP/SCP variant to curl has been submitted in #12146, of which I'm marking this ticket as a duplicate.