Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msys2-runtime: bump to 3.5.4 #193

Merged
merged 4 commits into from
Sep 25, 2024
Merged

Commits on Sep 25, 2024

  1. msys2-runtime(update-patches): generate the canonical stable checksums

    In 111966f (msys2-runtime(update-patches.sh): do generate stable
    checksums for the Cygwin code, 2024-07-08), I identified a problem that
    needed fixing: `updpkgsums` would now use the SHA-256 of the tar archive
    generated from the Cygwin tag as the checksum for the first `source`
    array item. But that checksum would depend on the value of
    `core.autoCRLF`!
    
    Turns out that our CI uses the exact opposite value of the one I
    hard-coded. So let's fix that now.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e97e100 View commit details
    Browse the repository at this point in the history
  2. msys2-runtime(update-patches): fix pkgrel incrementing logic

    When the `pkgver` was changed, we want to reset it to 1, otherwise
    increment it.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dbc0d43 View commit details
    Browse the repository at this point in the history
  3. msys2-runtime(update-patches): determine the base tag automatically

    When upgrading to a newer upstream version, we cannot rely on the base
    tag that is recorded in the PKGBUILD file.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    641676b View commit details
    Browse the repository at this point in the history
  4. msys2-runtime: bump to v3.5.4

    This finally makes the jump to v3.5.x, meaning that Git for Windows
    leaves Windows 7 and Windows 8 support behind.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    08ab420 View commit details
    Browse the repository at this point in the history