--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-59b98c7644
2025-05-31 02:04:13.209291+00:00
--------------------------------------------------------------------------------
Name : rust-pnet_base
Product : Fedora 42
Version : 0.35.0
Release : 1.fc42
URL : https://crates.io/crates/pnet_base
Summary : Fundamental base types and code used by pnet
Description :
Fundamental base types and code used by pnet.
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Update the libpnet stack to 0.35.0.
https://github.com/libpnet/libpnet/releases/tag/v0.35.0
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0; Fixes RHBZ#2284024
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2284022 - rust-pnet_sys-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284022
[ 2 ] Bug #2284023 - rust-pnet_datalink-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284023
[ 3 ] Bug #2284024 - rust-pnet_base-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284024
[ 4 ] Bug #2321720 - rust-pnet_macros_support-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2321720
[ 5 ] Bug #2328924 - rust-pnet_macros-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2328924
[ 6 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-59b98c7644' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-59b98c7644
2025-05-31 02:04:13.209291+00:00
--------------------------------------------------------------------------------
Name : rust-pnet_datalink
Product : Fedora 42
Version : 0.35.0
Release : 1.fc42
URL : https://crates.io/crates/pnet_datalink
Summary : Cross-platform, datalink layer networking
Description :
Cross-platform, datalink layer networking.
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Update the libpnet stack to 0.35.0.
https://github.com/libpnet/libpnet/releases/tag/v0.35.0
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0; fixes RHBZ#2284023
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2284022 - rust-pnet_sys-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284022
[ 2 ] Bug #2284023 - rust-pnet_datalink-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284023
[ 3 ] Bug #2284024 - rust-pnet_base-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284024
[ 4 ] Bug #2321720 - rust-pnet_macros_support-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2321720
[ 5 ] Bug #2328924 - rust-pnet_macros-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2328924
[ 6 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-59b98c7644' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-59b98c7644
2025-05-31 02:04:13.209291+00:00
--------------------------------------------------------------------------------
Name : rust-pnet_sys
Product : Fedora 42
Version : 0.35.0
Release : 1.fc42
URL : https://crates.io/crates/pnet_sys
Summary : Access to network related system function and calls
Description :
Access to network related system function and calls.
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Update the libpnet stack to 0.35.0.
https://github.com/libpnet/libpnet/releases/tag/v0.35.0
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0; Fixes RHBZ#2284022
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2284022 - rust-pnet_sys-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284022
[ 2 ] Bug #2284023 - rust-pnet_datalink-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284023
[ 3 ] Bug #2284024 - rust-pnet_base-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284024
[ 4 ] Bug #2321720 - rust-pnet_macros_support-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2321720
[ 5 ] Bug #2328924 - rust-pnet_macros-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2328924
[ 6 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-59b98c7644' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-59b98c7644
2025-05-31 02:04:13.209291+00:00
--------------------------------------------------------------------------------
Name : rust-pnet_macros
Product : Fedora 42
Version : 0.35.0
Release : 2.fc42
URL : https://crates.io/crates/pnet_macros
Summary : Automatic bit manipulation for binary data formats
Description :
Automatic bit manipulation for binary data formats.
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Update the libpnet stack to 0.35.0.
https://github.com/libpnet/libpnet/releases/tag/v0.35.0
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-2
- Hide travis feature, only useful for upstream CI testing
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0; Fixes RHBZ#2328924
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2284022 - rust-pnet_sys-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284022
[ 2 ] Bug #2284023 - rust-pnet_datalink-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284023
[ 3 ] Bug #2284024 - rust-pnet_base-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284024
[ 4 ] Bug #2321720 - rust-pnet_macros_support-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2321720
[ 5 ] Bug #2328924 - rust-pnet_macros-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2328924
[ 6 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-59b98c7644' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-59b98c7644
2025-05-31 02:04:13.209291+00:00
--------------------------------------------------------------------------------
Name : rust-pnet_packet
Product : Fedora 42
Version : 0.35.0
Release : 1.fc42
URL : https://crates.io/crates/pnet_packet
Summary : Cross-platform, binary packet parsing and manipulation
Description :
Cross-platform, binary packet parsing and manipulation.
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Update the libpnet stack to 0.35.0.
https://github.com/libpnet/libpnet/releases/tag/v0.35.0
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2284022 - rust-pnet_sys-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284022
[ 2 ] Bug #2284023 - rust-pnet_datalink-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284023
[ 3 ] Bug #2284024 - rust-pnet_base-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284024
[ 4 ] Bug #2321720 - rust-pnet_macros_support-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2321720
[ 5 ] Bug #2328924 - rust-pnet_macros-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2328924
[ 6 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-59b98c7644' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-59b98c7644
2025-05-31 02:04:13.209291+00:00
--------------------------------------------------------------------------------
Name : rust-pnet_macros_support
Product : Fedora 42
Version : 0.35.0
Release : 1.fc42
URL : https://crates.io/crates/pnet_macros_support
Summary : Support library for libpnet_macros
Description :
Support library for libpnet_macros.
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Update the libpnet stack to 0.35.0.
https://github.com/libpnet/libpnet/releases/tag/v0.35.0
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0; Fixes RHBZ#2321720
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2284022 - rust-pnet_sys-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284022
[ 2 ] Bug #2284023 - rust-pnet_datalink-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284023
[ 3 ] Bug #2284024 - rust-pnet_base-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2284024
[ 4 ] Bug #2321720 - rust-pnet_macros_support-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2321720
[ 5 ] Bug #2328924 - rust-pnet_macros-0.35.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2328924
[ 6 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-59b98c7644' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-73908d73d4
2025-05-31 02:04:13.209286+00:00
--------------------------------------------------------------------------------
Name : llvm14
Product : Fedora 42
Version : 14.0.5
Release : 12.fc42
URL : http://llvm.org
Summary : The Low Level Virtual Machine
Description :
LLVM is a compiler infrastructure designed for compile-time, link-time,
runtime, and idle-time optimization of programs from arbitrary programming
languages. The compiler infrastructure includes mirror sets of programming
tools as well as libraries with equivalent functionality.
--------------------------------------------------------------------------------
Update Information:
Fix FTBFS and avoid shipping LTO bitcode in archives.
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Nikita Popov <npopov(a)redhat.com> - 14.0.5-12
- Fix FTBFS (rhbz#2340790)
- Fix bitcode in archives (rhbz#2365433)
* Fri Jan 17 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 14.0.5-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2340790 - llvm14: FTBFS in Fedora rawhide/f42
https://bugzilla.redhat.com/show_bug.cgi?id=2340790
[ 2 ] Bug #2365433 - llvm14: libLLVMOrcJIT.a error adding symbols: archive has no index
https://bugzilla.redhat.com/show_bug.cgi?id=2365433
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-73908d73d4' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-6b8dc4d0c1
2025-05-31 02:04:13.209274+00:00
--------------------------------------------------------------------------------
Name : crystal-dock
Product : Fedora 42
Version : 2.14.0
Release : 1.fc42
URL : https://github.com/dangvd/crystal-dock
Summary : Modern cross-desktop dock for the Linux Desktop
Description :
Crystal Dock is a cool dock (desktop panel) for Linux desktop, with the
focus on attractive user interface, being simple and easy to customize,
and cross-desktop support.
--------------------------------------------------------------------------------
Update Information:
2.14.0
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Steve Cossette <farchord(a)gmail.com> - 2.14.0-1
- 2.14.0
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-6b8dc4d0c1' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-d55bd4d444
2025-05-31 02:04:13.209280+00:00
--------------------------------------------------------------------------------
Name : sc-im
Product : Fedora 42
Version : 0.8.5
Release : 1.fc42
URL : https://github.com/andmarti1424/sc-im
Summary : Spreadsheet Calculator Improvised, ncurses based vim-like spreadsheet calculator
Description :
Spreadsheet Calculator Improvised, aka sc-im, is an ncurses based, vim-like
spreadsheet calculator. sc-im is based on sc, whose original authors are James
Gosling and Mark Weiser, and mods were later added by Chuck Martin.
--------------------------------------------------------------------------------
Update Information:
Update to version 0.8.5
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 tjuhasz <tjuhasz(a)redhat.com> - 0.8.5-1
- update to version 0.8.5 (rhbz#2367826)
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-d55bd4d444' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-6dafbc7941
2025-05-31 02:04:13.209263+00:00
--------------------------------------------------------------------------------
Name : ansible-freeipa
Product : Fedora 42
Version : 1.14.7
Release : 1.fc42
URL : https://github.com/freeipa/ansible-freeipa
Summary : Roles and playbooks to deploy FreeIPA servers, replicas and clients
Description :
Ansible collection freeipa.ansible_freeipa providing
roles to install and uninstall FreeIPA servers, replicas and clients, roles
for backups and SmartCard configuration, modules for management and also
playbooks for all roles and modules.
Note: The Ansible playbooks and roles require a configured Ansible environment
where the Ansible nodes are reachable and are properly set up to have an IP
address and a working package manager.
Features
- Server, replica and client deployment
- Cluster deployments: Server, replicas and clients in one playbook
- One-time-password (OTP) support for client installation
- Repair mode for clients
- Backup and restore, also to and from controller
- Smartcard setup for servers and clients
- Inventory plugin freeipa
- Modules for automembership rule management
- Modules for automount key management
- Modules for automount location management
- Modules for automount map management
- Modules for certificate management
- Modules for config management
- Modules for delegation management
- Modules for dns config management
- Modules for dns forwarder management
- Modules for dns record management
- Modules for dns zone management
- Modules for group management
- Modules for hbacrule management
- Modules for hbacsvc management
- Modules for hbacsvcgroup management
- Modules for host management
- Modules for hostgroup management
- Modules for idoverridegroup management
- Modules for idoverrideuser management
- Modules for idp management
- Modules for idrange management
- Modules for idview management
- Modules for location management
- Modules for netgroup management
- Modules for permission management
- Modules for privilege management
- Modules for pwpolicy management
- Modules for role management
- Modules for self service management
- Modules for server management
- Modules for service management
- Modules for service delegation rule management
- Modules for service delegation target management
- Modules for sudocmd management
- Modules for sudocmdgroup management
- Modules for sudorule management
- Modules for topology management
- Modules for trust management
- Modules for user management
- Modules for vault management
Supported FreeIPA Versions
FreeIPA versions 4.6 and up are supported by all roles.
The client role supports versions 4.4 and up, the server role is working with
versions 4.5 and up, the replica role is currently only working with versions
4.6 and up.
Supported Distributions
- RHEL/CentOS 7.4+
- Fedora 26+
- Ubuntu
- Debian 10+ (ipaclient only, no server or replica!)
Requirements
Controller
- Ansible version: 2.14+
Node
- Supported FreeIPA version (see above)
- Supported distribution (needed for package installation only, see above)
Limitations
External signed CA is now supported. But the currently needed two step process
is an issue for the processing in a simple playbook.
Work is planned to have a new method to handle CSR for external signed CAs in
a separate step before starting the server installation.
--------------------------------------------------------------------------------
Update Information:
Update to version 1.14.7
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.14.7
ipaclient: Second hotfix for dns_over_tls
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Thomas Woerner <twoerner(a)redhat.com> - 1.14.7-1
- Update to version 1.14.7
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.14.7
- ipaclient: Second hotfix for dns_over_tls
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-6dafbc7941' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------