summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2022-08-20node_exporter: add missing go-modules.mk to fix the buildgutteridge1-0/+642
2022-08-20hs*: recursive bump for new dependencies neededwiz2-4/+4
for hs-aeson, hs-vector
2022-08-19Switch desktopdb.mk to not depend on desktop-file-utilsabs3-9/+10
Consumers of desktop entries still register a full dependency on desktop-file-utils, but apps that install a .desktop file in share/applications do not. They still have a POST-INSTALL step to call UPDATE_DESKTOPDB, but only if it is already installed. Should be not functional difference for any system with a consumer of desktop entries installed, but for an app with a .desktop entry the build of python, meson & glib2 may be deferred. Helpful for small apps and lower power systems
2022-08-19node_exporter: Update to 1.3.1leot2-24/+1933
Changes: ## 1.3.1 / 2021-12-01 * [BUGFIX] Handle nil CPU thermal power status on M1 * [BUGFIX] bsd: Ignore filesystems flagged as MNT_IGNORE. * [BUGFIX] Sanitize UTF-8 in dmi collector ## 1.3.0 / 2021-10-20 NOTE: In order to support globs in the textfile collector path, filenames exposed by `node_textfile_mtime_seconds` now contain the full path name. * [CHANGE] Add path label to rapl collector * [CHANGE] Exclude filesystems under /run/credentials * [CHANGE] Add TCPTimeouts to netstat default filter * [FEATURE] Add lnstat collector for metrics from /proc/net/stat/ * [FEATURE] Add darwin powersupply collector * [FEATURE] Add support for monitoring GPUs on Linux * [FEATURE] Add Darwin thermal collector * [FEATURE] Add os release collector * [FEATURE] Add netdev.address-info collector * [FEATURE] Add clocksource metrics to time collector * [ENHANCEMENT] Support glob textfile collector directories * [ENHANCEMENT] ethtool: Expose node_ethtool_info metric * [ENHANCEMENT] Use include/exclude flags for ethtool filtering * [ENHANCEMENT] Add flag to disable guest CPU metrics * [ENHANCEMENT] Add DMI collector * [ENHANCEMENT] Add threads metrics to processes collector * [ENHANCMMENT] Reduce timer GC delays in the Linux filesystem collector * [ENHANCMMENT] Add TCPTimeouts to netstat default filter * [ENHANCMMENT] Use SysctlTimeval for boottime collector on BSD * [BUGFIX] ethtool: Sanitize metric names * [BUGFIX] Fix ethtool collector for multiple interfaces * [BUGFIX] Fix possible panic on macOS * [BUGFIX] Collect flag_info and bug_info only for one core * [BUGFIX] Prevent duplicate ethtool metric names ## 1.2.2 / 2021-08-06 * [BUGFIX] Fix processes collector long int parsing ## 1.2.1 / 2021-07-23 * [BUGFIX] Fix zoneinfo parsing prometheus/procfs#386 * [BUGFIX] Fix nvme collector log noise * [BUGFIX] Fix rapl collector log noise ## 1.2.0 / 2021-07-15 NOTE: Ignoring invalid network speed will be the default in 2.x NOTE: Filesystem collector flags have been renamed. `--collector.filesystem.ignored-mount-points` is now `--collector.filesystem.mount-points-exclude` and `--collector.filesystem.ignored-fs-types` is now `--collector.filesystem.fs-types-exclude`. The old flags will be removed in 2.x. * [CHANGE] Rename filesystem collector flags to match other collectors * [CHANGE] Make node_exporter print usage to STDOUT * [FEATURE] Add conntrack statistics metrics * [FEATURE] Add ethtool stats collector * [FEATURE] Add flag to ignore network speed if it is unknown * [FEATURE] Add tapestats collector for Linux * [FEATURE] Add nvme collector * [ENHANCEMENT] Add ErrorLog plumbing to promhttp * [ENHANCEMENT] Add more Infiniband counters * [ENHANCEMENT] netclass: retrieve interface names and filter before parsing * [ENHANCEMENT] Add time zone offset metric * [BUGFIX] Handle errors from disabled PSI subsystem * [BUGFIX] Fix panic when using backwards compatible flags * [BUGFIX] Fix wrong value for OpenBSD memory buffer cache * [BUGFIX] Only initiate collectors once * [BUGFIX] Handle small backwards jumps in CPU idle ## 1.1.2 / 2021-03-05 * [BUGFIX] Handle errors from disabled PSI subsystem * [BUGFIX] Sanitize strings from /sys/class/power_supply * [BUGFIX] Silence missing netclass errors ## 1.1.1 / 2021-02-12 * [BUGFIX] Fix ineffassign issue * [BUGFIX] Fix some noisy log lines ## 1.1.0 / 2021-02-05 NOTE: We have improved some of the flag naming conventions (PR #1743). The old names are deprecated and will be removed in 2.0. They will continue to work for backwards compatibility. * [CHANGE] Improve filter flag names * [CHANGE] Add btrfs and powersupplyclass to list of exporters enabled by default * [FEATURE] Add fibre channel collector * [FEATURE] Expose cpu bugs and flags as info metrics. * [FEATURE] Add network_route collector * [FEATURE] Add zoneinfo collector * [ENHANCEMENT] Add more InfiniBand counters * [ENHANCEMENT] Add flag to aggr ipvs metrics to avoid high cardinality metrics * [ENHANCEMENT] Adding backlog/current queue length to qdisc collector * [ENHANCEMENT] Include TCP OutRsts in netstat metrics * [ENHANCEMENT] Add pool size to entropy collector * [ENHANCEMENT] Remove CGO dependencies for OpenBSD amd64 * [ENHANCEMENT] bcache: add writeback_rate_debug stats * [ENHANCEMENT] Add check state for mdadm arrays via node_md_state metric * [ENHANCEMENT] Expose XFS inode statistics * [ENHANCEMENT] Expose zfs zpool state * [ENHANCEMENT] Added an ability to pass collector.supervisord.url via SUPERVISORD_URL environment variable * [BUGFIX] filesystem_freebsd: Fix label values * [BUGFIX] Fix various procfs parsing errors * [BUGFIX] Handle no data from powersupplyclass * [BUGFIX] udp_queues_linux.go: change upd to udp in two error strings * [BUGFIX] Fix node_scrape_collector_success behaviour * [BUGFIX] Fix NodeRAIDDegraded to not use a string rule expressions * [BUGFIX] Fix node_md_disks state label from fail to failed * [BUGFIX] Handle EPERM for syscall in timex collector * [BUGFIX] bcache: fix typo in a metric name * [BUGFIX] Fix XFS read/write stats (https://github.com/prometheus/procfs/pull/343)
2022-08-19collectd-grpc: bump PKGREVISION for ABI bump in grpcwiz1-2/+2
2022-08-18py-filetype: updated to 1.1.0adam2-6/+6
v1.1.0 * feat(version): bump minor * docs: add zstd type * fix: remove unnecessary duck-typing try * feat: add zst(d) type * chore: fix lint errors * test: fix memoryview test cases * BugFix for uncaught exceptions * Support PDF with BOM
2022-08-18sysutils/p5-Unburden-Home-Dir: Update to 0.4.2hauke2-7/+6
Various minor bug fixes, and github related changes.
2022-08-18py-setproctitle: updated to 1.3.2adam2-6/+6
Version 1.3.2 - Restore import-time initialization of macOS to avoid crash on thread+fork
2022-08-17xentools413: merge some changes from xentools415.wiz2-45/+322
Install more docs, fix duplicated targets. Bump PKGREVISION.
2022-08-17s6: rename man-pages distfile to a distinguished nametnn2-8/+10
2022-08-16file: update to 5.42.wiz2-6/+6
2022-06-10 9:40 Christos Zoulas <christos@zoulas.com> * release 5.42 2022-05-31 14:50 Christos Zoulas <christos@zoulas.com> * PR/348: add missing cases to prevent file from aborting on random magic files. 2022-05-27 21:05 Christos Zoulas <christos@zoulas.com> * PR/351: octalify filenames when not raw before printing. 2022-04-18 17:51 Christos Zoulas <christos@zoulas.com> * fix regex cacheing bug (Dirk Mueller) * merge file_regcomp and file_regerror() to simplify the code and reduce memory requirements for storing regexes (Dirk Mueller) 2022-03-19 12:56 Christos Zoulas <christos@zoulas.com> * cache regex (Dirk Mueller) * detect filesystem full by flushing output (Dirk Mueller) 2021-11-19 12:36 Christos Zoulas <christos@zoulas.com> * implement running decompressor programs using posix_spawnp(2) instead of vfork(2) 2021-10-24 11:51 Christos Zoulas <christos@zoulas.com> * Add support for msdos dates and times 2021-10-20 9:55 Christos Zoulas <christos@zoulas.com> * use the system byte swapping functions if available (Werner Fink) 2021-10-18 11:57 Christos Zoulas <christos@zoulas.com> * release 5.41 2021-09-23 03:51 Christos Zoulas <christos@zoulas.com> * Avinash Sonawane: Fix tzname detection 2021-09-03 09:17 Christos Zoulas <christos@zoulas.com> * Fix relationship tests with "search" magic, don't short circuit logic 2021-07-13 01:06 Christos Zoulas <christos@zoulas.com> * Fix memory leak in compile mode 2021-07-01 03:51 Christos Zoulas <christos@zoulas.com> * PR/272: kiefermat: Only set returnval = 1 when we printed something (in all cases print or !print). This simplifies the logic and fixes the issue in the PR with -k and --mime-type there was no continuation printed before the default case. 2021-06-30 13:07 Christos Zoulas <christos@zoulas.com> * PR/270: Don't translate unprintable characters in %s magic formats when -r * PR/269: Avoid undefined behavior with clang (adding offset to NULL) 2021-05-09 18:38 Christos Zoulas <christos@zoulas.com> * Add a new flag (f) that requires that the match is a full word, not a partial word match. * Add varint types (unused) 2021-04-19 17:17 Christos Zoulas <christos@zoulas.com> * PR/256: mutableVoid: If the file is less than 3 bytes, use the file length to determine type * PR/259: aleksandr.v.novichkov: mime printing through indirect magic is not taken into account, use match directly so that it does. 2021-04-04 17:02 Christos Zoulas <christos@zoulas.com> * count the total bytes found not the total byte positions in order to determine encoding (Anatol Belski)
2022-08-13ansible: add missing CHECK_INTERPRETER_SKIPtnn1-1/+2
2022-08-12Revbump all Go packages after go118 security updatebsiegert9-18/+18
2022-08-12ansible: updated to 6.2.0adam3-26974/+4327
v6.2.0 ====== .. contents:: :local: :depth: 2 Release Summary --------------- Release Date: 2022-08-02 `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_ Added Collections ----------------- - ibm.spectrum_virtualize (version 1.9.0) Ansible-core ------------ Ansible 6.2.0 contains Ansible-core version 2.13.2. This is a newer version than version 2.13.1 contained in the previous Ansible release. The changes are reported in the combined changelog below. Changed Collections ------------------- If not mentioned explicitly, the changes are reported in the combined changelog below. +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | Collection | Ansible 6.1.0 | Ansible 6.2.0 | Notes | +===============================+===============+===============+==============================================================================================================================+ | awx.awx | 21.2.0 | 21.4.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | cisco.dnac | 6.5.0 | 6.5.2 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | cisco.meraki | 2.10.0 | 2.10.1 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | community.dns | 2.2.1 | 2.3.0 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | community.general | 5.3.0 | 5.4.0 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | community.grafana | 1.5.0 | 1.5.1 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | community.hashi_vault | 3.0.0 | 3.1.0 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | community.hrobot | 1.4.0 | 1.5.0 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | community.mongodb | 1.4.1 | 1.4.2 | There are no changes recorded in the changelog. | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | community.postgresql | 2.1.5 | 2.2.0 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | community.rabbitmq | 1.2.1 | 1.2.2 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | community.routeros | 2.1.0 | 2.2.0 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | community.sap_libs | 1.1.0 | 1.2.0 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | ibm.spectrum_virtualize | | 1.9.0 | The collection was added to Ansible | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | netapp.ontap | 21.20.0 | 21.21.0 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | ovirt.ovirt | 2.1.0 | 2.2.0 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ | t_systems_mms.icinga_director | 1.30.0 | 1.30.1 | | +-------------------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ Major Changes ------------- community.postgresql ~~~~~~~~~~~~~~~~~~~~ - postgresql_user - the ``groups`` argument has been deprecated and will be removed in ``community.postgresql 3.0.0``. Please use the ``postgresql_membership`` module to specify group/role memberships instead (https://github.com/ansible-collections/community.postgresql/issues/277). Minor Changes ------------- Ansible-core ~~~~~~~~~~~~ - ansible-test - An improved error message is shown when the download of a pip bootstrap script fails. The download now uses ``urllib2`` instead of ``urllib`` on Python 2. cisco.meraki ~~~~~~~~~~~~ - Change shebang in Sublime utils to point to env instead of direct to the path community.dns ~~~~~~~~~~~~~ - All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.dns/pull/109). community.general ~~~~~~~~~~~~~~~~~ - ModuleHelper module utils - added property ``verbosity`` to base class (https://github.com/ansible-collections/community.general/pull/5035). - apk - add ``world`` parameter for supporting a custom world file (https://github.com/ansible-collections/community.general/pull/4976). - consul - adds ``ttl`` parameter for session (https://github.com/ansible-collections/community.general/pull/4996). - dig lookup plugin - add option ``fail_on_error`` to allow stopping execution on lookup failures (https://github.com/ansible-collections/community.general/pull/4973). - keycloak_* modules - add ``http_agent`` parameter with default value ``Ansible`` (https://github.com/ansible-collections/community.general/issues/5023). - lastpass - use config manager for handling plugin options (https://github.com/ansible-collections/community.general/pull/5022). - listen_ports_facts - add new ``include_non_listening`` option which adds ``-a`` option to ``netstat`` and ``ss``. This shows both listening and non-listening (for TCP this means established connections) sockets, and returns ``state`` and ``foreign_address`` (https://github.com/ansible-collections/community.general/issues/4762, https://github.com/ansible-collections/community.general/pull/4953). - maven_artifact - add a new ``unredirected_headers`` option that can be used with ansible-core 2.12 and above. The default value is to not use ``Authorization`` and ``Cookie`` headers on redirects for security reasons. With ansible-core 2.11, all headers are still passed on for redirects (https://github.com/ansible-collections/community.general/pull/4812). - pacman - added parameters ``reason`` and ``reason_for`` to set/change the install reason of packages (https://github.com/ansible-collections/community.general/pull/4956). - xfconf - add ``stdout``, ``stderr`` and ``cmd`` to the module results (https://github.com/ansible-collections/community.general/pull/5037). - xfconf - use ``do_raise()`` instead of defining custom exception class (https://github.com/ansible-collections/community.general/pull/4975). - xfconf_info - use ``do_raise()`` instead of defining custom exception class (https://github.com/ansible-collections/community.general/pull/4975). community.grafana ~~~~~~~~~~~~~~~~~ - Export dashboard with pretty printed JSON so that it becomes easier to compare changes with the previous version community.hrobot ~~~~~~~~~~~~~~~~ - All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.hrobot/pull/52). community.postgresql ~~~~~~~~~~~~~~~~~~~~ - postgresql_membership - add the ``exact`` state value to be able to specify a list of only groups a user must be a member of (https://github.com/ansible-collections/community.postgresql/issues/277). - postgresql_pg_hba - add argument ``overwrite`` (bool, default: false) to remove unmanaged rules (https://github.com/ansible-collections/community.postgresql/issues/297). - postgresql_pg_hba - add argument ``rules_behavior`` (choices: conflict (default), combine) to fail when ``rules`` and normal rule-specific arguments are given or, when ``combine``, use them as defaults for the ``rules`` items (https://github.com/ansible-collections/community.postgresql/issues/297). - postgresql_pg_hba - add argument ``rules`` to specify a list of rules using the normal rule-specific argument in each item (https://github.com/ansible-collections/community.postgresql/issues/297). community.routeros ~~~~~~~~~~~~~~~~~~ - All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.routeros/pull/101). netapp.ontap ~~~~~~~~~~~~ - na_ontap_cluster_config role - support ``broadcast_domain`` and ``service_policy`` with REST. - na_ontap_info - add computed serial_hex and naa_id for lun_info. - na_ontap_info - add quota-policy-info. - na_ontap_interface - support ``broadcast_domain`` with REST. - na_ontap_login_messages - support cluster scope when using REST. - na_ontap_lun - support ``qos_adaptive_policy_group`` with REST. - na_ontap_motd - deprecated in favor of ``na_ontap_login_messages``. Fail when use_rest is set to ``always`` as REST is not supported. - na_ontap_ntp - new option ``key_id`` added. - na_ontap_qtree - Added ``unix_user`` and ``unix_group`` options in REST. - na_ontap_rest_info - add computed serial_hex and naa_id for storage/luns when serial_number is present. - na_ontap_s3_users - ``secret_key`` and ``access_token`` are now returned when creating a user. - na_ontap_service_processor_network - Added REST support. - na_ontap_snapmirror - improve errror messages to be more specific and consistent. - na_ontap_snapmirror - new option ``validate_source_path`` to disable this validation. - na_ontap_snapmirror - validate source endpoint for ZAPI and REST, accounting for vserver local name. - na_ontap_snapmirror - wait for the relationship to come back to idle after a resync. - na_ontap_unix_group - added REST support. - na_ontap_unix_user - Added REST support. - na_ontap_unix_user - Added new option ``primary_gid`` aliased to ``group_id``. - na_ontap_user - accept ``service_processor`` as an alias for ``service-processor`` with ZAPI, to be consistent with REST. - na_ontap_volume - now defaults to REST with ``use_rest`` set to ``auto``, like every other module. ZAPI can be forced with ``use_rest`` set to ``never``. - na_ontap_vserver_create role - support ``broadcast_domain``, ``ipspace``, and ``service_policy`` with REST. ovirt.ovirt ~~~~~~~~~~~ - During he_setup, configure ovn with he_host_name for correct operation of ovn (https://github.com/oVirt/ovirt-ansible-collection/pull/563). - Fix "ansible-lint" version 6.0.0 "yaml" violations for "disaster_recovery" role (https://github.com/oVirt/ovirt-ansible-collection/pull/543). - Fix "ansible-lint" version 6.0.0 violations for "disaster_recovery" & "remove_stale_lun" roles (https://github.com/oVirt/ovirt-ansible-collection/pull/554). - Fix ansible-lint for basic roles (https://github.com/oVirt/ovirt-ansible-collection/pull/280). - Updating the documentation - "vm_name" / "vm_id" and/or disk "id" parameter(s) are required when extending disk with non-unique name (https://github.com/oVirt/ovirt-ansible-collection/pull/559). - gluster_heal_info - Replacing gluster module to CLI to support RHV automation hub (https://github.com/oVirt/ovirt-ansible-collection/pull/340). - ovirt_disk - Add warning for disk attachments (https://github.com/oVirt/ovirt-ansible-collection/pull/347). - ovirt_disk - Fix disk attachment to VM (https://github.com/oVirt/ovirt-ansible-collection/pull/361). - ovirt_qos, ovirt_disk_profile, ovirt_disk - Add modules to allow for creation and updating of disk_profiles (https://github.com/oVirt/ovirt-ansible-collection/pull/422). - ovirt_snapshot - Add vm_id to select VM (https://github.com/oVirt/ovirt-ansible-collection/pull/550). - ovirt_vm - Add reset of VM (https://github.com/oVirt/ovirt-ansible-collection/pull/538). - ovirt_vm - Add virtio_scsi_enabled and multi_queues_enabled (https://github.com/oVirt/ovirt-ansible-collection/pull/348). - ovirt_vm - add volatile (https://github.com/oVirt/ovirt-ansible-collection/pull/539). - repositories - Add ovirt_repositories_rhsm_environment and FIPS fix (https://github.com/oVirt/ovirt-ansible-collection/pull/483). - repositories - Replace redhat_subscription and rhsm_repository with command (https://github.com/oVirt/ovirt-ansible-collection/pull/346). Deprecated Features ------------------- community.hashi_vault ~~~~~~~~~~~~~~~~~~~~~ - vault_kv2_get lookup - the ``engine_mount_point option`` in the ``vault_kv2_get`` lookup only will change its default from ``kv`` to ``secret`` in community.hashi_vault version 4.0.0 (https://github.com/ansible-collections/community.hashi_vault/issues/279). Bugfixes -------- Ansible-core ~~~~~~~~~~~~ - Move undefined check from concat to finalize (https://github.com/ansible/ansible/issues/78156) - ansible-doc - no longer list module and plugin aliases that are created with symlinks (https://github.com/ansible/ansible/pull/78137). - ansible-doc - when listing modules in collections, proceed recursively. This fixes module listing for community.general 5.x.y and community.network 4.x.y (https://github.com/ansible/ansible/pull/78137). - ansible-doc will not add 'website for' in ":ref:" substitutions as it made them confusing. - file backed cache plugins now handle concurrent access by making atomic updates to the files. - password lookup does not ignore k=v arguments anymore. - user - Fix error "Permission denied" in user module while generating SSH keys (https://github.com/ansible/ansible/issues/78017). cisco.dnac ~~~~~~~~~~ - application_sets - delete function fixed. - applications - delete function fixed. - event_subscription - delete function fixed. - file_info - Improve the module documentation. - sda_fabric_authentication_profile - delete function fixed. - sda_fabric_border_device - delete function fixed. - sda_fabric_control_plane_device - delete function fixed. - sda_fabric_edge_device - Change required payload parameter to deviceManagementIpAddress - sda_fabric_edge_device - delete function fixed. - sda_virtual_network - delete function fixed. - transit_peer_network - Added status check community.dns ~~~~~~~~~~~~~ - Update Public Suffix List. community.general ~~~~~~~~~~~~~~~~~ - keyring_info - fix the result from the keyring library never getting returned (https://github.com/ansible-collections/community.general/pull/4964). - pacman - fixed name resolution of URL packages (https://github.com/ansible-collections/community.general/pull/4959). - passwordstore lookup plugin - fix ``returnall`` for gopass (https://github.com/ansible-collections/community.general/pull/5027). - passwordstore lookup plugin - fix password store path detection for gopass (https://github.com/ansible-collections/community.general/pull/4955). - proxmox - fix error handling when getting VM by name when ``state=absent`` (https://github.com/ansible-collections/community.general/pull/4945). - proxmox_kvm - fix error handling when getting VM by name when ``state=absent`` (https://github.com/ansible-collections/community.general/pull/4945). - slack - fix incorrect channel prefix ``#`` caused by incomplete pattern detection by adding ``G0`` and ``GF`` as channel ID patterns (https://github.com/ansible-collections/community.general/pull/5019). - xfconf - fix setting of boolean values (https://github.com/ansible-collections/community.general/issues/4999, https://github.com/ansible-collections/community.general/pull/5007). community.hashi_vault ~~~~~~~~~~~~~~~~~~~~~ - Add SPDX license headers to individual files (https://github.com/ansible-collections/community.hashi_vault/pull/282). - Add missing ``BSD-2-Clause.txt`` file for BSD licensed content (https://github.com/ansible-collections/community.hashi_vault/issues/275). - Use the correct GPL license for plugin_utils (https://github.com/ansible-collections/community.hashi_vault/issues/276). community.postgresql ~~~~~~~~~~~~~~~~~~~~ - Include ``simplified_bsd.txt`` license file for various module utils. - postgresql_info - fix pg version parsing (https://github.com/ansible-collections/community.postgresql/issues/315). - postgresql_ping - fix pg version parsing (https://github.com/ansible-collections/community.postgresql/issues/315). - postgresql_privs.py - add functionality when the PostgreSQL version is 9.0.0 or greater to incorporate ``ALL x IN SCHEMA`` syntax (https://github.com/ansible-collections/community.postgresql/pull/282). Please see the official documentation for details regarding grants (https://www.postgresql.org/docs/9.0/sql-grant.html). - postgresql_subscription - fix idempotence by casting the ``connparams`` dict variable (https://github.com/ansible-collections/community.postgresql/issues/280). - postgresql_user - add ``alter user``-statements in the return value ``queries`` (https://github.com/ansible-collections/community.postgresql/issues/307). community.rabbitmq ~~~~~~~~~~~~~~~~~~ - user module - set supports_check_mode flag to False, as the module does not actually support check mode. community.routeros ~~~~~~~~~~~~~~~~~~ - Include ``LICENSES/BSD-2-Clause.txt`` file for the ``routeros`` module utils (https://github.com/ansible-collections/community.routeros/pull/101). community.sap_libs ~~~~~~~~~~~~~~~~~~ - syp_system_facts - fix a typo in the usage example which lead to an error if it used as supposed. netapp.ontap ~~~~~~~~~~~~ - na_ontap_interface - FC interfaces - home_node should not be sent as location.home_node. - na_ontap_interface - FC interfaces - home_port is not supported for ONTAP 9.7 or earlier. - na_ontap_interface - FC interfaces - scope is not supported. - na_ontap_interface - FC interfaces - service_policy is not supported. - na_ontap_interface - enforce requirement for address/netmask for interfaces other than FC. - na_ontap_interface - fix idempotency issue for cluster scoped interfaces when using REST. - na_ontap_interface - fix potential node and uuid issues with LIF migration. - na_ontap_interface - ignore 'none' when using REST rather than reporting unexpected protocol. - na_ontap_lun - catch ZAPI error on get LUN. - na_ontap_lun - ignore resize error if no change was required. - na_ontap_lun - report error if flexvol_name is missing when using ZAPI. - na_ontap_net_subnet - fixed ``ipspace`` option ignored in getting net subnet. - na_ontap_qtree - fix idempotency issue on ``unix_permissions`` option. - na_ontap_s3_buckets - Module will not fail on create if no ``policy`` is given. - na_ontap_s3_buckets - Module will set ``enabled`` during create. - na_ontap_s3_buckets - Module work currently when ``sid`` is a number. - na_ontap_snapmirror - fix potential issue when destination is using REST but source is using ZAPI. - na_ontap_snapmirror - relax check for source when using REST. - na_ontap_svm - KeyError on CIFS when using REST with ONTAP 9.8 or lower. - na_ontap_volume - ``volume_security_style`` was not modified if other security options were present with ZAPI. - na_ontap_volume - fix idempotency issue on ``unix_permissions`` option. - na_ontap_vserver_create role - add rule index as it is now required. ovirt.ovirt ~~~~~~~~~~~ - HE - Handle migration to hosts that use systemd-coredump (https://github.com/oVirt/ovirt-ansible-collection/pull/557). - cluster_upgrade - Fix starting up pinned vms (https://github.com/oVirt/ovirt-ansible-collection/pull/532). - he - Align role with ansible-lint-6.0 (https://github.com/oVirt/ovirt-ansible-collection/pull/545). - hosted_engine - Specify fqcn for ovirt_system_option_info (https://github.com/oVirt/ovirt-ansible-collection/pull/536). - hosted_engine_setup - Fix cleanup on el9 (https://github.com/oVirt/ovirt-ansible-collection/pull/533). - image_template - Remove static (https://github.com/oVirt/ovirt-ansible-collection/pull/537). - image_template - Remove static no - unsupported in ansible 2.12 (https://github.com/oVirt/ovirt-ansible-collection/pull/341). - ovirt_host - Fix host wait (https://github.com/oVirt/ovirt-ansible-collection/pull/531). - ovirt_host - Fix restarted wait condition (https://github.com/oVirt/ovirt-ansible-collection/pull/551). - ovirt_storage_domain - Fix inaccessible exception (https://github.com/oVirt/ovirt-ansible-collection/pull/534). - ovirt_vm - check if user inputed graphical protocol (https://github.com/oVirt/ovirt-ansible-collection/pull/542). - repositories - Move fips check to satellite CA install block (https://github.com/oVirt/ovirt-ansible-collection/pull/553). - shutdown_env - Align role with ansible-lint-6.0 (https://github.com/oVirt/ovirt-ansible-collection/pull/544). t_systems_mms.icinga_director ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Add exception handling to diff and exist functions (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/176) Known Issues ------------ netapp.ontap ~~~~~~~~~~~~ - na_ontap_snapshot - added documentation to use UTC format for ``expiry_time``. New Plugins ----------- Lookup ~~~~~~ - community.general.bitwarden - Retrieve secrets from Bitwarden New Modules ----------- community.general ~~~~~~~~~~~~~~~~~ Remote Management ^^^^^^^^^^^^^^^^^ Redfish ....... - community.general.wdc_redfish_command - Manages WDC UltraStar Data102 Out-Of-Band controllers using Redfish APIs - community.general.wdc_redfish_info - Manages WDC UltraStar Data102 Out-Of-Band controllers using Redfish APIs community.routeros ~~~~~~~~~~~~~~~~~~ - community.routeros.api_info - Retrieve information from API - community.routeros.api_modify - Modify data at paths with API community.sap_libs ~~~~~~~~~~~~~~~~~~ - community.sap_libs.sap_pyrfc - This module executes rfc functions. netapp.ontap ~~~~~~~~~~~~ - netapp.ontap.na_ontap_ntp_key - NetApp ONTAP NTP key - netapp.ontap.na_ontap_s3_groups - NetApp ONTAP S3 groups - netapp.ontap.na_ontap_s3_policies - NetApp ONTAP S3 Policies
2022-08-11sysutils/ups-nut: Install nut-scannergdt2-3/+7
Depend on libltldl so that nut-scanner is built. While the program isn't that useful, it resolves the issue that the package has a man page for a program that is not install.
2022-08-11sysutils/felix: update to 1.1.1pin2-6/+6
v1.1.1 (2022-08-11) Fixed In the filter mode and shell mode, when you don't have any input, backspace now means to return to the normal mode. Also, when you press Esc during the filter mode, the cursor position is now restored.
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge55-99/+110
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-08-10py-setproctitle: updated to 1.3.1adam2-6/+6
Version 1.3.1 ------------- - Fixed segfault on macOS 12.5 in forked processes. Note that, as a workaround, Activity Monitor will show the title of the parent.
2022-08-10sysutils/parallel-disk-usage: update to 0.8.2pin2-6/+6
-ValueParserFactory is unnecessary -Derive thiserror::Error for error types -Add --version
2022-08-10sysutils/parallel-disk-usage: update to 0.8.1pin2-6/+6
No changelog provided. Judging from the commit history only CI benchmarks have been updated.
2022-08-10intel-microcode-netbsd: Update intel-microcode-netbsd to 20220809.msaitoh2-6/+6
### Purpose - Security updates for INTEL-SA-00657. - Update for functional issues. Refer to Intel Xeon Processor Scalable Family Specification Update for details. ### New Platforms None ### Updated Platforms | Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products |:---------------|:---------|:------------|:---------|:---------|:--------- | SKX-SP | B1 | 06-55-03/97 | 0100015d | 0100015e | Xeon Scalable | SKX-SP | H0/M0/U0 | 06-55-04/b7 | 02006d05 | 02006e05 | Xeon Scalable | SKX-D | M1 | 06-55-04/b7 | 02006d05 | 02006e05 | Xeon D-21xx | ICX-SP | D0 | 06-6a-06/87 | 0d000363 | 0d000375 | Xeon Scalable Gen3 | GLK | B0 | 06-7a-01/01 | 0000003a | 0000003c | Pentium Silver N/J5xxx, Celeron N/J4xxx | GLK-R | R0 | 06-7a-08/01 | 0000001e | 00000020 | Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120 | ICL-U/Y | D1 | 06-7e-05/80 | 000000b0 | 000000b2 | Core Gen10 Mobile | TGL-R | C0 | 06-8c-02/c2 | 00000026 | 00000028 | Core Gen11 Mobile | TGL-H | R0 | 06-8d-01/c2 | 0000003e | 00000040 | Core Gen11 Mobile | RKL-S | B0 | 06-a7-01/02 | 00000053 | 00000054 | Core Gen11 | ADL | C0 | 06-97-02/03 | 0000001f | 00000022 | Core Gen12 | ADL | C0 | 06-97-05/03 | 0000001f | 00000022 | Core Gen12 | ADL | L0 | 06-9a-03/80 | 0000041c | 00000421 | Core Gen12 | ADL | L0 | 06-9a-04/80 | 0000041c | 00000421 | Core Gen12 | ADL | C0 | 06-bf-02/03 | 0000001f | 00000022 | Core Gen12 | ADL | C0 | 06-bf-05/03 | 0000001f | 00000022 | Core Gen12 ### Removed Platforms None
2022-08-09sysutils/parallel-disk-usage: update to 0.8.0pin3-107/+151
-Update dependencies -Fix exit code for runtime error -refactor: Use inline objects -Migrate from structopt to clap_derive -cli+api: Replace possible_values with value_enum -fix: Not compiling without the cli feature
2022-08-09*: Remove hardcoded -liconv / -lintl on SunOS.jperkin6-16/+7
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv and gettext-lib.
2022-08-09sysutils/felix: update to 1.1.0pin3-335/+15
v1.1.0 (2022-08-08) Changed -Use chafa instead of libsixel & viuer to preview image files. This greatly improves the performance and code maintainability, and as a consequence, the number of dependencies is reduced (137 -> 53). -With chafa, the hi-res image preview is supported in kitty or terminals that support sixel. -Files larger than 1GB are no longer previewed in order to improve the performance. -Remove profile.release to support older version of Rust. -Huge refactoring (layout.rs created). Added -content-inspector to exclude binary files to be previewed.
2022-08-08sysutils/py-Glances: Update to 3.2.7fox5-17/+20
Changes since 3.2.6.4: =============== Version 3.2.7 =============== Enhancements: * Config to disable all plugins by default (or enable an exclusive list) #2089 * Keybind(s) for modifying nice level #2081 * [WEBUI] Reorganize help screen #2037 * Add a Json stdout option #2060 * Improve error message when export error occures * Improve error message when MQTT error occures * Change the way core are displayed * Remove unused key in the process list * Refactor top menu of the curse interface * Improve Irix display for the load plugin Bug corrected: * In the sensor plugin thresholds in the configuration file should overwrite system ones #2058 * Drive names truncated in Web UI #2055 * Correct issue with CPU label Documentation and CI: * Improve makefile help #2078 * Add quote to the update command line (already ok for the installation). Related to #2073 * Make Glances (almost) compliant with REUSE #2042 * Update README for Debian package users * Update documentation for Docker * Update docs for new shortcut * Disable Pyright on the Git actions pipeline * Refactor comments * Except datutil import error * Another dep issue solved in the Alpine Docker + issue in the outdated method Contributors for this version: * Nicolargo * Sylvain MOUQUET * FastThenLeft * Jiajie Chen * dbrennand * ewuerger
2022-08-07rsyslog: adjust formatting, per pkglintgutteridge5-14/+16
2022-08-07rsyslog: atomic64.mk is now in Makefile.common, de-duplicategutteridge1-2/+1
2022-08-07net/rsyslog: actually use mk/atomic64.mk, and not nonexistent hacks.mk.he1-3/+2
2022-08-06sysutils/rsyslog: hacks.mk no longer needed, already uses mk/atomic64.mk.he1-1/+3
2022-08-06sysutils/R-later: convert to using mk/atomic64.mk.he2-13/+2
2022-08-04ansible: Disable a bunch of checks.jperkin1-1/+6
None of them make sense for this package, and at nearly 60,000 files this reduces the install time by about an hour on reasonably fast hardware.
2022-08-03py-stack-data: updated to 0.3.0adam3-7/+10
0.3.0: Unknown changes
2022-08-02py-psutil: fix bugs in swap code on NetBSD.wiz3-3/+32
Bump PKGREVISION.
2022-08-02py-ansible-compat: updated to 2.2.0adam2-7/+7
v2.2.0 Minor Changes Allow installation of pre-released collections Add support for python 3.11 Bugfixes Refactor schema testing Use jsonschema 4.6.0 Avoid CryptographyDeprecationWarning from paramiko
2022-08-01py-sh: updated to 1.14.3adam2-7/+6
1.14.3 * bugfix where `Command` was not aware of default call args when wrapping the module
2022-08-01py-magic: updated to 0.4.27adam2-6/+6
Changes to 0.4.27: - remove spurious pyproject.toml that breaks source builds
2022-08-01sysutils/felix: update to 1.0.1pin2-6/+6
v1.0.1 (2022-07-28) Fixed -Add thread sleep time after state.open_file(). This is necessary because, with tiling window managers, the window resizing is sometimes slow and felix reloads the layout so quickly that the display may become broken. By the sleep (50ms for now and I think it's not easy to recognize this sleep), this will be avoided.
2022-08-01sysutils/dust: update to 0.8.1pin3-11/+11
-Improve help text -Fix archive/directory check in platform.rs -Bump regex -Refactor: tweak utils function -Fix: Allow -n to be used with -d
2022-08-01sysutils/dusage: update to 0.3.1pin2-6/+6
-Use --copy-friendly
2022-07-31sysutils/Makefile: +f3wiz1-1/+2
2022-07-31sysutils/f3: import f3-1.1.3.20110921wiz4-0/+33
Flash memory tester.
2022-07-29*: Explicitly pass -lintl on SunOS where required.jperkin3-3/+9
Recent libtool update appears to have exposed more of these.
2022-07-29Add a u-boot package for the PineCube IP Camera.thorpej6-2/+77
2022-07-29Add a TOOL_DEPENDS on py-setuptools when building any 2022-or-laterthorpej1-1/+7
u-boot (this appears to be required at least on 2022.04 when building for sunxi).
2022-07-29sysutils/idesk: Fix for graphics/imlib2 updaterin3-3/+36
Add minimal support to `pkg-config imlib2`; imlib2-config has been dropped since imlib2-1.7.5. Bump revision.
2022-07-28py-setproctitle: updated to 1.3.0adam3-8/+13
Version 1.3.0 - Added fallback no-op implementation if building the extension fails. - Added support for displaying title as the process name in MacOS Activity Monitor - Fixed "Symbol not found: _Py_GetArgcArgv" error when using Xcode provided Python - Fixed FreeBSD support, broken in 1.2 - Added package type annotations - Dropped support for Python 3.6.
2022-07-27coreutils: Reset PKGREVISIONryoon1-2/+1
2022-07-27coreutils, gnuls: Add forgotten patchryoon1-0/+15
2022-07-27coreutils, gnuls: Update to 9.1ryoon2-6/+7
CHangelog: * Noteworthy changes in release 9.1 (2022-04-15) [stable] ** Bug fixes chmod -R no longer exits with error status when encountering symlinks. All files would be processed correctly, but the exit status was incorrect. [bug introduced in coreutils-9.0] If 'cp -Z A B' checks B's status and some other process then removes B, cp no longer creates B with a too-generous SELinux security context before adjusting it to the correct value. [bug introduced in coreutils-8.17] 'cp --preserve=ownership A B' no longer ignores the umask when creating B. Also, 'cp --preserve-xattr A B' is less likely to temporarily chmod u+w B. [bug introduced in coreutils-6.7] On macOS, 'cp A B' no longer miscopies when A is in an APFS file system and B is in some other file system. [bug introduced in coreutils-9.0] On macOS, fmt no longer corrupts multi-byte characters by misdetecting their component bytes as spaces. [This bug was present in "the beginning".] 'id xyz' now uses the name 'xyz' to determine groups, instead of xyz's uid. [bug introduced in coreutils-8.22] 'ls -v' and 'sort -V' no longer mishandle corner cases like "a..a" vs "a.+" or lines containing NULs. Their behavior now matches the documentation for file names like ".m4" that consist entirely of an extension, and the documentation has been clarified for unusual cases. [bug introduced in coreutils-7.0] On macOS, 'mv A B' no longer fails with "Operation not supported" when A and B are in the same tmpfs file system. [bug introduced in coreutils-9.0] 'mv -T --backup=numbered A B/' no longer miscalculates the backup number for B when A is a directory, possibly inflooping. [bug introduced in coreutils-6.3] ** Changes in behavior cat now uses the copy_file_range syscall if available, when doing simple copies between regular files. This may be more efficient, by avoiding user space copies, and possibly employing copy offloading or reflinking. chown and chroot now warn about usages like "chown root.root f", which have the nonstandard and long-obsolete "." separator that causes problems on platforms where user names contain ".". Applications should use ":" instead of ".". cksum no longer allows abbreviated algorithm names, so that forward compatibility and robustness is improved. date +'%-N' now suppresses excess trailing digits, instead of always padding them with zeros to 9 digits. It uses clock_getres and clock_gettime to infer the clock resolution. dd conv=fsync now synchronizes output even after a write error, and similarly for dd conv=fdatasync. dd now counts bytes instead of blocks if a block count ends in "B". For example, 'dd count=100KiB' now copies 100 KiB of data, not 102,400 blocks of data. The flags count_bytes, skip_bytes and seek_bytes are therefore obsolescent and are no longer documented, though they still work. ls no longer colors files with capabilities by default, as file-based capabilties are very rarely used, and lookup increases processing per file by about 30%. It's best to use getcap [-r] to identify files with capabilities. ls no longer tries to automount files, reverting to the behavior before the statx() call was introduced in coreutils-8.32. stat no longer tries to automount files by default, reverting to the behavior before the statx() call was introduced in coreutils-8.32. Only `stat --cached=never` will continue to automount files. timeout --foreground --kill-after=... will now exit with status 137 if the kill signal was sent, which is consistent with the behavior when the --foreground option is not specified. This allows users to distinguish if the command was more forcefully terminated. ** New Features dd now supports the aliases iseek=N for skip=N, and oseek=N for seek=N, like FreeBSD and other operating systems. dircolors takes a new --print-ls-colors option to display LS_COLORS entries, on separate lines, colored according to the entry color code. dircolors will now also match COLORTERM in addition to TERM environment variables. The default config will apply colors with any COLORTERM set. ** Improvements cp, mv, and install now use openat-like syscalls when copying to a directory. This avoids some race conditions and should be more efficient. On macOS, cp creates a copy-on-write clone if source and destination are regular files on the same APFS file system, the destination does not already exist, and cp is preserving mode and timestamps (e.g., 'cp -p', 'cp -a'). The new 'date' option --resolution outputs the timestamp resolution. With conv=fdatasync or conv=fsync, dd status=progress now reports any extra final progress just before synchronizing output data, since synchronizing can take a long time. printf now supports printing the numeric value of multi-byte characters. sort --debug now diagnoses issues with --field-separator characters that conflict with characters possibly used in numbers. 'tail -f file | filter' now exits on Solaris when filter exits. root invoked coreutils, that are built and run in single binary mode, now adjust /proc/$pid/cmdline to be more specific to the utility being run, rather than using the general "coreutils" binary name. ** Build-related AIX builds no longer fail because some library functions are not found. [bug introduced in coreutils-8.32]
2022-07-25*: remove pkg-config from tools where no buildlink3.mk file is includedwiz7-14/+11
Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).