chocolatey-community / chocolatey-packages

Chocolatey Community Maintainers Team Packages - packages that are managed and maintained by core community team for community package repository (https://community.chocolatey.org/packages)
https://community.chocolatey.org/profiles/chocolatey-community
Apache License 2.0
447 stars 377 forks source link

Cygwin sig file removed from repo - package fails 404 #2440

Closed schlangens closed 6 months ago

schlangens commented 6 months ago

Checklist

Chocolatey Version

2.2.2

Chocolatey License

None

Package Version

Cygwin 3.5.1

Current Behaviour

When trying to install cygwin the script is expecting a .sig file in https://mirrors.kernel.org/sourceware/cygwin/x86_64/ but it seems the repo was updated yesterday 3/8 and that .sig file is no longer there causing the script to fail.

Expected Behaviour

cygwin to install

Steps To Reproduce

Just run the command and you will see

Environment

- Operating System: Microsoft Windows NT 10.0.19045.0
- PowerShell Version: 5.1.19041.1682

Chocolatey Log

2024-03-09 02:47:56,267 1996 [INFO ] - VERBOSE: Migrated http://mirrors.kernel.org/sourceware/cygwin/ to https://mirrors.kernel.org/sourceware/cygwin/
2024-03-09 02:47:56,267 1996 [INFO ] - VERBOSE: site: https://mirrors.kernel.org/sourceware/cygwin/
2024-03-09 02:47:56,267 1996 [INFO ] - VERBOSE: HTTP status 404 fetching https://mirrors.kernel.org/sourceware/cygwin/x86_64/setup.zst.sig
2024-03-09 02:47:56,267 1996 [INFO ] - VERBOSE: mbox note: Unable to get https://mirrors.kernel.org/sourceware/cygwin/x86_64/setup.zst.sig from <https://mirrors.kernel.org/sourceware/cygwin/>

Anything else?

No response

AdmiringWorm commented 6 months ago

Must have been a temporary problem, as I can see that the file seems to exist on the mirror now.

Can you confirm that this is still a problem?

schlangens commented 6 months ago

Yeah they fixed it. Thank you