Need to update file package utility 5.44 to 5.45 and keychain 2.7.1 to 2.8.5

2024-04-26 Thread J M via Cygwin
Hi,

The keychain package already has updated by the Ubuntu Team:
dpkg --list | grep keychain
ii  keychain  2.8.5-2
all  key manager for OpenSSH

And the file package utility because I find bugs inside 5.44 version, and
widely used, already inquiry to Ubuntu Team to update (5.41).

Here is an example use case that I detected:
https://bugs.astron.com/changelog_page.php
#  Private PKCS8 SSH keys show up as ASCII text.
https://bugs.astron.com/view.php?id=443


Regards,
Cesar Jorge

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: [Question] When the cygwin support Python version 3.11.5 or newer?

2024-04-23 Thread J M via Cygwin
El lun., 22 abr. 2024 2:26, Zhike Wang (EXT) via Cygwin 
escribió:

> Hi
>
> Any update/advice for this topic? Or should I raise a ticket to other
> Cygwin Mailing Lists?
> Thanks
>
> BRs//Zhike
> From: Zhike Wang (EXT)
> Sent: April 18, 2024 20:29
> To: cygwin@cygwin.com
> Subject: [Question] When the cygwin support Python version 3.11.5 or newer?
>
> Dears
>
> At  the moment, I use python 3.9.16 under Cygwin environment while my
> company IT alert me there is a severity risk for python 3.9.16 which need
> be upgraded to Python version 3.11.5 or newer asap.
> I have tried to use Cygwin setup(setup-x86_64) to update the python
> version but it looks Cygwin only support python up to version 3.9.18 at the
> moment.
> So I would like to check with experts when the Cygwin can support Python
> 3.11.5 or newer version?
> Thank you very much.
>
> BRs//Zhike
>
> --
> Problem reports:  https://cygwin.com/problems.html
> FAQ:  https://cygwin.com/faq/
> Documentation:https://cygwin.com/docs.html
> Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Hi Zhike,

The Cygwin must be support these versions:

https://www.python.org/downloads/source/

Except unsupported < 3.8.x

Reference: https://devguide.python.org/versions/

Then, max of 3.8, 3.9, 3.10, 3.11, 3.12.

Regards

>
>
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Howto request an upgrade for keychain package

2024-04-20 Thread J M via Cygwin
El vie., 19 abr. 2024 21:19, Brian Inglis via Cygwin 
escribió:

> On 2024-04-19 08:53, J M via Cygwin wrote:
> > El jue., 18 abr. 2024 20:10, J M 
> escribió:
> >> I'm having some problems (gpg2, and some for ssh management) with
> keychain
> >> package: https://www.cygwin.com/packages/summary/keychain.html
> >>
> >> It version is 2.7.1, can be upgraded to, by example the last 2.8.5?
> >>
> >> It is here: https://github.com/funtoo/keychain/tree/2.8.5
>
> > Fow now, I implement a very weird implementation to fix this (very old
> > keychain version) in pseudocode:
> >
> > If I am inside Cygwin and keychain version is 2.7.1 then:
> > curl -L -o /usr/bin/keychain
> > https://raw.githubusercontent.com/funtoo/keychain/2.8.5/keychain
> >
> > But it is a weird workaround, you can upgrade this package? If not exists
> > any security problem clearly...
>
> The upstream repo has not been updated since 2018.
> You might be better finding a more modern, secure, compatible login
> manager like
> gnome-keyring or KDE kwalletmanager, or improved process like using known
> hosts
> and authorized keys files to limit access.
>

Hi Brian,

Yes, I know gnome-keyring or for the kde, but keychain not depends for X11,
and installs multiple packages not used.
The keychain is the better for text mode and lightweight. Has not been
updated since 2018 (I see that are finding maintainers), but work well and
support for GPG2. The actual is very old 2013...
Improve solution is not an option.
The Cygwin has the possibility to select exact versions and can be live two
versions.

Regards

>
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Howto request an upgrade for keychain package

2024-04-19 Thread J M via Cygwin
El jue., 18 abr. 2024 20:10, J M  escribió:

> Hi,
>
> I'm having some problems (gpg2, and some for ssh management) with keychain
> package: https://www.cygwin.com/packages/summary/keychain.html
>
> It version is 2.7.1, can be upgraded to, by example the last 2.8.5?
>
> It is here: https://github.com/funtoo/keychain/tree/2.8.5
>
> Regards
>
>

Fow now, I implement a very weird implementation to fix this (very old
keychain version) in pseudocode:

If I am inside Cygwin and keychain version is 2.7.1 then:
curl -L -o /usr/bin/keychain
https://raw.githubusercontent.com/funtoo/keychain/2.8.5/keychain

But it is a weird workaround, you can upgrade this package? If not exists
any security problem clearly...

Regards




>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: See repeated /usr/bin in my path

2024-04-19 Thread J M via Cygwin
El jue., 18 abr. 2024 18:50, Andrey Repin  escribió:

> Greetings, J M!
>
> > Isn't it better that original_path be removed all startwith
> > $mycygwin_homepath?
>
> $original_path is stored once when you first run Cygwin with empty home
> profile, IIRC. And not used anywhere.
> ,
> > You have this scriptlet, but if you need all to work with all Linux
> > distributions you need yo add unnecessary work, multiple code and cases
> for
> > all, and complicate all.
>
> It's in ~/.bashrc.d/. And not copied over to *NIX systems.
>
> P.S.
> Please do not top-post in this list.
>
>
> --
> With best regards,
> Andrey Repin
> Thursday, April 18, 2024 19:39:05
>
> Sorry for my terrible english...
>

Thank you Andrew, I didn't know the meaning of top-posting, using gmail
puts you at the beginning. And my english is very poor, I'm spanish.

Then, over this problem, its a pretty form to change the behaviour of
Cygwin from outside, simply setting the path cygwin64... the way you want.
Its a side effect... Appart of failed scripts, and I'm not in the security
branches, its a pretty form to inyect things to change behavihours.

I recommend to disable or erase all paths that refer to C:\cygwin64 or root
path.

For reference, here https://gist.github.com/mpicker0/a6a3f10e6b9278074f93,
show the use of Windows environment variable C:\cygwin64\bin.

Regards

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Howto request an upgrade for keychain package

2024-04-18 Thread J M via Cygwin
Hi,

I'm having some problems (gpg2, and some for ssh management) with keychain
package: https://www.cygwin.com/packages/summary/keychain.html

It version is 2.7.1, can be upgraded to, by example the last 2.8.5?

It is here: https://github.com/funtoo/keychain/tree/2.8.5

Regards

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: See repeated /usr/bin in my path

2024-04-17 Thread J M via Cygwin
Hi Andrew,

Isn't it better that original_path be removed all startwith
$mycygwin_homepath?

You have this scriptlet, but if you need all to work with all Linux
distributions you need yo add unnecessary work, multiple code and cases for
all, and complicate all.

Regards

El mié., 17 abr. 2024 23:35, Andrey Repin  escribió:

> Greetings, J M!
>
> > I think that is a bug, in my Windows environment path I have this:
> > C:\cygwin64\bin
>
> > Then for some mystery change this to /usr/bin, instead to delete.
> > You can file an issue?
>
> It's not a bug, it's how Cygwin works.
> If you want to have Cygwin in your system PATH, you'll have to, either
> a) tolerate the duplicated entries in session's $PATH, or
> b) do something to fix it.
>
> I use this scriptlet:
>
> PATH="$( tr ":" "\\n"
> <<<"$HOME/bin:$HOME/.local/bin:/usr/local/bin:/bin:$PATH" | sed -Ee "1,4b;
> \\#Subversion|$HOME|^(/usr(/local)?)?/bin\$#d;" | paste -sd:)" export PATH
>
> (Essentially, I push 4 predefined paths on top of the stack, then filter
> out
> the rest of the stack by some known patterns.)
>
>
> --
> With best regards,
> Andrey Repin
> Thursday, April 18, 2024 00:07:59
>
> Sorry for my terrible english...
>
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: See repeated /usr/bin in my path

2024-04-17 Thread J M via Cygwin
I think that is a bug, in my Windows environment path I have this:
C:\cygwin64\bin

Then for some mystery change this to /usr/bin, instead to delete.
You can file an issue?

Regards




El mié, 17 abr 2024 a las 19:10, J M ()
escribió:

> Hi,
>
> I see repeated /usr/bin in my path.
> I don't known if is something of my PC or not.
>
> To check I do:
> which -a ls
> Show:
> /usr/bin/ls
> /usr/bin/ls
>
> My path is:
> /usr/local/bin
> /usr/bin
> ...
> /usr/bin
> ...
>
> Seeing other files, I reach to /etc/profile and use one variable
> ORIGINAL_PATH that contains one /usr/bin.
>
> But I can no longer see where that variable is set or if it is not from
> Cygwin.
>
> Regards
>
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


See repeated /usr/bin in my path

2024-04-17 Thread J M via Cygwin
Hi,

I see repeated /usr/bin in my path.
I don't known if is something of my PC or not.

To check I do:
which -a ls
Show:
/usr/bin/ls
/usr/bin/ls

My path is:
/usr/local/bin
/usr/bin
...
/usr/bin
...

Seeing other files, I reach to /etc/profile and use one variable
ORIGINAL_PATH that contains one /usr/bin.

But I can no longer see where that variable is set or if it is not from
Cygwin.

Regards

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Cygwin a bit slow

2024-04-12 Thread J M via Cygwin
Hi,

For me not use AV or disable parts is not an option...

Then, if AV is inspecting the CreateProcess, these processes can be known
the path of these process?

Ex, I launch grep. One AV process can discern the path of these process, or
it is impossible to find out if the executable is inside of c:\cygwin64
directory and discard and/or not catch the event, and then inform to the AV
enterprises howto to do these tasks?

I did the following tests with Avast AV:

With all shields stopped or all shields up, same result, one more time that
other:

Launch multiple while true with echo and grep by example and sleep to
results.

In all cases, cpu very high and memory progressively up and up until
windows crash memory exhausted.

The AVs not known howto discern this or it is impossible discern this?

Regards

El jue., 11 abr. 2024 1:17, Sam Edge via Cygwin 
escribió:

> On 10/04/2024 11:34, Christian Franke via Cygwin wrote:
> > J M via Cygwin wrote:
> >> ...
> >>
> >> Specifically for this problem, I have investigated the problem and can
> be
> >> related to pipes and antivirus.
> >>
> >> Specifically
> >> while true
> >> do
> >> echo ABC | grep AAA
> >> done
> >>
> >> It makes the cpu of that antivirus go up.
> >
> > This is as expected because malware scanners hook into Win32 API's
> > CreateProcess*() calls which are also used by the fork()/exec()
> > emulation of Cygwin. Each run of 'grep' above uses at least two
> > CreateProcess*() calls.
>
> This is very true and depends greatly on the AV being used. I find Trend
> is particularly bad, even if you exclude all the Cygwin directories and
> directories of files being accessed. Somehow, the way the hooks are
> implemented stalls process creation and file open in ways that Windows
> Defender does not. This is particularly noticeable when using
> Cygwin-based build tools - build times generally increase at least
> 10-fold after installing Trend.
>
> On one job, I wasted a lot of time and client's money collecting logs
> for Trend to analyse to no avail. I think the product is basically very
> badly written. The fact that it creates dozens of processes with
> hundreds of threads just to do AV scanning does not fill me with
> confidence!
>
> Wherever possible, I remove third-party AV from Windows machines and
> install group policy to enforce Windows Defender and malware detection
> in the browser and/or a proxy & the email server instead. Saves a lot of
> CPU cycles. :-)
>
>
> --
> Sam Edge
>
>
> --
> Problem reports:  https://cygwin.com/problems.html
> FAQ:  https://cygwin.com/faq/
> Documentation:https://cygwin.com/docs.html
> Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Change for the initial installation of Cygwin to set the default terminal terminal 256 color

2024-04-12 Thread J M via Cygwin
Some examples that I view that can do Cygwin better by default:

tput colors
8

echo $TERM
xterm

And if use vim, comparing with one Ubuntu terminal:

I need to set "set mouse-=a" because the copy paste is difficult.
The colors are very bright.
The cursor does not look good when doing a search and moves over the yellow
background text.

What settings would I need to make it look like Ubuntu's vim?

I don't know if I can put screenshots to explain it better.

Regards


El jue., 11 abr. 2024 14:36, J M  escribió:

> Hi,
>
> You can change in the initial install setup of Cygwin to set the default
> terminal to 256 color as Ubuntu does?
>
> Regards
>
>
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Change for the initial installation of Cygwin to set the default terminal terminal 256 color

2024-04-11 Thread J M via Cygwin
Hi,

You can change in the initial install setup of Cygwin to set the default
terminal to 256 color as Ubuntu does?

Regards

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Cygwin a bit slow

2024-04-09 Thread J M via Cygwin
Hi Adam,

It would be nice to contribute, although my knowledge is not high, I could
review problems and try things.

There are two things that are difficult for me. One is to search the Cygwin
Archives, you could have a way to search for them directly on the Cygwin
website. And another is to have powerful tools to look for problems and a
FAQ where they can explain their use in detail (windows and linux tools).

I think it's not all problems in Cygwin, many times they are conflicts with
other software (antivirus is one).


Specifically for this problem, I have investigated the problem and can be
related to pipes and antivirus.

Specifically
while true
do
echo ABC | grep AAA
done

It makes the cpu of that antivirus go up.

I have seen that the pipes make use of \??\pipe routes which I have seen at
https://cygwin.com/cygwin-ug-net/using.html

I have it configured to exclude c:\cygwin64 and perhaps those paths of
those pipes are having effects in that other software.

By now this...

Regards


El lun., 8 abr. 2024 21:48, Adam Dinwoodie  escribió:

> On Fri, 5 Apr 2024 at 16:19, J M via Cygwin wrote:
> >
> > Hi,
> >
> > I'm seeing that Cygwin is a bit slow, directly and after comparing to
> > simple ubuntu virtual machines by example.
> >
> > Specifically:
> >
> > - Copy and paste texts in vim, I see clearly the slow in paste.
> > - Using sed and/or grep that count approx. between 6x and 8x respect to
> > virtual machine simple ubuntu.
> > - In general multiple bash commands are slower.
> >
> > Can you analyze this?
> >
> > I'm use the last updated Windows 11 and a fresh Cygwin.
>
> This is expected. Cygwin runs as a compatibility layer between Windows
> and the POSIX applications, and that compatibility layer has
> significant performance overheads. Running in a virtual machine –
> including WSL – has far fewer of those overheads, at the expense of
> requiring a complete separate operating system, all the virtualisation
> infrastructure, and poorer access to the Windows OS.
>
> There is clearly a trade-off here, and for a lot of folk who would
> have used Cygwin in the past, WSL is going to be a better choice:
> those disadvantages are much less relevant than they were five or ten
> years ago. Obviously, if you have ideas for how to improve Cygwin
> performance, the project is always looking for volunteers; there's
> more information at https://cygwin.com/contrib.html.
>
> HTH
>
> Adam
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Cygwin a bit slow

2024-04-05 Thread J M via Cygwin
I added, sed and grex x60 to x80, no software running and no antivirus.

Regards

El vie., 5 abr. 2024 17:18, J M  escribió:

> Hi,
>
> I'm seeing that Cygwin is a bit slow, directly and after comparing to
> simple ubuntu virtual machines by example.
>
> Specifically:
>
> - Copy and paste texts in vim, I see clearly the slow in paste.
> - Using sed and/or grep that count approx. between 6x and 8x respect to
> virtual machine simple ubuntu.
> - In general multiple bash commands are slower.
>
> Can you analyze this?
>
> I'm use the last updated Windows 11 and a fresh Cygwin.
>
> Cesar Jorge
>
>
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Cygwin a bit slow

2024-04-05 Thread J M via Cygwin
Hi,

I'm seeing that Cygwin is a bit slow, directly and after comparing to
simple ubuntu virtual machines by example.

Specifically:

- Copy and paste texts in vim, I see clearly the slow in paste.
- Using sed and/or grep that count approx. between 6x and 8x respect to
virtual machine simple ubuntu.
- In general multiple bash commands are slower.

Can you analyze this?

I'm use the last updated Windows 11 and a fresh Cygwin.

Cesar Jorge

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Help with use of pgrep or pkill commands with full name options

2024-03-22 Thread J M via Cygwin
Help with use of pgrep or pkill commands with full name options.

I trying to use pgrep or pkill utility commands to find processes but using
the full path names, by example, find /usr/bin/bash (package procps-ng):

Then, if I use pgrep -f /usr/bin/bash, don't find nothing.

Using pkill -f /usr/bin/bash don't get the task.

If I use pidof /usr/bin/bash, this works.

How do I get it to do use pgrep, pkill, etc?

Regards,
Cesar Jorge

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Getting error 60 of curl to cygwin setup

2024-03-22 Thread J M via Cygwin
Hi,

This is a very painfull and weird failed error of Windows antivirus. I
apologize for not having realized before.

For other people who may encounter this difficult problem,  the key to find
this error is (cut connections only for sites that use Letsencrypt
certificates), is the strace /usr/bin/curl https://curl.se/

Here, the following line is the key:

--- Process 3100 thread 3124 created
 1668   16622 [sig] curl (3100) SetThreadName: SetThreadDescription()
failed.  1000

This indicate the drop connection. I'm talking to the antivirus people to
solve this bug, I don't want to indicate the brand of the antivirus.

Many thanks to Brian for you help.

Cesar Jorge

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Getting error 60 of curl to cygwin setup

2024-03-19 Thread J M via Cygwin
um=email_source=link_campaign=sig-email_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

El lun, 18 mar 2024 a las 23:19, Brian Inglis via Cygwin ()
escribió:

> On 2024-03-18 15:21, J M via Cygwin wrote:
> > With a fresh install of Cygwin then I launch (with package curl
> installed):
> >
> > curl -O https://www.cygwin.com/setup-x86_64.exe
> >
> > Shows a curl 60 error ssl problem.
> > Using -k or --insecure works, but is not recomended.
> > Howto fix it?
>
> WJFFM!
>
> That error implies that the version of curl you are running or the
> certificate
> store you are using does not include the Let's Encrypt CA used by
> Cygwin.com.
>
>  From what shell do you launch curl?
>
> Please run:
>
> which -a curl
>
> and ensure that /usr/bin/curl precedes /cygdrive/c/WINDOWS/system32/curl
> then
> run:
>
> $ curl -V
> curl 8.6.0 (x86_64-pc-cygwin) libcurl/8.6.0 OpenSSL/3.0.13 zlib/1.3.1
> brotli/1.1.0 zstd/1.5.5 libidn2/2.3.7 libpsl/0.21.5 libssh2/1.11.0
> nghttp2/1.60.0 libgsasl/2.2.1 OpenLDAP/2.6.7
> Release-Date: 2024-01-31
> Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs
> ipns
> ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
> Features: alt-svc AsynchDNS brotli gsasl GSS-API HSTS HTTP2 HTTPS-proxy
> IDN IPv6
> Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets
> zstd
>
> and check you get the same output as above, then run:
>
> cygcheck -c ca-certificates ca-certificates-letsencrypt curl cygwin \
> libbrotlidec1 libcurl4 libgsasl18 libgssapi_krb5_2 libidn2_0 libnghttp2_14
> \
> libopenldap2 libpsl5 libssh2_1 libssl3 libzstd1 zlib0
>
> and ensure all packages show Status OK.
>
> If that is the case, please follow the problem reporting guidelines below,
> and
> attach the output from running
>
> cygcheck -hrsv > cygcheck-hrsv.log
>
> as a text attachment to your reply.
>
> --
> Take care. Thanks, Brian Inglis  Calgary, Alberta, Canada
>
> La perfection est atteinte   Perfection is achieved
> non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to
> add
> mais lorsqu'il n'y a plus rien à retirer but when there is no more to
> cut
>  -- Antoine de Saint-Exupéry
>
> --
> Problem reports:  https://cygwin.com/problems.html
> FAQ:  https://cygwin.com/faq/
> Documentation:https://cygwin.com/docs.html
> Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
>


cygcheck-hrsv.log
Description: Binary data

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Getting error 60 of curl to cygwin setup

2024-03-18 Thread J M via Cygwin
Hi,

With a fresh install of Cygwin then I launch (with package curl installed):

curl -O https://www.cygwin.com/setup-x86_64.exe

Shows a curl 60 error ssl problem.
Using -k or --insecure works, but is not recomended.
Howto fix it?

Regards,
Cesar Jorge

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple