- Update to 1.1
- Add an upstream patch to ensure mbox entries are separated by an empty line
Approved by: koobs (mentor, implicit)
MFH: No (catch up with upstream new release)
It could not really work before since MASTER_SITES also changes
based on FLAVOR.
While here
- move distfiles to rust/bootstrap
- use per flavor MASTER_SITES groups to separate the files properly
- change distclean to also just work like makesum
- set DIST_SUBDIR to fix fetching the rustc tarball (was not a
problem so far since lang/rust-bootstrap depends on lang/rust
which fetches it before)
Update our syslog-ng to 3.32.2 as submitted to us by our upstream.
Submitted by: Peter Czanik (CzP) <peter.czanik@oneidentity.com>
Balabit (a OneIdentity company) / syslog-ng upstream
- From PR 235207 comes a patch from mi@ to use NTLM if it's there.
Unfortunately, the switch to Meson has made this run-time-option
a build-time-check, so the original patch isn't directly useful.
Make samba a build-time dep, so that the code is enabled; there
is a run-time check if the NTLM executable is available.
- From PR 231160 comes a patch to configure different kinds of
GSSAPI. That too doesn't apply with the current Meson build,
but the general idea does.
Build-tested in 8 configurations (but libsoup is nice that everything
is #ifdeffed internally, so there's no plist or other visible changes)
While here, add WWW line.
PR: 235207 231160
Reported by: mi
Reported by: Sergey Akhmatov
The purpose of this new USES file is to provide a central place for
setting Ansible paths for modules and plugins. Perhaps in the future we
will extend to reduce boilerplate code in existing Ansible-related
ports.
PR: 255920
Reported by: lcook
Reviewed by: madpilot
Differential Revision: https://reviews.freebsd.org/D30312
This release includes the following:
Feature:
Join Push down - If we have a join between two foreign tables from the same remote server, push that join down to the remote server instead of fetching all the rows for both the tables and performing a join locally.
Other Fixes:
Fixes crash with IMPORT FOREIGN SCHEMA when executed repeatedly.
Restricts fetching of the system attributes from the remote relation.
Fixes compiler warning due to clash with MySQL library macro.
Costs are not shown in the explain output when the COSTS explain option is OFF.
Uses environment variables in tests for connection parameters.
No longer supports PG/EPAS version 9.5.
Sponsored by: Bounce Experts
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>
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