Date: Wed, 12 May 2021 18:45:47 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0031954bf434 - main - sysutils/*ansible*: Update CPE_VENDOR Message-ID: <202105121845.14CIjlfV064780@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=0031954bf43411d84a1650783e645c5e3abcc60f commit 0031954bf43411d84a1650783e645c5e3abcc60f Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-05-12 18:45:13 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-05-12 18:45:53 +0000 sysutils/*ansible*: Update CPE_VENDOR The "ansibleworks" is not a correct CPE vendor. Change it to "redhat", which is mentioned on websites like https://nvd.nist.gov. --- sysutils/ansible/Makefile | 2 +- sysutils/ansible2/Makefile | 2 +- sysutils/py-ansible-base/Makefile | 2 +- sysutils/py-ansible-core/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index ec4262815c8b..a54f8968c5c0 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible-base>0:sysutils/py-ansible-base@${PY ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= cpe gmake python:3.6+ shebangfix -CPE_VENDOR= ansibleworks +CPE_VENDOR= redhat USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= ansible_collections/community/zabbix/roles/zabbix_proxy/files/install_semodule.bsx \ diff --git a/sysutils/ansible2/Makefile b/sysutils/ansible2/Makefile index 6ad2fe6e3ccc..1af64320f395 100644 --- a/sysutils/ansible2/Makefile +++ b/sysutils/ansible2/Makefile @@ -30,7 +30,7 @@ TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES?= cpe gmake python:3.6+ shebangfix -CPE_VENDOR= ansibleworks +CPE_VENDOR= redhat USE_PYTHON= autoplist concurrent distutils SHEBANG_REGEX?= [.]/test/.*[.]py diff --git a/sysutils/py-ansible-base/Makefile b/sysutils/py-ansible-base/Makefile index f97c1bde53c6..08a190453c6c 100644 --- a/sysutils/py-ansible-base/Makefile +++ b/sysutils/py-ansible-base/Makefile @@ -29,7 +29,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= cpe gmake python:3.6+ shebangfix -CPE_VENDOR= ansibleworks +CPE_VENDOR= redhat USE_PYTHON= autoplist concurrent distutils SHEBANG_REGEX= [.]/test/.*[.]py diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile index 0014797c4ce3..6a55e784cfe2 100644 --- a/sysutils/py-ansible-core/Makefile +++ b/sysutils/py-ansible-core/Makefile @@ -27,7 +27,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= cpe gmake python:3.6+ shebangfix -CPE_VENDOR= ansibleworks +CPE_VENDOR= redhat USE_PYTHON= autoplist concurrent distutils SHEBANG_REGEX= [.]/test/.*[.]py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105121845.14CIjlfV064780>