Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.10.17 30 Sep 2022 20:06:27 |
Rene Ladan (rene) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.10.17 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.10.17 02 Jul 2022 09:31:15 |
Rene Ladan (rene) |
cleanup: expire consumers of security/py-pycrypto on 2022-09-30
These should probably use security/py-pycryptodome instead. |
2.10.17 01 Feb 2022 20:49:04 |
Mateusz Piotrowski (0mp) |
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 |
2.10.16 25 Jan 2022 18:23:49 |
Mateusz Piotrowski (0mp) |
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 |
2.10.15 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
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 ) |
2.10.15 11 Oct 2021 18:19:24 |
Mateusz Piotrowski (0mp) |
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 |
2.10.14 10 Oct 2021 19:30:13 |
Mateusz Piotrowski (0mp) |
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 |
2.10.12 20 Aug 2021 08:13:41 |
Bernhard Froehlich (decke) |
sysutils/py-ansible-base: Fix CPE information
Approved by: portmgr (blanket) |
2.10.12 27 Jul 2021 10:59:05 |
Mateusz Piotrowski (0mp) |
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 |
2.10.11_1 01 Jul 2021 00:24:56 |
Mateusz Piotrowski (0mp) |
sysutils/py-ansible-*: Use devel/py-resolvelib05
This version is pinned to the 0.5 branch. |
2.10.11 25 Jun 2021 14:34:01 |
Mateusz Piotrowski (0mp) |
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 |
2.10.10 25 May 2021 09:22:29 |
Mateusz Piotrowski (0mp) |
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 |
2.10.9_2 17 May 2021 14:58:17 |
Mateusz Piotrowski (0mp) |
sysutils/py-ansible-base: Switch to USES=ansible |
2.10.9_2 17 May 2021 11:22:32 |
Mateusz Piotrowski (0mp) |
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> |
2.10.9_1 17 May 2021 09:59:21 |
Mateusz Piotrowski (0mp) |
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 |
2.10.9 12 May 2021 18:45:53 |
Mateusz Piotrowski (0mp) |
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. |
2.10.9 12 May 2021 18:45:52 |
Mateusz Piotrowski (0mp) |
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. |