Bug#587735: curl and pycurl is not compiled with sftp support (ubuntu bug 311029)

2010-11-25 Thread Andreas Olsson
Ok, let me add a clarifying fact.

The Ubuntu curl packages are built without libssh2-1-dev present. That
is, that package is removed from the list of Build-Depends.

Hence the different capabilities of libcurl3 and curl.

// Andreas


signature.asc
Description: This is a digitally signed message part


Bug#587735: curl and pycurl is not compiled with sftp support (ubuntu bug 311029)

2010-07-01 Thread Gordon Irving
Package: curl
Version: 7.21.0-1

A patch has been submitted to ubuntu bug repository to enable building with ssh 
support for curl.  Ubuntu bug team has requested opening bug with Debian bug 
tracker.  Please take a look at the patch and apply if possible.

https://bugs.launchpad.net/ubuntu/+source/curl/+bug/311029

Cheers
Gordon


Sophos Plc, The Pentagon, Abingdon Science Park, Abingdon, OX14 3YP, United 
Kingdom.
Company Reg No 2096520. VAT Reg No GB 348 3873 20.
--- curl-7.19.7/debian/rules2010-05-28 12:03:58.0 +0100+++ 
curl/debian/rules   2010-05-28 12:05:11.347652985 +0100@@ -73,11 +73,11 @@  
  tar -cf - --exclude=debian --exclude=.pc . | tar -xf - -C debian/build-gnutls 
for flavour in build build-gnutls; do \-   (cd 
debian/$$flavour  libtoolize --automake --copy --force  aclocal-1.9 -I m4 
 automake-1.9  autoconf) \+   (cd debian/$$flavour  
libtoolize --automake --copy --force  aclocal-1.9 -I m4  automake-1.9 
--copy --force  autoconf) \done -   cd debian/build  
./configure ${CONFIGURE_ARGS} --with-ca-path=/etc/ssl/certs-   cd 
debian/build-gnutls  ./configure ${CONFIGURE_ARGS} 
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-ssl --with-gnutls 
--without-libssh2+   cd debian/build  ./configure ${CONFIGURE_ARGS} 
--with-ca-path=/etc/ssl/certs --with-libssh2+   cd debian/build-gnutls  
./configure ${CONFIGURE_ARGS} 
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-ssl --with-gnutls 
--with-libssh2touch configure-stamp  #build-stamp: DH_OPTIONS=--- 
curl-7.19.7/debian/control  2010-05-28 12:03:58.0 +0100+++ 
curl/debian/control 2010-05-28 10:58:29.777652062 +0100@@ -4,7 +4,7 @@ 
Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com 
XSBC-Original-Maintainer: Domenico Andreoli ca...@debian.org Uploaders: 
Matthias Klose d...@debian.org, Andreas Schuldei 
andr...@debian.org-Build-Depends: debhelper ( 5), autoconf, libtool, 
automake1.9, binutils (= 2.14.90.0.7), libssl-dev, libgnutls-dev, zlib1g-dev, 
libkrb5-dev [!hurd-i386], libidn11-dev, groff-base, libdb-dev (= 4.7), 
libldap2-dev, quilt, libgcrypt11-dev, openssh-server+Build-Depends: debhelper 
( 5), autoconf, libtool, automake1.9, binutils (= 2.14.90.0.7), libssl-dev, 
libgnutls-dev, zlib1g-dev, libkrb5-dev [!hurd-i386], libidn11-dev, groff-base, 
libdb-dev, libldap2-dev, quilt, libgcrypt11-dev, openssh-server, libssh2-1, 
libssh2-1-dev Build-Conflicts: autoconf2.13, automake1.4 Standards-Version: 
3.8.1 Homepage: http://curl.haxx.se

Bug#587735: curl and pycurl is not compiled with sftp support (ubuntu bug 311029)

2010-07-01 Thread Ramakrishnan Muthukrishnan
On Thu, Jul 1, 2010 at 2:57 PM, Gordon Irving gordon.irv...@sophos.com wrote:

 A patch has been submitted to ubuntu bug repository to enable building with
 ssh support for curl.  Ubuntu bug team has requested opening bug with Debian
 bug tracker.  Please take a look at the patch and apply if possible.

 https://bugs.launchpad.net/ubuntu/+source/curl/+bug/311029

Thanks. Will look at it tonight.

Ramakrishnan



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#587735: curl and pycurl is not compiled with sftp support (ubuntu bug 311029)

2010-07-01 Thread Ramakrishnan Muthukrishnan
On Thu, Jul 1, 2010 at 2:57 PM, Gordon Irving gordon.irv...@sophos.com wrote:
 Package: curl

 Version: 7.21.0-1

 A patch has been submitted to ubuntu bug repository to enable building with
 ssh support for curl.  Ubuntu bug team has requested opening bug with Debian
 bug tracker.  Please take a look at the patch and apply if possible.

 https://bugs.launchpad.net/ubuntu/+source/curl/+bug/311029

Hi,

On the latest unstable packages (7.21.0-1), I see that sftp is enabled.

$ curl --version
curl 7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o
zlib/1.2.3.4 libidn/1.18 libssh2/1.2.5
Protocols: dict file ftp ftps http https imap imaps ldap ldaps pop3
pop3s rtsp scp sftp smtp smtps telnet tftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz

curl as such depends on libcurl3. The patch attached modifies the
gnutls version of the build.

Am I missing something?

It looks like the Ubuntu packages are for 7.18.x versions. I am not
sure about the state of those packages. Could you please try to get
the 7.21.0 packages from debian into Ubuntu and test it out?

Thanks
Ramakrishnan



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org