From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 15 13:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D4A32590 for ; Thu, 15 Aug 2013 13:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B30E92EF1 for ; Thu, 15 Aug 2013 13:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FDA0GQ011260 for ; Thu, 15 Aug 2013 13:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7FDA08g011257; Thu, 15 Aug 2013 13:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 15 Aug 2013 13:10:00 GMT Resent-Message-Id: <201308151310.r7FDA08g011257@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volodymyr Kostyrko Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5BC4056C for ; Thu, 15 Aug 2013 13:08:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39B202ED5 for ; Thu, 15 Aug 2013 13:08:22 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7FD8LWV066125 for ; Thu, 15 Aug 2013 13:08:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7FD8LwH066122; Thu, 15 Aug 2013 13:08:21 GMT (envelope-from nobody) Message-Id: <201308151308.r7FD8LwH066122@oldred.freebsd.org> Date: Thu, 15 Aug 2013 13:08:21 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181322: devel/jenkins - update to 1.527 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 13:10:00 -0000 >Number: 181322 >Category: ports >Synopsis: devel/jenkins - update to 1.527 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 15 13:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: stable/9 >Organization: none >Environment: >Description: What's new in 1.527 (2013/08/12) Fixed NoSuchFieldError: triggers with older Maven plugin (issue 18677) Added bytecode transformation driven compatibility ensurance mechanism (discussion) Improve search to locate items inside folders. (pull request 848) (pull request 893) Windows path separators not correctly escaped in Maven properties configuration. (issue 10539) Improved EnvironmentContributor to support project-level insertion. (issue 19042) What's new in 1.526 (2013/08/05) Report an user friendly error page if a deletion of a build fails. (pull request 827) Maven build failure wasn't describing errors like Maven CLI does. (issue 15025) MavenModuleSetBuild.getResult is expensive. (issue 18895) Revisited fix to be compatible for plugins. (issue 18119) Ensuring /log/all shows only INFO and above messages, even if custom loggers display FINE or below. (issue 18959) Added a new monitor that detects and fixse out-of-order builds records. (issue 18289) Can't build using maven 3.1.0 (issue 15935) Fixed Winstone+mod_proxy_ajp+SSL combo issue. (issue 5753) JENKINS_DEBUG_LEVEL misinterpreted by Winstone, causing excessive logging. (issue 18701) Since 1.520, Jenkins requires Java 6 or later, breaking Maven builds set to use JDK 5. Now falls back to JVM of slave agent but sets compile/test flags to use defined JDK. (issue 18403) Since 1.517, Maven projects using Maven 2 could not build projects using extensions depending on Apache Commons Codec. (issue 18178) Test harness was packing copies of Maven into plugin archives under some conditions. (issue 18918) Provided maven settings.xml in maven builder is lost. (issue 15976) Exception when running polling with a Maven installation not defined on master. (issue 18898) Since 1.477 GET on /view/…/config.xml included a spurious wrapper element. (issue 17302) Clearer display of log messages: chronological order, and coloration of repeated vs. fresh metadata (date, log level, log source). Fixed a regression that broke some plugins' form validation (issue 18776) People View does Not Populate if JQuery plugin enabled. (issue 18641) >How-To-Repeat: >Fix: Patch attached with submission follows: Index: /usr/ports/devel/jenkins/Makefile =================================================================== --- /usr/ports/devel/jenkins/Makefile (revision 324754) +++ /usr/ports/devel/jenkins/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.525 +PORTVERSION= 1.527 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Index: /usr/ports/devel/jenkins/distinfo =================================================================== --- /usr/ports/devel/jenkins/distinfo (revision 324754) +++ /usr/ports/devel/jenkins/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.525/jenkins.war) = 675d660cfbf4e1786d4c9e7567e9812c69d4d2c0af92097c2a48334cbbdb3325 -SIZE (jenkins/1.525/jenkins.war) = 61317736 +SHA256 (jenkins/1.527/jenkins.war) = 3be747425c6d1b1fab8010790ae3bd4b7a5143c2eba549c0043c024e349271fc +SIZE (jenkins/1.527/jenkins.war) = 61468371 >Release-Note: >Audit-Trail: >Unformatted: