Re: [PATCH setup 4/4] Codesign setup.exe (DO NOT APPLY)

2016-12-12 Thread Achim Gratz
Corinna Vinschen writes: >> 2/ The signature should be timestamped, so that it remains vaild after the >> signing key expires, but I assume you have to use the timestamp service of >> the CA that signed the key. > > Not necessarily. We can workaround that by getting a new key and > release a new

Re: Setup not asking for proxy user,password / was Resend: pdfseparate does nothing for me?

2016-12-12 Thread Achim Gratz
Ian Lambert via cygwin writes: > Maybe a comparison of how wget handles > authentication versus how setup handles it > could help? The problem is on your side and I cannot reproduce it. So that analysis (which I've asked for earlier) either comes from you or you'll have to wait until someone

mintty window gets tilde characters "pressed" in it

2016-12-12 Thread David Karr
Win7. I believe my Cygwin version info is "2.5.2(0.297/5/3) 2016-06-23 14:29". I've been annoyed for a while with a symptom in my mintty windows. I will be typing along, or not, and suddenly a "~" character gets injected into the stream. It often is the only character at the prompt, so I can

Re: [PATCH setup 4/4] Codesign setup.exe (DO NOT APPLY)

2016-12-12 Thread Corinna Vinschen
Hi Jon, On Dec 12 13:29, Jon Turney wrote: > As discussed in https://cygwin.com/ml/cygwin/2015-04/msg00133.html > > This is quite straightforward, but unfortunately, requires a non-technical > problem to be solved to complete. > > 1/ A code signing certificate signed by a CA is required. Where

Re: [PATCH setup 0/4] Various setup patches

2016-12-12 Thread Corinna Vinschen
On Dec 12 13:29, Jon Turney wrote: > Dregs of my patch queue :) > > Jon Turney (4): > Use English button labels 'Keep', 'Current' and 'Test' > Fully initialize PROPSHEETPAGE > Remove unused grammar for dependent package architecture information Looks good. Please apply. Thanks, Corinna

Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-12-12 Thread Christopher Faylor
On Mon, Dec 12, 2016 at 12:07:19PM +, Ian Lambert wrote: >On Sat, 12/10/16, Christopher Faylor > wrote: > I just turned on a > new DMARC-aware version of ezmlm-send which rewrites > the From address for any domain that is DMARC > sensitive to

[ANNOUNCEMENT] stunnel 5.38-1

2016-12-12 Thread Andrew Schulman
stunnel 5.38-1 is now available in Cygwin. This is a new upstream release with minor enhancements and bug fixes. See http://www.stunnel.org/sdf_ChangeLog.html for the list of changes since the previous release, version 5.35. stunnel is a program that allows you to encrypt arbitrary TCP

stunnel 5.38-1

2016-12-12 Thread Andrew Schulman
stunnel 5.38-1 is now available in Cygwin. This is a new upstream release with minor enhancements and bug fixes. See http://www.stunnel.org/sdf_ChangeLog.html for the list of changes since the previous release, version 5.35. stunnel is a program that allows you to encrypt arbitrary TCP

[PATCH setup 4/4] Codesign setup.exe (DO NOT APPLY)

2016-12-12 Thread Jon Turney
As discussed in https://cygwin.com/ml/cygwin/2015-04/msg00133.html This is quite straightforward, but unfortunately, requires a non-technical problem to be solved to complete. 1/ A code signing certificate signed by a CA is required. 2/ The signature should be timestamped, so that it remains

[PATCH setup 3/4] Remove unused grammar for dependent package architecture information

2016-12-12 Thread Jon Turney
A dependency package entry can apparently end with '[architecturelist]', but this would be completely ignored if anything ever generated it... Signed-off-by: Jon Turney --- iniparse.yy | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git

[PATCH setup 2/4] Fully initialize PROPSHEETPAGE

2016-12-12 Thread Jon Turney
Avoids uninitilized data access errors reported by Dr.Memory Signed-off-by: Jon Turney --- proppage.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/proppage.cc b/proppage.cc index c03e5f7..d4d2926 100644 --- a/proppage.cc +++ b/proppage.cc @@ -67,6 +67,7 @@

[PATCH setup 0/4] Various setup patches

2016-12-12 Thread Jon Turney
Dregs of my patch queue :) Jon Turney (4): Use English button labels 'Keep', 'Current' and 'Test' Fully initialize PROPSHEETPAGE Remove unused grammar for dependent package architecture information Codesign setup.exe (DO NOT APPLY) .gitignore | 2 ++ Makefile.am | 13 +++--

[PATCH setup 1/4] Use English button labels 'Keep', 'Current' and 'Test'

2016-12-12 Thread Jon Turney
Use the English words 'Keep', 'Current' and 'Test' as button labels, rather than 'Keep', 'Curr' and 'Exp'. Signed-off-by: Jon Turney --- res.rc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/res.rc b/res.rc index 1227418..aad74ac 100644

Re: per-version hints proposal

2016-12-12 Thread Jon Turney
On 09/12/2016 11:10, Corinna Vinschen wrote: On Dec 9 11:46, Corinna Vinschen wrote: I don't think this is feasible. The maintainer should have control over the promotion from test to curr. I'm not affected by this since I generate new versions as soon as I promote, so this is more

Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-12-12 Thread Ian Lambert via cygwin
On Sat, 12/10/16, Christopher Faylor wrote: Subject: Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com To: ... Date: Saturday, December 10, 2016, 3:39 PM I just turned on a new DMARC-aware version of ezmlm-send which rewrites the From

Re: Setup not asking for proxy user,password / was Resend: pdfseparate does nothing for me?

2016-12-12 Thread Ian Lambert via cygwin
On Thu, 12/8/16, Achim Gratz wrote: Subject: Re: Setup not asking for proxy user,password / was Resend: pdfseparate does nothing for me? To: cygwin@cygwin.com Date: Thursday, December 8, 2016, 2:22 PM Ian Lambert writes: > The proxy gives the 407 error, based on some testing > with

Re: Problem with chdir and GetCurrentDirectory on Windows 2016

2016-12-12 Thread Dipak Gaigole
> >> Agreed Andrey. But I couldn't find any API(s) which can serve my >> requirements. And we can't afford to execute (fork+exec) tools like >> cygpath for each getcwd call. >> Any suggestions on improving this approach or any alternative approach >> are always welcome. > >