pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/gradle



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Thu Nov 16 14:52:21 UTC 2017

Modified Files:
        pkgsrc/devel/gradle: Makefile distinfo

Log Message:
Update devel/gradle to 4.3.1.

This bug-fix release addresses several regressions in Gradle 4.3.

- Gradle 4.3 introduced an improvement where an error in resolving a
  module from one repository would prevent Gradle from searching for
  that same module in subsequent repositories. However, the change to
  abort searching repositories on all unrecognized errors proved to be
  too aggressive. With 4.3.1, only repository timeout errors will
  prevent Gradle from searching for a module in a subsequent repository.
- Moreover, the connection and socket timeouts for HTTP/HTTPS requests
  have been increased to 30 seconds.
- This version of Gradle also removes an overload of
  TaskInputs.property which caused statically compiled plugin code to
  use the wrong method when calling TaskInputs.property(..., null).
- Finally, when using --scan the build scan plugin is applied before
  other plugins to avoid rendering a warning message.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/gradle/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/gradle/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gradle/Makefile
diff -u pkgsrc/devel/gradle/Makefile:1.7 pkgsrc/devel/gradle/Makefile:1.8
--- pkgsrc/devel/gradle/Makefile:1.7    Wed Nov  1 18:22:18 2017
+++ pkgsrc/devel/gradle/Makefile        Thu Nov 16 14:52:21 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/11/01 18:22:18 fhajny Exp $
+# $NetBSD: Makefile,v 1.8 2017/11/16 14:52:21 fhajny Exp $
 
-DISTNAME=      gradle-4.3-bin
+DISTNAME=      gradle-4.3.1-bin
 PKGNAME=       ${DISTNAME:S/-bin//}
 CATEGORIES=    devel java
 MASTER_SITES=  http://services.gradle.org/distributions/

Index: pkgsrc/devel/gradle/distinfo
diff -u pkgsrc/devel/gradle/distinfo:1.5 pkgsrc/devel/gradle/distinfo:1.6
--- pkgsrc/devel/gradle/distinfo:1.5    Wed Nov  1 18:22:18 2017
+++ pkgsrc/devel/gradle/distinfo        Thu Nov 16 14:52:21 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/11/01 18:22:18 fhajny Exp $
+$NetBSD: distinfo,v 1.6 2017/11/16 14:52:21 fhajny Exp $
 
-SHA1 (gradle-4.3-bin.zip) = cfaf7a7702e014717becc855982d349868467dbf
-RMD160 (gradle-4.3-bin.zip) = 691516e85cf8816ae4ebbd51d961d1174fd15992
-SHA512 (gradle-4.3-bin.zip) = 7b9537bbfaa15e90716da057e2b1d7bf92fc069918002b6e0ead08873d6f46185e739c82e2b27b58bd7c9357e9fd7373a548af6384ef9705ebccdd69a3577bf0
-Size (gradle-4.3-bin.zip) = 73018108 bytes
+SHA1 (gradle-4.3.1-bin.zip) = 7cb6e129033405ff92556ef9bbe74c9527d3b206
+RMD160 (gradle-4.3.1-bin.zip) = cabbecbdc158c26455fd3b7f02378ed218ac6ca4
+SHA512 (gradle-4.3.1-bin.zip) = 9a0ab323561fb0d80aefd598baf1987ca69efbffc6d6518337f9dc5fb5e895b6b712dce0a17f15fffedc29459b85b07734993a35e4577d7a7a713a0aa2ecc3f5
+Size (gradle-4.3.1-bin.zip) = 73021060 bytes



Home | Main Index | Thread Index | Old Index