Re: [PATCH 00/13] Cygwin/X,Xming: Various patches

2009-01-08 Thread Colin Harrison
Hi, I've checked some of these and still have a few to do... 01/13 Does not affect Xming 02/13 Does not affect Xming 03/13 OK 04/13 OK 05/13 OK 06/13 OK 09/13 OK but more correct if +stylecombo:group1 { $$=$1; } + | group2 { $$=$1; } + | group1 group2 { $$=$1|$2; } + |

Re: Various patches

2008-09-26 Thread Robert Schwebel
On Wed, Sep 24, 2008 at 08:53:12AM -0700, Corbin Simpson wrote: Out of curiosity, why is the dependency on OpenSSL such a bad thing? If you have for example an embedded system that just needs x based visualisation (machine control terminal for example), you may not need crypto; in fact, these

Re: Various patches

2008-09-23 Thread Keith Packard
On Thu, 2008-09-04 at 10:57 +0100, John Tapsell wrote: Hi all, The first patch applies to xorg/xserver and replaces the requirement of openssl with an internal SHA1 implementation. The SHA1 code is the code that openbsd uses and is public domain. Using an internal SHA1 implementation

Re: Various patches

2008-09-23 Thread John Tapsell
2008/9/23 Keith Packard [EMAIL PROTECTED]: On Thu, 2008-09-04 at 10:57 +0100, John Tapsell wrote: Hi all, The first patch applies to xorg/xserver and replaces the requirement of openssl with an internal SHA1 implementation. The SHA1 code is the code that openbsd uses and is public

Re: Various patches

2008-09-23 Thread James Cloos
John == John Tapsell [EMAIL PROTECTED] writes: John Pretty much every single embed system? John Openssl doesn't crosscompile. John If you revert this patch, you make it not possible to John cross-compile X, afaics. The pre-patch code also looks for libmd (google has a number of good hits),

Re: Various patches

2008-09-23 Thread James Cloos
JimC == James Cloos [EMAIL PROTECTED] writes: JimC (The reverted patch used Brian Gladman's public domain C JimC implementation.) I wrote that from memory after having read thru the patch on the commits list. But I either mis-read or mis-remembered. The reverted patch actually uses Steve