Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2019 13:58:51 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503238 - in head/devel: py-buildbot py-buildbot-console-view py-buildbot-grid-view py-buildbot-pkg py-buildbot-waterfall-view py-buildbot-worker py-buildbot-www
Message-ID:  <201906011358.x51DwpDT005448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Jun  1 13:58:51 2019
New Revision: 503238
URL: https://svnweb.freebsd.org/changeset/ports/503238

Log:
  devel/py-buildbot{-*}: Update to 2.3.1
  
  This release fixes a vulnerability in OAuth where user-submitted
  authorization token was used for authentication. [1][2]
  
  Changelog:
  
    https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-3-1-2019-05-22
  
  [1] https://github.com/buildbot/buildbot/wiki/OAuth-vulnerability-in-using-submitted-authorization-token-for-authentication
  [2] https://github.com/buildbot/buildbot/pull/4763/files
  
  MFH:		2019Q2 (MFH with ports r501623)
  Security:	ada8db8a-8471-11e9-8170-0050562a4d7b

Modified:
  head/devel/py-buildbot-console-view/Makefile
  head/devel/py-buildbot-console-view/distinfo
  head/devel/py-buildbot-grid-view/Makefile
  head/devel/py-buildbot-grid-view/distinfo
  head/devel/py-buildbot-pkg/Makefile
  head/devel/py-buildbot-pkg/distinfo
  head/devel/py-buildbot-waterfall-view/Makefile
  head/devel/py-buildbot-waterfall-view/distinfo
  head/devel/py-buildbot-worker/Makefile
  head/devel/py-buildbot-worker/distinfo
  head/devel/py-buildbot-www/Makefile
  head/devel/py-buildbot-www/distinfo
  head/devel/py-buildbot/Makefile
  head/devel/py-buildbot/distinfo

Modified: head/devel/py-buildbot-console-view/Makefile
==============================================================================
--- head/devel/py-buildbot-console-view/Makefile	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-console-view/Makefile	Sat Jun  1 13:58:51 2019	(r503238)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	buildbot-console-view
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-buildbot-console-view/distinfo
==============================================================================
--- head/devel/py-buildbot-console-view/distinfo	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-console-view/distinfo	Sat Jun  1 13:58:51 2019	(r503238)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557806937
-SHA256 (buildbot-console-view-2.3.0.tar.gz) = 7c322395c91e6b73dc8097a07710c565c453656c5742869003ff473e64ec08fa
-SIZE (buildbot-console-view-2.3.0.tar.gz) = 607498
+TIMESTAMP = 1559393408
+SHA256 (buildbot-console-view-2.3.1.tar.gz) = 2a6370db2141aebd7466fee390824fb7190d1e7122d6ebb844690cde141ca2f8
+SIZE (buildbot-console-view-2.3.1.tar.gz) = 607024

Modified: head/devel/py-buildbot-grid-view/Makefile
==============================================================================
--- head/devel/py-buildbot-grid-view/Makefile	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-grid-view/Makefile	Sat Jun  1 13:58:51 2019	(r503238)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	buildbot-grid-view
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-buildbot-grid-view/distinfo
==============================================================================
--- head/devel/py-buildbot-grid-view/distinfo	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-grid-view/distinfo	Sat Jun  1 13:58:51 2019	(r503238)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557806949
-SHA256 (buildbot-grid-view-2.3.0.tar.gz) = 306ba92225463b2b905067b2361995eda28f4dd5449696d241d9f6f419a4912d
-SIZE (buildbot-grid-view-2.3.0.tar.gz) = 605626
+TIMESTAMP = 1559393421
+SHA256 (buildbot-grid-view-2.3.1.tar.gz) = b25317adb7b526a4582d495e3f55db67a16cd7fe3f0d01b4d0d6df2b3b8f78f6
+SIZE (buildbot-grid-view-2.3.1.tar.gz) = 605141

Modified: head/devel/py-buildbot-pkg/Makefile
==============================================================================
--- head/devel/py-buildbot-pkg/Makefile	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-pkg/Makefile	Sat Jun  1 13:58:51 2019	(r503238)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	buildbot-pkg
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-buildbot-pkg/distinfo
==============================================================================
--- head/devel/py-buildbot-pkg/distinfo	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-pkg/distinfo	Sat Jun  1 13:58:51 2019	(r503238)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557806963
-SHA256 (buildbot-pkg-2.3.0.tar.gz) = 5c7ffbbdc98b79c6a4e50f53997c15bcef13bf7297ce953008d1e7cda1dd4faa
-SIZE (buildbot-pkg-2.3.0.tar.gz) = 4758
+TIMESTAMP = 1559393440
+SHA256 (buildbot-pkg-2.3.1.tar.gz) = 25968ace0c62cb773ed85d4ddbe07fd5aee68f4455909243ffb3ac12608cf82e
+SIZE (buildbot-pkg-2.3.1.tar.gz) = 4754

Modified: head/devel/py-buildbot-waterfall-view/Makefile
==============================================================================
--- head/devel/py-buildbot-waterfall-view/Makefile	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-waterfall-view/Makefile	Sat Jun  1 13:58:51 2019	(r503238)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	buildbot-waterfall-view
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-buildbot-waterfall-view/distinfo
==============================================================================
--- head/devel/py-buildbot-waterfall-view/distinfo	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-waterfall-view/distinfo	Sat Jun  1 13:58:51 2019	(r503238)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557806978
-SHA256 (buildbot-waterfall-view-2.3.0.tar.gz) = da23599c83c03bc3a1c46f891d45f5dfdced8797ed9e32a92c96e4a483873112
-SIZE (buildbot-waterfall-view-2.3.0.tar.gz) = 683318
+TIMESTAMP = 1559393455
+SHA256 (buildbot-waterfall-view-2.3.1.tar.gz) = 949ae00cadb50f280709353feeccdc267c6ea68119e2be9b7faab21707c82edf
+SIZE (buildbot-waterfall-view-2.3.1.tar.gz) = 683181

Modified: head/devel/py-buildbot-worker/Makefile
==============================================================================
--- head/devel/py-buildbot-worker/Makefile	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-worker/Makefile	Sat Jun  1 13:58:51 2019	(r503238)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	buildbot-worker
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-buildbot-worker/distinfo
==============================================================================
--- head/devel/py-buildbot-worker/distinfo	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-worker/distinfo	Sat Jun  1 13:58:51 2019	(r503238)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557806991
-SHA256 (buildbot-worker-2.3.0.tar.gz) = 2329c75c8d7d786cae08a9b0132e9ccb499724d2c2c77ed58233dba039718d5a
-SIZE (buildbot-worker-2.3.0.tar.gz) = 109737
+TIMESTAMP = 1559393470
+SHA256 (buildbot-worker-2.3.1.tar.gz) = a26c68debb70f15abee307aff7b225e91a2eedca9c8d571212c391e615c36f53
+SIZE (buildbot-worker-2.3.1.tar.gz) = 110554

Modified: head/devel/py-buildbot-www/Makefile
==============================================================================
--- head/devel/py-buildbot-www/Makefile	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-www/Makefile	Sat Jun  1 13:58:51 2019	(r503238)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	buildbot-www
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-buildbot-www/distinfo
==============================================================================
--- head/devel/py-buildbot-www/distinfo	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot-www/distinfo	Sat Jun  1 13:58:51 2019	(r503238)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557807005
-SHA256 (buildbot-www-2.3.0.tar.gz) = b6a388da22707470c52c1c34200095ac6358a2d6dd6170b9e3687c58be134d56
-SIZE (buildbot-www-2.3.0.tar.gz) = 720351
+TIMESTAMP = 1559393487
+SHA256 (buildbot-www-2.3.1.tar.gz) = ff8546b7769f156f06e418cdd5621c78086924dbc81d48fbe35f4c98c7e1eb79
+SIZE (buildbot-www-2.3.1.tar.gz) = 721159

Modified: head/devel/py-buildbot/Makefile
==============================================================================
--- head/devel/py-buildbot/Makefile	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot/Makefile	Sat Jun  1 13:58:51 2019	(r503238)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	buildbot
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-buildbot/distinfo
==============================================================================
--- head/devel/py-buildbot/distinfo	Sat Jun  1 13:54:34 2019	(r503237)
+++ head/devel/py-buildbot/distinfo	Sat Jun  1 13:58:51 2019	(r503238)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557806911
-SHA256 (buildbot-2.3.0.tar.gz) = a70844028c05a120c4672e474ef7e146311a7d3a4078408cbc236918ef82aab9
-SIZE (buildbot-2.3.0.tar.gz) = 3136319
+TIMESTAMP = 1559393389
+SHA256 (buildbot-2.3.1.tar.gz) = cf35d2a87b11aba29c59e47e843deba1be9649114e792e830252ed8f7c35f963
+SIZE (buildbot-2.3.1.tar.gz) = 3138465



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906011358.x51DwpDT005448>