forcemerge 434599 572521 thanks Hi Guido,
Guido Günther wrote: > $ git format-patch --signoff --stdout --attach master | git imap-send > Resolving foo.example.com... ok > Connecting to [87.79.238.240]:993... SSL requested but SSL support not > compiled in > read: Bad file descriptor > failed to open store > > Not being able to use SSL makes it far less useful, please enable SSL > support. Sadly, it is not so simple (though it might be almost so). For licensing reasons, Git in Debian cannot be linked against OpenSSL, so we need to use another SSL library. [1] Luckily, there is an SSL library that we can use, under the LGPL. Its API is almost identical [2]; someone just needs to modify imap-send.c and the Makefile to use it. I can send you a Makefile patch if you want to work on imap-send.c; what do you say? Jonathan [1] http://people.gnome.org/~markmc/openssl-and-the-gpl.html [2] http://www.gnu.org/software/gnutls/devel/manual/html_node/Compatibility-with-the-OpenSSL-library.html#Compatibility-with-the-OpenSSL-library -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

