home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / liborbit2 / SSL.Debian < prev    next >
Encoding:
Text File  |  2006-07-24  |  1.6 KB  |  36 lines

  1. Since Debian now allows crypto in its main US repository, there is
  2. only one remaining reason that SSL support is disabled for ORBit2:
  3. license incompatibility.  The only fully-functioning SSL library
  4. that Debian has so far is OpenSSL, which includes the old, deprecated
  5. BSD advertising clause, which is incompatible with ORBit2's LGPL
  6. license.
  7.  
  8. There are a couple of possibilities that may eventually help resolve
  9. this issue:
  10.  
  11. First: the OpenSSL license could be fixed.  Almost nobody uses the
  12. BSD-with-advertising-clause license anymore, including BSD.
  13. Unfortunately, if this were a simple thing to do, I suspect it would
  14. have been done already.
  15.  
  16. Second: another SSL library might become available.  There are a
  17. couple of potential candidates on the horizon.  One, GnuTLS, has its
  18. own licensing issues, but there may be ways to work around that.  The
  19. other potential candidate is the SSL code from Mozilla -- rumor has it
  20. that this may be made into a separate library someday.
  21.  
  22. In the mean time, while Debian cannot legally distribute an SSL-enabled
  23. version of ORBit2, it is certainly ok for you to BUILD one for your own
  24. use.  If you wish to do this, install libssl-dev, then get the Debian
  25. source for ORBit2, and edit debian/rules, adding "--with-ssl" to the
  26. configure line.  In theory, the ORBit2 packages built this way should be
  27. a drop-in replacement for the official packages, but I have not tried
  28. this, and cannot guarantee it.
  29.  
  30. I hope that all of these issues get resolved someday, but I cannot say
  31. when that might happen.  Such is life, sometimes.
  32.  
  33. cheers
  34. Chris Waters <xtifr@debian.org>
  35. (modifications for ORBit2 from Sebastian Rittau <srittau@debian.org>)
  36.