# HG changeset patch # User wenzelm # Date 1736430785 -3600 # Node ID 1609254b74c546669c875489ff96bde1203ac011 # Parent 908c3b7b80c13429e4e594a93320910b2915b29b update cygwin near 3.5.5-1, see also https://cygwin.com/pipermail/cygwin-announce/2024-December/012023.html diff -r 908c3b7b80c1 -r 1609254b74c5 Admin/Windows/Cygwin/README --- a/Admin/Windows/Cygwin/README Thu Jan 09 10:13:05 2025 +0100 +++ b/Admin/Windows/Cygwin/README Thu Jan 09 14:53:05 2025 +0100 @@ -23,6 +23,7 @@ - https://isabelle.sketis.net/cygwin_2022 (Isabelle2022) - https://isabelle.sketis.net/cygwin_2023 (Isabelle2023) - https://isabelle.sketis.net/cygwin_2024 (Isabelle2024) + - https://isabelle.sketis.net/cygwin_2025 (Isabelle2025) * Apache2 redirects for virtual host isabelle.conf: ``` @@ -60,6 +61,8 @@ Redirect /cygwin_2023/noarch/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/noarch/release Redirect /cygwin_2024/x86_64/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/x86_64/release Redirect /cygwin_2024/noarch/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/noarch/release + Redirect /cygwin_2025/x86_64/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/x86_64/release + Redirect /cygwin_2025/noarch/release https://ftp.eq.uc.pt/software/pc/prog/cygwin/noarch/release ``` * Quasi-component: "isabelle component_cygwin" (as Administrator) diff -r 908c3b7b80c1 -r 1609254b74c5 Admin/components/README.md --- a/Admin/components/README.md Thu Jan 09 10:13:05 2025 +0100 +++ b/Admin/components/README.md Thu Jan 09 14:53:05 2025 +0100 @@ -50,7 +50,7 @@ - Windows 11 * `x86_64-cygwin` - **Cygwin 3.5.x** - https://isabelle.sketis.net/cygwin_2024 (`x86_64/release`) + https://isabelle.sketis.net/cygwin_2025 (`x86_64/release`) Multi-platform tools require thorough testing on all platforms: base-line and latest versions. It "works for me on my system" is not sufficient for the diff -r 908c3b7b80c1 -r 1609254b74c5 Admin/components/bundled-windows --- a/Admin/components/bundled-windows Thu Jan 09 10:13:05 2025 +0100 +++ b/Admin/components/bundled-windows Thu Jan 09 14:53:05 2025 +0100 @@ -1,3 +1,3 @@ #additional components to be bundled for release -cygwin-20240305 +cygwin-20250109 windows_app-20240205 diff -r 908c3b7b80c1 -r 1609254b74c5 Admin/components/components.sha1 --- a/Admin/components/components.sha1 Thu Jan 09 10:13:05 2025 +0100 +++ b/Admin/components/components.sha1 Thu Jan 09 14:53:05 2025 +0100 @@ -85,6 +85,7 @@ fe8c541722f2fd6940f9e9948928b55fbc32d14b cygwin-20230711-1.tar.gz bc634cae08dea80238a830955894919af995cf06 cygwin-20230711.tar.gz ea23f766909632d8a6c0fefafbde467d1d289383 cygwin-20240305.tar.gz +0a86ad8c3da8f61b6adb5f36c19ae5c7ab663a4f cygwin-20250109.tar.gz 0fe549949a025d65d52d6deca30554de8fca3b6e e-1.5.tar.gz 2e293256a134eb8e5b1a283361b15eb812fbfbf1 e-1.6-1.tar.gz e1919e72416cbd7ac8de5455caba8901acc7b44d e-1.6-2.tar.gz diff -r 908c3b7b80c1 -r 1609254b74c5 src/Pure/Admin/component_cygwin.scala --- a/src/Pure/Admin/component_cygwin.scala Thu Jan 09 10:13:05 2025 +0100 +++ b/src/Pure/Admin/component_cygwin.scala Thu Jan 09 14:53:05 2025 +0100 @@ -8,7 +8,7 @@ object Component_Cygwin { - val default_mirror: String = "https://isabelle.sketis.net/cygwin_2024" + val default_mirror: String = "https://isabelle.sketis.net/cygwin_2025" val packages: List[String] = List("curl", "libgmp-devel", "nano", "openssh", "perl")