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

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


Branch: pkgsrc-2012Q4, Version: 1.480.3, Package name: jenkins-1.480.3, 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]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2013-02-21 20:53:28 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #4075 - requested by ryoon
devel/jenkins: security update

Revisions pulled up:
- devel/jenkins/Makefile                                        1.12
- devel/jenkins/PLIST                                           1.9
- devel/jenkins/distinfo                                        1.10

---
   Module Name:	pkgsrc
   Committed By:	ryoon
   Date:		Tue Feb 19 18:21:41 UTC 2013

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

   Log message:
   Update to 1.480.3

   * Fix \ 
https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-02-16

   Changelog:
   What's new in 1.480.3 (2013/02/15)

       "Remember me on this computer" does not work, cookie is not \ 
accepted in new session (issue 16278)
       Slow/hung web UI in 1.483+ (stuck in parseURI) (issue 16474)
       Failure to delete old config files during rekeying on Windows (issue 16319)
       NoClassDefFoundError on Base64 when launching an headless slave with \ 
-jnlpCredential option (issue 9679)
       Loading asynchPeople calls (synch) People constructor (issue 16397)
       Jenkins briefly displays build queue and then it disappears until the \ 
page is reloaded (issue 15335)
       View.hasPeople too slow to use in sidepanel.jelly (issue 16244)
       XSS (SECURITY-46)
       File parameter causing data lost after Jenkins restart (issue 13536)
   2013-01-12 22:25:56 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4009 - requested by ryoon
devel/jenkins: security update

Revisions pulled up:
- devel/jenkins/Makefile                                        1.11
- devel/jenkins/distinfo                                        1.9

---
   Module Name:	pkgsrc
   Committed By:	ryoon
   Date:		Sat Jan 12 11:16:26 UTC 2013

   Modified Files:
   	pkgsrc/devel/jenkins: Makefile distinfo

   Log message:
   Update to 1.480.2

   Fix http://secunia.com/advisories/51712 .

   Changelog:
   What's new in 1.480.2 (2013/01/06)
       The master key that was protecting all the sensitive data in \ 
$JENKINS_HOME was vulnerable. (SECURITY-49)