ports/devel/py-buildbot-waterfall-view/Makefile
Kubilay Kocak 969c944841 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
2019-06-01 13:58:51 +00:00

24 lines
622 B
Makefile

# Created by: Michael Gmelin <grembo@FreeBSD.org>
# $FreeBSD$
PORTNAME= buildbot-waterfall-view
PORTVERSION= 2.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Buildbot Waterfall View plugin
LICENSE= GPLv2
#LICENSE_FILE= Not packaged in sdist
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>