Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0DCA37A227 for ; Fri, 30 Sep 2016 15:13:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 753BF85E8F; Fri, 30 Sep 2016 15:13:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 00A6385E83 for ; Fri, 30 Sep 2016 15:13:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id M-fmkRfJsQVO for ; Fri, 30 Sep 2016 15:13:15 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0A9AF85E78 for ; Fri, 30 Sep 2016 15:13:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05A9DFBD2; Fri, 30 Sep 2016 15:13:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147524839567390" MIME-Version: 1.0 Date: Fri, 30 Sep 2016 15:13:15 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/devel/jenkins To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20160930151315.05A9DFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147524839567390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Fri Sep 30 15:13:14 UTC 2016 Modified Files: pkgsrc/devel/jenkins: Makefile PLIST distinfo Log Message: Update devel/jenkins to 2.7.4 (LTS) Jenkins 2 is a drop-in replacement of the Jenkins 1.x series of releases and fully backward compatible. 2.7.4 (2016-09-08) - Prevent File descriptor leaks when reading plugin manifests. It causes failures during the upgrade of detached plugins on Windows. 2.7.3 (2016/08/31) - Stop A/B testing of the remoting JNLP3 protocol due to the known issues. The protocol can be enabled manually via the jenkins.slaves.JnlpSlaveAgentProtocol3.enabled system property. - When checking Update Center, append ?uctest parameter to HTTP and HTTPS URLs only. - Ensure that detached plugins are always at least their minimum version. - Remove trailing space from Hudson.DisplayName in Spanish, which resulted in problems with Blue Ocean. - Make sure that the All view is created. - Incorrect formatting of messages in the Update Center and Setup Wizard. - Underprivileged users were unable to use the default value of a password parameter. - Properly handle exceptions during global configuration form submissions when SCM Retry Count field is empty. - Do not allow disabled project to be triggered remotely. - Ensure that SCMDescriptor.newInstance overrides are honored when creating new SCM entries. - Add a cache for user information to fix performance regression due to SECURITY-243. - Performance: Disable AutoBrowserHolder by default to improve the changelog rendering performance. - Honor non-default update sites in setup wizard. 2.7.2 (2016/08/03) - Always send usage statistics over HTTPs to the new usage.jenkins.io hostname. - Fix issues in file management in hudson.remoting.Launcher (main executable class). - Remoting 2.60: Fix potential file handle leaks during the build agent (FKA slave) startup. issue 35190) - Remoting 2.60: Proper handling of the no_proxy environment variable. - Performance: Improve configuration page load times by removing the CodeMirror reloading cycle. - Remoting 2.60: hudson.Remoting.Engine#waitForServerToBack now uses credentials for connection. - IllegalStateException under certain conditions when reloading configuration from disk while jobs are in the queue. - Allow keeping builds forever with custom build retention strategies. - Remoting 2.60: Make the channel reader tolerant against Socket timeouts. 2.7.1 (2016/07/06) Changes from 2.7: - Installation Wizard: Do not offer creating new admin user if the security is preconfigured. - API: Make it easier for UpdateSites to tweak the InstallationJob. - Fix the repeatable item delete button layout in Safari. Addresses Build Steps and other such configuration items. - Prevent NullPointerException on startup after update from Jenkins 2.5. - Explicitly declare compatibility of Windows build agent service with .NET Framework 4. - Honor noProxy settings from "Manage Jenkins > Manage Plugins > Advanced". - API: Restrict external usages of jenkins.util.ResourceBundleUtil. - Internal: Upgrade Groovy to 2.4.7 to finalize the fix in Jenkins 2.7. Notable changes since 1.651.3: - More detailed information about the new features in Jenkins 2 on the overview page. Note that AJP support has been removed, if your service script enables it, Jenkins will fail to start. - New password-protected setup wizard shown on first run to guide users through installation of popular plugins and setting up an admin user. - Plugin bundling overhaul: Bundled plugins are only installed if necessary when upgrading, all plugins can be uninstalled. - Redesigned job configuration form makes it easier to understand the option hierarchy, and to navigate the form. - Richer 'Create Item' form with job icons and job categories (once a threshold of three categories has been reached). - Support encrypted communication between master and JNLP slaves. - Enable disabled dependencies during plugin installations. - Force ordering between GPG and jarsigner to ensure correct GPG signature. - Secured Jenkins installations didn't properly save the queue on shutdown. - Upgrade wizard encourages installation of Pipeline related plugins when upgrading from 1.x. - Jenkins now requires Servlet 3.1. Upgraded embedded Winstone-Jetty to Jetty 9 accordingly. This removes AJP support when using the embedded Winstone-Jetty container. - Bundled Groovy updated from 1.8.9 to 2.4.7. - Moved tools configuration from Configure Jenkins to separate dialog. - Added option to prohibit anonymous access to security realm "Logged in users can do anything", enable by default. - Renamed 'slave' to 'agent' on the UI. - Improvements to inline documentation of numerous form fields in Jenkins global and job configuration. - Change default CSRF protection crumb name to Jenkins-Crumb for nginx compatibility. - Add symbol annotations on core. - Workaround for unpredictable Windows file locking. - Remove the historical initialization of CVS changelog parser for jobs without explicit SCM definition. Warning! This change may potentially cause a regression if a Jenkins plugin depends on this default behavior and injects changelogs without SCM. - Add the JOB_BASE_NAME environment variable to builds (job name without path). - Allow overriding Jenkins UpdateCenter by a custom implementation. - Allow overriding Jenkins PluginManager by a custom implementation. - Allow setting of properties from context.xml and web.xml in addition to setting system properties from the command line. - Remoting: Allow Jenkins admins to adjust the socket timeout. (Controlled by hudson.remoting.Engine.socketTimeout) - Remoting: Allow disabling the remoting protocols individually. Allows working around compatibility issues like JENKINS-34121. (Controlled by PROTOCOL_CLASS_NAME.disabled) - Remoting, scalability: Ensure that the unexporter cleans up whatever it can each GC sweep. - Remoting: Force class load on UserRequest to prevent deadlocks on Windows nodes agents in the case of multiple classloaders. (Controlled by hudson.remoting.RemoteClassLoader.force) - Make ToolInstallers to follow HTTP 30x redirects. - Disable JSESSIONID in URLs when running in the JBoss web container. It prevents Error 404 due to invalid links starting from Jenkins 1.556. More info: WFLY-4782 - Allow starting non-AbstractProject (e.g. Pipeline) jobs from CLI. - Plugin Manager was building incorrect list of bundled plugins for nested dependencies. - Developer API: Add WorkspaceList.tempDir(...). - Developer API: Allow putting @Initializer annotations on instance methods. - Developer API: Allow specifying custom AbortExceptions. 1.651.3 (2016/06/08) - Cannot enable disabled dependencies. - Listed Parameters should reflect what was used when the build ran. - Installation Wizard: SEVERE errors in logs, enabling of the enabled plugin. - Check Updates PeriodicWork dies horribly in the case of invalid signature. - RSS ID duplication for items with same name in different folders. - Remoting, scalability: Ensure that the unexporter cleans up whatever it can each GC sweep. - Remoting: Force class load on UserRequest to prevent deadlocks on Windows nodes agents in the case of multiple classloaders. (Controlled by hudson.remoting.RemoteClassLoader.force) - Remoting: Allow Jenkins admins to adjust the socket timeout. (Controlled by hudson.remoting.Engine.socketTimeout) - Remoting: Allow disabling the remoting protocols individually. Allows working around compatibility issues like JENKINS-34121. (Controlled by PROTOCOL_CLASS_NAME.disabled) 1.651.2 (2016/05/11) - Important security fixes - Update remoting to 2.57. - Pipeline runs not reliably started after restart when using Build after other projects are built. - Prevent badges in build history sidepanel widget from overlapping page contents. - Do not hardcode .bat extension for Maven on Windows. - Don't store redundant build causes, make list of build causes immutable. - Make context meny link Delete Project work with CSRF protection enabled. 1.651.1 (2016/04/14) Changes from 1.651: - Honor the option to opt out of usage statistics submission. - Plugin filters were failing to be removed and blocking restart. - Do not fail update center check if there are no tool installers defined. - Fix argument masking for sensitive build variables on Windows. - Under some conditions Jenkins startup could fail because of incorrectly linked extensions; now recovering more gracefully. - Multiple bug fixes related to shutdown sequence. Notable changes since 1.642.3: - Move periodic task log files from JENKINS_HOME/*.log to JENKINS_HOME/logs/tasks/*.log and rotate them periodically rather than overwrite every execution. - Allow changing the directory used for the extraction of plugin archives via the --pluginroot CLI option (also controllable via the hudson.PluginManager.workDir system property / context parameter. Also document the --webroot CLI parameter in java -jar jenkins.war --help - Unify CLI exit code semantics. - Add time zone to generation date in footer in most locales. - The Windows service wrapper now specifies the --webroot argument to extract the war file into %BASE%. - Allow retrying core update when the first attempt failed. - Allow specifying the default TCP slave agent listener port via system property. - Fix documentation of proxy configuration. - Retrieve tool installer metadata from all update sites. - Fields on the parameters page are no longer aligned at the bottom. - Cleanup of CLI error handling and return codes. - Boot failure hook script did not work, WebAppMain.contextDestroyed produces weird errors. - ArrayIndexOutOfBoundsException when parsing range set. - Generate new instance identity file when the existing one is found to be corrupt. - Developer: The official parent POM for plugins is now hosted in the plugin-pom repository, starting with version 2.0. - API changes: Add a reusable implementation of IdleOfflineCause class. - Developer: Split test harness into separate artifact. - Developer: Pass $it to contents of dropdownDescriptorSelector. 1.642.4 (2016/03/31) - Honor the option to opt out of usage statistics submission. 1.642.3 (2016/03/16) - Fields on the parameters page are no longer aligned at the bottom. - Under some conditions a build record could be loaded twice, leading to erratic behavior. 1.642.2 (2016/02/24) - Important security fixes - Don't submit usage statistics while Jenkins hasn't finished loading. - Performance regression when setting JDK installations. - Renaming a node over another was possible and destroys both configurations. - A CloudProvisioningListener can prevent provisioning of all clouds instead of just the targeted cloud. - GroovyHookScript needs Jenkins to be initialized but should not (for e.g. boot failure script). - Don't show "termination trace" as warning in the log as it's not necessarily an error condition. 1.642.1 (2016/01/20) - No changes compared to 1.642 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/jenkins/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/jenkins/PLIST cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/jenkins/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147524839567390 Content-Disposition: inline Content-Length: 19759 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/jenkins/Makefile diff -u pkgsrc/devel/jenkins/Makefile:1.18 pkgsrc/devel/jenkins/Makefile:1.19 --- pkgsrc/devel/jenkins/Makefile:1.18 Thu Dec 17 20:20:30 2015 +++ pkgsrc/devel/jenkins/Makefile Fri Sep 30 15:13:14 2016 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2015/12/17 20:20:30 asau Exp $ +# $NetBSD: Makefile,v 1.19 2016/09/30 15:13:14 fhajny Exp $ # DISTNAME= jenkins PKGNAME= jenkins-${J_VERSION} CATEGORIES= devel -MASTER_SITES= http://mirrors.jenkins-ci.org/war/${J_VERSION}/ +MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${J_VERSION}/ EXTRACT_SUFX= .war MAINTAINER= ryoon@NetBSD.org @@ -12,7 +12,7 @@ HOMEPAGE= http://jenkins-ci.org/ COMMENT= Open source continuous integration server (LTS release) LICENSE= mit -J_VERSION= 1.642 +J_VERSION= 2.7.4 DIST_SUBDIR= ${PKGNAME_NOREV} Index: pkgsrc/devel/jenkins/PLIST diff -u pkgsrc/devel/jenkins/PLIST:1.13 pkgsrc/devel/jenkins/PLIST:1.14 --- pkgsrc/devel/jenkins/PLIST:1.13 Thu Dec 17 20:20:30 2015 +++ pkgsrc/devel/jenkins/PLIST Fri Sep 30 15:13:14 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2015/12/17 20:20:30 asau Exp $ +@comment $NetBSD: PLIST,v 1.14 2016/09/30 15:13:14 fhajny Exp $ share/jenkins/ColorFormatter.class share/jenkins/JNLPMain.class share/jenkins/LogFileOutputStream$1.class @@ -17,15 +17,35 @@ share/jenkins/MainDialog.class share/jenkins/WEB-INF/classes/META-INF/licenses.html share/jenkins/WEB-INF/classes/META-INF/licenses.xml share/jenkins/WEB-INF/classes/dependencies.txt +share/jenkins/WEB-INF/detached-plugins/ant.hpi +share/jenkins/WEB-INF/detached-plugins/antisamy-markup-formatter.hpi +share/jenkins/WEB-INF/detached-plugins/credentials.hpi +share/jenkins/WEB-INF/detached-plugins/cvs.hpi +share/jenkins/WEB-INF/detached-plugins/external-monitor-job.hpi +share/jenkins/WEB-INF/detached-plugins/javadoc.hpi +share/jenkins/WEB-INF/detached-plugins/junit.hpi +share/jenkins/WEB-INF/detached-plugins/ldap.hpi +share/jenkins/WEB-INF/detached-plugins/mailer.hpi +share/jenkins/WEB-INF/detached-plugins/matrix-auth.hpi +share/jenkins/WEB-INF/detached-plugins/matrix-project.hpi +share/jenkins/WEB-INF/detached-plugins/maven-plugin.hpi +share/jenkins/WEB-INF/detached-plugins/pam-auth.hpi +share/jenkins/WEB-INF/detached-plugins/script-security.hpi +share/jenkins/WEB-INF/detached-plugins/ssh-credentials.hpi +share/jenkins/WEB-INF/detached-plugins/ssh-slaves.hpi +share/jenkins/WEB-INF/detached-plugins/subversion.hpi +share/jenkins/WEB-INF/detached-plugins/translation.hpi +share/jenkins/WEB-INF/detached-plugins/windows-slaves.hpi share/jenkins/WEB-INF/hudson share/jenkins/WEB-INF/ibm-web-bnd.xmi +share/jenkins/WEB-INF/jboss-web.xml share/jenkins/WEB-INF/jenkins-cli.jar share/jenkins/WEB-INF/jonas-web.xml share/jenkins/WEB-INF/lib/access-modifier-annotation-1.4.jar share/jenkins/WEB-INF/lib/acegi-security-1.0.7.jar share/jenkins/WEB-INF/lib/activation-1.1.1-hudson-1.jar share/jenkins/WEB-INF/lib/akuma-1.10.jar -share/jenkins/WEB-INF/lib/annotation-indexer-1.7.jar +share/jenkins/WEB-INF/lib/annotation-indexer-1.11.jar share/jenkins/WEB-INF/lib/ant-1.8.4.jar share/jenkins/WEB-INF/lib/ant-launcher-1.8.4.jar share/jenkins/WEB-INF/lib/antlr-2.7.6.jar @@ -37,8 +57,9 @@ share/jenkins/WEB-INF/lib/asm-commons-4. share/jenkins/WEB-INF/lib/asm-tree-4.0.jar share/jenkins/WEB-INF/lib/asm-util-4.0.jar share/jenkins/WEB-INF/lib/asm5-5.0.1.jar -share/jenkins/WEB-INF/lib/bcpkix-jdk15on-1.47.jar -share/jenkins/WEB-INF/lib/bcprov-jdk15on-1.47.jar +share/jenkins/WEB-INF/lib/bcpkix-jdk15on-1.54.jar +share/jenkins/WEB-INF/lib/bcprov-jdk15on-1.54.jar +share/jenkins/WEB-INF/lib/bootstrap-1.3.2-core-assets.jar share/jenkins/WEB-INF/lib/bridge-method-annotation-1.13.jar share/jenkins/WEB-INF/lib/bytecode-compatibility-transformer-1.8.jar share/jenkins/WEB-INF/lib/cli-${PKGVERSION}.jar @@ -62,15 +83,15 @@ share/jenkins/WEB-INF/lib/crypto-util-1. share/jenkins/WEB-INF/lib/dom4j-1.6.1-jenkins-4.jar share/jenkins/WEB-INF/lib/embedded_su4j-1.1.jar share/jenkins/WEB-INF/lib/ezmorph-1.0.6.jar -share/jenkins/WEB-INF/lib/groovy-all-1.8.9.jar +share/jenkins/WEB-INF/lib/groovy-all-2.4.7.jar share/jenkins/WEB-INF/lib/guava-11.0.1.jar share/jenkins/WEB-INF/lib/guice-4.0-beta.jar -share/jenkins/WEB-INF/lib/hamcrest-core-1.3.jar +share/jenkins/WEB-INF/lib/handlebars-1.1.1-core-assets.jar share/jenkins/WEB-INF/lib/icon-set-1.0.5.jar -share/jenkins/WEB-INF/lib/instance-identity-1.4.jar +share/jenkins/WEB-INF/lib/instance-identity-1.5.1.jar share/jenkins/WEB-INF/lib/j-interop-2.0.6-kohsuke-1.jar share/jenkins/WEB-INF/lib/j-interopdeps-2.0.6-kohsuke-1.jar -share/jenkins/WEB-INF/lib/jansi-1.9.jar +share/jenkins/WEB-INF/lib/jansi-1.11.jar share/jenkins/WEB-INF/lib/javax.annotation-api-1.2.jar share/jenkins/WEB-INF/lib/javax.inject-1.jar share/jenkins/WEB-INF/lib/jaxen-1.1-beta-11.jar @@ -82,7 +103,7 @@ share/jenkins/WEB-INF/lib/jenkins-core-$ share/jenkins/WEB-INF/lib/jffi-1.2.7-native.jar share/jenkins/WEB-INF/lib/jffi-1.2.7.jar share/jenkins/WEB-INF/lib/jfreechart-1.0.9.jar -share/jenkins/WEB-INF/lib/jline-0.9.94.jar +share/jenkins/WEB-INF/lib/jline-2.12.jar share/jenkins/WEB-INF/lib/jmdns-3.4.0-jenkins-3.jar share/jenkins/WEB-INF/lib/jna-4.2.1.jar share/jenkins/WEB-INF/lib/jna-posix-1.0.3-jenkins-1.jar @@ -90,11 +111,12 @@ share/jenkins/WEB-INF/lib/jnr-constants- share/jenkins/WEB-INF/lib/jnr-ffi-1.0.7.jar share/jenkins/WEB-INF/lib/jnr-posix-3.0.1.jar share/jenkins/WEB-INF/lib/jnr-x86asm-1.0.2.jar +share/jenkins/WEB-INF/lib/jquery-detached-1.2.1-core-assets.jar +share/jenkins/WEB-INF/lib/jquery-detached-1.2.jar share/jenkins/WEB-INF/lib/json-lib-2.4-jenkins-2.jar share/jenkins/WEB-INF/lib/jsr305-1.3.9.jar share/jenkins/WEB-INF/lib/jstl-1.1.0.jar share/jenkins/WEB-INF/lib/jtidy-4aug2000r7-dev-hudson-1.jar -share/jenkins/WEB-INF/lib/junit-4.12.jar share/jenkins/WEB-INF/lib/jzlib-1.1.3-kohsuke-1.jar share/jenkins/WEB-INF/lib/launchd-slave-installer-1.2.jar share/jenkins/WEB-INF/lib/libpam4j-1.8.jar @@ -106,9 +128,9 @@ share/jenkins/WEB-INF/lib/memory-monitor share/jenkins/WEB-INF/lib/mina-core-2.0.5.jar share/jenkins/WEB-INF/lib/oro-2.0.8.jar share/jenkins/WEB-INF/lib/relaxngDatatype-20020414.jar -share/jenkins/WEB-INF/lib/remoting-2.53.2.jar +share/jenkins/WEB-INF/lib/remoting-2.60.jar share/jenkins/WEB-INF/lib/robust-http-client-1.2.jar -share/jenkins/WEB-INF/lib/sezpoz-1.9.jar +share/jenkins/WEB-INF/lib/sezpoz-1.11.jar share/jenkins/WEB-INF/lib/slave-installer-1.5.jar share/jenkins/WEB-INF/lib/slf4j-api-1.7.7.jar share/jenkins/WEB-INF/lib/slf4j-jdk14-1.7.7.jar @@ -124,48 +146,30 @@ share/jenkins/WEB-INF/lib/spring-webmvc- share/jenkins/WEB-INF/lib/ssh-cli-auth-1.2.jar share/jenkins/WEB-INF/lib/sshd-1.6.jar share/jenkins/WEB-INF/lib/sshd-core-0.8.0.jar -share/jenkins/WEB-INF/lib/stapler-1.237.jar +share/jenkins/WEB-INF/lib/stapler-1.243.jar share/jenkins/WEB-INF/lib/stapler-adjunct-codemirror-1.3.jar share/jenkins/WEB-INF/lib/stapler-adjunct-timeline-1.4.jar share/jenkins/WEB-INF/lib/stapler-adjunct-zeroclipboard-1.3.5-1.jar -share/jenkins/WEB-INF/lib/stapler-groovy-1.237.jar -share/jenkins/WEB-INF/lib/stapler-jelly-1.237.jar -share/jenkins/WEB-INF/lib/stapler-jrebel-1.237.jar +share/jenkins/WEB-INF/lib/stapler-groovy-1.243.jar +share/jenkins/WEB-INF/lib/stapler-jelly-1.243.jar +share/jenkins/WEB-INF/lib/stapler-jrebel-1.243.jar share/jenkins/WEB-INF/lib/stax-api-1.0-2.jar share/jenkins/WEB-INF/lib/stax-api-1.0.1.jar +share/jenkins/WEB-INF/lib/symbol-annotation-1.1.jar share/jenkins/WEB-INF/lib/systemd-slave-installer-1.1.jar share/jenkins/WEB-INF/lib/task-reactor-1.4.jar -share/jenkins/WEB-INF/lib/tiger-types-1.3.jar +share/jenkins/WEB-INF/lib/tiger-types-2.2.jar share/jenkins/WEB-INF/lib/trilead-putty-extension-1.2.jar share/jenkins/WEB-INF/lib/trilead-ssh2-build217-jenkins-8.jar share/jenkins/WEB-INF/lib/txw2-20110809.jar share/jenkins/WEB-INF/lib/upstart-slave-installer-1.1.jar share/jenkins/WEB-INF/lib/version-number-1.1.jar -share/jenkins/WEB-INF/lib/windows-package-checker-1.0.jar -share/jenkins/WEB-INF/lib/windows-slave-installer-1.5.1.jar +share/jenkins/WEB-INF/lib/windows-package-checker-1.2.jar +share/jenkins/WEB-INF/lib/windows-slave-installer-1.6.jar share/jenkins/WEB-INF/lib/winp-1.22.jar share/jenkins/WEB-INF/lib/wstx-asl-3.2.9.jar share/jenkins/WEB-INF/lib/xpp3-1.1.4c.jar share/jenkins/WEB-INF/lib/xstream-1.4.7-jenkins-1.jar -share/jenkins/WEB-INF/plugins/ant.hpi -share/jenkins/WEB-INF/plugins/antisamy-markup-formatter.hpi -share/jenkins/WEB-INF/plugins/credentials.hpi -share/jenkins/WEB-INF/plugins/cvs.hpi -share/jenkins/WEB-INF/plugins/external-monitor-job.hpi -share/jenkins/WEB-INF/plugins/javadoc.hpi -share/jenkins/WEB-INF/plugins/junit.hpi -share/jenkins/WEB-INF/plugins/ldap.hpi -share/jenkins/WEB-INF/plugins/mailer.hpi -share/jenkins/WEB-INF/plugins/matrix-auth.hpi -share/jenkins/WEB-INF/plugins/matrix-project.hpi -share/jenkins/WEB-INF/plugins/maven-plugin.hpi -share/jenkins/WEB-INF/plugins/pam-auth.hpi -share/jenkins/WEB-INF/plugins/script-security.hpi -share/jenkins/WEB-INF/plugins/ssh-credentials.hpi -share/jenkins/WEB-INF/plugins/ssh-slaves.hpi -share/jenkins/WEB-INF/plugins/subversion.hpi -share/jenkins/WEB-INF/plugins/translation.hpi -share/jenkins/WEB-INF/plugins/windows-slaves.hpi share/jenkins/WEB-INF/remoting.jar share/jenkins/WEB-INF/security/AbstractPasswordBasedSecurityRealm.groovy share/jenkins/WEB-INF/security/SecurityFilters.groovy @@ -177,6 +181,49 @@ share/jenkins/WEB-INF/update-center-root share/jenkins/WEB-INF/update-center-rootCAs/jenkins-update-center-root-ca.txt share/jenkins/WEB-INF/web.xml share/jenkins/css/color.css +share/jenkins/css/font-awesome/css/LICENSE.txt +share/jenkins/css/font-awesome/css/font-awesome.css +share/jenkins/css/font-awesome/css/font-awesome.min.css +share/jenkins/css/font-awesome/fonts/FontAwesome.otf +share/jenkins/css/font-awesome/fonts/LICENSE.txt +share/jenkins/css/font-awesome/fonts/fontawesome-webfont.eot +share/jenkins/css/font-awesome/fonts/fontawesome-webfont.svg +share/jenkins/css/font-awesome/fonts/fontawesome-webfont.ttf +share/jenkins/css/font-awesome/fonts/fontawesome-webfont.woff +share/jenkins/css/font-awesome/fonts/fontawesome-webfont.woff2 +share/jenkins/css/google-fonts/roboto/LICENSE.txt +share/jenkins/css/google-fonts/roboto/css/roboto.css +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.eot +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.svg +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.ttf +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.woff +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.woff2 +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.eot +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.svg +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.ttf +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.woff +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.woff2 +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.eot +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.svg +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.ttf +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.woff +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.woff2 +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.eot +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.svg +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.ttf +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.woff +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.woff2 +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.eot +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.svg +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.ttf +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.woff +share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.woff2 +share/jenkins/css/icomoon/css/icomoon.css +share/jenkins/css/icomoon/fonts/icomoon.eot +share/jenkins/css/icomoon/fonts/icomoon.svg +share/jenkins/css/icomoon/fonts/icomoon.ttf +share/jenkins/css/icomoon/fonts/icomoon.woff +share/jenkins/css/layout-common.css share/jenkins/css/responsive-grid.css share/jenkins/css/style.css share/jenkins/dc-license.txt @@ -329,6 +376,7 @@ share/jenkins/help/scm-browsers/list_ja. share/jenkins/help/scm-browsers/list_zh_TW.html share/jenkins/help/system-config/defaultJobNamingStrategy.html share/jenkins/help/system-config/defaultJobNamingStrategy_de.html +share/jenkins/help/system-config/defaultJobNamingStrategy_fr.html share/jenkins/help/system-config/defaultJobNamingStrategy_ja.html share/jenkins/help/system-config/defaultJobNamingStrategy_zh_TW.html share/jenkins/help/system-config/globalEnvironmentVariables.html @@ -376,6 +424,7 @@ share/jenkins/help/system-config/master- share/jenkins/help/system-config/master-slave/demand/inDemandDelay_nl.html share/jenkins/help/system-config/master-slave/demand/inDemandDelay_tr.html share/jenkins/help/system-config/master-slave/demand/inDemandDelay_zh_TW.html +share/jenkins/help/system-config/master-slave/demand/keepUpWhenActive.html share/jenkins/help/system-config/master-slave/description.html share/jenkins/help/system-config/master-slave/description_de.html share/jenkins/help/system-config/master-slave/description_fr.html @@ -422,7 +471,9 @@ share/jenkins/help/system-config/nodeEnv share/jenkins/help/system-config/nodeEnvironmentVariables_zh_TW.html share/jenkins/help/system-config/patternJobNamingStrategy.html share/jenkins/help/system-config/patternJobNamingStrategy_de.html +share/jenkins/help/system-config/patternJobNamingStrategy_fr.html share/jenkins/help/system-config/patternJobNamingStrategy_ja.html +share/jenkins/help/system-config/patternJobNamingStrategy_pt_BR.html share/jenkins/help/system-config/patternJobNamingStrategy_zh_TW.html share/jenkins/help/system-config/quietPeriod.html share/jenkins/help/system-config/quietPeriod_de.html @@ -453,12 +504,14 @@ share/jenkins/help/tasks/fingerprint/kee share/jenkins/help/tools/help-label.html share/jenkins/help/tools/help-label_de.html share/jenkins/help/tools/help-label_ja.html +share/jenkins/help/tools/help-label_pt_BR.html share/jenkins/help/tools/help-label_zh_CN.html share/jenkins/help/tools/help-label_zh_TW.html share/jenkins/help/tools/tool-location-node-property.html share/jenkins/help/tools/tool-location-node-property_de.html share/jenkins/help/tools/tool-location-node-property_fr.html share/jenkins/help/tools/tool-location-node-property_ja.html +share/jenkins/help/tools/tool-location-node-property_pt_BR.html share/jenkins/help/tools/tool-location-node-property_zh_CN.html share/jenkins/help/tools/tool-location-node-property_zh_TW.html share/jenkins/help/user/description.html @@ -491,10 +544,12 @@ share/jenkins/help/view-config/descripti share/jenkins/help/view-config/filter-executors.html share/jenkins/help/view-config/filter-executors_de.html share/jenkins/help/view-config/filter-executors_ja.html +share/jenkins/help/view-config/filter-executors_pt_BR.html share/jenkins/help/view-config/filter-executors_zh_TW.html share/jenkins/help/view-config/filter-queue.html share/jenkins/help/view-config/filter-queue_de.html share/jenkins/help/view-config/filter-queue_ja.html +share/jenkins/help/view-config/filter-queue_pt_BR.html share/jenkins/help/view-config/filter-queue_zh_TW.html share/jenkins/help/view-config/includeregex.html share/jenkins/help/view-config/includeregex_de.html @@ -819,6 +874,7 @@ share/jenkins/images/48x48/computer-x.gi share/jenkins/images/48x48/computer-x.png share/jenkins/images/48x48/computer.gif share/jenkins/images/48x48/computer.png +share/jenkins/images/48x48/copy.png share/jenkins/images/48x48/disabled.gif share/jenkins/images/48x48/disabled.png share/jenkins/images/48x48/disabled_anime.gif @@ -834,6 +890,7 @@ share/jenkins/images/48x48/folder-delete share/jenkins/images/48x48/folder-delete.png share/jenkins/images/48x48/folder.gif share/jenkins/images/48x48/folder.png +share/jenkins/images/48x48/freestyleproject.png share/jenkins/images/48x48/gear2.gif share/jenkins/images/48x48/gear2.png share/jenkins/images/48x48/graph.gif @@ -927,6 +984,16 @@ share/jenkins/images/topbar.png share/jenkins/images/topbar.svg share/jenkins/images/webstart.gif share/jenkins/jenkins.war +share/jenkins/jsbundles/add-item.css +share/jenkins/jsbundles/add-item.js +share/jenkins/jsbundles/config-scrollspy.css +share/jenkins/jsbundles/config-scrollspy.js +share/jenkins/jsbundles/config-tabbar.css +share/jenkins/jsbundles/config-tabbar.js +share/jenkins/jsbundles/page-init.js +share/jenkins/jsbundles/pluginSetupWizard.css +share/jenkins/jsbundles/pluginSetupWizard.js +share/jenkins/jsbundles/upgradeWizard.js share/jenkins/robots.txt share/jenkins/scripts/behavior.js share/jenkins/scripts/combobox-readme.txt Index: pkgsrc/devel/jenkins/distinfo diff -u pkgsrc/devel/jenkins/distinfo:1.17 pkgsrc/devel/jenkins/distinfo:1.18 --- pkgsrc/devel/jenkins/distinfo:1.17 Thu Dec 17 20:20:30 2015 +++ pkgsrc/devel/jenkins/distinfo Fri Sep 30 15:13:14 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2015/12/17 20:20:30 asau Exp $ +$NetBSD: distinfo,v 1.18 2016/09/30 15:13:14 fhajny Exp $ -SHA1 (jenkins-1.642/jenkins.war) = d16b5ee9d0d66896b537066f2cb18d9942ab7371 -RMD160 (jenkins-1.642/jenkins.war) = a29065e4974dcf8d8f5311c274a5a75dddb87b6e -SHA512 (jenkins-1.642/jenkins.war) = 1a24cb111c0967f240cad3ff0b11bde93d37718d4dc0a86f667c6cc360cbdb69c33dc7fb85ed73e6852f6bf697984036bf6e8d71bd39dcd292058975fdb0e131 -Size (jenkins-1.642/jenkins.war) = 63664946 bytes +SHA1 (jenkins-2.7.4/jenkins.war) = 07a2e3e4ace728fdbcc823f46068d2f8cc3cb97b +RMD160 (jenkins-2.7.4/jenkins.war) = c4bbff417393a8a5117519b7c8d885ad471423fc +SHA512 (jenkins-2.7.4/jenkins.war) = 9007370d427146c7bb08c7486114a22f6a76ddbce1a785d819b620982ce42f4ec38bf58f159f7647f374ca0089b5bdc24bd8834201da2d7df9629d1c6c58fffa +Size (jenkins-2.7.4/jenkins.war) = 68860495 bytes --_----------=_147524839567390--