Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 11:59:17 GMT
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181398: devel/jenkins - update to 1.528
Message-ID:  <201308191159.r7JBxHR2009447@oldred.freebsd.org>
Resent-Message-ID: <201308191200.r7JC00KR018427@freefall.freebsd.org>

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

>Number:         181398
>Category:       ports
>Synopsis:       devel/jenkins - update to 1.528
>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:   Mon Aug 19 12:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Volodymyr Kostyrko
>Release:        stable/9
>Organization:
none
>Environment:
>Description:
What's new in 1.528 (2013/08/18)

    Command line now supports "--sessionTimeout" option for controlling session timeout
    Form validation methods weren't getting triggered when one of its dependency controls change. (issue 19124)
    When POST is required for some HTTP operation but GET was used, the response should have status code 405. (issue 16918)
    Correct help text of Label field in automatic installation of tools in global configuration. (issue 19091)
    Use Guice from Google rather than a fork
    Jenkins does not invoke ProcessKillers for Windows (issue 19156) 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: /usr/ports/devel/jenkins/Makefile
===================================================================
--- /usr/ports/devel/jenkins/Makefile	(revision 324972)
+++ /usr/ports/devel/jenkins/Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jenkins
-PORTVERSION=	1.527
+PORTVERSION=	1.528
 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 324972)
+++ /usr/ports/devel/jenkins/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (jenkins/1.527/jenkins.war) = 3be747425c6d1b1fab8010790ae3bd4b7a5143c2eba549c0043c024e349271fc
-SIZE (jenkins/1.527/jenkins.war) = 61468371
+SHA256 (jenkins/1.528/jenkins.war) = b4183272a471af46847c99ee9f1b443ad2febde246bb7917acb1d284bc41fce4
+SIZE (jenkins/1.528/jenkins.war) = 63330951


>Release-Note:
>Audit-Trail:
>Unformatted:



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