All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] [PATCH 1/1] jenkins: upgrade to latest LTS release (2.164.2)
@ 2019-04-12  8:44 Fathi Boudra
  2019-05-02  0:05 ` Tim.Bird
  0 siblings, 1 reply; 2+ messages in thread
From: Fathi Boudra @ 2019-04-12  8:44 UTC (permalink / raw)
  To: fuego

Fixes security issues:
* SECURITY-1289 / CVE-2019-1003049
  Jenkins accepted cached legacy CLI authentication
* SECURITY-1327 / CVE-2019-1003050
   XSS vulnerability in form validation button

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
 Dockerfile        | 4 ++--
 install-debian.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index bdfae55..b942be2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -93,8 +93,8 @@ ARG group=jenkins
 ARG uid=1000
 ARG gid=${uid}
 ARG JENKINS_PORT=8090
-ARG JENKINS_VERSION=2.164.1
-ARG JENKINS_SHA=969df594d1958800cd7da55e19ca75cf65f7fbf0
+ARG JENKINS_VERSION=2.164.2
+ARG JENKINS_SHA=4536f43f61b1fca6c58bd91040fa09304eea96ab
 ARG JENKINS_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_${JENKINS_VERSION}_all.deb
 ARG JENKINS_UC=https://updates.jenkins.io
 ARG REF=/var/lib/jenkins/plugins
diff --git a/install-debian.sh b/install-debian.sh
index dddd660..04b649d 100755
--- a/install-debian.sh
+++ b/install-debian.sh
@@ -90,8 +90,8 @@ fi
 # ==============================================================================
 
 if [ $nojenkins -eq 0 ]; then
-	JENKINS_VERSION=2.164.1
-	JENKINS_SHA=969df594d1958800cd7da55e19ca75cf65f7fbf0
+	JENKINS_VERSION=2.164.2
+	JENKINS_SHA=4536f43f61b1fca6c58bd91040fa09304eea96ab
 	JENKINS_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_${JENKINS_VERSION}_all.deb
 	JENKINS_UC=https://updates.jenkins.io
 	REF=/var/lib/jenkins/plugins
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Fuego] [PATCH 1/1] jenkins: upgrade to latest LTS release (2.164.2)
  2019-04-12  8:44 [Fuego] [PATCH 1/1] jenkins: upgrade to latest LTS release (2.164.2) Fathi Boudra
@ 2019-05-02  0:05 ` Tim.Bird
  0 siblings, 0 replies; 2+ messages in thread
From: Tim.Bird @ 2019-05-02  0:05 UTC (permalink / raw)
  To: fathi.boudra, fuego

Applied.

Thanks!
 -- Tim

> -----Original Message-----
> From: fuego-bounces@lists.linuxfoundation.org [mailto:fuego-
> bounces@lists.linuxfoundation.org] On Behalf Of Fathi Boudra
> Sent: Friday, April 12, 2019 1:44 AM
> To: fuego@lists.linuxfoundation.org
> Subject: [Fuego] [PATCH 1/1] jenkins: upgrade to latest LTS release (2.164.2)
> 
> Fixes security issues:
> * SECURITY-1289 / CVE-2019-1003049
>   Jenkins accepted cached legacy CLI authentication
> * SECURITY-1327 / CVE-2019-1003050
>    XSS vulnerability in form validation button
> 
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
> ---
>  Dockerfile        | 4 ++--
>  install-debian.sh | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Dockerfile b/Dockerfile
> index bdfae55..b942be2 100644
> --- a/Dockerfile
> +++ b/Dockerfile
> @@ -93,8 +93,8 @@ ARG group=jenkins
>  ARG uid=1000
>  ARG gid=${uid}
>  ARG JENKINS_PORT=8090
> -ARG JENKINS_VERSION=2.164.1
> -ARG JENKINS_SHA=969df594d1958800cd7da55e19ca75cf65f7fbf0
> +ARG JENKINS_VERSION=2.164.2
> +ARG JENKINS_SHA=4536f43f61b1fca6c58bd91040fa09304eea96ab
>  ARG JENKINS_URL=https://pkg.jenkins.io/debian-
> stable/binary/jenkins_${JENKINS_VERSION}_all.deb
>  ARG JENKINS_UC=https://updates.jenkins.io
>  ARG REF=/var/lib/jenkins/plugins
> diff --git a/install-debian.sh b/install-debian.sh
> index dddd660..04b649d 100755
> --- a/install-debian.sh
> +++ b/install-debian.sh
> @@ -90,8 +90,8 @@ fi
>  #
> ==========================================================
> ====================
> 
>  if [ $nojenkins -eq 0 ]; then
> -	JENKINS_VERSION=2.164.1
> -	JENKINS_SHA=969df594d1958800cd7da55e19ca75cf65f7fbf0
> +	JENKINS_VERSION=2.164.2
> +	JENKINS_SHA=4536f43f61b1fca6c58bd91040fa09304eea96ab
>  	JENKINS_URL=https://pkg.jenkins.io/debian-
> stable/binary/jenkins_${JENKINS_VERSION}_all.deb
>  	JENKINS_UC=https://updates.jenkins.io
>  	REF=/var/lib/jenkins/plugins
> --
> 2.20.1
> 
> _______________________________________________
> Fuego mailing list
> Fuego@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-02  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12  8:44 [Fuego] [PATCH 1/1] jenkins: upgrade to latest LTS release (2.164.2) Fathi Boudra
2019-05-02  0:05 ` Tim.Bird

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.