From 8d99166478039b7c787eb668a080ccd36b1c1add Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 19 Jan 2012 14:39:21 +0000 Subject: 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) --- devel/jenkins/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/jenkins/Makefile') diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index fd8e103c836..5fa825f2c0c 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/12/16 17:08:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2012/01/19 14:39:21 ryoon Exp $ # DISTNAME= jenkins @@ -14,7 +14,7 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir -J_VERSION= 1.424.1 +J_VERSION= 1.424.2 DIST_SUBDIR= ${PKGNAME_NOREV} -- cgit v1.2.3