Re: remaining missing packages in 64-bit release

2014-04-21 Thread jdzstz
Hi all, About missing packages in 64-bits, I have just released Varnish 3.0.5 at 32 and 64 bits. Regards. El 14/07/2013 7:40, Yaakov (Cygwin/X) escribió: On 2013-07-13 21:38, Christopher Faylor wrote: On Sat, Jul 13, 2013 at 09:44:40PM -0400, Andrew Schulman wrote: There are of course ot

Re: [PATCH setup 3/3] Add the last element of URL path to site chooser, if interesting.

2014-04-21 Thread Jon TURNEY
On 21/04/2014 15:10, Christopher Faylor wrote: > On Mon, Apr 21, 2014 at 12:16:27PM +0100, Jon TURNEY wrote: >> If I add the site http://mirrors.kernel.org/sources.redhat.com/cygwinports/ >> to >> setup's mirror list, using the GUI or --site option, I get two >> indistinguishable >> entries named

Re: [64bit] python3 vs. threads

2014-04-21 Thread Aron Ahmadia
Hi Folks, On Tue, Oct 15, 2013 at 8:28 PM, Jason Tishler wrote: > Yaakov, > > On Wed, Oct 02, 2013 at 11:53:55PM -0500, Yaakov (Cygwin/X) wrote: > > On 2013-08-15 12:50, Yaakov (Cygwin/X) wrote: > > >On 2013-08-15 10:32, Corinna Vinschen wrote: > > >>Jason? Is there any chance you could pick th

Re: [PATCH setup 3/3] Add the last element of URL path to site chooser, if interesting.

2014-04-21 Thread Christopher Faylor
On Mon, Apr 21, 2014 at 12:16:27PM +0100, Jon TURNEY wrote: >If I add the site http://mirrors.kernel.org/sources.redhat.com/cygwinports/ to >setup's mirror list, using the GUI or --site option, I get two >indistinguishable >entries named http://mirrors.kernel.org in the mirror list box. > >So, to

[PATCH setup 3/3] Add the last element of URL path to site chooser, if interesting.

2014-04-21 Thread Jon TURNEY
If I add the site http://mirrors.kernel.org/sources.redhat.com/cygwinports/ to setup's mirror list, using the GUI or --site option, I get two indistinguishable entries named http://mirrors.kernel.org in the mirror list box. So, to make the site chooser list entries more distinguishable, add the la

[PATCH setup 2/3] Correctly make displayed_url for non-FQDNs

2014-04-21 Thread Jon TURNEY
Fix the logic for identifying protocol and site name part of the URL to find the first '/' after a '//', rather than the first '/' after a '.', to handle sitenames which aren't FQDNs correctly This makes non-FQDNs added to the mirror list display correctly. 2010-11-26 Jon TURNEY * site.c

[PATCH setup 1/3] Fix selecting sites added to the download site list box

2014-04-21 Thread Jon TURNEY
Fix selecting sites added to the download site list box which have the same protocol and hostname as an offical cygwin mirror. If I add the site http://mirrors.kernel.org/sources.redhat.com/cygwinports/ to setup's mirror list, using the GUI or --site option, I get two indistinguishable entries nam

[PATCH setup 0/3] Setup download site list fixes

2014-04-21 Thread Jon TURNEY
A few patches to improve the way that the download site list works in setup. I don't really like the heuristic approach taken in patch [3/3], which was discussed a bit in Nov 2010, but nothing better has emerged from my bikeshed in the meantime. Jon TURNEY (3): Fix selecting sites added to th