./devel/jenkins, Open source continuous integration server (LTS release)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q4, Version: 1.424.2, Package name: jenkins-1.424.2, Maintainer: ryoon

Jenkins is an award-winning application that monitors executions
of repeated jobs, such as building a software project or jobs run
by cron. Among those things, current Jenkins focuses on the following
two jobs:

1. Building/testing software projects continuously, just like
CruiseControl or DamageControl. In a nutshell, Jenkins provides an
easy-to-use so-called continuous integration system, making it
easier for developers to integrate changes to the project, and
making it easier for users to obtain a fresh build. The automated,
continuous build increases the productivity.

2. Monitoring executions of externally-run jobs, such as cron jobs
and procmail jobs, even those that are run on a remote machine.
For example, with cron, all you receive is regular e-mails that
capture the output, and it is up to you to look at them diligently
and notice when it broke. Jenkins keeps those outputs and makes it
easy for you to notice when something is wrong.

This is Long-Term Support Release.


Required to run:
[lang/openjdk7]

Required to build:
[archivers/unzip]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2012-01-19 23:26:27 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #3657 - requested by ryoon
devel/jenkins: security update

Revisions pulled up:
- devel/jenkins/Makefile                                        1.3
- devel/jenkins/PLIST                                           1.2
- devel/jenkins/distinfo                                        1.2

---
   Module Name:	pkgsrc
   Committed By:	ryoon
   Date:		Thu Jan 19 14:39:21 UTC 2012

   Modified Files:
   	pkgsrc/devel/jenkins: Makefile PLIST distinfo

   Log message:
   Update to 1.424.2

   * This release contains security fix.
     See \ 
http://www.cloudbees.com/jenkins-advisory/jenkins-security-advisory-2012-01-10.cb

   Changelog:
   * Viewing large console logs with timestamper plugin cause Jenkins
     to crash (issue 9349)
   * Maven3 parallel build fails with java.util.ConcurrentModificationException
     in Jenkins (issue 11256)
   * Jenkins PID changes after restart (issue 11742)
   * Running Jenkins with the bundeled Winstone is succeptible to the hash table
     attack http://www.ocert.org/advisories/ocert-2011-003.html (SECURITY-22)