Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2013 13:08:21 GMT
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181322: devel/jenkins - update to 1.527
Message-ID:  <201308151308.r7FD8LwH066122@oldred.freebsd.org>
Resent-Message-ID: <201308151310.r7FDA08g011257@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308151308.r7FD8LwH066122>