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
29 lines
1 KiB
Makefile
29 lines
1 KiB
Makefile
# Created by: Michael Gmelin <grembo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= buildbot-www
|
|
PORTVERSION= 2.3.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Buildbot UI
|
|
|
|
LICENSE= GPLv2
|
|
#LICENSE_FILE= Not packaged in sdist
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot>=${PORTVERSION}:devel/py-buildbot@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-console-view>=${PORTVERSION}:devel/py-buildbot-console-view@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}buildbot-grid-view>=${PORTVERSION}:devel/py-buildbot-grid-view@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}buildbot-waterfall-view>=${PORTVERSION}:devel/py-buildbot-waterfall-view@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|