Bug 176109 - devel/jenkins - Update to 1.501
Summary: devel/jenkins - Update to 1.501
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-13 13:50 UTC by c.kworr
Modified: 2013-02-13 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (795 bytes, patch)
2013-02-13 13:50 UTC, c.kworr
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description c.kworr 2013-02-13 13:50:02 UTC
What's new in 1.501 (2013/02/10)

    Reverted change in 1.500 causing serious regression in HTTPS reverse proxy setups. (issue 16368)
    Getting test results from custom test mojos failed build. (issue 16573)
    Restored Java 5 compatibility. (issue 16554)
    Bogus Build Record Root Directory inadequately diagnosed. (issue 16457)
    Plugin icons in the sidebar were not being properly cached. (issue 16530)
    Broadly as well as deeply nested build causes overwhelmed the UI after 1.482. (issue 15747)
    API typo DependecyDeclarer corrected.
    Avoid eagerly loading builds in Changes in dependency or culprit list. (pull 689)
    Run parameters do not support folders. (issue 16462)
    Fixed RememberMe cookie signature generation. (issue 16278)
    Fixed NullPointerException when copying from existing Maven job (issue 16499)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-13 13:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-13 15:17:19 UTC
Author: lwhsu
Date: Wed Feb 13 15:17:11 2013
New Revision: 312161
URL: http://svnweb.freebsd.org/changeset/ports/312161

Log:
  - Update to 1.501
  
  PR:		ports/176109
  Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>

Modified:
  head/devel/jenkins/Makefile
  head/devel/jenkins/distinfo

Modified: head/devel/jenkins/Makefile
==============================================================================
--- head/devel/jenkins/Makefile	Wed Feb 13 15:03:05 2013	(r312160)
+++ head/devel/jenkins/Makefile	Wed Feb 13 15:17:11 2013	(r312161)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jenkins
-PORTVERSION=	1.500
+PORTVERSION=	1.501
 CATEGORIES=	devel java
 MASTER_SITES=	http://mirrors.jenkins-ci.org/war/${PORTVERSION}/
 DISTNAME=	jenkins

Modified: head/devel/jenkins/distinfo
==============================================================================
--- head/devel/jenkins/distinfo	Wed Feb 13 15:03:05 2013	(r312160)
+++ head/devel/jenkins/distinfo	Wed Feb 13 15:17:11 2013	(r312161)
@@ -1,2 +1,2 @@
-SHA256 (jenkins/1.500/jenkins.war) = bac89a7e85346db354e9ef402af5b6fc61153a7499d60bc6b43abe29520da002
-SIZE (jenkins/1.500/jenkins.war) = 49023791
+SHA256 (jenkins/1.501/jenkins.war) = 5ce5389c71dd23c3c88c5240ad1a74ba257810e532ed1b3768b3b0b1ad1c6ae1
+SIZE (jenkins/1.501/jenkins.war) = 49001475
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2013-02-13 15:50:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!