non port: sysutils/py-ansible-base/Makefile |
SVNWeb
|
Number of commits found: 18 |
Fri, 30 Sep 2022
|
[ 20:06 Rene Ladan (rene) ] 642838c (Only the first 10 of 12 ports in this commit are shown above. )
cleanup: Remove expired ports:
2022-09-30 security/pwman3: Depends on expired security/py-pycrypto
2022-09-30 sysutils/py-ansible-base: Depends on expired security/py-pycrypto
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Sat, 2 Jul 2022
|
[ 09:31 Rene Ladan (rene) ] 9cdcd34 (Only the first 10 of 15 ports in this commit are shown above. )
cleanup: expire consumers of security/py-pycrypto on 2022-09-30
These should probably use security/py-pycryptodome instead.
|
Tue, 1 Feb 2022
|
[ 20:49 Mateusz Piotrowski (0mp) ] b67e61a
sysutils/py-ansible-base: Update to 2.10.17
Changes: https://github.com/ansible/ansible/blob/v2.10.17/changelogs/CHANGELOG-v2.10.rst#v2-10-17
|
Tue, 25 Jan 2022
|
[ 18:23 Mateusz Piotrowski (0mp) ] 4f43341
sysutils/py-ansible-base: Update to 2.10.16
Changes: https://github.com/ansible/ansible/blob/v2.10.16/changelogs/CHANGELOG-v2.10.rst#v2-10-16
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Mon, 11 Oct 2021
|
[ 18:19 Mateusz Piotrowski (0mp) ] 0942c63
sysutils/py-ansible-base: Update to 2.10.15
Changes: https://github.com/ansible/ansible/blob/v2.10.15/changelogs/CHANGELOG-v2.10.rst#v2-10-15
MFH: 2021Q4
|
Sun, 10 Oct 2021
|
[ 19:30 Mateusz Piotrowski (0mp) ] aa25161
sysutils/py-ansible-base: Update to 2.10.14
Changes: https://github.com/ansible/ansible/blob/v2.10.14/changelogs/CHANGELOG-v2.10.rst#v2-10-14
|
Fri, 20 Aug 2021
|
[ 08:13 Bernhard Froehlich (decke) ] 1f7d778
sysutils/py-ansible-base: Fix CPE information
Approved by: portmgr (blanket)
|
Tue, 27 Jul 2021
|
[ 10:59 Mateusz Piotrowski (0mp) ] 0429118
sysutils/py-ansible-base: Update to 2.10.12
Changes: https://github.com/ansible/ansible/blob/v2.10.12/changelogs/CHANGELOG-v2.10.rst#v2-10-12
|
Thu, 1 Jul 2021
|
[ 00:24 Mateusz Piotrowski (0mp) ] 582518c
sysutils/py-ansible-*: Use devel/py-resolvelib05
This version is pinned to the 0.5 branch.
|
Fri, 25 Jun 2021
|
[ 14:34 Mateusz Piotrowski (0mp) ] 3bc60a8
sysutils/py-ansible-base: Update to 2.10.11
Changes: https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst#v21011
Security: CVE-2021-3583
|
Tue, 25 May 2021
|
[ 09:22 Mateusz Piotrowski (0mp) ] 8811c31
sysutils/py-ansible-base: Update to 2.10.10
Changes: https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst#v2-10-10
Reported by: Portscout
|
Mon, 17 May 2021
|
[ 14:58 Mateusz Piotrowski (0mp) ] a607940
sysutils/py-ansible-base: Switch to USES=ansible
|
[ 11:22 Mateusz Piotrowski (0mp) ] f00563e
sysutils/py-ansible-{base,core}: Fix run dependencies
It's been reported that a ping test to a group of hosts results in the
following warning:
[WARNING]: packaging Python module unavailable; unable to validate collection
Ansible version requirements
Add devel/py-packaging to RUN_DEPENDS to fix this issue. This also
matches the requirements.txt files of the modified ports.
Reported by: Tom Weustink <t.weustink@outlook.com>
|
[ 09:59 Mateusz Piotrowski (0mp) ] c8e37b4
sysutils/py-ansible-*: Fix DATADIR for Ansible plugins
All the Ansible plugins assume that the Ansible DATADIR is
${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible instead of
${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible-base or
${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible-core.
This patch sets the DATADIR back to its historical value. It's based on
a patch provided by madpilot.
PR: 255920
Reported by: madpilot
|
Wed, 12 May 2021
|
[ 18:45 Mateusz Piotrowski (0mp) ] 0031954
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.
|
[ 18:45 Mateusz Piotrowski (0mp) ] db2183a
sysutils/py-ansible-base: Add a new port
ansible-base is the Python package containing the essential parts of
Ansible. It is going to be replaced with ansible-core in the future
releases.
|
Number of commits found: 18 |