From ad0dfd4f4e02d2ecc1464c02c78a607bcf4a85e3 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Tue, 22 Oct 2024 11:06:35 +0000 Subject: [PATCH] fix(main/{plantuml,procyon-decompiler}): Update gradle versions to 8.10.2 Fixes gradle hanging under certain conditions in the two remaining packages where the issue could be reproduced. See: - https://github.com/termux/termux-packages/issues/21130#issuecomment-2422331542 - https://github.com/gradle/gradle/issues/14961 - https://github.com/termux/termux-packages/commit/a7627acf5a8104ff5634330110ff9acd661c09d8 [no ci] --- .../plantuml/{plantuml.patch => 0001-plantuml.patch} | 0 packages/plantuml/0002-gradle-8.10.2.patch | 9 +++++++++ ...on-decompiler.patch => 0001-procyon-decompiler.patch} | 0 .../{gradle-7.patch => 0002-gradle-7.patch} | 0 packages/procyon-decompiler/0003-gradle-8.10.2.patch | 9 +++++++++ 5 files changed, 18 insertions(+) rename packages/plantuml/{plantuml.patch => 0001-plantuml.patch} (100%) create mode 100644 packages/plantuml/0002-gradle-8.10.2.patch rename packages/procyon-decompiler/{procyon-decompiler.patch => 0001-procyon-decompiler.patch} (100%) rename packages/procyon-decompiler/{gradle-7.patch => 0002-gradle-7.patch} (100%) create mode 100644 packages/procyon-decompiler/0003-gradle-8.10.2.patch diff --git a/packages/plantuml/plantuml.patch b/packages/plantuml/0001-plantuml.patch similarity index 100% rename from packages/plantuml/plantuml.patch rename to packages/plantuml/0001-plantuml.patch diff --git a/packages/plantuml/0002-gradle-8.10.2.patch b/packages/plantuml/0002-gradle-8.10.2.patch new file mode 100644 index 0000000000..6c47f6d246 --- /dev/null +++ b/packages/plantuml/0002-gradle-8.10.2.patch @@ -0,0 +1,9 @@ +--- a/gradle/wrapper/gradle-wrapper.properties ++++ b/gradle/wrapper/gradle-wrapper.properties +@@ -1,5 +1,5 @@ + distributionBase=GRADLE_USER_HOME + distributionPath=wrapper/dists +-distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip ++distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip + zipStoreBase=GRADLE_USER_HOME + zipStorePath=wrapper/dists diff --git a/packages/procyon-decompiler/procyon-decompiler.patch b/packages/procyon-decompiler/0001-procyon-decompiler.patch similarity index 100% rename from packages/procyon-decompiler/procyon-decompiler.patch rename to packages/procyon-decompiler/0001-procyon-decompiler.patch diff --git a/packages/procyon-decompiler/gradle-7.patch b/packages/procyon-decompiler/0002-gradle-7.patch similarity index 100% rename from packages/procyon-decompiler/gradle-7.patch rename to packages/procyon-decompiler/0002-gradle-7.patch diff --git a/packages/procyon-decompiler/0003-gradle-8.10.2.patch b/packages/procyon-decompiler/0003-gradle-8.10.2.patch new file mode 100644 index 0000000000..280274656a --- /dev/null +++ b/packages/procyon-decompiler/0003-gradle-8.10.2.patch @@ -0,0 +1,9 @@ +--- a/gradle/wrapper/gradle-wrapper.properties ++++ b/gradle/wrapper/gradle-wrapper.properties +@@ -1,5 +1,5 @@ + distributionBase=GRADLE_USER_HOME + distributionPath=wrapper/dists +-distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip ++distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip + zipStoreBase=GRADLE_USER_HOME + zipStorePath=wrapper/dists