pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/jenkins Update to 2.70.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d5b2eb78466
branches:  trunk
changeset: 366338:1d5b2eb78466
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Aug 12 06:25:26 2017 +0000

description:
Update to 2.70.3

Changelog:
What's new in 2.73 (2017-08-06)

    Avoid unnecessary locking to improve performance related to actions. (issue 45244)
    Improve performance when reading the console text of a build. (issue 45915)
    Add Polish translations for setup wizard. (pull 2952)
    Reliably close build log file when using chained BuildListeners. (issue 45057, issue 43199)
    Modify the JNLPLauncher configuration page to work around regression in Docker Plugin (regression in 2.72). (issue 45895)

What's new in 2.72 (2017-07-30)
70 sunny0 cloudy11 stormCommunity reported issues: 7?JENKINS-45895 1?JENKINS-45956

    Enable remoting work directories by default for newly created agents launched via JNLP (Java Web Start Launcher). (issue 44112, feature documentation)
    Always follow redirects for downloading update center metadata, so misbehaving plugins cannot break it. (issue 38185)
    Minor optimization to queue maintenance routines and printing of console notes, mainly for the benefit of Pipeline node blocks. (issue 45553)
    Don't monitor response time on offline agents. (issue 20272)

What's new in 2.71 (2017-07-23)
Community reported issues: 2?JENKINS-45959 1?JENKINS-45895

    Winstone 4.1: Add Jetty HTTP/2 connector and corresponding options for Winstone-Jetty. (issue 45438, enabling HTTP/2 support in Winstone-Jetty)
    Don't reload user records from disk unless explicitly requested to improve performance of user record access. (issue 45737)
    Prevent NullPointerException in Jenkins#getRootURL() while the instance is not fully loaded yet. (issue 34914)
    Contributions to the PATH environment variable could result in malformed values on agents on a platform different from master's. (issue 14807)
    JNLP for launching agents now requests Java 8. (issue 45679)
    Prevent NullPointerException when a previous completed build is missing for upstream culprits check. (issue 45516)
    Correctly show or suppress warnings about undefined parameters based on hudson.model.ParametersAction.keepUndefinedParameters system property. (issue 45519)
    Internal: Delete obsolete SECURITY-144-compat exclusion that can break tests. (issue 25625)

diffstat:

 devel/jenkins/Makefile |   4 ++--
 devel/jenkins/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r a51656d51735 -r 1d5b2eb78466 devel/jenkins/Makefile
--- a/devel/jenkins/Makefile    Sat Aug 12 06:23:41 2017 +0000
+++ b/devel/jenkins/Makefile    Sat Aug 12 06:25:26 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2017/07/18 10:22:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2017/08/12 06:25:26 ryoon Exp $
 #
 
-J_VERSION=     2.70
+J_VERSION=     2.73
 
 MASTER_SITES=  http://mirrors.jenkins-ci.org/war/${J_VERSION}/
 
diff -r a51656d51735 -r 1d5b2eb78466 devel/jenkins/distinfo
--- a/devel/jenkins/distinfo    Sat Aug 12 06:23:41 2017 +0000
+++ b/devel/jenkins/distinfo    Sat Aug 12 06:25:26 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2017/07/18 10:22:22 ryoon Exp $
+$NetBSD: distinfo,v 1.22 2017/08/12 06:25:26 ryoon Exp $
 
-SHA1 (jenkins-2.70/jenkins.war) = a77f4dd1e35020f1943a8133385b7c88ec8ed90f
-RMD160 (jenkins-2.70/jenkins.war) = c1f906699c5c73b1a1ae5bebb3da1b502aa5455d
-SHA512 (jenkins-2.70/jenkins.war) = ae6409da6e3666597d2fbdbe0c327e0c7328fa3ccae48fb1989f470971c65c0f75f03b9e52409b6b2a4bb7356dbdc160b1a859908c3e6aa5e9fe75cdb2101025
-Size (jenkins-2.70/jenkins.war) = 72739005 bytes
+SHA1 (jenkins-2.73/jenkins.war) = 1928aa23563876b2cf1b1b8a948eb99b7f2c7601
+RMD160 (jenkins-2.73/jenkins.war) = 4de67a8a2dfd89fd567923f332849b96f84d47d4
+SHA512 (jenkins-2.73/jenkins.war) = a1a7e849a1e846d009afd9048d13d85adb29c098c546589a1cf6817d5a1b8d1851fe98ad8086b473e3599cd04c61f511d0c6c7e3fe93b0d8df12e5fa53c3c95f
+Size (jenkins-2.73/jenkins.war) = 72966572 bytes



Home | Main Index | Thread Index | Old Index