Date: Thursday, May 23, 2019 @ 12:06:16 Author: yan12125 Revision: 469257
upgpkg: buildbot-worker 2.3.1-1 Not going through [community-testing] as this version fixes a security issue [1]. [1] https://github.com/buildbot/buildbot/wiki/OAuth-vulnerability-in-using-submitted-authorization-token-for-authentication Modified: buildbot-worker/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-23 12:05:41 UTC (rev 469256) +++ PKGBUILD 2019-05-23 12:06:16 UTC (rev 469257) @@ -5,7 +5,7 @@ pkgname=buildbot-worker pkgdesc='Buildbot worker daemon' -pkgver=2.3.0 +pkgver=2.3.1 pkgrel=1 arch=(any) url='https://buildbot.net' @@ -13,7 +13,7 @@ depends=(python-setuptools python-twisted python-future) checkdepends=(python-mock) source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig}) -sha256sums=('eb57afd7f8005b84bc345903211e4a3ff1a4d6a162eb55a37ab9bd445044476e' +sha256sums=('93241e1660cc8e0a37dba6c8c4bbb2e989f5da35006d6b5b523dfc3f37e8b927' 'SKIP') validpgpkeys=( '390EB159056ED56F66AB1092AECD456B4D2531FC' # Pierre Tardy <[email protected]> (@tardyp on GitHub)
